Avoid using --ignore-workspace (#353)

This commit is contained in:
Mateusz Burzyński
2026-02-19 14:41:21 +00:00
committed by pullfrog[bot]
parent 4ecff49b72
commit 185ca7a832
9 changed files with 82 additions and 41 deletions
+5 -11
View File
@@ -144544,7 +144544,8 @@ var package_default = {
runtest: "node test/run.ts",
scratch: "node scratch.ts",
upDeps: "pnpm up --latest",
lock: "pnpm --ignore-workspace install --no-frozen-lockfile",
lock: "pnpm install --no-frozen-lockfile",
postinstall: "node scripts/generate-proxies.ts",
prepare: "cd .. && husky action/.husky"
},
dependencies: {
@@ -144603,16 +144604,9 @@ var package_default = {
types: "./dist/index.d.cts",
import: "./dist/index.js",
require: "./dist/index.cjs"
}
},
pnpm: {
packageExtensions: {
"@anthropic-ai/claude-agent-sdk": {
dependencies: {
"@anthropic-ai/sdk": "*"
}
}
}
},
"./internal": "./dist/internal.js",
"./package.json": "./package.json"
},
packageManager: "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a"
};