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.
Files changed (128) hide show
  1. package/.jsii +3 -3
  2. package/lib/integ-default.js +37 -4
  3. package/lib/main.js +38 -6
  4. package/node_modules/@types/concat-stream/node_modules/@types/node/README.md +1 -1
  5. package/node_modules/@types/concat-stream/node_modules/@types/node/assert/strict.d.ts +10 -1
  6. package/node_modules/@types/concat-stream/node_modules/@types/node/assert.d.ts +144 -17
  7. package/node_modules/@types/concat-stream/node_modules/@types/node/async_hooks.d.ts +9 -9
  8. package/node_modules/@types/concat-stream/node_modules/@types/node/buffer.d.ts +0 -5
  9. package/node_modules/@types/concat-stream/node_modules/@types/node/child_process.d.ts +17 -21
  10. package/node_modules/@types/concat-stream/node_modules/@types/node/cluster.d.ts +13 -13
  11. package/node_modules/@types/concat-stream/node_modules/@types/node/console.d.ts +1 -1
  12. package/node_modules/@types/concat-stream/node_modules/@types/node/crypto.d.ts +454 -571
  13. package/node_modules/@types/concat-stream/node_modules/@types/node/diagnostics_channel.d.ts +20 -9
  14. package/node_modules/@types/concat-stream/node_modules/@types/node/dns.d.ts +14 -14
  15. package/node_modules/@types/concat-stream/node_modules/@types/node/events.d.ts +3 -3
  16. package/node_modules/@types/concat-stream/node_modules/@types/node/fs/promises.d.ts +4 -4
  17. package/node_modules/@types/concat-stream/node_modules/@types/node/fs.d.ts +3 -12
  18. package/node_modules/@types/concat-stream/node_modules/@types/node/globals.d.ts +4 -4
  19. package/node_modules/@types/concat-stream/node_modules/@types/node/http.d.ts +5 -5
  20. package/node_modules/@types/concat-stream/node_modules/@types/node/http2.d.ts +1 -1
  21. package/node_modules/@types/concat-stream/node_modules/@types/node/index.d.ts +0 -3
  22. package/node_modules/@types/concat-stream/node_modules/@types/node/inspector.d.ts +1 -1
  23. package/node_modules/@types/concat-stream/node_modules/@types/node/module.d.ts +16 -45
  24. package/node_modules/@types/concat-stream/node_modules/@types/node/net.d.ts +1 -1
  25. package/node_modules/@types/concat-stream/node_modules/@types/node/os.d.ts +2 -2
  26. package/node_modules/@types/concat-stream/node_modules/@types/node/package.json +4 -4
  27. package/node_modules/@types/concat-stream/node_modules/@types/node/perf_hooks.d.ts +1 -9
  28. package/node_modules/@types/concat-stream/node_modules/@types/node/process.d.ts +11 -11
  29. package/node_modules/@types/concat-stream/node_modules/@types/node/readline.d.ts +12 -11
  30. package/node_modules/@types/concat-stream/node_modules/@types/node/repl.d.ts +10 -10
  31. package/node_modules/@types/concat-stream/node_modules/@types/node/sqlite.d.ts +1 -1
  32. package/node_modules/@types/concat-stream/node_modules/@types/node/stream/promises.d.ts +2 -2
  33. package/node_modules/@types/concat-stream/node_modules/@types/node/stream/web.d.ts +1 -1
  34. package/node_modules/@types/concat-stream/node_modules/@types/node/stream.d.ts +5 -5
  35. package/node_modules/@types/concat-stream/node_modules/@types/node/test/reporters.d.ts +1 -1
  36. package/node_modules/@types/concat-stream/node_modules/@types/node/test.d.ts +8 -8
  37. package/node_modules/@types/concat-stream/node_modules/@types/node/tls.d.ts +1 -1
  38. package/node_modules/@types/concat-stream/node_modules/@types/node/ts5.6/index.d.ts +1 -4
  39. package/node_modules/@types/concat-stream/node_modules/@types/node/ts5.7/index.d.ts +0 -3
  40. package/node_modules/@types/concat-stream/node_modules/@types/node/url.d.ts +3 -3
  41. package/node_modules/@types/concat-stream/node_modules/@types/node/util/types.d.ts +1 -1
  42. package/node_modules/@types/concat-stream/node_modules/@types/node/util.d.ts +3 -20
  43. package/node_modules/@types/concat-stream/node_modules/@types/node/v8.d.ts +1 -1
  44. package/node_modules/@types/concat-stream/node_modules/@types/node/vm.d.ts +9 -9
  45. package/node_modules/@types/concat-stream/node_modules/@types/node/web-globals/domexception.d.ts +15 -0
  46. package/node_modules/@types/concat-stream/node_modules/@types/node/worker_threads.d.ts +2 -5
  47. package/node_modules/@types/concat-stream/node_modules/@types/node/zlib.d.ts +3 -3
  48. package/node_modules/@types/concat-stream/node_modules/undici-types/agent.d.ts +0 -2
  49. package/node_modules/@types/concat-stream/node_modules/undici-types/client.d.ts +25 -19
  50. package/node_modules/@types/concat-stream/node_modules/undici-types/dispatcher.d.ts +7 -33
  51. package/node_modules/@types/concat-stream/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
  52. package/node_modules/@types/concat-stream/node_modules/undici-types/fetch.d.ts +24 -4
  53. package/node_modules/@types/concat-stream/node_modules/undici-types/h2c-client.d.ts +6 -6
  54. package/node_modules/@types/concat-stream/node_modules/undici-types/handlers.d.ts +1 -2
  55. package/node_modules/@types/concat-stream/node_modules/undici-types/header.d.ts +5 -0
  56. package/node_modules/@types/concat-stream/node_modules/undici-types/index.d.ts +3 -1
  57. package/node_modules/@types/concat-stream/node_modules/undici-types/interceptors.d.ts +1 -1
  58. package/node_modules/@types/concat-stream/node_modules/undici-types/package.json +1 -1
  59. package/node_modules/@types/concat-stream/node_modules/undici-types/pool.d.ts +0 -2
  60. package/node_modules/@types/concat-stream/node_modules/undici-types/proxy-agent.d.ts +2 -2
  61. package/node_modules/@types/concat-stream/node_modules/undici-types/round-robin-pool.d.ts +0 -2
  62. package/node_modules/@types/concat-stream/node_modules/undici-types/snapshot-agent.d.ts +4 -0
  63. package/node_modules/@types/concat-stream/node_modules/undici-types/socks5-proxy-agent.d.ts +2 -2
  64. package/node_modules/@types/concat-stream/node_modules/undici-types/webidl.d.ts +0 -1
  65. package/node_modules/@types/form-data/node_modules/@types/node/README.md +1 -1
  66. package/node_modules/@types/form-data/node_modules/@types/node/assert/strict.d.ts +10 -1
  67. package/node_modules/@types/form-data/node_modules/@types/node/assert.d.ts +144 -17
  68. package/node_modules/@types/form-data/node_modules/@types/node/async_hooks.d.ts +9 -9
  69. package/node_modules/@types/form-data/node_modules/@types/node/buffer.d.ts +0 -5
  70. package/node_modules/@types/form-data/node_modules/@types/node/child_process.d.ts +17 -21
  71. package/node_modules/@types/form-data/node_modules/@types/node/cluster.d.ts +13 -13
  72. package/node_modules/@types/form-data/node_modules/@types/node/console.d.ts +1 -1
  73. package/node_modules/@types/form-data/node_modules/@types/node/crypto.d.ts +454 -571
  74. package/node_modules/@types/form-data/node_modules/@types/node/diagnostics_channel.d.ts +20 -9
  75. package/node_modules/@types/form-data/node_modules/@types/node/dns.d.ts +14 -14
  76. package/node_modules/@types/form-data/node_modules/@types/node/events.d.ts +3 -3
  77. package/node_modules/@types/form-data/node_modules/@types/node/fs/promises.d.ts +4 -4
  78. package/node_modules/@types/form-data/node_modules/@types/node/fs.d.ts +3 -12
  79. package/node_modules/@types/form-data/node_modules/@types/node/globals.d.ts +4 -4
  80. package/node_modules/@types/form-data/node_modules/@types/node/http.d.ts +5 -5
  81. package/node_modules/@types/form-data/node_modules/@types/node/http2.d.ts +1 -1
  82. package/node_modules/@types/form-data/node_modules/@types/node/index.d.ts +0 -3
  83. package/node_modules/@types/form-data/node_modules/@types/node/inspector.d.ts +1 -1
  84. package/node_modules/@types/form-data/node_modules/@types/node/module.d.ts +16 -45
  85. package/node_modules/@types/form-data/node_modules/@types/node/net.d.ts +1 -1
  86. package/node_modules/@types/form-data/node_modules/@types/node/os.d.ts +2 -2
  87. package/node_modules/@types/form-data/node_modules/@types/node/package.json +4 -4
  88. package/node_modules/@types/form-data/node_modules/@types/node/perf_hooks.d.ts +1 -9
  89. package/node_modules/@types/form-data/node_modules/@types/node/process.d.ts +11 -11
  90. package/node_modules/@types/form-data/node_modules/@types/node/readline.d.ts +12 -11
  91. package/node_modules/@types/form-data/node_modules/@types/node/repl.d.ts +10 -10
  92. package/node_modules/@types/form-data/node_modules/@types/node/sqlite.d.ts +1 -1
  93. package/node_modules/@types/form-data/node_modules/@types/node/stream/promises.d.ts +2 -2
  94. package/node_modules/@types/form-data/node_modules/@types/node/stream/web.d.ts +1 -1
  95. package/node_modules/@types/form-data/node_modules/@types/node/stream.d.ts +5 -5
  96. package/node_modules/@types/form-data/node_modules/@types/node/test/reporters.d.ts +1 -1
  97. package/node_modules/@types/form-data/node_modules/@types/node/test.d.ts +8 -8
  98. package/node_modules/@types/form-data/node_modules/@types/node/tls.d.ts +1 -1
  99. package/node_modules/@types/form-data/node_modules/@types/node/ts5.6/index.d.ts +1 -4
  100. package/node_modules/@types/form-data/node_modules/@types/node/ts5.7/index.d.ts +0 -3
  101. package/node_modules/@types/form-data/node_modules/@types/node/url.d.ts +3 -3
  102. package/node_modules/@types/form-data/node_modules/@types/node/util/types.d.ts +1 -1
  103. package/node_modules/@types/form-data/node_modules/@types/node/util.d.ts +3 -20
  104. package/node_modules/@types/form-data/node_modules/@types/node/v8.d.ts +1 -1
  105. package/node_modules/@types/form-data/node_modules/@types/node/vm.d.ts +9 -9
  106. package/node_modules/@types/form-data/node_modules/@types/node/web-globals/domexception.d.ts +15 -0
  107. package/node_modules/@types/form-data/node_modules/@types/node/worker_threads.d.ts +2 -5
  108. package/node_modules/@types/form-data/node_modules/@types/node/zlib.d.ts +3 -3
  109. package/node_modules/@types/form-data/node_modules/undici-types/agent.d.ts +0 -2
  110. package/node_modules/@types/form-data/node_modules/undici-types/client.d.ts +25 -19
  111. package/node_modules/@types/form-data/node_modules/undici-types/dispatcher.d.ts +7 -33
  112. package/node_modules/@types/form-data/node_modules/undici-types/dispatcher1-wrapper.d.ts +7 -0
  113. package/node_modules/@types/form-data/node_modules/undici-types/fetch.d.ts +24 -4
  114. package/node_modules/@types/form-data/node_modules/undici-types/h2c-client.d.ts +6 -6
  115. package/node_modules/@types/form-data/node_modules/undici-types/handlers.d.ts +1 -2
  116. package/node_modules/@types/form-data/node_modules/undici-types/header.d.ts +5 -0
  117. package/node_modules/@types/form-data/node_modules/undici-types/index.d.ts +3 -1
  118. package/node_modules/@types/form-data/node_modules/undici-types/interceptors.d.ts +1 -1
  119. package/node_modules/@types/form-data/node_modules/undici-types/package.json +1 -1
  120. package/node_modules/@types/form-data/node_modules/undici-types/pool.d.ts +0 -2
  121. package/node_modules/@types/form-data/node_modules/undici-types/proxy-agent.d.ts +2 -2
  122. package/node_modules/@types/form-data/node_modules/undici-types/round-robin-pool.d.ts +0 -2
  123. package/node_modules/@types/form-data/node_modules/undici-types/snapshot-agent.d.ts +4 -0
  124. package/node_modules/@types/form-data/node_modules/undici-types/socks5-proxy-agent.d.ts +2 -2
  125. package/node_modules/@types/form-data/node_modules/undici-types/webidl.d.ts +0 -1
  126. package/package.json +4 -6
  127. package/node_modules/@types/concat-stream/node_modules/@types/node/compatibility/iterators.d.ts +0 -21
  128. 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-v25.x/api/child_process.html#child_processforkmodulepath-args-options), the returned object
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-v25.x/api/child_process.html#child_processforkmodulepath-args-options).
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-v25.x/api/child_process.html#subprocesssendmessage-sendhandle-options-callback).
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-v25.x/api/process.html#processkillpid-signal).
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-v25.x/api/child_process.html#child_processspawncommand-args-options)'s
249
- * [`stdio`](https://nodejs.org/docs/latest-v25.x/api/child_process.html#optionsstdio).
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-v25.x/api/child_process.html#advanced-serialization) for more details.
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-v25.x/api/cluster.html#clustersetupprimarysettings)
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-v25.x/api/cluster.html#clustersetupprimarysettings)
348
- * (or [`.fork()`](https://nodejs.org/docs/latest-v25.x/api/cluster.html#clusterforkenv)) this settings object will contain
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-v25.x/api/cluster.html#clustersetupprimarysettings) instead. */
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-v25.x/api/cluster.html#clusterforkenv)
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-v25.x/api/cluster.html#clusterforkenv).
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-v25.x/api/util.html#utilinspectobject-options).
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
  /**