cdk-ecr-deployment 3.0.111 → 3.0.112

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 (144) hide show
  1. package/.jsii +2 -2
  2. package/lib/index.js +5 -5
  3. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +1 -1
  4. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +1 -1
  5. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +1 -1
  6. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +16 -9
  7. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +34 -29
  8. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +2 -1
  9. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +2 -2
  10. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +3 -3
  11. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +4 -4
  12. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +5 -5
  13. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +5 -5
  14. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +2 -2
  15. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +2 -2
  16. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +2 -2
  17. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +17 -1
  18. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +7 -7
  19. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +238 -101
  20. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +17 -23
  21. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +270 -0
  22. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +3 -3
  23. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +11 -15
  24. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +1 -1
  25. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +2 -2
  26. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +1 -1
  27. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +19 -19
  28. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +1 -1
  29. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +1 -1
  30. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +1 -1
  31. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +9 -9
  32. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +4 -4
  33. package/node_modules/@types/cacheable-request/node_modules/@types/node/sqlite.d.ts +1 -1
  34. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +17 -17
  35. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +34 -15
  36. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +3 -3
  37. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +86 -3
  38. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +5 -5
  39. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +1 -1
  40. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +5 -5
  41. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +4 -4
  42. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +1 -1
  43. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +7 -7
  44. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +44 -44
  45. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +12 -12
  46. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +13 -13
  47. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +1 -1
  48. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +22 -22
  49. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +8 -8
  50. package/node_modules/@types/keyv/node_modules/@types/node/README.md +1 -1
  51. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +1 -1
  52. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +1 -1
  53. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +16 -9
  54. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +34 -29
  55. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +2 -1
  56. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +2 -2
  57. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +3 -3
  58. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +4 -4
  59. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +5 -5
  60. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +5 -5
  61. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +2 -2
  62. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +2 -2
  63. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +2 -2
  64. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +17 -1
  65. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +7 -7
  66. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +238 -101
  67. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +17 -23
  68. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +270 -0
  69. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +3 -3
  70. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +11 -15
  71. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +1 -1
  72. package/node_modules/@types/keyv/node_modules/@types/node/package.json +2 -2
  73. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +1 -1
  74. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +19 -19
  75. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +1 -1
  76. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +1 -1
  77. package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +1 -1
  78. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +9 -9
  79. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +4 -4
  80. package/node_modules/@types/keyv/node_modules/@types/node/sqlite.d.ts +1 -1
  81. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +17 -17
  82. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +34 -15
  83. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +3 -3
  84. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +86 -3
  85. package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +5 -5
  86. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +1 -1
  87. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +5 -5
  88. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +4 -4
  89. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +1 -1
  90. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +7 -7
  91. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +44 -44
  92. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +12 -12
  93. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +13 -13
  94. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +1 -1
  95. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +22 -22
  96. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +8 -8
  97. package/node_modules/@types/responselike/node_modules/@types/node/README.md +1 -1
  98. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +1 -1
  99. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +1 -1
  100. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +16 -9
  101. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +34 -29
  102. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +2 -1
  103. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +2 -2
  104. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +3 -3
  105. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +4 -4
  106. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +5 -5
  107. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +5 -5
  108. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +2 -2
  109. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +2 -2
  110. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +2 -2
  111. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +17 -1
  112. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +7 -7
  113. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +238 -101
  114. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +17 -23
  115. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +270 -0
  116. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +3 -3
  117. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +11 -15
  118. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +1 -1
  119. package/node_modules/@types/responselike/node_modules/@types/node/package.json +2 -2
  120. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +1 -1
  121. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +19 -19
  122. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +1 -1
  123. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +1 -1
  124. package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +1 -1
  125. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +9 -9
  126. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +4 -4
  127. package/node_modules/@types/responselike/node_modules/@types/node/sqlite.d.ts +1 -1
  128. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +17 -17
  129. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +34 -15
  130. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +3 -3
  131. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +86 -3
  132. package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +5 -5
  133. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +1 -1
  134. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +5 -5
  135. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +4 -4
  136. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +1 -1
  137. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +7 -7
  138. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +44 -44
  139. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +12 -12
  140. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +13 -13
  141. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +1 -1
  142. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +22 -22
  143. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +8 -8
  144. package/package.json +1 -1
