Skip to content

Commit 904cd70

Browse files
committed
fix(templates): remove unused deps from Strands TS package.json
Remove @aws-sdk/client-s3, express, and zod — none are imported by the template code. Reduces install size and avoids zod version conflicts with VercelAI templates. Confidence: high Scope-risk: narrow
1 parent 402af8e commit 904cd70

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

src/assets/__tests__/__snapshots__/assets.snapshot.test.ts.snap

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5909,13 +5909,10 @@ exports[`Assets Directory Snapshots > TypeScript assets > typescript/typescript/
59095909
{{#if (eq modelProvider "Gemini")}}
59105910
"@google/genai": "^1.40.0",
59115911
{{/if}}
5912-
"@aws-sdk/client-s3": "^3.943.0",
59135912
"@modelcontextprotocol/sdk": "^1.25.2",
59145913
"@strands-agents/sdk": "1.0.0-rc.4",
59155914
"bedrock-agentcore": "^0.2.4",
5916-
"express": "^5.1.0",
5917-
"tsx": "^4.19.0",
5918-
"zod": "^4.1.12"
5915+
"tsx": "^4.19.0"
59195916
},
59205917
"devDependencies": {
59215918
"@types/node": "^22.0.0",

src/assets/typescript/http/strands/base/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@
1919
{{#if (eq modelProvider "Gemini")}}
2020
"@google/genai": "^1.40.0",
2121
{{/if}}
22-
"@aws-sdk/client-s3": "^3.943.0",
2322
"@modelcontextprotocol/sdk": "^1.25.2",
2423
"@strands-agents/sdk": "1.0.0-rc.4",
2524
"bedrock-agentcore": "^0.2.4",
26-
"express": "^5.1.0",
27-
"tsx": "^4.19.0",
28-
"zod": "^4.1.12"
25+
"tsx": "^4.19.0"
2926
},
3027
"devDependencies": {
3128
"@types/node": "^22.0.0",

0 commit comments

Comments
 (0)