@gradientedge/cdk-utils 7.18.0 → 7.20.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.
@@ -9,13 +9,13 @@
9
9
  ],
10
10
  "linkedModules": [],
11
11
  "topLevelPatterns": [
12
- "@types/uuid@^8.3.4",
12
+ "@types/uuid@^9.0.0",
13
13
  "mkdirp@^1.0.4",
14
14
  "rimraf@^3.0.2",
15
15
  "uuid@^9.0.0"
16
16
  ],
17
17
  "lockfileEntries": {
18
- "@types/uuid@^8.3.4": "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc",
18
+ "@types/uuid@^9.0.0": "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.0.tgz#53ef263e5239728b56096b0a869595135b7952d2",
19
19
  "balanced-match@^1.0.0": "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee",
20
20
  "brace-expansion@^1.1.7": "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd",
21
21
  "concat-map@0.0.1": "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b",
@@ -8,7 +8,7 @@ This package contains type definitions for uuid (https://github.com/uuidjs/uuid)
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Thu, 06 Jan 2022 07:31:27 GMT
11
+ * Last updated: Tue, 29 Nov 2022 18:32:57 GMT
12
12
  * Dependencies: none
13
13
  * Global values: none
14
14
 
@@ -1,4 +1,4 @@
1
- // Type definitions for uuid 8.3
1
+ // Type definitions for uuid 9.0
2
2
  // Project: https://github.com/uuidjs/uuid
3
3
  // Definitions by: Oliver Hoffmann <https://github.com/iamolivinius>
4
4
  // Felipe Ochoa <https://github.com/felipeochoa>
@@ -6,7 +6,6 @@
6
6
  // Linus Unnebäck <https://github.com/LinusU>
7
7
  // Christoph Tavan <https://github.com/ctavan>
8
8
  // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
9
- // TypeScript Version: 2.8
10
9
 
11
10
  // disable automatic export
12
11
  export {};
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/uuid",
3
- "version": "8.3.4",
3
+ "version": "9.0.0",
4
4
  "description": "TypeScript definitions for uuid",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid",
6
6
  "license": "MIT",
@@ -40,8 +40,8 @@
40
40
  },
41
41
  "scripts": {},
42
42
  "dependencies": {},
43
- "typesPublisherContentHash": "7bd9cd358e9e4357393eb0163c44f44dc265ab936b456743af6ed3d0d0ac644f",
44
- "typeScriptVersion": "3.8",
43
+ "typesPublisherContentHash": "fcbbe0ed3964850f2ba3f7c63e9bf38a037f990945fb14bb976e9420e2d9d0b0",
44
+ "typeScriptVersion": "4.1",
45
45
  "exports": {
46
46
  "./package.json": "./package.json",
47
47
  ".": {
@@ -19,7 +19,7 @@
19
19
  "test": "npx jest --ci --runInBand --passWithNoTests"
20
20
  },
21
21
  "dependencies": {
22
- "@types/uuid": "^8.3.4",
22
+ "@types/uuid": "^9.0.0",
23
23
  "uuid": "^9.0.0"
24
24
  },
25
25
  "devDependencies": {
@@ -8,13 +8,13 @@
8
8
  ],
9
9
  "linkedModules": [],
10
10
  "topLevelPatterns": [
11
- "@types/uuid@^8.3.4",
11
+ "@types/uuid@^9.0.0",
12
12
  "mkdirp@^1.0.4",
13
13
  "rimraf@^3.0.2",
14
14
  "uuid@^9.0.0"
15
15
  ],
16
16
  "lockfileEntries": {
17
- "@types/uuid@^8.3.4": "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.4.tgz#bd86a43617df0594787d38b735f55c805becf1bc",
17
+ "@types/uuid@^9.0.0": "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.0.tgz#53ef263e5239728b56096b0a869595135b7952d2",
18
18
  "balanced-match@^1.0.0": "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee",
19
19
  "brace-expansion@^1.1.7": "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd",
20
20
  "concat-map@0.0.1": "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b",
@@ -8,7 +8,7 @@ This package contains type definitions for uuid (https://github.com/uuidjs/uuid)
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Thu, 06 Jan 2022 07:31:27 GMT
11
+ * Last updated: Tue, 29 Nov 2022 18:32:57 GMT
12
12
  * Dependencies: none
13
13
  * Global values: none
14
14
 
@@ -1,4 +1,4 @@
1
- // Type definitions for uuid 8.3
1
+ // Type definitions for uuid 9.0
2
2
  // Project: https://github.com/uuidjs/uuid
3
3
  // Definitions by: Oliver Hoffmann <https://github.com/iamolivinius>
4
4
  // Felipe Ochoa <https://github.com/felipeochoa>
@@ -6,7 +6,6 @@
6
6
  // Linus Unnebäck <https://github.com/LinusU>
7
7
  // Christoph Tavan <https://github.com/ctavan>
8
8
  // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
9
- // TypeScript Version: 2.8
10
9
 
11
10
  // disable automatic export
12
11
  export {};
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/uuid",
3
- "version": "8.3.4",
3
+ "version": "9.0.0",
4
4
  "description": "TypeScript definitions for uuid",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/uuid",
6
6
  "license": "MIT",
@@ -40,8 +40,8 @@
40
40
  },
41
41
  "scripts": {},
42
42
  "dependencies": {},
43
- "typesPublisherContentHash": "7bd9cd358e9e4357393eb0163c44f44dc265ab936b456743af6ed3d0d0ac644f",
44
- "typeScriptVersion": "3.8",
43
+ "typesPublisherContentHash": "fcbbe0ed3964850f2ba3f7c63e9bf38a037f990945fb14bb976e9420e2d9d0b0",
44
+ "typeScriptVersion": "4.1",
45
45
  "exports": {
46
46
  "./package.json": "./package.json",
47
47
  ".": {
@@ -19,7 +19,7 @@
19
19
  "test": "npx jest --ci --runInBand --passWithNoTests"
20
20
  },
21
21
  "dependencies": {
22
- "@types/uuid": "^8.3.4",
22
+ "@types/uuid": "^9.0.0",
23
23
  "uuid": "^9.0.0"
24
24
  },
25
25
  "devDependencies": {
@@ -140,6 +140,7 @@ class CloudFrontManager {
140
140
  originRequestPolicy: props.defaultBehavior ? props.defaultBehavior.originRequestPolicy : undefined,
141
141
  functionAssociations: defaultFunctionAssociations ?? undefined,
142
142
  viewerProtocolPolicy: props.defaultBehavior ? props.defaultBehavior.viewerProtocolPolicy : undefined,
143
+ edgeLambdas: props.defaultBehavior ? props.defaultBehavior.edgeLambdas : undefined,
143
144
  },
144
145
  additionalBehaviors: props.additionalBehaviors,
145
146
  defaultRootObject: props.defaultRootObject,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gradientedge/cdk-utils",
3
- "version": "7.18.0",
3
+ "version": "7.20.0",
4
4
  "description": "Utilities for AWS CDK provisioning",
5
5
  "main": "dist/index.js",
6
6
  "engines": {
@@ -48,11 +48,11 @@
48
48
  },
49
49
  "dependencies": {
50
50
  "@types/lodash": "^4.14.191",
51
- "@types/node": "^18.11.11",
51
+ "@types/node": "^18.11.17",
52
52
  "app-root-path": "^3.1.0",
53
- "aws-cdk-lib": "^2.54.0",
54
- "aws-sdk": "^2.1270.0",
55
- "constructs": "^10.1.183",
53
+ "aws-cdk-lib": "^2.55.1",
54
+ "aws-sdk": "^2.1277.0",
55
+ "constructs": "^10.1.194",
56
56
  "lodash": "^4.17.21",
57
57
  "moment": "^2.29.4",
58
58
  "nconf": "^0.12.0",
@@ -62,15 +62,15 @@
62
62
  "devDependencies": {
63
63
  "@babel/plugin-proposal-class-properties": "^7.18.6",
64
64
  "@types/jest": "^29.2.4",
65
- "@typescript-eslint/eslint-plugin": "^5.46.0",
66
- "@typescript-eslint/parser": "^5.46.0",
65
+ "@typescript-eslint/eslint-plugin": "^5.46.1",
66
+ "@typescript-eslint/parser": "^5.46.1",
67
67
  "aws-cdk": "*",
68
68
  "babel-eslint": "^10.1.0",
69
69
  "better-docs": "^2.7.2",
70
70
  "codecov": "^3.8.3",
71
71
  "commitizen": "^4.2.6",
72
72
  "dotenv": "^16.0.3",
73
- "eslint": "^8.29.0",
73
+ "eslint": "^8.30.0",
74
74
  "eslint-config-prettier": "^8.5.0",
75
75
  "eslint-plugin-import": "^2.26.0",
76
76
  "husky": "^8.0.2",
@@ -144,6 +144,7 @@ export class CloudFrontManager {
144
144
  originRequestPolicy: props.defaultBehavior ? props.defaultBehavior.originRequestPolicy : undefined,
145
145
  functionAssociations: defaultFunctionAssociations ?? undefined,
146
146
  viewerProtocolPolicy: props.defaultBehavior ? props.defaultBehavior.viewerProtocolPolicy : undefined,
147
+ edgeLambdas: props.defaultBehavior ? props.defaultBehavior.edgeLambdas : undefined,
147
148
  },
148
149
  additionalBehaviors: props.additionalBehaviors,
149
150
  defaultRootObject: props.defaultRootObject,