FormulaMonks / kurt

A wrapper for AI SDKs, for building LLM-agnostic structured AI applications in Typescript
MIT License
2 stars 0 forks source link

fix: make the adapters depend on non-workspace Kurt version #21

Closed jemc closed 1 month ago

jemc commented 1 month ago

Prior to this commit, the adapter libraries were depending on a workspace version of Kurt. This is unfit for publishing, because downstream users of the libraries won't have Kurt in their workspace.

We need to depend on fixed versions of Kurt and then use pnpm overrides to make it use the workspace version of Kurt in local development.

This commit does that fix.

github-actions[bot] commented 1 month ago

:tada: This PR is included in version @formula-monks/kurt-open-ai-v1.1.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 1 month ago

:tada: This PR is included in version @formula-monks/kurt-vertex-ai-v1.1.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: