cdk-common 2.0.965 → 2.0.967

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 (110) hide show
  1. package/.jsii +2 -2
  2. package/lib/main.js +1 -1
  3. package/node_modules/@types/concat-stream/node_modules/@types/node/README.md +1 -1
  4. package/node_modules/@types/concat-stream/node_modules/@types/node/assert.d.ts +1 -1
  5. package/node_modules/@types/concat-stream/node_modules/@types/node/async_hooks.d.ts +1 -1
  6. package/node_modules/@types/concat-stream/node_modules/@types/node/buffer.d.ts +16 -9
  7. package/node_modules/@types/concat-stream/node_modules/@types/node/child_process.d.ts +34 -29
  8. package/node_modules/@types/concat-stream/node_modules/@types/node/cluster.d.ts +2 -1
  9. package/node_modules/@types/concat-stream/node_modules/@types/node/console.d.ts +2 -2
  10. package/node_modules/@types/concat-stream/node_modules/@types/node/crypto.d.ts +3 -3
  11. package/node_modules/@types/concat-stream/node_modules/@types/node/diagnostics_channel.d.ts +4 -4
  12. package/node_modules/@types/concat-stream/node_modules/@types/node/dns/promises.d.ts +5 -5
  13. package/node_modules/@types/concat-stream/node_modules/@types/node/dns.d.ts +5 -5
  14. package/node_modules/@types/concat-stream/node_modules/@types/node/domain.d.ts +2 -2
  15. package/node_modules/@types/concat-stream/node_modules/@types/node/fs/promises.d.ts +2 -2
  16. package/node_modules/@types/concat-stream/node_modules/@types/node/fs.d.ts +2 -2
  17. package/node_modules/@types/concat-stream/node_modules/@types/node/globals.d.ts +17 -1
  18. package/node_modules/@types/concat-stream/node_modules/@types/node/http.d.ts +7 -7
  19. package/node_modules/@types/concat-stream/node_modules/@types/node/http2.d.ts +238 -101
  20. package/node_modules/@types/concat-stream/node_modules/@types/node/https.d.ts +17 -23
  21. package/node_modules/@types/concat-stream/node_modules/@types/node/inspector.d.ts +67 -0
  22. package/node_modules/@types/concat-stream/node_modules/@types/node/module.d.ts +3 -3
  23. package/node_modules/@types/concat-stream/node_modules/@types/node/net.d.ts +11 -15
  24. package/node_modules/@types/concat-stream/node_modules/@types/node/os.d.ts +1 -1
  25. package/node_modules/@types/concat-stream/node_modules/@types/node/package.json +2 -2
  26. package/node_modules/@types/concat-stream/node_modules/@types/node/path.d.ts +1 -1
  27. package/node_modules/@types/concat-stream/node_modules/@types/node/perf_hooks.d.ts +19 -19
  28. package/node_modules/@types/concat-stream/node_modules/@types/node/punycode.d.ts +1 -1
  29. package/node_modules/@types/concat-stream/node_modules/@types/node/querystring.d.ts +1 -1
  30. package/node_modules/@types/concat-stream/node_modules/@types/node/readline/promises.d.ts +1 -1
  31. package/node_modules/@types/concat-stream/node_modules/@types/node/readline.d.ts +9 -9
  32. package/node_modules/@types/concat-stream/node_modules/@types/node/repl.d.ts +4 -4
  33. package/node_modules/@types/concat-stream/node_modules/@types/node/sqlite.d.ts +1 -1
  34. package/node_modules/@types/concat-stream/node_modules/@types/node/stream/web.d.ts +17 -17
  35. package/node_modules/@types/concat-stream/node_modules/@types/node/stream.d.ts +15 -15
  36. package/node_modules/@types/concat-stream/node_modules/@types/node/string_decoder.d.ts +3 -3
  37. package/node_modules/@types/concat-stream/node_modules/@types/node/test.d.ts +2 -2
  38. package/node_modules/@types/concat-stream/node_modules/@types/node/timers/promises.d.ts +5 -5
  39. package/node_modules/@types/concat-stream/node_modules/@types/node/timers.d.ts +1 -1
  40. package/node_modules/@types/concat-stream/node_modules/@types/node/tls.d.ts +5 -5
  41. package/node_modules/@types/concat-stream/node_modules/@types/node/trace_events.d.ts +4 -4
  42. package/node_modules/@types/concat-stream/node_modules/@types/node/tty.d.ts +1 -1
  43. package/node_modules/@types/concat-stream/node_modules/@types/node/url.d.ts +7 -7
  44. package/node_modules/@types/concat-stream/node_modules/@types/node/util.d.ts +44 -44
  45. package/node_modules/@types/concat-stream/node_modules/@types/node/v8.d.ts +12 -12
  46. package/node_modules/@types/concat-stream/node_modules/@types/node/vm.d.ts +13 -13
  47. package/node_modules/@types/concat-stream/node_modules/@types/node/wasi.d.ts +1 -1
  48. package/node_modules/@types/concat-stream/node_modules/@types/node/worker_threads.d.ts +22 -22
  49. package/node_modules/@types/concat-stream/node_modules/@types/node/zlib.d.ts +8 -8
  50. package/node_modules/@types/form-data/node_modules/@types/node/README.md +1 -1
  51. package/node_modules/@types/form-data/node_modules/@types/node/assert.d.ts +1 -1
  52. package/node_modules/@types/form-data/node_modules/@types/node/async_hooks.d.ts +1 -1
  53. package/node_modules/@types/form-data/node_modules/@types/node/buffer.d.ts +16 -9
  54. package/node_modules/@types/form-data/node_modules/@types/node/child_process.d.ts +34 -29
  55. package/node_modules/@types/form-data/node_modules/@types/node/cluster.d.ts +2 -1
  56. package/node_modules/@types/form-data/node_modules/@types/node/console.d.ts +2 -2
  57. package/node_modules/@types/form-data/node_modules/@types/node/crypto.d.ts +3 -3
  58. package/node_modules/@types/form-data/node_modules/@types/node/diagnostics_channel.d.ts +4 -4
  59. package/node_modules/@types/form-data/node_modules/@types/node/dns/promises.d.ts +5 -5
  60. package/node_modules/@types/form-data/node_modules/@types/node/dns.d.ts +5 -5
  61. package/node_modules/@types/form-data/node_modules/@types/node/domain.d.ts +2 -2
  62. package/node_modules/@types/form-data/node_modules/@types/node/fs/promises.d.ts +2 -2
  63. package/node_modules/@types/form-data/node_modules/@types/node/fs.d.ts +2 -2
  64. package/node_modules/@types/form-data/node_modules/@types/node/globals.d.ts +17 -1
  65. package/node_modules/@types/form-data/node_modules/@types/node/http.d.ts +7 -7
  66. package/node_modules/@types/form-data/node_modules/@types/node/http2.d.ts +238 -101
  67. package/node_modules/@types/form-data/node_modules/@types/node/https.d.ts +17 -23
  68. package/node_modules/@types/form-data/node_modules/@types/node/inspector.d.ts +67 -0
  69. package/node_modules/@types/form-data/node_modules/@types/node/module.d.ts +3 -3
  70. package/node_modules/@types/form-data/node_modules/@types/node/net.d.ts +11 -15
  71. package/node_modules/@types/form-data/node_modules/@types/node/os.d.ts +1 -1
  72. package/node_modules/@types/form-data/node_modules/@types/node/package.json +2 -2
  73. package/node_modules/@types/form-data/node_modules/@types/node/path.d.ts +1 -1
  74. package/node_modules/@types/form-data/node_modules/@types/node/perf_hooks.d.ts +19 -19
  75. package/node_modules/@types/form-data/node_modules/@types/node/punycode.d.ts +1 -1
  76. package/node_modules/@types/form-data/node_modules/@types/node/querystring.d.ts +1 -1
  77. package/node_modules/@types/form-data/node_modules/@types/node/readline/promises.d.ts +1 -1
  78. package/node_modules/@types/form-data/node_modules/@types/node/readline.d.ts +9 -9
  79. package/node_modules/@types/form-data/node_modules/@types/node/repl.d.ts +4 -4
  80. package/node_modules/@types/form-data/node_modules/@types/node/sqlite.d.ts +1 -1
  81. package/node_modules/@types/form-data/node_modules/@types/node/stream/web.d.ts +17 -17
  82. package/node_modules/@types/form-data/node_modules/@types/node/stream.d.ts +15 -15
  83. package/node_modules/@types/form-data/node_modules/@types/node/string_decoder.d.ts +3 -3
  84. package/node_modules/@types/form-data/node_modules/@types/node/test.d.ts +2 -2
  85. package/node_modules/@types/form-data/node_modules/@types/node/timers/promises.d.ts +5 -5
  86. package/node_modules/@types/form-data/node_modules/@types/node/timers.d.ts +1 -1
  87. package/node_modules/@types/form-data/node_modules/@types/node/tls.d.ts +5 -5
  88. package/node_modules/@types/form-data/node_modules/@types/node/trace_events.d.ts +4 -4
  89. package/node_modules/@types/form-data/node_modules/@types/node/tty.d.ts +1 -1
  90. package/node_modules/@types/form-data/node_modules/@types/node/url.d.ts +7 -7
  91. package/node_modules/@types/form-data/node_modules/@types/node/util.d.ts +44 -44
  92. package/node_modules/@types/form-data/node_modules/@types/node/v8.d.ts +12 -12
  93. package/node_modules/@types/form-data/node_modules/@types/node/vm.d.ts +13 -13
  94. package/node_modules/@types/form-data/node_modules/@types/node/wasi.d.ts +1 -1
  95. package/node_modules/@types/form-data/node_modules/@types/node/worker_threads.d.ts +22 -22
  96. package/node_modules/@types/form-data/node_modules/@types/node/zlib.d.ts +8 -8
  97. package/node_modules/fast-uri/.github/workflows/ci.yml +2 -2
  98. package/node_modules/fast-uri/.github/workflows/package-manager-ci.yml +1 -1
  99. package/node_modules/fast-uri/index.js +3 -9
  100. package/node_modules/fast-uri/package.json +3 -3
  101. package/node_modules/fast-uri/test/ajv.test.js +1 -1
  102. package/node_modules/fast-uri/test/compatibility.test.js +3 -2
  103. package/node_modules/fast-uri/test/equal.test.js +1 -2
  104. package/node_modules/fast-uri/test/parse.test.js +1 -2
  105. package/node_modules/fast-uri/test/resolve.test.js +1 -2
  106. package/node_modules/fast-uri/test/serialize.test.js +1 -2
  107. package/node_modules/fast-uri/test/uri-js.test.js +539 -567
  108. package/node_modules/fast-uri/test/util.test.js +2 -3
  109. package/package.json +1 -1
  110. package/node_modules/fast-uri/.taprc +0 -3
@@ -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>,