@bifravst/aws-cdk-lambda-helpers 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@bifravst/aws-cdk-lambda-helpers",
|
3
|
-
"version": "1.4.
|
3
|
+
"version": "1.4.1",
|
4
4
|
"description": "Helper functions which simplify working with TypeScript lambdas for AWS CDK.",
|
5
5
|
"exports": {
|
6
6
|
".": {
|
@@ -51,10 +51,10 @@
|
|
51
51
|
"author": "Nordic Semiconductor ASA | nordicsemi.no",
|
52
52
|
"license": "BSD-3-Clause",
|
53
53
|
"devDependencies": {
|
54
|
-
"@aws-sdk/client-cloudformation": "3.
|
54
|
+
"@aws-sdk/client-cloudformation": "3.555.0",
|
55
55
|
"@bifravst/eslint-config-typescript": "6.0.22",
|
56
56
|
"@bifravst/prettier-config": "1.0.0",
|
57
|
-
"@commitlint/config-conventional": "19.
|
57
|
+
"@commitlint/config-conventional": "19.2.2",
|
58
58
|
"@nordicsemiconductor/cloudformation-helpers": "^9.0.3",
|
59
59
|
"@nordicsemiconductor/from-env": "^3.0.1",
|
60
60
|
"@types/aws-lambda": "8.10.137",
|
@@ -104,14 +104,13 @@
|
|
104
104
|
"access": "public"
|
105
105
|
},
|
106
106
|
"files": [
|
107
|
-
"package-lock.json",
|
108
107
|
"dist/src",
|
109
108
|
"LICENSE",
|
110
109
|
"README.md"
|
111
110
|
],
|
112
111
|
"prettier": "@bifravst/prettier-config",
|
113
112
|
"dependencies": {
|
114
|
-
"@swc/core": "1.4.
|
113
|
+
"@swc/core": "1.4.14",
|
115
114
|
"glob": "10.3.12",
|
116
115
|
"typescript": "5.4.5",
|
117
116
|
"yazl": "2.5.1"
|