cdk-common 2.1.60 → 2.1.61
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/integ-default.js +37 -4
- package/lib/main.js +38 -6
- package/node_modules/@types/concat-stream/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/assert/strict.d.ts +10 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/assert.d.ts +144 -17
- package/node_modules/@types/concat-stream/node_modules/@types/node/async_hooks.d.ts +9 -9
- package/node_modules/@types/concat-stream/node_modules/@types/node/buffer.d.ts +0 -5
- package/node_modules/@types/concat-stream/node_modules/@types/node/child_process.d.ts +17 -21
- package/node_modules/@types/concat-stream/node_modules/@types/node/cluster.d.ts +13 -13
- package/node_modules/@types/concat-stream/node_modules/@types/node/console.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/crypto.d.ts +454 -571
- package/node_modules/@types/concat-stream/node_modules/@types/node/diagnostics_channel.d.ts +20 -9
- package/node_modules/@types/concat-stream/node_modules/@types/node/dns.d.ts +14 -14
- package/node_modules/@types/concat-stream/node_modules/@types/node/events.d.ts +3 -3
- package/node_modules/@types/concat-stream/node_modules/@types/node/fs/promises.d.ts +4 -4
- package/node_modules/@types/concat-stream/node_modules/@types/node/fs.d.ts +3 -12
- package/node_modules/@types/concat-stream/node_modules/@types/node/globals.d.ts +4 -4
- package/node_modules/@types/concat-stream/node_modules/@types/node/http.d.ts +5 -5
- package/node_modules/@types/concat-stream/node_modules/@types/node/http2.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/index.d.ts +0 -3
- package/node_modules/@types/concat-stream/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/module.d.ts +16 -45
- package/node_modules/@types/concat-stream/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/os.d.ts +2 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/package.json +4 -4
- package/node_modules/@types/concat-stream/node_modules/@types/node/perf_hooks.d.ts +1 -9
- package/node_modules/@types/concat-stream/node_modules/@types/node/process.d.ts +11 -11
- package/node_modules/@types/concat-stream/node_modules/@types/node/readline.d.ts +12 -11
- package/node_modules/@types/concat-stream/node_modules/@types/node/repl.d.ts +10 -10
- package/node_modules/@types/concat-stream/node_modules/@types/node/sqlite.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/stream/promises.d.ts +2 -2
- package/node_modules/@types/concat-stream/node_modules/@types/node/stream/web.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/stream.d.ts +5 -5
- package/node_modules/@types/concat-stream/node_modules/@types/node/test/reporters.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/test.d.ts +8 -8
- package/node_modules/@types/concat-stream/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts5.6/index.d.ts +1 -4
- package/node_modules/@types/concat-stream/node_modules/@types/node/ts5.7/index.d.ts +0 -3
- package/node_modules/@types/concat-stream/node_modules/@types/node/url.d.ts +3 -3
- package/node_modules/@types/concat-stream/node_modules/@types/node/util/types.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/util.d.ts +3 -20
- package/node_modules/@types/concat-stream/node_modules/@types/node/v8.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/@types/node/vm.d.ts +9 -9
- package/node_modules/@types/concat-stream/node_modules/@types/node/web-globals/domexception.d.ts +15 -0
- package/node_modules/@types/concat-stream/node_modules/@types/node/worker_threads.d.ts +2 -5
- package/node_modules/@types/concat-stream/node_modules/@types/node/zlib.d.ts +3 -3
- package/node_modules/@types/concat-stream/node_modules/undici-types/agent.d.ts +0 -2
- package/node_modules/@types/concat-stream/node_modules/undici-types/client.d.ts +25 -19
- package/node_modules/@types/concat-stream/node_modules/undici-types/dispatcher.d.ts +7 -33
- package/node_modules/@types/concat-stream/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
- package/node_modules/@types/concat-stream/node_modules/undici-types/fetch.d.ts +24 -4
- package/node_modules/@types/concat-stream/node_modules/undici-types/h2c-client.d.ts +6 -6
- package/node_modules/@types/concat-stream/node_modules/undici-types/handlers.d.ts +1 -2
- package/node_modules/@types/concat-stream/node_modules/undici-types/header.d.ts +5 -0
- package/node_modules/@types/concat-stream/node_modules/undici-types/index.d.ts +3 -1
- package/node_modules/@types/concat-stream/node_modules/undici-types/interceptors.d.ts +1 -1
- package/node_modules/@types/concat-stream/node_modules/undici-types/package.json +1 -1
- package/node_modules/@types/concat-stream/node_modules/undici-types/pool.d.ts +0 -2
- package/node_modules/@types/concat-stream/node_modules/undici-types/proxy-agent.d.ts +2 -2
- package/node_modules/@types/concat-stream/node_modules/undici-types/round-robin-pool.d.ts +0 -2
- package/node_modules/@types/concat-stream/node_modules/undici-types/snapshot-agent.d.ts +4 -0
- package/node_modules/@types/concat-stream/node_modules/undici-types/socks5-proxy-agent.d.ts +2 -2
- package/node_modules/@types/concat-stream/node_modules/undici-types/webidl.d.ts +0 -1
- package/node_modules/@types/form-data/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/assert/strict.d.ts +10 -1
- package/node_modules/@types/form-data/node_modules/@types/node/assert.d.ts +144 -17
- package/node_modules/@types/form-data/node_modules/@types/node/async_hooks.d.ts +9 -9
- package/node_modules/@types/form-data/node_modules/@types/node/buffer.d.ts +0 -5
- package/node_modules/@types/form-data/node_modules/@types/node/child_process.d.ts +17 -21
- package/node_modules/@types/form-data/node_modules/@types/node/cluster.d.ts +13 -13
- package/node_modules/@types/form-data/node_modules/@types/node/console.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/crypto.d.ts +454 -571
- package/node_modules/@types/form-data/node_modules/@types/node/diagnostics_channel.d.ts +20 -9
- package/node_modules/@types/form-data/node_modules/@types/node/dns.d.ts +14 -14
- package/node_modules/@types/form-data/node_modules/@types/node/events.d.ts +3 -3
- package/node_modules/@types/form-data/node_modules/@types/node/fs/promises.d.ts +4 -4
- package/node_modules/@types/form-data/node_modules/@types/node/fs.d.ts +3 -12
- package/node_modules/@types/form-data/node_modules/@types/node/globals.d.ts +4 -4
- package/node_modules/@types/form-data/node_modules/@types/node/http.d.ts +5 -5
- package/node_modules/@types/form-data/node_modules/@types/node/http2.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/index.d.ts +0 -3
- package/node_modules/@types/form-data/node_modules/@types/node/inspector.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/module.d.ts +16 -45
- package/node_modules/@types/form-data/node_modules/@types/node/net.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/os.d.ts +2 -2
- package/node_modules/@types/form-data/node_modules/@types/node/package.json +4 -4
- package/node_modules/@types/form-data/node_modules/@types/node/perf_hooks.d.ts +1 -9
- package/node_modules/@types/form-data/node_modules/@types/node/process.d.ts +11 -11
- package/node_modules/@types/form-data/node_modules/@types/node/readline.d.ts +12 -11
- package/node_modules/@types/form-data/node_modules/@types/node/repl.d.ts +10 -10
- package/node_modules/@types/form-data/node_modules/@types/node/sqlite.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/stream/promises.d.ts +2 -2
- package/node_modules/@types/form-data/node_modules/@types/node/stream/web.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/stream.d.ts +5 -5
- package/node_modules/@types/form-data/node_modules/@types/node/test/reporters.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/test.d.ts +8 -8
- package/node_modules/@types/form-data/node_modules/@types/node/tls.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/ts5.6/index.d.ts +1 -4
- package/node_modules/@types/form-data/node_modules/@types/node/ts5.7/index.d.ts +0 -3
- package/node_modules/@types/form-data/node_modules/@types/node/url.d.ts +3 -3
- package/node_modules/@types/form-data/node_modules/@types/node/util/types.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/util.d.ts +3 -20
- package/node_modules/@types/form-data/node_modules/@types/node/v8.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/@types/node/vm.d.ts +9 -9
- package/node_modules/@types/form-data/node_modules/@types/node/web-globals/domexception.d.ts +15 -0
- package/node_modules/@types/form-data/node_modules/@types/node/worker_threads.d.ts +2 -5
- package/node_modules/@types/form-data/node_modules/@types/node/zlib.d.ts +3 -3
- package/node_modules/@types/form-data/node_modules/undici-types/agent.d.ts +0 -2
- package/node_modules/@types/form-data/node_modules/undici-types/client.d.ts +25 -19
- package/node_modules/@types/form-data/node_modules/undici-types/dispatcher.d.ts +7 -33
- package/node_modules/@types/form-data/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
- package/node_modules/@types/form-data/node_modules/undici-types/fetch.d.ts +24 -4
- package/node_modules/@types/form-data/node_modules/undici-types/h2c-client.d.ts +6 -6
- package/node_modules/@types/form-data/node_modules/undici-types/handlers.d.ts +1 -2
- package/node_modules/@types/form-data/node_modules/undici-types/header.d.ts +5 -0
- package/node_modules/@types/form-data/node_modules/undici-types/index.d.ts +3 -1
- package/node_modules/@types/form-data/node_modules/undici-types/interceptors.d.ts +1 -1
- package/node_modules/@types/form-data/node_modules/undici-types/package.json +1 -1
- package/node_modules/@types/form-data/node_modules/undici-types/pool.d.ts +0 -2
- package/node_modules/@types/form-data/node_modules/undici-types/proxy-agent.d.ts +2 -2
- package/node_modules/@types/form-data/node_modules/undici-types/round-robin-pool.d.ts +0 -2
- package/node_modules/@types/form-data/node_modules/undici-types/snapshot-agent.d.ts +4 -0
- package/node_modules/@types/form-data/node_modules/undici-types/socks5-proxy-agent.d.ts +2 -2
- package/node_modules/@types/form-data/node_modules/undici-types/webidl.d.ts +0 -1
- package/package.json +4 -6
- package/node_modules/@types/concat-stream/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
- package/node_modules/@types/form-data/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
|
@@ -11,10 +11,10 @@ declare module "node:cluster" {
|
|
|
11
11
|
*/
|
|
12
12
|
id: number;
|
|
13
13
|
/**
|
|
14
|
-
* All workers are created using [`child_process.fork()`](https://nodejs.org/docs/latest-
|
|
14
|
+
* All workers are created using [`child_process.fork()`](https://nodejs.org/docs/latest-v26.x/api/child_process.html#child_processforkmodulepath-args-options), the returned object
|
|
15
15
|
* from this function is stored as `.process`. In a worker, the global `process` is stored.
|
|
16
16
|
*
|
|
17
|
-
* See: [Child Process module](https://nodejs.org/docs/latest-
|
|
17
|
+
* See: [Child Process module](https://nodejs.org/docs/latest-v26.x/api/child_process.html#child_processforkmodulepath-args-options).
|
|
18
18
|
*
|
|
19
19
|
* Workers will call `process.exit(0)` if the `'disconnect'` event occurs
|
|
20
20
|
* on `process` and `.exitedAfterDisconnect` is not `true`. This protects against
|
|
@@ -25,7 +25,7 @@ declare module "node:cluster" {
|
|
|
25
25
|
/**
|
|
26
26
|
* Send a message to a worker or primary, optionally with a handle.
|
|
27
27
|
*
|
|
28
|
-
* In the primary, this sends a message to a specific worker. It is identical to [`ChildProcess.send()`](https://nodejs.org/docs/latest-
|
|
28
|
+
* In the primary, this sends a message to a specific worker. It is identical to [`ChildProcess.send()`](https://nodejs.org/docs/latest-v26.x/api/child_process.html#subprocesssendmessage-sendhandle-options-callback).
|
|
29
29
|
*
|
|
30
30
|
* In a worker, this sends a message to the primary. It is identical to `process.send()`.
|
|
31
31
|
*
|
|
@@ -67,7 +67,7 @@ declare module "node:cluster" {
|
|
|
67
67
|
* This method is aliased as `worker.destroy()` for backwards compatibility.
|
|
68
68
|
*
|
|
69
69
|
* In a worker, `process.kill()` exists, but it is not this function;
|
|
70
|
-
* it is [`kill()`](https://nodejs.org/docs/latest-
|
|
70
|
+
* it is [`kill()`](https://nodejs.org/docs/latest-v26.x/api/process.html#processkillpid-signal).
|
|
71
71
|
* @since v0.9.12
|
|
72
72
|
* @param [signal='SIGTERM'] Name of the kill signal to send to the worker process.
|
|
73
73
|
*/
|
|
@@ -245,8 +245,8 @@ declare module "node:cluster" {
|
|
|
245
245
|
silent?: boolean | undefined;
|
|
246
246
|
/**
|
|
247
247
|
* Configures the stdio of forked processes. Because the cluster module relies on IPC to function, this configuration must
|
|
248
|
-
* contain an `'ipc'` entry. When this option is provided, it overrides `silent`. See [`child_prcess.spawn()`](https://nodejs.org/docs/latest-
|
|
249
|
-
* [`stdio`](https://nodejs.org/docs/latest-
|
|
248
|
+
* contain an `'ipc'` entry. When this option is provided, it overrides `silent`. See [`child_prcess.spawn()`](https://nodejs.org/docs/latest-v26.x/api/child_process.html#child_processspawncommand-args-options)'s
|
|
249
|
+
* [`stdio`](https://nodejs.org/docs/latest-v26.x/api/child_process.html#optionsstdio).
|
|
250
250
|
*/
|
|
251
251
|
stdio?: any[] | undefined;
|
|
252
252
|
/**
|
|
@@ -264,7 +264,7 @@ declare module "node:cluster" {
|
|
|
264
264
|
inspectPort?: number | (() => number) | undefined;
|
|
265
265
|
/**
|
|
266
266
|
* Specify the kind of serialization used for sending messages between processes. Possible values are `'json'` and `'advanced'`.
|
|
267
|
-
* See [Advanced serialization for `child_process`](https://nodejs.org/docs/latest-
|
|
267
|
+
* See [Advanced serialization for `child_process`](https://nodejs.org/docs/latest-v26.x/api/child_process.html#advanced-serialization) for more details.
|
|
268
268
|
* @default false
|
|
269
269
|
*/
|
|
270
270
|
serialization?: "json" | "advanced" | undefined;
|
|
@@ -333,7 +333,7 @@ declare module "node:cluster" {
|
|
|
333
333
|
readonly isWorker: boolean;
|
|
334
334
|
/**
|
|
335
335
|
* The scheduling policy, either `cluster.SCHED_RR` for round-robin or `cluster.SCHED_NONE` to leave it to the operating system. This is a
|
|
336
|
-
* global setting and effectively frozen once either the first worker is spawned, or [`.setupPrimary()`](https://nodejs.org/docs/latest-
|
|
336
|
+
* global setting and effectively frozen once either the first worker is spawned, or [`.setupPrimary()`](https://nodejs.org/docs/latest-v26.x/api/cluster.html#clustersetupprimarysettings)
|
|
337
337
|
* is called, whichever comes first.
|
|
338
338
|
*
|
|
339
339
|
* `SCHED_RR` is the default on all operating systems except Windows. Windows will change to `SCHED_RR` once libuv is able to effectively distribute
|
|
@@ -344,24 +344,24 @@ declare module "node:cluster" {
|
|
|
344
344
|
*/
|
|
345
345
|
schedulingPolicy: number;
|
|
346
346
|
/**
|
|
347
|
-
* After calling [`.setupPrimary()`](https://nodejs.org/docs/latest-
|
|
348
|
-
* (or [`.fork()`](https://nodejs.org/docs/latest-
|
|
347
|
+
* After calling [`.setupPrimary()`](https://nodejs.org/docs/latest-v26.x/api/cluster.html#clustersetupprimarysettings)
|
|
348
|
+
* (or [`.fork()`](https://nodejs.org/docs/latest-v26.x/api/cluster.html#clusterforkenv)) this settings object will contain
|
|
349
349
|
* the settings, including the default values.
|
|
350
350
|
*
|
|
351
351
|
* This object is not intended to be changed or set manually.
|
|
352
352
|
* @since v0.7.1
|
|
353
353
|
*/
|
|
354
354
|
readonly settings: ClusterSettings;
|
|
355
|
-
/** @deprecated since v16.0.0 - use [`.setupPrimary()`](https://nodejs.org/docs/latest-
|
|
355
|
+
/** @deprecated since v16.0.0 - use [`.setupPrimary()`](https://nodejs.org/docs/latest-v26.x/api/cluster.html#clustersetupprimarysettings) instead. */
|
|
356
356
|
setupMaster(settings?: ClusterSettings): void;
|
|
357
357
|
/**
|
|
358
358
|
* `setupPrimary` is used to change the default 'fork' behavior. Once called, the settings will be present in `cluster.settings`.
|
|
359
359
|
*
|
|
360
|
-
* Any settings changes only affect future calls to [`.fork()`](https://nodejs.org/docs/latest-
|
|
360
|
+
* Any settings changes only affect future calls to [`.fork()`](https://nodejs.org/docs/latest-v26.x/api/cluster.html#clusterforkenv)
|
|
361
361
|
* and have no effect on workers that are already running.
|
|
362
362
|
*
|
|
363
363
|
* The only attribute of a worker that cannot be set via `.setupPrimary()` is the `env` passed to
|
|
364
|
-
* [`.fork()`](https://nodejs.org/docs/latest-
|
|
364
|
+
* [`.fork()`](https://nodejs.org/docs/latest-v26.x/api/cluster.html#clusterforkenv).
|
|
365
365
|
*
|
|
366
366
|
* The defaults above apply to the first call only; the defaults for later calls are the current values at the time of
|
|
367
367
|
* `cluster.setupPrimary()` is called.
|
|
@@ -19,7 +19,7 @@ declare module "node:console" {
|
|
|
19
19
|
colorMode?: boolean | "auto" | undefined;
|
|
20
20
|
/**
|
|
21
21
|
* Specifies options that are passed along to
|
|
22
|
-
* [`util.inspect()`](https://nodejs.org/docs/latest-
|
|
22
|
+
* [`util.inspect()`](https://nodejs.org/docs/latest-v26.x/api/util.html#utilinspectobject-options).
|
|
23
23
|
*/
|
|
24
24
|
inspectOptions?: InspectOptions | ReadonlyMap<NodeJS.WritableStream, InspectOptions> | undefined;
|
|
25
25
|
/**
|