Skip to content

Commit 2d0d4b6

Browse files
RobertCraigiestainless-app[bot]
authored andcommitted
chore(bedrock): bump dependency on @anthropic-ai/sdk
1 parent 28f0721 commit 2d0d4b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/bedrock-sdk/scripts/postprocess-dist-package-json.cjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ const pkgJson = require('../dist/package.json');
44
for (const dep in pkgJson.dependencies) {
55
// ensure we point to NPM instead of a local directory
66
if (dep === '@anthropic-ai/sdk') {
7-
pkgJson.dependencies[dep] = '^0';
7+
pkgJson.dependencies[dep] = '>=0.35 <1';
88
}
99
}
1010

11-
fs.writeFileSync('dist/package.json', JSON.stringify(pkgJson, null, 2))
11+
fs.writeFileSync('dist/package.json', JSON.stringify(pkgJson, null, 2));

0 commit comments

Comments
 (0)