Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.
Draft
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ __pycache__/

# Generated
**/_generated
strands-ts/generated
strands-wasm/generated

# Coverage reports
Expand Down
4 changes: 3 additions & 1 deletion strands-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@
}
},
"scripts": {
"build": "tsc --project src/tsconfig.json",
"generate": "jco types ../wit --name strands:agent --world-name agent-types --out-dir generated",
"build": "npm run generate && tsc --project src/tsconfig.json",
"prepack": "npm run build && cp ../README.md . && cp ../LICENSE.APACHE LICENSE",
"postpack": "rm -f README.md LICENSE",
"check": "npm run lint && npm run format && npm run type-check && npm run check:browser-bundle && npm run test:coverage && npm run test:package",
Expand Down Expand Up @@ -125,6 +126,7 @@
"@anthropic-ai/sdk": "^0.92.0",
"@aws-sdk/client-bedrock": "^3.943.0",
"@aws-sdk/client-s3": "^3.943.0",
"@bytecodealliance/jco": "^1.16.1",
"@aws-sdk/client-secrets-manager": "^3.943.0",
"@aws-sdk/client-sts": "^3.996.0",
"@aws-sdk/credential-providers": "^3.943.0",
Expand Down
Loading
Loading