| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 4.36.1 source code.tar.gz | 2026-05-14 | 2.3 MB | |
| 4.36.1 source code.zip | 2026-05-14 | 3.6 MB | |
| README.md | 2026-05-14 | 1.0 kB | |
| Totals: 3 Items | 5.9 MB | 2 | |
Bug Fixes
-
Fixed framework hang during TypeScript configuration loading. Services with multi-file TypeScript configurations (a
serverless.tsthat imports other.tsfiles via relative imports) could deadlock during command startup, most reliably reproduced in AWS CodeBuild. The framework now handles nested TypeScript imports without the deadlock. (#13574, [#13581]) -
Fixed esbuild version conflicts with the
serverless-esbuildplugin. Projects that pinned anesbuildversion different from the framework's hitCannot start service: Host version "X.Y.Z" does not match binary version "A.B.C"errors when running commands likeserverless invoke local. Each esbuild instance now resolves its own platform binary independently, so both versions can coexist in the same project. (#13580, [#13581])
Maintenance
- Bumped the AWS SDK group with 30 updates (#13575)
- Upgraded
protobufjsfrom 7.5.5 to 7.5.7 (#13573) - Bumped
langsmithacross bedrock-agentcore JavaScript examples (#13579)