cdk-common 2.0.300 → 2.0.302
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/.jsii +57 -3
- package/API.md +45 -0
- package/lib/main.js +1 -1
- package/lib/managed-policies.d.ts +9 -0
- package/lib/managed-policies.js +10 -1
- package/node_modules/@aws-cdk/assert/package.json +8 -8
- package/node_modules/@aws-cdk/cfnspec/CHANGELOG.md +201 -0
- package/node_modules/@aws-cdk/cfnspec/cfn.version +1 -1
- package/node_modules/@aws-cdk/cfnspec/package.json +4 -4
- package/node_modules/@aws-cdk/cfnspec/spec/specification.json +1084 -48
- package/node_modules/@aws-cdk/cfnspec/tsconfig.tsbuildinfo +6 -6
- package/node_modules/@aws-cdk/cloudformation-diff/package.json +4 -4
- package/node_modules/@types/concat-stream/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/globals.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/http.d.ts +7 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/http.d.ts +7 -0
- package/node_modules/@types/form-data/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/globals.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/http.d.ts +7 -0
- package/node_modules/@types/form-data/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/http.d.ts +7 -0
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/globals.d.ts +1 -1
- package/node_modules/@types/node/package.json +2 -2
- package/package.json +3 -3
|
@@ -272,8 +272,8 @@
|
|
|
272
272
|
"affectsGlobalScope": false
|
|
273
273
|
},
|
|
274
274
|
"../../../node_modules/@types/node/ts4.8/assert.d.ts": {
|
|
275
|
-
"version": "
|
|
276
|
-
"signature": "
|
|
275
|
+
"version": "7e771891adaa85b690266bc37bd6eb43bc57eecc4b54693ead36467e7369952a",
|
|
276
|
+
"signature": "7e771891adaa85b690266bc37bd6eb43bc57eecc4b54693ead36467e7369952a",
|
|
277
277
|
"affectsGlobalScope": false
|
|
278
278
|
},
|
|
279
279
|
"../../../node_modules/@types/node/ts4.8/assert/strict.d.ts": {
|
|
@@ -317,8 +317,8 @@
|
|
|
317
317
|
"affectsGlobalScope": false
|
|
318
318
|
},
|
|
319
319
|
"../../../node_modules/@types/node/ts4.8/crypto.d.ts": {
|
|
320
|
-
"version": "
|
|
321
|
-
"signature": "
|
|
320
|
+
"version": "dd1d8b922bd0874a7715e43015ebfe4ce1eb55fbe405a6d97b7c9756dc608813",
|
|
321
|
+
"signature": "dd1d8b922bd0874a7715e43015ebfe4ce1eb55fbe405a6d97b7c9756dc608813",
|
|
322
322
|
"affectsGlobalScope": false
|
|
323
323
|
},
|
|
324
324
|
"../../../node_modules/@types/node/ts4.8/dgram.d.ts": {
|
|
@@ -367,8 +367,8 @@
|
|
|
367
367
|
"affectsGlobalScope": false
|
|
368
368
|
},
|
|
369
369
|
"../../../node_modules/@types/node/ts4.8/http.d.ts": {
|
|
370
|
-
"version": "
|
|
371
|
-
"signature": "
|
|
370
|
+
"version": "b01a80007e448d035a16c74b5c95a5405b2e81b12fabcf18b75aa9eb9ef28990",
|
|
371
|
+
"signature": "b01a80007e448d035a16c74b5c95a5405b2e81b12fabcf18b75aa9eb9ef28990",
|
|
372
372
|
"affectsGlobalScope": false
|
|
373
373
|
},
|
|
374
374
|
"../../../node_modules/@types/node/ts4.8/http2.d.ts": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/cloudformation-diff",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.48.0",
|
|
4
4
|
"description": "Utilities to diff CDK stacks against CloudFormation templates",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@aws-cdk/cfnspec": "2.
|
|
26
|
+
"@aws-cdk/cfnspec": "2.48.0",
|
|
27
27
|
"@types/node": "^14.18.32",
|
|
28
28
|
"chalk": "^4",
|
|
29
29
|
"diff": "^5.1.0",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"table": "^6.8.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@aws-cdk/cdk-build-tools": "2.
|
|
36
|
-
"@aws-cdk/pkglint": "2.
|
|
35
|
+
"@aws-cdk/cdk-build-tools": "2.48.0",
|
|
36
|
+
"@aws-cdk/pkglint": "2.48.0",
|
|
37
37
|
"@types/jest": "^27.5.2",
|
|
38
38
|
"@types/string-width": "^4.0.1",
|
|
39
39
|
"fast-check": "^2.25.0",
|
|
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (https://nodejs.org/).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Wed, 26 Oct 2022 20:32:58 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`
|
|
14
14
|
|
|
@@ -76,7 +76,7 @@ declare var AbortSignal: typeof globalThis extends {onmessage: any; AbortSignal:
|
|
|
76
76
|
: {
|
|
77
77
|
prototype: AbortSignal;
|
|
78
78
|
new(): AbortSignal;
|
|
79
|
-
|
|
79
|
+
abort(reason?: any): AbortSignal;
|
|
80
80
|
timeout(milliseconds: number): AbortSignal;
|
|
81
81
|
};
|
|
82
82
|
//#endregion borrowed
|
|
@@ -1595,6 +1595,13 @@ declare module 'http' {
|
|
|
1595
1595
|
*/
|
|
1596
1596
|
function validateHeaderValue(name: string, value: string): void;
|
|
1597
1597
|
|
|
1598
|
+
/**
|
|
1599
|
+
* Set the maximum number of idle HTTP parsers. Default: 1000.
|
|
1600
|
+
* @param count
|
|
1601
|
+
* @since v18.8.0, v16.18.0
|
|
1602
|
+
*/
|
|
1603
|
+
function setMaxIdleHTTPParsers(count: number): void;
|
|
1604
|
+
|
|
1598
1605
|
let globalAgent: Agent;
|
|
1599
1606
|
/**
|
|
1600
1607
|
* Read-only property specifying the maximum allowed size of HTTP headers in bytes.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "18.11.
|
|
3
|
+
"version": "18.11.7",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -227,6 +227,6 @@
|
|
|
227
227
|
},
|
|
228
228
|
"scripts": {},
|
|
229
229
|
"dependencies": {},
|
|
230
|
-
"typesPublisherContentHash": "
|
|
230
|
+
"typesPublisherContentHash": "e64a34cfa8ad95a9b0e877bc576e260483e6152920c5641be7813e087342864a",
|
|
231
231
|
"typeScriptVersion": "4.1"
|
|
232
232
|
}
|
|
@@ -1595,6 +1595,13 @@ declare module 'http' {
|
|
|
1595
1595
|
*/
|
|
1596
1596
|
function validateHeaderValue(name: string, value: string): void;
|
|
1597
1597
|
|
|
1598
|
+
/**
|
|
1599
|
+
* Set the maximum number of idle HTTP parsers. Default: 1000.
|
|
1600
|
+
* @param count
|
|
1601
|
+
* @since v18.8.0, v16.18.0
|
|
1602
|
+
*/
|
|
1603
|
+
function setMaxIdleHTTPParsers(count: number): void;
|
|
1604
|
+
|
|
1598
1605
|
let globalAgent: Agent;
|
|
1599
1606
|
/**
|
|
1600
1607
|
* Read-only property specifying the maximum allowed size of HTTP headers in bytes.
|
|
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (https://nodejs.org/).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Wed, 26 Oct 2022 20:32:58 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`
|
|
14
14
|
|
|
@@ -76,7 +76,7 @@ declare var AbortSignal: typeof globalThis extends {onmessage: any; AbortSignal:
|
|
|
76
76
|
: {
|
|
77
77
|
prototype: AbortSignal;
|
|
78
78
|
new(): AbortSignal;
|
|
79
|
-
|
|
79
|
+
abort(reason?: any): AbortSignal;
|
|
80
80
|
timeout(milliseconds: number): AbortSignal;
|
|
81
81
|
};
|
|
82
82
|
//#endregion borrowed
|
|
@@ -1595,6 +1595,13 @@ declare module 'http' {
|
|
|
1595
1595
|
*/
|
|
1596
1596
|
function validateHeaderValue(name: string, value: string): void;
|
|
1597
1597
|
|
|
1598
|
+
/**
|
|
1599
|
+
* Set the maximum number of idle HTTP parsers. Default: 1000.
|
|
1600
|
+
* @param count
|
|
1601
|
+
* @since v18.8.0, v16.18.0
|
|
1602
|
+
*/
|
|
1603
|
+
function setMaxIdleHTTPParsers(count: number): void;
|
|
1604
|
+
|
|
1598
1605
|
let globalAgent: Agent;
|
|
1599
1606
|
/**
|
|
1600
1607
|
* Read-only property specifying the maximum allowed size of HTTP headers in bytes.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "18.11.
|
|
3
|
+
"version": "18.11.7",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -227,6 +227,6 @@
|
|
|
227
227
|
},
|
|
228
228
|
"scripts": {},
|
|
229
229
|
"dependencies": {},
|
|
230
|
-
"typesPublisherContentHash": "
|
|
230
|
+
"typesPublisherContentHash": "e64a34cfa8ad95a9b0e877bc576e260483e6152920c5641be7813e087342864a",
|
|
231
231
|
"typeScriptVersion": "4.1"
|
|
232
232
|
}
|
|
@@ -1595,6 +1595,13 @@ declare module 'http' {
|
|
|
1595
1595
|
*/
|
|
1596
1596
|
function validateHeaderValue(name: string, value: string): void;
|
|
1597
1597
|
|
|
1598
|
+
/**
|
|
1599
|
+
* Set the maximum number of idle HTTP parsers. Default: 1000.
|
|
1600
|
+
* @param count
|
|
1601
|
+
* @since v18.8.0, v16.18.0
|
|
1602
|
+
*/
|
|
1603
|
+
function setMaxIdleHTTPParsers(count: number): void;
|
|
1604
|
+
|
|
1598
1605
|
let globalAgent: Agent;
|
|
1599
1606
|
/**
|
|
1600
1607
|
* Read-only property specifying the maximum allowed size of HTTP headers in bytes.
|
|
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (https://nodejs.org/).
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v14.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Wed, 26 Oct 2022 20:33:01 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `AbortController`, `AbortSignal`, `Buffer`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout`
|
|
14
14
|
|
|
@@ -114,7 +114,7 @@ declare var AbortController: {
|
|
|
114
114
|
declare var AbortSignal: {
|
|
115
115
|
prototype: AbortSignal;
|
|
116
116
|
new(): AbortSignal;
|
|
117
|
-
|
|
117
|
+
abort(reason?: any): AbortSignal;
|
|
118
118
|
timeout(milliseconds: number): AbortSignal;
|
|
119
119
|
};
|
|
120
120
|
//#endregion borrowed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "14.18.
|
|
3
|
+
"version": "14.18.33",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -227,6 +227,6 @@
|
|
|
227
227
|
},
|
|
228
228
|
"scripts": {},
|
|
229
229
|
"dependencies": {},
|
|
230
|
-
"typesPublisherContentHash": "
|
|
230
|
+
"typesPublisherContentHash": "132921d8fea35693f1adaf8d9110efe9ffdd29c6863478ce1130b46dae22336a",
|
|
231
231
|
"typeScriptVersion": "4.1"
|
|
232
232
|
}
|
package/package.json
CHANGED
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"jsii-pacmak": "^1.70.0",
|
|
56
56
|
"json-schema": "^0.4.0",
|
|
57
57
|
"npm-check-updates": "^16",
|
|
58
|
-
"projen": "0.65.
|
|
58
|
+
"projen": "0.65.2",
|
|
59
59
|
"standard-version": "^9",
|
|
60
60
|
"ts-jest": "^27",
|
|
61
61
|
"typescript": "3.9.10"
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"constructs": "^10.0.5"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@aws-cdk/assert": "^2.
|
|
68
|
+
"@aws-cdk/assert": "^2.48.0",
|
|
69
69
|
"case": "^1.6.3",
|
|
70
70
|
"sync-request": "^6.1.0"
|
|
71
71
|
},
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
],
|
|
84
84
|
"main": "lib/index.js",
|
|
85
85
|
"license": "Apache-2.0",
|
|
86
|
-
"version": "2.0.
|
|
86
|
+
"version": "2.0.302",
|
|
87
87
|
"jest": {
|
|
88
88
|
"testMatch": [
|
|
89
89
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|