cloudstructs 0.6.41 → 0.6.43
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 +2 -2
- package/lib/codecommit-mirror/index.js +2 -2
- package/lib/dmarc/index.js +1 -1
- package/lib/ecs-service-roller/index.js +2 -2
- package/lib/email-receiver/receiver.js +1 -1
- package/lib/email-receiver/s3-function.js +2 -2
- package/lib/email-receiver/whitelist-function.js +2 -2
- package/lib/saml-identity-provider/index.js +2 -2
- package/lib/slack-app/manifest.js +1 -1
- package/lib/slack-app/provider-function.js +2 -2
- package/lib/slack-app/slack-app.js +2 -2
- package/lib/slack-events/events-function.js +2 -2
- package/lib/slack-events/index.js +1 -1
- package/lib/slack-textract/detect-function.js +2 -2
- package/lib/slack-textract/index.js +1 -1
- package/lib/ssl-server-test/analyze-function.js +2 -2
- package/lib/ssl-server-test/extract-grade-function.js +2 -2
- package/lib/ssl-server-test/index.js +1 -1
- package/lib/state-machine-cr-provider/index.js +1 -1
- package/lib/static-website/index.js +1 -1
- package/lib/static-website/origin-request-function.js +2 -2
- package/lib/toolkit-cleaner/clean-images-function.js +2 -2
- package/lib/toolkit-cleaner/clean-objects-function.js +2 -2
- package/lib/toolkit-cleaner/extract-template-hashes-function.js +2 -2
- package/lib/toolkit-cleaner/get-stack-names-function.js +2 -2
- package/lib/toolkit-cleaner/index.js +1 -1
- package/lib/url-shortener/index.js +1 -1
- package/lib/url-shortener/redirect-function.js +2 -2
- package/lib/url-shortener/shortener-function.js +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/logger/node_modules/@types/node/module.d.ts +2 -12
- package/node_modules/@slack/logger/node_modules/@types/node/package.json +2 -2
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/module.d.ts +2 -12
- package/node_modules/@slack/logger/node_modules/@types/node/ts4.8/wasi.d.ts +6 -0
- package/node_modules/@slack/logger/node_modules/@types/node/wasi.d.ts +6 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/README.md +1 -1
- package/node_modules/@slack/web-api/node_modules/@types/node/module.d.ts +2 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/package.json +2 -2
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/module.d.ts +2 -12
- package/node_modules/@slack/web-api/node_modules/@types/node/ts4.8/wasi.d.ts +6 -0
- package/node_modules/@slack/web-api/node_modules/@types/node/wasi.d.ts +6 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +2 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/module.d.ts +2 -12
- package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/wasi.d.ts +6 -0
- package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +6 -0
- package/node_modules/@types/http-cache-semantics/README.md +1 -1
- package/node_modules/@types/http-cache-semantics/package.json +2 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/is-stream/node_modules/@types/node/module.d.ts +2 -12
- package/node_modules/@types/is-stream/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/module.d.ts +2 -12
- package/node_modules/@types/is-stream/node_modules/@types/node/ts4.8/wasi.d.ts +6 -0
- package/node_modules/@types/is-stream/node_modules/@types/node/wasi.d.ts +6 -0
- package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +2 -12
- package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/module.d.ts +2 -12
- package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/wasi.d.ts +6 -0
- package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +6 -0
- package/node_modules/@types/responselike/README.md +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +2 -12
- package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/module.d.ts +2 -12
- package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/wasi.d.ts +6 -0
- package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +6 -0
- package/node_modules/@types/responselike/package.json +2 -2
- package/package.json +19 -20
|
@@ -8,7 +8,7 @@ This package contains type definitions for node (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: Thu, 16 Nov 2023 21:07:02 GMT
|
|
12
12
|
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)
|
|
13
13
|
|
|
14
14
|
# Credits
|
|
@@ -267,26 +267,16 @@ declare module "module" {
|
|
|
267
267
|
* Provides a module-relative resolution function scoped to each module, returning
|
|
268
268
|
* the URL string.
|
|
269
269
|
*
|
|
270
|
-
*
|
|
271
|
-
*
|
|
272
|
-
* @param specifier The module specifier to resolve relative to the current module.
|
|
273
|
-
* @returns The absolute (`file:`) URL string for the resolved module.
|
|
274
|
-
*/
|
|
275
|
-
resolve(specifier: string): string;
|
|
276
|
-
/**
|
|
277
|
-
* This `parent` parameter is only used when the `--experimental-import-meta-resolve`
|
|
270
|
+
* Second `parent` parameter is only used when the `--experimental-import-meta-resolve`
|
|
278
271
|
* command flag enabled.
|
|
279
272
|
*
|
|
280
|
-
* Provides a module-relative resolution function scoped to each module, returning
|
|
281
|
-
* the URL string.
|
|
282
|
-
*
|
|
283
273
|
* @since v20.6.0
|
|
284
274
|
*
|
|
285
275
|
* @param specifier The module specifier to resolve relative to `parent`.
|
|
286
276
|
* @param parent The absolute parent module URL to resolve from.
|
|
287
277
|
* @returns The absolute (`file:`) URL string for the resolved module.
|
|
288
278
|
*/
|
|
289
|
-
resolve(specifier: string, parent
|
|
279
|
+
resolve(specifier: string, parent?: string | URL | undefined): string;
|
|
290
280
|
}
|
|
291
281
|
}
|
|
292
282
|
export = Module;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.9.1",
|
|
4
4
|
"description": "TypeScript definitions for node",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
"dependencies": {
|
|
225
225
|
"undici-types": "~5.26.4"
|
|
226
226
|
},
|
|
227
|
-
"typesPublisherContentHash": "
|
|
227
|
+
"typesPublisherContentHash": "5ceb5eee6fe5e7aa77c1c11996eefbedb14206d80d5f40698af126ff8cdfec3b",
|
|
228
228
|
"typeScriptVersion": "4.5",
|
|
229
229
|
"nonNpm": true
|
|
230
230
|
}
|
|
@@ -267,26 +267,16 @@ declare module "module" {
|
|
|
267
267
|
* Provides a module-relative resolution function scoped to each module, returning
|
|
268
268
|
* the URL string.
|
|
269
269
|
*
|
|
270
|
-
*
|
|
271
|
-
*
|
|
272
|
-
* @param specifier The module specifier to resolve relative to the current module.
|
|
273
|
-
* @returns The absolute (`file:`) URL string for the resolved module.
|
|
274
|
-
*/
|
|
275
|
-
resolve(specifier: string): string;
|
|
276
|
-
/**
|
|
277
|
-
* This `parent` parameter is only used when the `--experimental-import-meta-resolve`
|
|
270
|
+
* Second `parent` parameter is only used when the `--experimental-import-meta-resolve`
|
|
278
271
|
* command flag enabled.
|
|
279
272
|
*
|
|
280
|
-
* Provides a module-relative resolution function scoped to each module, returning
|
|
281
|
-
* the URL string.
|
|
282
|
-
*
|
|
283
273
|
* @since v20.6.0
|
|
284
274
|
*
|
|
285
275
|
* @param specifier The module specifier to resolve relative to `parent`.
|
|
286
276
|
* @param parent The absolute parent module URL to resolve from.
|
|
287
277
|
* @returns The absolute (`file:`) URL string for the resolved module.
|
|
288
278
|
*/
|
|
289
|
-
resolve(specifier: string, parent
|
|
279
|
+
resolve(specifier: string, parent?: string | URL | undefined): string;
|
|
290
280
|
}
|
|
291
281
|
}
|
|
292
282
|
export = Module;
|
|
@@ -107,6 +107,12 @@ declare module "wasi" {
|
|
|
107
107
|
* @default 2
|
|
108
108
|
*/
|
|
109
109
|
stderr?: number | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* The version of WASI requested.
|
|
112
|
+
* Currently the only supported versions are `'unstable'` and `'preview1'`.
|
|
113
|
+
* @since v20.0.0
|
|
114
|
+
*/
|
|
115
|
+
version: string;
|
|
110
116
|
}
|
|
111
117
|
/**
|
|
112
118
|
* The `WASI` class provides the WASI system call API and additional convenience
|
|
@@ -107,6 +107,12 @@ declare module "wasi" {
|
|
|
107
107
|
* @default 2
|
|
108
108
|
*/
|
|
109
109
|
stderr?: number | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* The version of WASI requested.
|
|
112
|
+
* Currently the only supported versions are `'unstable'` and `'preview1'`.
|
|
113
|
+
* @since v20.0.0
|
|
114
|
+
*/
|
|
115
|
+
version: string;
|
|
110
116
|
}
|
|
111
117
|
/**
|
|
112
118
|
* The `WASI` class provides the WASI system call API and additional convenience
|
|
@@ -41,7 +41,7 @@ declare class ResponseLike extends Stream.Readable {
|
|
|
41
41
|
````
|
|
42
42
|
|
|
43
43
|
### Additional Details
|
|
44
|
-
* Last updated:
|
|
44
|
+
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
|
|
45
45
|
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
|
|
46
46
|
|
|
47
47
|
# Credits
|
|
@@ -8,7 +8,7 @@ This package contains type definitions for node (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: Thu, 16 Nov 2023 21:07:02 GMT
|
|
12
12
|
* Dependencies: [undici-types](https://npmjs.com/package/undici-types)
|
|
13
13
|
|
|
14
14
|
# Credits
|
|
@@ -267,26 +267,16 @@ declare module "module" {
|
|
|
267
267
|
* Provides a module-relative resolution function scoped to each module, returning
|
|
268
268
|
* the URL string.
|
|
269
269
|
*
|
|
270
|
-
*
|
|
271
|
-
*
|
|
272
|
-
* @param specifier The module specifier to resolve relative to the current module.
|
|
273
|
-
* @returns The absolute (`file:`) URL string for the resolved module.
|
|
274
|
-
*/
|
|
275
|
-
resolve(specifier: string): string;
|
|
276
|
-
/**
|
|
277
|
-
* This `parent` parameter is only used when the `--experimental-import-meta-resolve`
|
|
270
|
+
* Second `parent` parameter is only used when the `--experimental-import-meta-resolve`
|
|
278
271
|
* command flag enabled.
|
|
279
272
|
*
|
|
280
|
-
* Provides a module-relative resolution function scoped to each module, returning
|
|
281
|
-
* the URL string.
|
|
282
|
-
*
|
|
283
273
|
* @since v20.6.0
|
|
284
274
|
*
|
|
285
275
|
* @param specifier The module specifier to resolve relative to `parent`.
|
|
286
276
|
* @param parent The absolute parent module URL to resolve from.
|
|
287
277
|
* @returns The absolute (`file:`) URL string for the resolved module.
|
|
288
278
|
*/
|
|
289
|
-
resolve(specifier: string, parent
|
|
279
|
+
resolve(specifier: string, parent?: string | URL | undefined): string;
|
|
290
280
|
}
|
|
291
281
|
}
|
|
292
282
|
export = Module;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.9.1",
|
|
4
4
|
"description": "TypeScript definitions for node",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
"dependencies": {
|
|
225
225
|
"undici-types": "~5.26.4"
|
|
226
226
|
},
|
|
227
|
-
"typesPublisherContentHash": "
|
|
227
|
+
"typesPublisherContentHash": "5ceb5eee6fe5e7aa77c1c11996eefbedb14206d80d5f40698af126ff8cdfec3b",
|
|
228
228
|
"typeScriptVersion": "4.5",
|
|
229
229
|
"nonNpm": true
|
|
230
230
|
}
|
|
@@ -267,26 +267,16 @@ declare module "module" {
|
|
|
267
267
|
* Provides a module-relative resolution function scoped to each module, returning
|
|
268
268
|
* the URL string.
|
|
269
269
|
*
|
|
270
|
-
*
|
|
271
|
-
*
|
|
272
|
-
* @param specifier The module specifier to resolve relative to the current module.
|
|
273
|
-
* @returns The absolute (`file:`) URL string for the resolved module.
|
|
274
|
-
*/
|
|
275
|
-
resolve(specifier: string): string;
|
|
276
|
-
/**
|
|
277
|
-
* This `parent` parameter is only used when the `--experimental-import-meta-resolve`
|
|
270
|
+
* Second `parent` parameter is only used when the `--experimental-import-meta-resolve`
|
|
278
271
|
* command flag enabled.
|
|
279
272
|
*
|
|
280
|
-
* Provides a module-relative resolution function scoped to each module, returning
|
|
281
|
-
* the URL string.
|
|
282
|
-
*
|
|
283
273
|
* @since v20.6.0
|
|
284
274
|
*
|
|
285
275
|
* @param specifier The module specifier to resolve relative to `parent`.
|
|
286
276
|
* @param parent The absolute parent module URL to resolve from.
|
|
287
277
|
* @returns The absolute (`file:`) URL string for the resolved module.
|
|
288
278
|
*/
|
|
289
|
-
resolve(specifier: string, parent
|
|
279
|
+
resolve(specifier: string, parent?: string | URL | undefined): string;
|
|
290
280
|
}
|
|
291
281
|
}
|
|
292
282
|
export = Module;
|
|
@@ -107,6 +107,12 @@ declare module "wasi" {
|
|
|
107
107
|
* @default 2
|
|
108
108
|
*/
|
|
109
109
|
stderr?: number | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* The version of WASI requested.
|
|
112
|
+
* Currently the only supported versions are `'unstable'` and `'preview1'`.
|
|
113
|
+
* @since v20.0.0
|
|
114
|
+
*/
|
|
115
|
+
version: string;
|
|
110
116
|
}
|
|
111
117
|
/**
|
|
112
118
|
* The `WASI` class provides the WASI system call API and additional convenience
|
|
@@ -107,6 +107,12 @@ declare module "wasi" {
|
|
|
107
107
|
* @default 2
|
|
108
108
|
*/
|
|
109
109
|
stderr?: number | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* The version of WASI requested.
|
|
112
|
+
* Currently the only supported versions are `'unstable'` and `'preview1'`.
|
|
113
|
+
* @since v20.0.0
|
|
114
|
+
*/
|
|
115
|
+
version: string;
|
|
110
116
|
}
|
|
111
117
|
/**
|
|
112
118
|
* The `WASI` class provides the WASI system call API and additional convenience
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/responselike",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "TypeScript definitions for responselike",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/responselike",
|
|
6
6
|
"license": "MIT",
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@types/node": "*"
|
|
24
24
|
},
|
|
25
|
-
"typesPublisherContentHash": "
|
|
25
|
+
"typesPublisherContentHash": "ea1d581578b0ef6027b7cd6aa25990bb9ee8723d002d0617acf0aa4d3324aa49",
|
|
26
26
|
"typeScriptVersion": "4.5"
|
|
27
27
|
}
|
package/package.json
CHANGED
|
@@ -90,21 +90,21 @@
|
|
|
90
90
|
"devDependencies": {
|
|
91
91
|
"@aws-cdk/aws-apigatewayv2-alpha": "2.1.0-alpha.0",
|
|
92
92
|
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "2.1.0-alpha.0",
|
|
93
|
-
"@aws-sdk/client-cloudformation": "^3.
|
|
94
|
-
"@aws-sdk/client-dynamodb": "^3.
|
|
95
|
-
"@aws-sdk/client-ecr": "^3.
|
|
96
|
-
"@aws-sdk/client-ecs": "^3.
|
|
97
|
-
"@aws-sdk/client-eventbridge": "^3.
|
|
98
|
-
"@aws-sdk/client-iam": "^3.
|
|
99
|
-
"@aws-sdk/client-s3": "^3.
|
|
100
|
-
"@aws-sdk/client-secrets-manager": "^3.
|
|
101
|
-
"@aws-sdk/client-sfn": "^3.
|
|
102
|
-
"@aws-sdk/client-textract": "^3.
|
|
103
|
-
"@aws-sdk/lib-dynamodb": "^3.
|
|
104
|
-
"@types/aws-lambda": "^8.10.
|
|
93
|
+
"@aws-sdk/client-cloudformation": "^3.451.0",
|
|
94
|
+
"@aws-sdk/client-dynamodb": "^3.451.0",
|
|
95
|
+
"@aws-sdk/client-ecr": "^3.451.0",
|
|
96
|
+
"@aws-sdk/client-ecs": "^3.451.0",
|
|
97
|
+
"@aws-sdk/client-eventbridge": "^3.451.0",
|
|
98
|
+
"@aws-sdk/client-iam": "^3.451.0",
|
|
99
|
+
"@aws-sdk/client-s3": "^3.451.0",
|
|
100
|
+
"@aws-sdk/client-secrets-manager": "^3.451.0",
|
|
101
|
+
"@aws-sdk/client-sfn": "^3.451.0",
|
|
102
|
+
"@aws-sdk/client-textract": "^3.451.0",
|
|
103
|
+
"@aws-sdk/lib-dynamodb": "^3.451.0",
|
|
104
|
+
"@types/aws-lambda": "^8.10.126",
|
|
105
105
|
"@types/jest": "^27",
|
|
106
|
-
"@types/node": "^
|
|
107
|
-
"@types/tsscmp": "^1.0.
|
|
106
|
+
"@types/node": "^18",
|
|
107
|
+
"@types/tsscmp": "^1.0.2",
|
|
108
108
|
"@typescript-eslint/eslint-plugin": "^6",
|
|
109
109
|
"@typescript-eslint/parser": "^6",
|
|
110
110
|
"aws-cdk": "^2",
|
|
@@ -114,19 +114,18 @@
|
|
|
114
114
|
"constructs": "10.0.5",
|
|
115
115
|
"esbuild": "^0.19.5",
|
|
116
116
|
"eslint": "^8",
|
|
117
|
-
"eslint-import-resolver-node": "^0.3.9",
|
|
118
117
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
119
118
|
"eslint-plugin-import": "^2.29.0",
|
|
120
119
|
"jest": "^27",
|
|
121
120
|
"jest-junit": "^15",
|
|
122
121
|
"jsii": "5.x",
|
|
123
|
-
"jsii-diff": "^1.
|
|
122
|
+
"jsii-diff": "^1.92.0",
|
|
124
123
|
"jsii-docgen": "^9.2.2",
|
|
125
|
-
"jsii-pacmak": "^1.
|
|
124
|
+
"jsii-pacmak": "^1.92.0",
|
|
126
125
|
"jsii-rosetta": "5.x",
|
|
127
|
-
"nock": "^13.3.
|
|
126
|
+
"nock": "^13.3.8",
|
|
128
127
|
"npm-check-updates": "^16",
|
|
129
|
-
"projen": "^0.76.
|
|
128
|
+
"projen": "^0.76.29",
|
|
130
129
|
"standard-version": "^9",
|
|
131
130
|
"ts-jest": "^27",
|
|
132
131
|
"ts-node": "^10.9.1",
|
|
@@ -151,7 +150,7 @@
|
|
|
151
150
|
],
|
|
152
151
|
"main": "lib/index.js",
|
|
153
152
|
"license": "Apache-2.0",
|
|
154
|
-
"version": "0.6.
|
|
153
|
+
"version": "0.6.43",
|
|
155
154
|
"jest": {
|
|
156
155
|
"testMatch": [
|
|
157
156
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|