cdk-common 2.0.269 → 2.0.271
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 +3 -3
- package/lib/main.js +1 -1
- package/node_modules/@aws-cdk/assert/package.json +8 -8
- package/node_modules/@aws-cdk/cfnspec/package.json +3 -3
- 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 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/package.json +9 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/test.d.ts +127 -3
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/assert.d.ts +911 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/async_hooks.d.ts +501 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/buffer.d.ts +2238 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/child_process.d.ts +1369 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/cluster.d.ts +410 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/console.d.ts +412 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/crypto.d.ts +3961 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/dgram.d.ts +545 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +153 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/dns/promises.d.ts +370 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/dns.d.ts +659 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/events.d.ts +641 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/fs/promises.d.ts +1120 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/fs.d.ts +3872 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/globals.d.ts +294 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/http.d.ts +1553 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/http2.d.ts +2106 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/https.d.ts +541 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/index.d.ts +87 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/inspector.d.ts +2741 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/module.d.ts +114 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/net.d.ts +838 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/os.d.ts +465 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/path.d.ts +191 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/perf_hooks.d.ts +610 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/process.d.ts +1482 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/querystring.d.ts +131 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/readline/promises.d.ts +143 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/readline.d.ts +653 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/repl.d.ts +424 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/stream/consumers.d.ts +24 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/stream/promises.d.ts +42 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/stream/web.d.ts +330 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/stream.d.ts +1339 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/test.d.ts +190 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/timers/promises.d.ts +68 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/timers.d.ts +94 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/tls.d.ts +1028 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/trace_events.d.ts +171 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/tty.d.ts +206 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/url.d.ts +897 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/util.d.ts +1792 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/v8.d.ts +396 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/vm.d.ts +509 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/wasi.d.ts +158 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/worker_threads.d.ts +646 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts4.8/zlib.d.ts +517 -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 -0
- package/node_modules/@types/form-data/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/package.json +9 -2
- package/node_modules/@types/form-data/node_modules/@types/node/test.d.ts +127 -3
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/assert/strict.d.ts +8 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/assert.d.ts +911 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/async_hooks.d.ts +501 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/buffer.d.ts +2238 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/child_process.d.ts +1369 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/cluster.d.ts +410 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/console.d.ts +412 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/crypto.d.ts +3961 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/dgram.d.ts +545 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +153 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/dns/promises.d.ts +370 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/dns.d.ts +659 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/domain.d.ts +170 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/events.d.ts +641 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/fs/promises.d.ts +1120 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/fs.d.ts +3872 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/globals.d.ts +294 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/http.d.ts +1553 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/http2.d.ts +2106 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/https.d.ts +541 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/index.d.ts +87 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/inspector.d.ts +2741 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/module.d.ts +114 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/net.d.ts +838 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/os.d.ts +465 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/path.d.ts +191 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/perf_hooks.d.ts +610 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/process.d.ts +1482 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/punycode.d.ts +117 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/querystring.d.ts +131 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/readline/promises.d.ts +143 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/readline.d.ts +653 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/repl.d.ts +424 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/stream/consumers.d.ts +24 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/stream/promises.d.ts +42 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/stream/web.d.ts +330 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/stream.d.ts +1339 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/string_decoder.d.ts +67 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/test.d.ts +190 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/timers/promises.d.ts +68 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/timers.d.ts +94 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/tls.d.ts +1028 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/trace_events.d.ts +171 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/tty.d.ts +206 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/url.d.ts +897 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/util.d.ts +1792 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/v8.d.ts +396 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/vm.d.ts +509 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/wasi.d.ts +158 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/worker_threads.d.ts +646 -0
- package/node_modules/@types/form-data/node_modules/@types/node/ts4.8/zlib.d.ts +517 -0
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/globals.d.ts +1 -0
- package/node_modules/@types/node/index.d.ts +1 -1
- package/node_modules/@types/node/package.json +9 -2
- package/node_modules/@types/node/ts4.8/assert.d.ts +128 -0
- package/node_modules/@types/node/ts4.8/async_hooks.d.ts +229 -0
- package/node_modules/@types/node/ts4.8/buffer.d.ts +89 -0
- package/node_modules/@types/node/ts4.8/child_process.d.ts +514 -0
- package/node_modules/@types/node/ts4.8/cluster.d.ts +265 -0
- package/node_modules/@types/node/ts4.8/console.d.ts +142 -0
- package/node_modules/@types/node/ts4.8/constants.d.ts +18 -0
- package/node_modules/@types/node/ts4.8/crypto.d.ts +1283 -0
- package/node_modules/@types/node/ts4.8/dgram.d.ts +144 -0
- package/node_modules/@types/node/ts4.8/dns.d.ts +387 -0
- package/node_modules/@types/node/ts4.8/domain.d.ts +27 -0
- package/node_modules/@types/node/ts4.8/events.d.ts +82 -0
- package/node_modules/@types/node/ts4.8/fs/promises.d.ts +572 -0
- package/node_modules/@types/node/ts4.8/fs.d.ts +2281 -0
- package/node_modules/@types/node/ts4.8/globals.d.ts +746 -0
- package/node_modules/@types/node/ts4.8/globals.global.d.ts +1 -0
- package/node_modules/@types/node/ts4.8/http.d.ts +561 -0
- package/node_modules/@types/node/ts4.8/http2.d.ts +962 -0
- package/node_modules/@types/node/ts4.8/https.d.ts +271 -0
- package/node_modules/@types/node/ts4.8/index.d.ts +53 -0
- package/node_modules/@types/node/ts4.8/inspector.d.ts +3051 -0
- package/node_modules/@types/node/ts4.8/module.d.ts +56 -0
- package/node_modules/@types/node/ts4.8/net.d.ts +308 -0
- package/node_modules/@types/node/ts4.8/os.d.ts +242 -0
- package/node_modules/@types/node/ts4.8/path.d.ts +168 -0
- package/node_modules/@types/node/ts4.8/perf_hooks.d.ts +274 -0
- package/node_modules/@types/node/ts4.8/process.d.ts +413 -0
- package/node_modules/@types/node/ts4.8/punycode.d.ts +78 -0
- package/node_modules/@types/node/ts4.8/querystring.d.ts +31 -0
- package/node_modules/@types/node/ts4.8/readline.d.ts +174 -0
- package/node_modules/@types/node/ts4.8/repl.d.ts +398 -0
- package/node_modules/@types/node/ts4.8/stream.d.ts +359 -0
- package/node_modules/@types/node/ts4.8/string_decoder.d.ts +10 -0
- package/node_modules/@types/node/ts4.8/timers.d.ts +19 -0
- package/node_modules/@types/node/ts4.8/tls.d.ts +784 -0
- package/node_modules/@types/node/ts4.8/trace_events.d.ts +64 -0
- package/node_modules/@types/node/ts4.8/tty.d.ts +69 -0
- package/node_modules/@types/node/ts4.8/url.d.ts +149 -0
- package/node_modules/@types/node/ts4.8/util.d.ts +216 -0
- package/node_modules/@types/node/ts4.8/v8.d.ts +190 -0
- package/node_modules/@types/node/ts4.8/vm.d.ts +155 -0
- package/node_modules/@types/node/ts4.8/wasi.d.ts +89 -0
- package/node_modules/@types/node/ts4.8/worker_threads.d.ts +241 -0
- package/node_modules/@types/node/ts4.8/zlib.d.ts +364 -0
- package/package.json +3 -3
package/.jsii
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
9
|
"bundled": {
|
|
10
|
-
"@aws-cdk/assert": "^2.43.
|
|
10
|
+
"@aws-cdk/assert": "^2.43.1",
|
|
11
11
|
"case": "^1.6.3",
|
|
12
12
|
"sync-request": "^6.1.0"
|
|
13
13
|
},
|
|
@@ -8917,6 +8917,6 @@
|
|
|
8917
8917
|
"symbolId": "src/main:LambdaArmFunctionProps"
|
|
8918
8918
|
}
|
|
8919
8919
|
},
|
|
8920
|
-
"version": "2.0.
|
|
8921
|
-
"fingerprint": "
|
|
8920
|
+
"version": "2.0.271",
|
|
8921
|
+
"fingerprint": "QvD8+Qm64YeLfm2Ow6G70pfL64dbYgUsTZ/P3f5q5Sc="
|
|
8922
8922
|
}
|
package/lib/main.js
CHANGED
|
@@ -41,5 +41,5 @@ class LambdaArmFunction extends constructs_1.Construct {
|
|
|
41
41
|
}
|
|
42
42
|
exports.LambdaArmFunction = LambdaArmFunction;
|
|
43
43
|
_a = JSII_RTTI_SYMBOL_1;
|
|
44
|
-
LambdaArmFunction[_a] = { fqn: "cdk-common.LambdaArmFunction", version: "2.0.
|
|
44
|
+
LambdaArmFunction[_a] = { fqn: "cdk-common.LambdaArmFunction", version: "2.0.271" };
|
|
45
45
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWFpbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9tYWluLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsbUNBQW1DO0FBQ25DLGlEQUFpRDtBQUNqRCwyQ0FBdUM7QUFLdkMsTUFBYSxpQkFBa0IsU0FBUSxzQkFBUztJQUU5QyxZQUFZLEtBQWdCLEVBQUUsRUFBVSxFQUFFLEtBQTRCO1FBQ3BFLEtBQUssQ0FBQyxLQUFLLEVBQUUsRUFBRSxDQUFDLENBQUM7UUFFakIsSUFBSSxLQUFLLENBQUMsT0FBTyxLQUFLLE1BQU0sQ0FBQyxPQUFPLENBQUMsV0FBVyxFQUFFO1lBQ2hELEdBQUcsQ0FBQyxXQUFXLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxDQUFDLFVBQVUsQ0FBQyxtQ0FBbUMsQ0FBQyxDQUFDO1NBQzFFO2FBQU0sSUFBSSxLQUFLLENBQUMsT0FBTyxLQUFLLE1BQU0sQ0FBQyxPQUFPLENBQUMsV0FBVyxFQUFFO1lBQ3ZELEdBQUcsQ0FBQyxXQUFXLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxDQUFDLFVBQVUsQ0FBQyxtQ0FBbUMsQ0FBQyxDQUFDO1NBQzFFO2FBQU0sSUFBSSxLQUFLLENBQUMsT0FBTyxLQUFLLE1BQU0sQ0FBQyxPQUFPLENBQUMsVUFBVSxFQUFFO1lBQ3RELEdBQUcsQ0FBQyxXQUFXLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxDQUFDLFVBQVUsQ0FBQyxpQ0FBaUMsQ0FBQyxDQUFDO1NBQ3hFO2FBQU0sSUFBSSxLQUFLLENBQUMsT0FBTyxLQUFLLE1BQU0sQ0FBQyxPQUFPLENBQUMsVUFBVSxFQUFFO1lBQ3RELEdBQUcsQ0FBQyxXQUFXLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxDQUFDLFVBQVUsQ0FBQyxpQ0FBaUMsQ0FBQyxDQUFDO1NBQ3hFO2FBQU0sSUFBSSxLQUFLLENBQUMsT0FBTyxLQUFLLE1BQU0sQ0FBQyxPQUFPLENBQUMsZUFBZSxFQUFFO1lBQzNELEdBQUcsQ0FBQyxXQUFXLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxDQUFDLFVBQVUsQ0FBQyxvQ0FBb0MsQ0FBQyxDQUFDO1NBQzNFO2FBQU0sSUFBSSxLQUFLLENBQUMsT0FBTyxLQUFLLE1BQU0sQ0FBQyxPQUFPLENBQUMsT0FBTyxFQUFFO1lBQ25ELEdBQUcsQ0FBQyxXQUFXLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxDQUFDLFVBQVUsQ0FBQyw4QkFBOEIsQ0FBQyxDQUFDO1NBQ3JFO2FBQU0sSUFBSSxLQUFLLENBQUMsT0FBTyxLQUFLLE1BQU0sQ0FBQyxPQUFPLENBQUMsZUFBZSxFQUFFO1lBQzNELEdBQUcsQ0FBQyxXQUFXLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxDQUFDLFVBQVUsQ0FBQyxzQ0FBc0MsQ0FBQyxDQUFDO1NBQzdFO2FBQU0sSUFBSSxLQUFLLENBQUMsT0FBTyxLQUFLLE1BQU0sQ0FBQyxPQUFPLENBQUMsUUFBUSxFQUFFO1lBQ3BELEdBQUcsQ0FBQyxXQUFXLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxDQUFDLFVBQVUsQ0FBQywrQkFBK0IsQ0FBQyxDQUFDO1NBQ3RFO2FBQU07WUFDTCxNQUFNLElBQUksS0FBSyxDQUFDLG1CQUFtQixLQUFLLENBQUMsT0FBTyx1R0FBdUcsQ0FBQyxDQUFDO1NBQzFKO1FBRUQsSUFBSSxDQUFDLGNBQWMsR0FBRyxJQUFJLE1BQU0sQ0FBQyxRQUFRLENBQUMsSUFBSSxFQUFFLGdCQUFnQixFQUFFLEVBQUUsWUFBWSxFQUFFLE1BQU0sQ0FBQyxZQUFZLENBQUMsTUFBTSxFQUFFLEdBQUcsS0FBSyxFQUFFLENBQUMsQ0FBQztJQUM1SCxDQUFDOztBQTFCSCw4Q0EyQkMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBjZGsgZnJvbSAnYXdzLWNkay1saWInO1xuaW1wb3J0ICogYXMgbGFtYmRhIGZyb20gJ2F3cy1jZGstbGliL2F3cy1sYW1iZGEnO1xuaW1wb3J0IHsgQ29uc3RydWN0IH0gZnJvbSAnY29uc3RydWN0cyc7XG5leHBvcnQgaW50ZXJmYWNlIExhbWJkYUFybUZ1bmN0aW9uUHJvcHMgZXh0ZW5kcyBsYW1iZGEuRnVuY3Rpb25Qcm9wcyB7XG5cbn1cblxuZXhwb3J0IGNsYXNzIExhbWJkYUFybUZ1bmN0aW9uIGV4dGVuZHMgQ29uc3RydWN0IHtcbiAgcHVibGljIHJlYWRvbmx5IGxhbWJkYUZ1bmN0aW9uOiBsYW1iZGEuRnVuY3Rpb247XG4gIGNvbnN0cnVjdG9yKHNjb3BlOiBDb25zdHJ1Y3QsIGlkOiBzdHJpbmcsIHByb3BzOkxhbWJkYUFybUZ1bmN0aW9uUHJvcHMpIHtcbiAgICBzdXBlcihzY29wZSwgaWQpO1xuXG4gICAgaWYgKHByb3BzLnJ1bnRpbWUgPT09IGxhbWJkYS5SdW50aW1lLk5PREVKU18xMl9YKSB7XG4gICAgICBjZGsuQW5ub3RhdGlvbnMub2YodGhpcykuYWRkV2FybmluZygnWW91IGFyZSB1c2luZyBOb2RlLmpzIDEyLnggYXQgQVJNJyk7XG4gICAgfSBlbHNlIGlmIChwcm9wcy5ydW50aW1lID09PSBsYW1iZGEuUnVudGltZS5OT0RFSlNfMTRfWCkge1xuICAgICAgY2RrLkFubm90YXRpb25zLm9mKHRoaXMpLmFkZFdhcm5pbmcoJ1lvdSBhcmUgdXNpbmcgTm9kZS5qcyAxNC54IGF0IEFSTScpO1xuICAgIH0gZWxzZSBpZiAocHJvcHMucnVudGltZSA9PT0gbGFtYmRhLlJ1bnRpbWUuUFlUSE9OXzNfOCkge1xuICAgICAgY2RrLkFubm90YXRpb25zLm9mKHRoaXMpLmFkZFdhcm5pbmcoJ1lvdSBhcmUgdXNpbmcgUHl0aG9uIDMuOCBhdCBBUk0nKTtcbiAgICB9IGVsc2UgaWYgKHByb3BzLnJ1bnRpbWUgPT09IGxhbWJkYS5SdW50aW1lLlBZVEhPTl8zXzkpIHtcbiAgICAgIGNkay5Bbm5vdGF0aW9ucy5vZih0aGlzKS5hZGRXYXJuaW5nKCdZb3UgYXJlIHVzaW5nIFB5dGhvbiAzLjkgYXQgQVJNJyk7XG4gICAgfSBlbHNlIGlmIChwcm9wcy5ydW50aW1lID09PSBsYW1iZGEuUnVudGltZS5KQVZBXzhfQ09SUkVUVE8pIHtcbiAgICAgIGNkay5Bbm5vdGF0aW9ucy5vZih0aGlzKS5hZGRXYXJuaW5nKCdZb3UgYXJlIHVzaW5nIEphdmEgOCBvbiBhbDIgYXQgQVJNJyk7XG4gICAgfSBlbHNlIGlmIChwcm9wcy5ydW50aW1lID09PSBsYW1iZGEuUnVudGltZS5KQVZBXzExKSB7XG4gICAgICBjZGsuQW5ub3RhdGlvbnMub2YodGhpcykuYWRkV2FybmluZygnWW91IGFyZSB1c2luZyBKYXZhIDExIGF0IEFSTScpO1xuICAgIH0gZWxzZSBpZiAocHJvcHMucnVudGltZSA9PT0gbGFtYmRhLlJ1bnRpbWUuRE9UTkVUX0NPUkVfM18xKSB7XG4gICAgICBjZGsuQW5ub3RhdGlvbnMub2YodGhpcykuYWRkV2FybmluZygnWW91IGFyZSB1c2luZyBET1RORVQgQ09SRSAzLjEgYXQgQVJNJyk7XG4gICAgfSBlbHNlIGlmIChwcm9wcy5ydW50aW1lID09PSBsYW1iZGEuUnVudGltZS5SVUJZXzJfNykge1xuICAgICAgY2RrLkFubm90YXRpb25zLm9mKHRoaXMpLmFkZFdhcm5pbmcoJ1lvdSBhcmUgdXNpbmcgUlVCWSAyLjcgYXQgQVJNJyk7XG4gICAgfSBlbHNlIHtcbiAgICAgIHRocm93IG5ldyBFcnJvcihgSW52YWxpZCBSdW50aW1lICR7cHJvcHMucnVudGltZX0gYXQgQVJNLCBTZWUgaHR0cHM6Ly9kb2NzLmF3cy5hbWF6b24uY29tL2xhbWJkYS9sYXRlc3QvZGcvZm91bmRhdGlvbi1hcmNoLmh0bWw/aWNtcGlkPWRvY3NfbGFtYmRhX3Jzc2ApO1xuICAgIH1cblxuICAgIHRoaXMubGFtYmRhRnVuY3Rpb24gPSBuZXcgbGFtYmRhLkZ1bmN0aW9uKHRoaXMsICdMYW1iZGFGdW5jdGlvbicsIHsgYXJjaGl0ZWN0dXJlOiBsYW1iZGEuQXJjaGl0ZWN0dXJlLkFSTV82NCwgLi4ucHJvcHMgfSk7XG4gIH1cbn0iXX0=
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/assert",
|
|
3
|
-
"version": "2.43.
|
|
3
|
+
"version": "2.43.1",
|
|
4
4
|
"description": "An assertion library for use with CDK Apps",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -34,21 +34,21 @@
|
|
|
34
34
|
},
|
|
35
35
|
"license": "Apache-2.0",
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@aws-cdk/assert-internal": "2.43.
|
|
38
|
-
"@aws-cdk/cdk-build-tools": "2.43.
|
|
39
|
-
"@aws-cdk/pkglint": "2.43.
|
|
37
|
+
"@aws-cdk/assert-internal": "2.43.1",
|
|
38
|
+
"@aws-cdk/cdk-build-tools": "2.43.1",
|
|
39
|
+
"@aws-cdk/pkglint": "2.43.1",
|
|
40
40
|
"@types/jest": "^27.5.2",
|
|
41
|
-
"aws-cdk-lib": "2.43.
|
|
42
|
-
"aws-cdk-migration": "2.43.
|
|
41
|
+
"aws-cdk-lib": "2.43.1",
|
|
42
|
+
"aws-cdk-migration": "2.43.1",
|
|
43
43
|
"constructs": "^10.0.0",
|
|
44
44
|
"jest": "^27.3.1",
|
|
45
45
|
"ts-jest": "^27.1.5"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@aws-cdk/cloudformation-diff": "2.43.
|
|
48
|
+
"@aws-cdk/cloudformation-diff": "2.43.1"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"aws-cdk-lib": "^2.43.
|
|
51
|
+
"aws-cdk-lib": "^2.43.1",
|
|
52
52
|
"constructs": "^10.0.0",
|
|
53
53
|
"jest": ">=26.6.3"
|
|
54
54
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/cfnspec",
|
|
3
3
|
"description": "The CloudFormation resource specification used by @aws-cdk packages",
|
|
4
|
-
"version": "2.43.
|
|
4
|
+
"version": "2.43.1",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"update": "cdk-build && /bin/bash build-tools/update.sh && /bin/bash build-tools/update-cfnlint.sh",
|
|
7
7
|
"update-metrics": "/bin/bash build-tools/update-metrics.sh",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"main": "lib/index.js",
|
|
31
31
|
"types": "lib/index.d.ts",
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@aws-cdk/cdk-build-tools": "2.43.
|
|
34
|
-
"@aws-cdk/pkglint": "2.43.
|
|
33
|
+
"@aws-cdk/cdk-build-tools": "2.43.1",
|
|
34
|
+
"@aws-cdk/pkglint": "2.43.1",
|
|
35
35
|
"@types/fs-extra": "^8.1.2",
|
|
36
36
|
"@types/jest": "^27.5.2",
|
|
37
37
|
"@types/md5": "^2.3.2",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-cdk/cloudformation-diff",
|
|
3
|
-
"version": "2.43.
|
|
3
|
+
"version": "2.43.1",
|
|
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.43.
|
|
26
|
+
"@aws-cdk/cfnspec": "2.43.1",
|
|
27
27
|
"@types/node": "^14.18.29",
|
|
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.43.
|
|
36
|
-
"@aws-cdk/pkglint": "2.43.
|
|
35
|
+
"@aws-cdk/cdk-build-tools": "2.43.1",
|
|
36
|
+
"@aws-cdk/pkglint": "2.43.1",
|
|
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: Sat, 24 Sep 2022 15:03:09 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`
|
|
14
14
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/node",
|
|
3
|
-
"version": "18.7.
|
|
3
|
+
"version": "18.7.20",
|
|
4
4
|
"description": "TypeScript definitions for Node.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
|
|
6
6
|
"license": "MIT",
|
|
@@ -213,6 +213,13 @@
|
|
|
213
213
|
],
|
|
214
214
|
"main": "",
|
|
215
215
|
"types": "index.d.ts",
|
|
216
|
+
"typesVersions": {
|
|
217
|
+
"<4.9.0-0": {
|
|
218
|
+
"*": [
|
|
219
|
+
"ts4.8/*"
|
|
220
|
+
]
|
|
221
|
+
}
|
|
222
|
+
},
|
|
216
223
|
"repository": {
|
|
217
224
|
"type": "git",
|
|
218
225
|
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
|
|
@@ -220,6 +227,6 @@
|
|
|
220
227
|
},
|
|
221
228
|
"scripts": {},
|
|
222
229
|
"dependencies": {},
|
|
223
|
-
"typesPublisherContentHash": "
|
|
230
|
+
"typesPublisherContentHash": "901533cbe1711b7da6d3baff2ae89391537719cc7b02f04eedb75093023c817a",
|
|
224
231
|
"typeScriptVersion": "4.1"
|
|
225
232
|
}
|
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
* @see [source](https://github.com/nodejs/node/blob/v18.0.0/lib/test.js)
|
|
4
4
|
*/
|
|
5
5
|
declare module 'node:test' {
|
|
6
|
+
/**
|
|
7
|
+
* Programmatically start the test runner.
|
|
8
|
+
* @since v18.9.0
|
|
9
|
+
* @param options Configuration options for running tests.
|
|
10
|
+
* @returns A {@link TapStream} that emits events about the test execution.
|
|
11
|
+
*/
|
|
12
|
+
function run(options?: RunOptions): TapStream;
|
|
13
|
+
|
|
6
14
|
/**
|
|
7
15
|
* The `test()` function is the value imported from the test module. Each invocation of this
|
|
8
16
|
* function results in the creation of a test point in the TAP output.
|
|
@@ -86,6 +94,122 @@ declare module 'node:test' {
|
|
|
86
94
|
*/
|
|
87
95
|
type ItFn = (done: (result?: any) => void) => any;
|
|
88
96
|
|
|
97
|
+
interface RunOptions {
|
|
98
|
+
/**
|
|
99
|
+
* @default false
|
|
100
|
+
*/
|
|
101
|
+
concurrency?: number | boolean;
|
|
102
|
+
|
|
103
|
+
/**
|
|
104
|
+
* An array containing the list of files to run. If unspecified, the test runner execution model will be used.
|
|
105
|
+
*/
|
|
106
|
+
files?: readonly string[];
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* Allows aborting an in-progress test.
|
|
110
|
+
* @default undefined
|
|
111
|
+
*/
|
|
112
|
+
signal?: AbortSignal;
|
|
113
|
+
|
|
114
|
+
/**
|
|
115
|
+
* A number of milliseconds the test will fail after. If unspecified, subtests inherit this
|
|
116
|
+
* value from their parent.
|
|
117
|
+
* @default Infinity
|
|
118
|
+
*/
|
|
119
|
+
timeout?: number;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* A successful call of the run() method will return a new TapStream object, streaming a TAP output.
|
|
124
|
+
* TapStream will emit events in the order of the tests' definitions.
|
|
125
|
+
* @since v18.9.0
|
|
126
|
+
*/
|
|
127
|
+
interface TapStream extends NodeJS.ReadableStream {
|
|
128
|
+
addListener(event: 'test:diagnostic', listener: (message: string) => void): this;
|
|
129
|
+
addListener(event: 'test:fail', listener: (data: TestFail) => void): this;
|
|
130
|
+
addListener(event: 'test:pass', listener: (data: TestPass) => void): this;
|
|
131
|
+
addListener(event: string, listener: (...args: any[]) => void): this;
|
|
132
|
+
emit(event: 'test:diagnostic', message: string): boolean;
|
|
133
|
+
emit(event: 'test:fail', data: TestFail): boolean;
|
|
134
|
+
emit(event: 'test:pass', data: TestPass): boolean;
|
|
135
|
+
emit(event: string | symbol, ...args: any[]): boolean;
|
|
136
|
+
on(event: 'test:diagnostic', listener: (message: string) => void): this;
|
|
137
|
+
on(event: 'test:fail', listener: (data: TestFail) => void): this;
|
|
138
|
+
on(event: 'test:pass', listener: (data: TestPass) => void): this;
|
|
139
|
+
on(event: string, listener: (...args: any[]) => void): this;
|
|
140
|
+
once(event: 'test:diagnostic', listener: (message: string) => void): this;
|
|
141
|
+
once(event: 'test:fail', listener: (data: TestFail) => void): this;
|
|
142
|
+
once(event: 'test:pass', listener: (data: TestPass) => void): this;
|
|
143
|
+
once(event: string, listener: (...args: any[]) => void): this;
|
|
144
|
+
prependListener(event: 'test:diagnostic', listener: (message: string) => void): this;
|
|
145
|
+
prependListener(event: 'test:fail', listener: (data: TestFail) => void): this;
|
|
146
|
+
prependListener(event: 'test:pass', listener: (data: TestPass) => void): this;
|
|
147
|
+
prependListener(event: string, listener: (...args: any[]) => void): this;
|
|
148
|
+
prependOnceListener(event: 'test:diagnostic', listener: (message: string) => void): this;
|
|
149
|
+
prependOnceListener(event: 'test:fail', listener: (data: TestFail) => void): this;
|
|
150
|
+
prependOnceListener(event: 'test:pass', listener: (data: TestPass) => void): this;
|
|
151
|
+
prependOnceListener(event: string, listener: (...args: any[]) => void): this;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
interface TestFail {
|
|
155
|
+
/**
|
|
156
|
+
* The test duration.
|
|
157
|
+
*/
|
|
158
|
+
duration: number;
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* The failure casing test to fail.
|
|
162
|
+
*/
|
|
163
|
+
error: Error;
|
|
164
|
+
|
|
165
|
+
/**
|
|
166
|
+
* The test name.
|
|
167
|
+
*/
|
|
168
|
+
name: string;
|
|
169
|
+
|
|
170
|
+
/**
|
|
171
|
+
* The ordinal number of the test.
|
|
172
|
+
*/
|
|
173
|
+
testNumber: number;
|
|
174
|
+
|
|
175
|
+
/**
|
|
176
|
+
* Present if `context.todo` is called.
|
|
177
|
+
*/
|
|
178
|
+
todo?: string;
|
|
179
|
+
|
|
180
|
+
/**
|
|
181
|
+
* Present if `context.skip` is called.
|
|
182
|
+
*/
|
|
183
|
+
skip?: string;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
interface TestPass {
|
|
187
|
+
/**
|
|
188
|
+
* The test duration.
|
|
189
|
+
*/
|
|
190
|
+
duration: number;
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* The test name.
|
|
194
|
+
*/
|
|
195
|
+
name: string;
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* The ordinal number of the test.
|
|
199
|
+
*/
|
|
200
|
+
testNumber: number;
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* Present if `context.todo` is called.
|
|
204
|
+
*/
|
|
205
|
+
todo?: string;
|
|
206
|
+
|
|
207
|
+
/**
|
|
208
|
+
* Present if `context.skip` is called.
|
|
209
|
+
*/
|
|
210
|
+
skip?: string;
|
|
211
|
+
}
|
|
212
|
+
|
|
89
213
|
/**
|
|
90
214
|
* An instance of `TestContext` is passed to each test function in order to interact with the
|
|
91
215
|
* test runner. However, the `TestContext` constructor is not exposed as part of the API.
|
|
@@ -159,7 +283,7 @@ declare module 'node:test' {
|
|
|
159
283
|
|
|
160
284
|
/**
|
|
161
285
|
* Allows aborting an in-progress test.
|
|
162
|
-
* @since 8.
|
|
286
|
+
* @since v18.8.0
|
|
163
287
|
*/
|
|
164
288
|
signal?: AbortSignal;
|
|
165
289
|
|
|
@@ -174,7 +298,7 @@ declare module 'node:test' {
|
|
|
174
298
|
* A number of milliseconds the test will fail after. If unspecified, subtests inherit this
|
|
175
299
|
* value from their parent.
|
|
176
300
|
* @default Infinity
|
|
177
|
-
* @since
|
|
301
|
+
* @since v18.7.0
|
|
178
302
|
*/
|
|
179
303
|
timeout?: number;
|
|
180
304
|
|
|
@@ -186,5 +310,5 @@ declare module 'node:test' {
|
|
|
186
310
|
todo?: boolean | string;
|
|
187
311
|
}
|
|
188
312
|
|
|
189
|
-
export { test as default, test, describe, it };
|
|
313
|
+
export { test as default, run, test, describe, it };
|
|
190
314
|
}
|