Skip to content

Commit ef242b4

Browse files
authored
Release 0.4.0 (#20)
bump version to 0.4.0 and update AWS SDK dependencies to 3.958.0
1 parent d87a230 commit ef242b4

File tree

2 files changed

+74
-74
lines changed

2 files changed

+74
-74
lines changed

package-lock.json

Lines changed: 68 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@leanstacks/lambda-utils",
3-
"version": "0.4.0-alpha.1",
3+
"version": "0.4.0",
44
"description": "A collection of utilities and helper functions designed to streamline the development of AWS Lambda functions using TypeScript.",
55
"main": "dist/index.js",
66
"module": "dist/index.esm.js",
@@ -64,11 +64,11 @@
6464
"typescript": "5.9.3"
6565
},
6666
"dependencies": {
67-
"@aws-sdk/client-dynamodb": "3.957.0",
68-
"@aws-sdk/client-lambda": "3.957.0",
69-
"@aws-sdk/client-sns": "3.957.0",
70-
"@aws-sdk/client-sqs": "3.957.0",
71-
"@aws-sdk/lib-dynamodb": "3.957.0",
67+
"@aws-sdk/client-dynamodb": "3.958.0",
68+
"@aws-sdk/client-lambda": "3.958.0",
69+
"@aws-sdk/client-sns": "3.958.0",
70+
"@aws-sdk/client-sqs": "3.958.0",
71+
"@aws-sdk/lib-dynamodb": "3.958.0",
7272
"pino": "10.1.0",
7373
"pino-lambda": "4.4.1",
7474
"zod": "4.2.1"

0 commit comments

Comments
 (0)