@gradientedge/cdk-utils 8.116.0 → 8.118.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.
|
@@ -355,6 +355,7 @@ class SiteWithEcsBackend extends common_1.CommonConstruct {
|
|
|
355
355
|
minTtl: cdk.Duration.seconds(siteCachePolicy.minTtlInSeconds),
|
|
356
356
|
maxTtl: cdk.Duration.seconds(siteCachePolicy.maxTtlInSeconds),
|
|
357
357
|
enableAcceptEncodingGzip: siteCachePolicy.enableAcceptEncodingGzip,
|
|
358
|
+
enableAcceptEncodingBrotli: siteCachePolicy.enableAcceptEncodingBrotli,
|
|
358
359
|
queryStringBehavior: siteCachePolicy.queryStringBehavior,
|
|
359
360
|
headerBehavior: siteCachePolicy.headerBehavior,
|
|
360
361
|
cookieBehavior: siteCachePolicy.cookieBehavior,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gradientedge/cdk-utils",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.118.0",
|
|
4
4
|
"description": "Utilities for AWS CDK provisioning",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"engines": {
|
|
@@ -46,14 +46,14 @@
|
|
|
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.
|
|
49
|
+
"@aws-sdk/client-secrets-manager": "^3.398.0",
|
|
50
|
+
"@aws-sdk/credential-providers": "^3.398.0",
|
|
51
|
+
"@aws-sdk/types": "^3.398.0",
|
|
52
52
|
"@types/lodash": "^4.14.197",
|
|
53
|
-
"@types/node": "^20.5.
|
|
53
|
+
"@types/node": "^20.5.7",
|
|
54
54
|
"@types/uuid": "^9.0.2",
|
|
55
55
|
"app-root-path": "^3.1.0",
|
|
56
|
-
"aws-cdk-lib": "^2.
|
|
56
|
+
"aws-cdk-lib": "^2.93.0",
|
|
57
57
|
"constructs": "^10.2.69",
|
|
58
58
|
"lodash": "^4.17.21",
|
|
59
59
|
"moment": "^2.29.4",
|
|
@@ -63,24 +63,24 @@
|
|
|
63
63
|
"uuid": "^9.0.0"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@babel/core": "^7.22.
|
|
67
|
-
"@babel/eslint-parser": "^7.22.
|
|
66
|
+
"@babel/core": "^7.22.11",
|
|
67
|
+
"@babel/eslint-parser": "^7.22.11",
|
|
68
68
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
69
|
-
"@types/jest": "^29.5.
|
|
70
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
71
|
-
"@typescript-eslint/parser": "^6.
|
|
72
|
-
"aws-cdk": "^2.
|
|
69
|
+
"@types/jest": "^29.5.4",
|
|
70
|
+
"@typescript-eslint/eslint-plugin": "^6.5.0",
|
|
71
|
+
"@typescript-eslint/parser": "^6.5.0",
|
|
72
|
+
"aws-cdk": "^2.93.0",
|
|
73
73
|
"better-docs": "^2.7.2",
|
|
74
74
|
"codecov": "^3.8.3",
|
|
75
75
|
"commitizen": "^4.3.0",
|
|
76
76
|
"docdash": "^2.0.1",
|
|
77
77
|
"dotenv": "^16.3.1",
|
|
78
|
-
"eslint": "^8.
|
|
78
|
+
"eslint": "^8.48.0",
|
|
79
79
|
"eslint-config-prettier": "^9.0.0",
|
|
80
80
|
"eslint-plugin-import": "^2.28.1",
|
|
81
81
|
"eslint-plugin-jsdoc": "^46.5.0",
|
|
82
82
|
"husky": "^8.0.3",
|
|
83
|
-
"jest": "^29.6.
|
|
83
|
+
"jest": "^29.6.4",
|
|
84
84
|
"jest-extended": "^4.0.1",
|
|
85
85
|
"jest-junit": "^16.0.0",
|
|
86
86
|
"jsdoc": "^4.0.2",
|
|
@@ -91,11 +91,11 @@
|
|
|
91
91
|
"prettier": "^3.0.2",
|
|
92
92
|
"prettier-plugin-organize-imports": "^3.2.3",
|
|
93
93
|
"rimraf": "^5.0.1",
|
|
94
|
-
"semantic-release": "^21.
|
|
94
|
+
"semantic-release": "^21.1.1",
|
|
95
95
|
"taffydb": "^2.7.3",
|
|
96
96
|
"ts-jest": "^29.1.1",
|
|
97
97
|
"ts-node": "^10.9.1",
|
|
98
|
-
"typescript": "5.
|
|
98
|
+
"typescript": "5.2.2"
|
|
99
99
|
},
|
|
100
100
|
"optionalDependencies": {
|
|
101
101
|
"prop-types": "^15.8.1",
|
|
@@ -418,6 +418,7 @@ export class SiteWithEcsBackend extends CommonConstruct {
|
|
|
418
418
|
minTtl: cdk.Duration.seconds(siteCachePolicy.minTtlInSeconds),
|
|
419
419
|
maxTtl: cdk.Duration.seconds(siteCachePolicy.maxTtlInSeconds),
|
|
420
420
|
enableAcceptEncodingGzip: siteCachePolicy.enableAcceptEncodingGzip,
|
|
421
|
+
enableAcceptEncodingBrotli: siteCachePolicy.enableAcceptEncodingBrotli,
|
|
421
422
|
queryStringBehavior: siteCachePolicy.queryStringBehavior,
|
|
422
423
|
headerBehavior: siteCachePolicy.headerBehavior,
|
|
423
424
|
cookieBehavior: siteCachePolicy.cookieBehavior,
|