microsoft / ai-chat-protocol

A library + API spec for easily streaming generative AI output to your chat applications.
MIT License
89 stars 11 forks source link

Changing build system to Rollup. #27

Closed glecaros closed 1 month ago

glecaros commented 1 month ago

This pull request includes changes to the sdk/js/packages/client package that primarily revolve around modifying the build process and updating the package version. The most significant changes include updating the package version from 0.1.0-alpha.1 to 1.0.0, replacing tshy with rollup in the build script, adding new rollup plugins, and modifying the rollup.config.js and tsconfig.json files to reflect these changes.

Update to package version and build process:

Changes to rollup and TypeScript configuration: