Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"//deps": "The 14 @opencodehub/* workspace libs are INLINED into the bundle at build time (tsup noExternal) — they are devDependencies, not runtime deps. `dependencies` below is exactly the third-party set the bundle imports at runtime (kept `external`), plus the two @sourcegraph/scip-* indexers the parse pipeline spawns as subprocesses. onnxruntime-node is optional (lazy-loaded only when embeddings are enabled).",
"dependencies": {
"@apidevtools/swagger-parser": "12.1.0",
"@aws-sdk/client-bedrock-runtime": "3.1064.0",
"@aws-sdk/client-bedrock-runtime": "3.1066.0",
"@aws-sdk/client-sagemaker-runtime": "3.1064.0",
"@chonkiejs/core": "^0.0.10",
"@cyclonedx/cyclonedx-library": "10.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ingestion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@apidevtools/swagger-parser": "12.1.0",
"@aws-sdk/client-bedrock-runtime": "3.1064.0",
"@aws-sdk/client-bedrock-runtime": "3.1066.0",
"@cyclonedx/cyclonedx-library": "10.1.0",
"@iarna/toml": "2.2.5",
"@opencodehub/analysis": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/summarizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"clean": "rm -rf dist *.tsbuildinfo"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "3.1064.0",
"@aws-sdk/client-bedrock-runtime": "3.1066.0",
"zod": "4.4.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/wiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"clean": "rm -rf dist *.tsbuildinfo"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "3.1064.0",
"@aws-sdk/client-bedrock-runtime": "3.1066.0",
"@opencodehub/core-types": "workspace:*",
"@opencodehub/storage": "workspace:*",
"@opencodehub/summarizer": "workspace:*",
Expand Down
Loading
Loading