@gradientedge/cdk-utils 8.133.0 → 8.135.0
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/app/api-destined-function/package.json +1 -1
- package/dist/src/lib/aws/construct/site-with-lambda-backend/constants.d.ts +1 -1
- package/dist/src/lib/aws/construct/site-with-lambda-backend/constants.js +1 -1
- package/package.json +24 -24
- package/src/lib/aws/construct/site-with-lambda-backend/constants.ts +1 -1
|
@@ -6,4 +6,4 @@ var SiteWithLambdaBackendResponseHeaderPolicyType;
|
|
|
6
6
|
SiteWithLambdaBackendResponseHeaderPolicyType["ORIGIN"] = "origin";
|
|
7
7
|
SiteWithLambdaBackendResponseHeaderPolicyType["STATIC"] = "static";
|
|
8
8
|
})(SiteWithLambdaBackendResponseHeaderPolicyType || (exports.SiteWithLambdaBackendResponseHeaderPolicyType = SiteWithLambdaBackendResponseHeaderPolicyType = {}));
|
|
9
|
-
exports.LAMBDA_ALIAS_NAME_CURRENT = '
|
|
9
|
+
exports.LAMBDA_ALIAS_NAME_CURRENT = 'latest';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gradientedge/cdk-utils",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.135.0",
|
|
4
4
|
"description": "Utilities for AWS CDK provisioning",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"engines": {
|
|
@@ -46,54 +46,54 @@
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@aws-sdk/client-secrets-manager": "^3.
|
|
50
|
-
"@aws-sdk/credential-providers": "^3.
|
|
51
|
-
"@aws-sdk/types": "^3.
|
|
52
|
-
"@cdktf/provider-azurerm": "^
|
|
53
|
-
"@types/lodash": "^4.14.
|
|
54
|
-
"@types/node": "^20.
|
|
55
|
-
"@types/uuid": "^9.0.
|
|
49
|
+
"@aws-sdk/client-secrets-manager": "^3.449.0",
|
|
50
|
+
"@aws-sdk/credential-providers": "^3.449.0",
|
|
51
|
+
"@aws-sdk/types": "^3.449.0",
|
|
52
|
+
"@cdktf/provider-azurerm": "^11.0.4",
|
|
53
|
+
"@types/lodash": "^4.14.201",
|
|
54
|
+
"@types/node": "^20.9.0",
|
|
55
|
+
"@types/uuid": "^9.0.7",
|
|
56
56
|
"app-root-path": "^3.1.0",
|
|
57
|
-
"aws-cdk-lib": "^2.
|
|
58
|
-
"cdktf": "^0.
|
|
57
|
+
"aws-cdk-lib": "^2.106.1",
|
|
58
|
+
"cdktf": "^0.19.1",
|
|
59
59
|
"constructs": "^10.3.0",
|
|
60
60
|
"lodash": "^4.17.21",
|
|
61
61
|
"moment": "^2.29.4",
|
|
62
|
-
"nconf": "^0.12.
|
|
62
|
+
"nconf": "^0.12.1",
|
|
63
63
|
"pluralize": "^8.0.0",
|
|
64
64
|
"ts-node": "^10.9.1",
|
|
65
65
|
"uuid": "^9.0.1"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@babel/core": "^7.23.
|
|
69
|
-
"@babel/eslint-parser": "^7.
|
|
68
|
+
"@babel/core": "^7.23.3",
|
|
69
|
+
"@babel/eslint-parser": "^7.23.3",
|
|
70
70
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
71
|
-
"@types/jest": "^29.5.
|
|
72
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
73
|
-
"@typescript-eslint/parser": "^6.
|
|
74
|
-
"aws-cdk": "^2.
|
|
71
|
+
"@types/jest": "^29.5.8",
|
|
72
|
+
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
|
73
|
+
"@typescript-eslint/parser": "^6.10.0",
|
|
74
|
+
"aws-cdk": "^2.106.1",
|
|
75
75
|
"better-docs": "^2.7.2",
|
|
76
76
|
"codecov": "^3.8.3",
|
|
77
77
|
"commitizen": "^4.3.0",
|
|
78
78
|
"docdash": "^2.0.2",
|
|
79
79
|
"dotenv": "^16.3.1",
|
|
80
|
-
"eslint": "^8.
|
|
80
|
+
"eslint": "^8.53.0",
|
|
81
81
|
"eslint-config-prettier": "^9.0.0",
|
|
82
|
-
"eslint-plugin-import": "^2.
|
|
83
|
-
"eslint-plugin-jsdoc": "^46.
|
|
82
|
+
"eslint-plugin-import": "^2.29.0",
|
|
83
|
+
"eslint-plugin-jsdoc": "^46.9.0",
|
|
84
84
|
"husky": "^8.0.3",
|
|
85
85
|
"jest": "^29.7.0",
|
|
86
|
-
"jest-extended": "^4.0.
|
|
86
|
+
"jest-extended": "^4.0.2",
|
|
87
87
|
"jest-junit": "^16.0.0",
|
|
88
88
|
"jsdoc": "^4.0.2",
|
|
89
89
|
"jsdoc-babel": "^0.5.0",
|
|
90
90
|
"jsdoc-mermaid": "^1.0.0",
|
|
91
91
|
"jsdoc-plugin-typescript": "^2.2.1",
|
|
92
92
|
"jsdoc-to-markdown": "^8.0.0",
|
|
93
|
-
"prettier": "^3.0
|
|
94
|
-
"prettier-plugin-organize-imports": "^3.2.
|
|
93
|
+
"prettier": "^3.1.0",
|
|
94
|
+
"prettier-plugin-organize-imports": "^3.2.4",
|
|
95
95
|
"rimraf": "^5.0.5",
|
|
96
|
-
"semantic-release": "^22.0.
|
|
96
|
+
"semantic-release": "^22.0.7",
|
|
97
97
|
"taffydb": "^2.7.3",
|
|
98
98
|
"ts-jest": "^29.1.1",
|
|
99
99
|
"ts-node": "^10.9.1",
|