We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672e33e commit 10b9334Copy full SHA for 10b9334
packages/vertex-sdk/scripts/postprocess-dist-package-json.cjs
@@ -4,7 +4,7 @@ const pkgJson = require('../dist/package.json');
4
for (const dep in pkgJson.dependencies) {
5
// ensure we point to NPM instead of a local directory
6
if (dep === '@anthropic-ai/sdk') {
7
- pkgJson.dependencies[dep] = '^0.14';
+ pkgJson.dependencies[dep] = '>=0.14 <1';
8
}
9
10
0 commit comments