@bifravst/aws-cdk-lambda-helpers 1.4.3 → 1.4.4
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 +6 -10
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.4",
|
4
4
|
"description": "Helper functions which simplify working with TypeScript lambdas for AWS CDK.",
|
5
5
|
"exports": {
|
6
6
|
".": {
|
@@ -52,7 +52,7 @@
|
|
52
52
|
"license": "BSD-3-Clause",
|
53
53
|
"devDependencies": {
|
54
54
|
"@aws-sdk/client-cloudformation": "3.556.0",
|
55
|
-
"@bifravst/eslint-config-typescript": "6.0.
|
55
|
+
"@bifravst/eslint-config-typescript": "6.0.24",
|
56
56
|
"@bifravst/prettier-config": "1.0.0",
|
57
57
|
"@commitlint/config-conventional": "19.2.2",
|
58
58
|
"@nordicsemiconductor/cloudformation-helpers": "^9.0.3",
|
@@ -60,7 +60,7 @@
|
|
60
60
|
"@types/aws-lambda": "8.10.137",
|
61
61
|
"@types/node": "20.12.7",
|
62
62
|
"@types/yazl": "2.4.5",
|
63
|
-
"cdk": "2.
|
63
|
+
"cdk": "2.138.0",
|
64
64
|
"husky": "9.0.11",
|
65
65
|
"id128": "1.6.6",
|
66
66
|
"tsx": "4.7.2"
|
@@ -80,11 +80,7 @@
|
|
80
80
|
},
|
81
81
|
"release": {
|
82
82
|
"branches": [
|
83
|
-
"saga"
|
84
|
-
{
|
85
|
-
"name": "!(saga)",
|
86
|
-
"prerelease": true
|
87
|
-
}
|
83
|
+
"saga"
|
88
84
|
],
|
89
85
|
"remoteTags": true,
|
90
86
|
"plugins": [
|
@@ -110,13 +106,13 @@
|
|
110
106
|
],
|
111
107
|
"prettier": "@bifravst/prettier-config",
|
112
108
|
"dependencies": {
|
113
|
-
"@swc/core": "1.4.
|
109
|
+
"@swc/core": "1.4.17",
|
114
110
|
"glob": "10.3.12",
|
115
111
|
"typescript": "5.4.5",
|
116
112
|
"yazl": "2.5.1"
|
117
113
|
},
|
118
114
|
"peerDependencies": {
|
119
|
-
"aws-cdk-lib": "^2.
|
115
|
+
"aws-cdk-lib": "^2.138.0",
|
120
116
|
"constructs": "^10.3.0"
|
121
117
|
}
|
122
118
|
}
|