@@ -932,7 +932,7 @@ declare module "fs/promises" {
932
932
  * The `fsPromises.mkdtemp()` method will append the six randomly selected
933
933
  * characters directly to the `prefix` string. For instance, given a directory `/tmp`, if the intention is to create a temporary directory _within_ `/tmp`, the `prefix` must end with a trailing
934
934
  * platform-specific path separator
935
- * (`require('node:path').sep`).
935
+ * (`import { sep } from 'node:path'`).
936
936
  * @since v10.0.0
937
937
  * @return Fulfills with a string containing the file system path of the newly created temporary directory.
938
938
  */
@@ -1174,7 +1174,7 @@ declare module "fs/promises" {
1174
1174
  * Returns an async iterator that watches for changes on `filename`, where `filename`is either a file or a directory.
1175
1175
  *
1176
1176
  * ```js
1177
- * const { watch } = require('node:fs/promises');
1177
+ * import { watch } from 'node:fs/promises';
1178
1178
  *
1179
1179
  * const ac = new AbortController();
1180
1180
  * const { signal } = ac;
@@ -1900,7 +1900,7 @@ declare module "fs" {
1900
1900
  * The `fs.mkdtemp()` method will append the six randomly selected characters
1901
1901
  * directly to the `prefix` string. For instance, given a directory `/tmp`, if the
1902
1902
  * intention is to create a temporary directory _within_`/tmp`, the `prefix`must end with a trailing platform-specific path separator
1903
- * (`require('node:path').sep`).
1903
+ * (`import { sep } from 'node:path'`).
1904
1904
  *
1905
1905
  * ```js
1906
1906
  * import { tmpdir } from 'node:os';
@@ -3156,7 +3156,7 @@ declare module "fs" {
3156
3156
  * stat object:
3157
3157
  *
3158
3158
  * ```js
3159
- * import { watchFile } from 'fs';
3159
+ * import { watchFile } from 'node:fs';
3160
3160
  *
3161
3161
  * watchFile('message.text', (curr, prev) => {
3162
3162
  * console.log(`the current mtime is: ${curr.mtime}`);
@@ -168,10 +168,26 @@ declare global {
168
168
  // Same as module.exports
169
169
  var exports: any;
170
170
 
171
+ interface GCFunction {
172
+ (options: {
173
+ execution?: "sync";
174
+ flavor?: "regular" | "last-resort";
175
+ type?: "major-snapshot" | "major" | "minor";
176
+ filename?: string;
177
+ }): void;
178
+ (options: {
179
+ execution: "async";
180
+ flavor?: "regular" | "last-resort";
181
+ type?: "major-snapshot" | "major" | "minor";
182
+ filename?: string;
183
+ }): Promise<void>;
184
+ (options?: boolean): void;
185
+ }
186
+
171
187
  /**
172
188
  * Only available if `--expose-gc` is passed to the process.
173
189
  */
174
- var gc: undefined | (() => void);
190
+ var gc: undefined | GCFunction;
175
191
 
176
192
  // #region borrowed
177
193
  // from https://github.com/microsoft/TypeScript/blob/38da7c600c83e7b31193a62495239a0fe478cb67/lib/lib.webworker.d.ts#L633 until moved to separate lib
@@ -1,5 +1,5 @@
1
1
  /**
2
- * To use the HTTP server and client one must `require('node:http')`.
2
+ * To use the HTTP server and client one must import the `node:http` module.
3
3
  *
4
4
  * The HTTP interfaces in Node.js are designed to support many features
5
5
  * of the protocol which have been traditionally difficult to use.
@@ -231,7 +231,7 @@ declare module "http" {
231
231
  }
232
232
  interface ServerOptions<
233
233
  Request extends typeof IncomingMessage = typeof IncomingMessage,
234
- Response extends typeof ServerResponse = typeof ServerResponse,
234
+ Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
235
235
  > {
236
236
  /**
237
237
  * Specifies the `IncomingMessage` class to be used. Useful for extending the original `IncomingMessage`.
@@ -315,14 +315,14 @@ declare module "http" {
315
315
  }
316
316
  type RequestListener<
317
317
  Request extends typeof IncomingMessage = typeof IncomingMessage,
318
- Response extends typeof ServerResponse = typeof ServerResponse,
318
+ Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
319
319
  > = (req: InstanceType<Request>, res: InstanceType<Response> & { req: InstanceType<Request> }) => void;
320
320
  /**
321
321
  * @since v0.1.17
322
322
  */
323
323
  class Server<
324
324
  Request extends typeof IncomingMessage = typeof IncomingMessage,
325
- Response extends typeof ServerResponse = typeof ServerResponse,
325
+ Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
326
326
  > extends NetServer {
327
327
  constructor(requestListener?: RequestListener<Request, Response>);
328
328
  constructor(options: ServerOptions<Request, Response>, requestListener?: RequestListener<Request, Response>);
@@ -1447,7 +1447,7 @@ declare module "http" {
1447
1447
  * To configure any of them, a custom {@link Agent} instance must be created.
1448
1448
  *
1449
1449
  * ```js
1450
- * const http = require('node:http');
1450
+ * import http from 'node:http';
1451
1451
  * const keepAliveAgent = new http.Agent({ keepAlive: true });
1452
1452
  * options.agent = keepAliveAgent;
1453
1453
  * http.request(options, onResponseCallback)
@@ -1553,11 +1553,11 @@ declare module "http" {
1553
1553
  */
1554
1554
  function createServer<
1555
1555
  Request extends typeof IncomingMessage = typeof IncomingMessage,
1556
- Response extends typeof ServerResponse = typeof ServerResponse,
1556
+ Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
1557
1557
  >(requestListener?: RequestListener<Request, Response>): Server<Request, Response>;
1558
1558
  function createServer<
1559
1559
  Request extends typeof IncomingMessage = typeof IncomingMessage,
1560
- Response extends typeof ServerResponse = typeof ServerResponse,
1560
+ Response extends typeof ServerResponse<InstanceType<Request>> = typeof ServerResponse,
1561
1561
  >(
1562
1562
  options: ServerOptions<Request, Response>,
1563
1563
  requestListener?: RequestListener<Request, Response>,