cdk-ecr-deployment 2.5.30 → 2.5.31

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 (395) hide show
  1. package/.gitattributes +1 -1
  2. package/.jsii +129 -27
  3. package/.jsii.tabl.json +1 -1
  4. package/.projenrc.ts +3 -1
  5. package/API.md +2 -0
  6. package/lambda/install.js +7 -6
  7. package/lib/index.d.ts +10 -0
  8. package/lib/index.js +6 -5
  9. package/node_modules/@types/cacheable-request/node_modules/@types/node/LICENSE +0 -0
  10. package/node_modules/@types/cacheable-request/node_modules/@types/node/README.md +4 -5
  11. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert/strict.d.ts +4 -4
  12. package/node_modules/@types/cacheable-request/node_modules/@types/node/assert.d.ts +48 -24
  13. package/node_modules/@types/cacheable-request/node_modules/@types/node/async_hooks.d.ts +15 -6
  14. package/node_modules/@types/cacheable-request/node_modules/@types/node/buffer.d.ts +43 -35
  15. package/node_modules/@types/cacheable-request/node_modules/@types/node/child_process.d.ts +267 -122
  16. package/node_modules/@types/cacheable-request/node_modules/@types/node/cluster.d.ts +107 -89
  17. package/node_modules/@types/cacheable-request/node_modules/@types/node/console.d.ts +17 -14
  18. package/node_modules/@types/cacheable-request/node_modules/@types/node/constants.d.ts +12 -11
  19. package/node_modules/@types/cacheable-request/node_modules/@types/node/crypto.d.ts +755 -269
  20. package/node_modules/@types/cacheable-request/node_modules/@types/node/dgram.d.ts +86 -45
  21. package/node_modules/@types/cacheable-request/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  22. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns/promises.d.ts +28 -25
  23. package/node_modules/@types/cacheable-request/node_modules/@types/node/dns.d.ts +203 -62
  24. package/node_modules/@types/cacheable-request/node_modules/@types/node/dom-events.d.ts +67 -71
  25. package/node_modules/@types/cacheable-request/node_modules/@types/node/domain.d.ts +4 -4
  26. package/node_modules/@types/cacheable-request/node_modules/@types/node/events.d.ts +127 -7
  27. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs/promises.d.ts +115 -73
  28. package/node_modules/@types/cacheable-request/node_modules/@types/node/fs.d.ts +560 -315
  29. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.d.ts +96 -18
  30. package/node_modules/@types/cacheable-request/node_modules/@types/node/globals.global.d.ts +0 -0
  31. package/node_modules/@types/cacheable-request/node_modules/@types/node/http.d.ts +359 -195
  32. package/node_modules/@types/cacheable-request/node_modules/@types/node/http2.d.ts +629 -377
  33. package/node_modules/@types/cacheable-request/node_modules/@types/node/https.d.ts +221 -112
  34. package/node_modules/@types/cacheable-request/node_modules/@types/node/index.d.ts +0 -46
  35. package/node_modules/@types/cacheable-request/node_modules/@types/node/inspector.d.ts +2 -3
  36. package/node_modules/@types/cacheable-request/node_modules/@types/node/module.d.ts +195 -14
  37. package/node_modules/@types/cacheable-request/node_modules/@types/node/net.d.ts +154 -93
  38. package/node_modules/@types/cacheable-request/node_modules/@types/node/os.d.ts +9 -9
  39. package/node_modules/@types/cacheable-request/node_modules/@types/node/package.json +88 -95
  40. package/node_modules/@types/cacheable-request/node_modules/@types/node/path.d.ts +13 -13
  41. package/node_modules/@types/cacheable-request/node_modules/@types/node/perf_hooks.d.ts +19 -18
  42. package/node_modules/@types/cacheable-request/node_modules/@types/node/process.d.ts +166 -128
  43. package/node_modules/@types/cacheable-request/node_modules/@types/node/punycode.d.ts +3 -3
  44. package/node_modules/@types/cacheable-request/node_modules/@types/node/querystring.d.ts +14 -4
  45. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline/promises.d.ts +12 -7
  46. package/node_modules/@types/cacheable-request/node_modules/@types/node/readline.d.ts +69 -56
  47. package/node_modules/@types/cacheable-request/node_modules/@types/node/repl.d.ts +67 -61
  48. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/consumers.d.ts +10 -10
  49. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/promises.d.ts +56 -15
  50. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream/web.d.ts +40 -20
  51. package/node_modules/@types/cacheable-request/node_modules/@types/node/stream.d.ts +498 -218
  52. package/node_modules/@types/cacheable-request/node_modules/@types/node/string_decoder.d.ts +8 -8
  53. package/node_modules/@types/cacheable-request/node_modules/@types/node/test.d.ts +398 -170
  54. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers/promises.d.ts +4 -4
  55. package/node_modules/@types/cacheable-request/node_modules/@types/node/timers.d.ts +34 -9
  56. package/node_modules/@types/cacheable-request/node_modules/@types/node/tls.d.ts +162 -71
  57. package/node_modules/@types/cacheable-request/node_modules/@types/node/trace_events.d.ts +3 -3
  58. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  59. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
  60. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
  61. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
  62. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/child_process.d.ts +267 -122
  63. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  64. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/console.d.ts +17 -14
  65. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  66. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/crypto.d.ts +755 -269
  67. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dgram.d.ts +86 -45
  68. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  69. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
  70. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
  71. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  72. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  73. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/events.d.ts +79 -7
  74. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs/promises.d.ts +117 -74
  75. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
  76. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.d.ts +96 -18
  77. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  78. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http.d.ts +359 -195
  79. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/http2.d.ts +629 -377
  80. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  81. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  82. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/inspector.d.ts +2 -3
  83. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/module.d.ts +195 -14
  84. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/net.d.ts +154 -93
  85. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/os.d.ts +9 -9
  86. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  87. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  88. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/process.d.ts +166 -128
  89. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
  90. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  91. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  92. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  93. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  94. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  95. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  96. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  97. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/stream.d.ts +1162 -853
  98. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  99. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/test.d.ts +398 -170
  100. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  101. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/timers.d.ts +34 -9
  102. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tls.d.ts +162 -71
  103. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  104. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  105. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/url.d.ts +40 -14
  106. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/util.d.ts +263 -129
  107. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  108. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
  109. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
  110. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
  111. package/node_modules/@types/cacheable-request/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  112. package/node_modules/@types/cacheable-request/node_modules/@types/node/tty.d.ts +10 -10
  113. package/node_modules/@types/cacheable-request/node_modules/@types/node/url.d.ts +40 -14
  114. package/node_modules/@types/cacheable-request/node_modules/@types/node/util.d.ts +263 -129
  115. package/node_modules/@types/cacheable-request/node_modules/@types/node/v8.d.ts +4 -4
  116. package/node_modules/@types/cacheable-request/node_modules/@types/node/vm.d.ts +52 -45
  117. package/node_modules/@types/cacheable-request/node_modules/@types/node/wasi.d.ts +3 -3
  118. package/node_modules/@types/cacheable-request/node_modules/@types/node/worker_threads.d.ts +83 -85
  119. package/node_modules/@types/cacheable-request/node_modules/@types/node/zlib.d.ts +9 -9
  120. package/node_modules/@types/http-cache-semantics/LICENSE +0 -0
  121. package/node_modules/@types/http-cache-semantics/README.md +1 -2
  122. package/node_modules/@types/http-cache-semantics/index.d.ts +1 -6
  123. package/node_modules/@types/http-cache-semantics/package.json +5 -5
  124. package/node_modules/@types/keyv/node_modules/@types/node/LICENSE +0 -0
  125. package/node_modules/@types/keyv/node_modules/@types/node/README.md +4 -5
  126. package/node_modules/@types/keyv/node_modules/@types/node/assert/strict.d.ts +4 -4
  127. package/node_modules/@types/keyv/node_modules/@types/node/assert.d.ts +48 -24
  128. package/node_modules/@types/keyv/node_modules/@types/node/async_hooks.d.ts +15 -6
  129. package/node_modules/@types/keyv/node_modules/@types/node/buffer.d.ts +43 -35
  130. package/node_modules/@types/keyv/node_modules/@types/node/child_process.d.ts +267 -122
  131. package/node_modules/@types/keyv/node_modules/@types/node/cluster.d.ts +107 -89
  132. package/node_modules/@types/keyv/node_modules/@types/node/console.d.ts +17 -14
  133. package/node_modules/@types/keyv/node_modules/@types/node/constants.d.ts +12 -11
  134. package/node_modules/@types/keyv/node_modules/@types/node/crypto.d.ts +755 -269
  135. package/node_modules/@types/keyv/node_modules/@types/node/dgram.d.ts +86 -45
  136. package/node_modules/@types/keyv/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  137. package/node_modules/@types/keyv/node_modules/@types/node/dns/promises.d.ts +28 -25
  138. package/node_modules/@types/keyv/node_modules/@types/node/dns.d.ts +203 -62
  139. package/node_modules/@types/keyv/node_modules/@types/node/dom-events.d.ts +67 -71
  140. package/node_modules/@types/keyv/node_modules/@types/node/domain.d.ts +4 -4
  141. package/node_modules/@types/keyv/node_modules/@types/node/events.d.ts +127 -7
  142. package/node_modules/@types/keyv/node_modules/@types/node/fs/promises.d.ts +115 -73
  143. package/node_modules/@types/keyv/node_modules/@types/node/fs.d.ts +560 -315
  144. package/node_modules/@types/keyv/node_modules/@types/node/globals.d.ts +96 -18
  145. package/node_modules/@types/keyv/node_modules/@types/node/globals.global.d.ts +0 -0
  146. package/node_modules/@types/keyv/node_modules/@types/node/http.d.ts +359 -195
  147. package/node_modules/@types/keyv/node_modules/@types/node/http2.d.ts +629 -377
  148. package/node_modules/@types/keyv/node_modules/@types/node/https.d.ts +221 -112
  149. package/node_modules/@types/keyv/node_modules/@types/node/index.d.ts +0 -46
  150. package/node_modules/@types/keyv/node_modules/@types/node/inspector.d.ts +2 -3
  151. package/node_modules/@types/keyv/node_modules/@types/node/module.d.ts +195 -14
  152. package/node_modules/@types/keyv/node_modules/@types/node/net.d.ts +154 -93
  153. package/node_modules/@types/keyv/node_modules/@types/node/os.d.ts +9 -9
  154. package/node_modules/@types/keyv/node_modules/@types/node/package.json +88 -95
  155. package/node_modules/@types/keyv/node_modules/@types/node/path.d.ts +13 -13
  156. package/node_modules/@types/keyv/node_modules/@types/node/perf_hooks.d.ts +19 -18
  157. package/node_modules/@types/keyv/node_modules/@types/node/process.d.ts +166 -128
  158. package/node_modules/@types/keyv/node_modules/@types/node/punycode.d.ts +3 -3
  159. package/node_modules/@types/keyv/node_modules/@types/node/querystring.d.ts +14 -4
  160. package/node_modules/@types/keyv/node_modules/@types/node/readline/promises.d.ts +12 -7
  161. package/node_modules/@types/keyv/node_modules/@types/node/readline.d.ts +69 -56
  162. package/node_modules/@types/keyv/node_modules/@types/node/repl.d.ts +67 -61
  163. package/node_modules/@types/keyv/node_modules/@types/node/stream/consumers.d.ts +10 -10
  164. package/node_modules/@types/keyv/node_modules/@types/node/stream/promises.d.ts +56 -15
  165. package/node_modules/@types/keyv/node_modules/@types/node/stream/web.d.ts +40 -20
  166. package/node_modules/@types/keyv/node_modules/@types/node/stream.d.ts +498 -218
  167. package/node_modules/@types/keyv/node_modules/@types/node/string_decoder.d.ts +8 -8
  168. package/node_modules/@types/keyv/node_modules/@types/node/test.d.ts +398 -170
  169. package/node_modules/@types/keyv/node_modules/@types/node/timers/promises.d.ts +4 -4
  170. package/node_modules/@types/keyv/node_modules/@types/node/timers.d.ts +34 -9
  171. package/node_modules/@types/keyv/node_modules/@types/node/tls.d.ts +162 -71
  172. package/node_modules/@types/keyv/node_modules/@types/node/trace_events.d.ts +3 -3
  173. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  174. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
  175. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
  176. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
  177. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/child_process.d.ts +267 -122
  178. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  179. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/console.d.ts +17 -14
  180. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  181. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/crypto.d.ts +755 -269
  182. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dgram.d.ts +86 -45
  183. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  184. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
  185. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
  186. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  187. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  188. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/events.d.ts +79 -7
  189. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs/promises.d.ts +117 -74
  190. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
  191. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.d.ts +96 -18
  192. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  193. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http.d.ts +359 -195
  194. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/http2.d.ts +629 -377
  195. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  196. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  197. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/inspector.d.ts +2 -3
  198. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/module.d.ts +195 -14
  199. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/net.d.ts +154 -93
  200. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/os.d.ts +9 -9
  201. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  202. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  203. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/process.d.ts +166 -128
  204. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
  205. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  206. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  207. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  208. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  209. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  210. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  211. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  212. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/stream.d.ts +1162 -853
  213. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  214. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/test.d.ts +398 -170
  215. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  216. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/timers.d.ts +34 -9
  217. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tls.d.ts +162 -71
  218. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  219. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  220. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/url.d.ts +40 -14
  221. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/util.d.ts +263 -129
  222. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  223. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
  224. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
  225. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
  226. package/node_modules/@types/keyv/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  227. package/node_modules/@types/keyv/node_modules/@types/node/tty.d.ts +10 -10
  228. package/node_modules/@types/keyv/node_modules/@types/node/url.d.ts +40 -14
  229. package/node_modules/@types/keyv/node_modules/@types/node/util.d.ts +263 -129
  230. package/node_modules/@types/keyv/node_modules/@types/node/v8.d.ts +4 -4
  231. package/node_modules/@types/keyv/node_modules/@types/node/vm.d.ts +52 -45
  232. package/node_modules/@types/keyv/node_modules/@types/node/wasi.d.ts +3 -3
  233. package/node_modules/@types/keyv/node_modules/@types/node/worker_threads.d.ts +83 -85
  234. package/node_modules/@types/keyv/node_modules/@types/node/zlib.d.ts +9 -9
  235. package/node_modules/@types/responselike/LICENSE +21 -21
  236. package/node_modules/@types/responselike/README.md +39 -7
  237. package/node_modules/@types/responselike/index.d.ts +3 -8
  238. package/node_modules/@types/responselike/node_modules/@types/node/LICENSE +0 -0
  239. package/node_modules/@types/responselike/node_modules/@types/node/README.md +4 -5
  240. package/node_modules/@types/responselike/node_modules/@types/node/assert/strict.d.ts +4 -4
  241. package/node_modules/@types/responselike/node_modules/@types/node/assert.d.ts +48 -24
  242. package/node_modules/@types/responselike/node_modules/@types/node/async_hooks.d.ts +15 -6
  243. package/node_modules/@types/responselike/node_modules/@types/node/buffer.d.ts +43 -35
  244. package/node_modules/@types/responselike/node_modules/@types/node/child_process.d.ts +267 -122
  245. package/node_modules/@types/responselike/node_modules/@types/node/cluster.d.ts +107 -89
  246. package/node_modules/@types/responselike/node_modules/@types/node/console.d.ts +17 -14
  247. package/node_modules/@types/responselike/node_modules/@types/node/constants.d.ts +12 -11
  248. package/node_modules/@types/responselike/node_modules/@types/node/crypto.d.ts +755 -269
  249. package/node_modules/@types/responselike/node_modules/@types/node/dgram.d.ts +86 -45
  250. package/node_modules/@types/responselike/node_modules/@types/node/diagnostics_channel.d.ts +3 -3
  251. package/node_modules/@types/responselike/node_modules/@types/node/dns/promises.d.ts +28 -25
  252. package/node_modules/@types/responselike/node_modules/@types/node/dns.d.ts +203 -62
  253. package/node_modules/@types/responselike/node_modules/@types/node/dom-events.d.ts +67 -71
  254. package/node_modules/@types/responselike/node_modules/@types/node/domain.d.ts +4 -4
  255. package/node_modules/@types/responselike/node_modules/@types/node/events.d.ts +127 -7
  256. package/node_modules/@types/responselike/node_modules/@types/node/fs/promises.d.ts +115 -73
  257. package/node_modules/@types/responselike/node_modules/@types/node/fs.d.ts +560 -315
  258. package/node_modules/@types/responselike/node_modules/@types/node/globals.d.ts +96 -18
  259. package/node_modules/@types/responselike/node_modules/@types/node/globals.global.d.ts +0 -0
  260. package/node_modules/@types/responselike/node_modules/@types/node/http.d.ts +359 -195
  261. package/node_modules/@types/responselike/node_modules/@types/node/http2.d.ts +629 -377
  262. package/node_modules/@types/responselike/node_modules/@types/node/https.d.ts +221 -112
  263. package/node_modules/@types/responselike/node_modules/@types/node/index.d.ts +0 -46
  264. package/node_modules/@types/responselike/node_modules/@types/node/inspector.d.ts +2 -3
  265. package/node_modules/@types/responselike/node_modules/@types/node/module.d.ts +195 -14
  266. package/node_modules/@types/responselike/node_modules/@types/node/net.d.ts +154 -93
  267. package/node_modules/@types/responselike/node_modules/@types/node/os.d.ts +9 -9
  268. package/node_modules/@types/responselike/node_modules/@types/node/package.json +88 -95
  269. package/node_modules/@types/responselike/node_modules/@types/node/path.d.ts +13 -13
  270. package/node_modules/@types/responselike/node_modules/@types/node/perf_hooks.d.ts +19 -18
  271. package/node_modules/@types/responselike/node_modules/@types/node/process.d.ts +166 -128
  272. package/node_modules/@types/responselike/node_modules/@types/node/punycode.d.ts +3 -3
  273. package/node_modules/@types/responselike/node_modules/@types/node/querystring.d.ts +14 -4
  274. package/node_modules/@types/responselike/node_modules/@types/node/readline/promises.d.ts +12 -7
  275. package/node_modules/@types/responselike/node_modules/@types/node/readline.d.ts +69 -56
  276. package/node_modules/@types/responselike/node_modules/@types/node/repl.d.ts +67 -61
  277. package/node_modules/@types/responselike/node_modules/@types/node/stream/consumers.d.ts +10 -10
  278. package/node_modules/@types/responselike/node_modules/@types/node/stream/promises.d.ts +56 -15
  279. package/node_modules/@types/responselike/node_modules/@types/node/stream/web.d.ts +40 -20
  280. package/node_modules/@types/responselike/node_modules/@types/node/stream.d.ts +498 -218
  281. package/node_modules/@types/responselike/node_modules/@types/node/string_decoder.d.ts +8 -8
  282. package/node_modules/@types/responselike/node_modules/@types/node/test.d.ts +398 -170
  283. package/node_modules/@types/responselike/node_modules/@types/node/timers/promises.d.ts +4 -4
  284. package/node_modules/@types/responselike/node_modules/@types/node/timers.d.ts +34 -9
  285. package/node_modules/@types/responselike/node_modules/@types/node/tls.d.ts +162 -71
  286. package/node_modules/@types/responselike/node_modules/@types/node/trace_events.d.ts +3 -3
  287. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert/strict.d.ts +4 -4
  288. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/assert.d.ts +48 -24
  289. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/async_hooks.d.ts +15 -6
  290. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/buffer.d.ts +44 -36
  291. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/child_process.d.ts +267 -122
  292. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/cluster.d.ts +107 -89
  293. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/console.d.ts +17 -14
  294. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/constants.d.ts +12 -11
  295. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/crypto.d.ts +755 -269
  296. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dgram.d.ts +86 -45
  297. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/diagnostics_channel.d.ts +3 -3
  298. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns/promises.d.ts +28 -25
  299. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dns.d.ts +203 -62
  300. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/dom-events.d.ts +67 -71
  301. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/domain.d.ts +4 -4
  302. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/events.d.ts +79 -7
  303. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs/promises.d.ts +117 -74
  304. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/fs.d.ts +560 -315
  305. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.d.ts +96 -18
  306. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/globals.global.d.ts +0 -0
  307. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http.d.ts +359 -195
  308. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/http2.d.ts +629 -377
  309. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/https.d.ts +221 -112
  310. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/index.d.ts +0 -0
  311. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/inspector.d.ts +2 -3
  312. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/module.d.ts +195 -14
  313. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/net.d.ts +154 -93
  314. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/os.d.ts +9 -9
  315. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/path.d.ts +13 -13
  316. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/perf_hooks.d.ts +19 -18
  317. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/process.d.ts +166 -128
  318. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/punycode.d.ts +3 -3
  319. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/querystring.d.ts +14 -4
  320. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline/promises.d.ts +12 -7
  321. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/readline.d.ts +69 -56
  322. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/repl.d.ts +67 -61
  323. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/consumers.d.ts +10 -10
  324. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/promises.d.ts +56 -15
  325. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream/web.d.ts +40 -20
  326. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/stream.d.ts +1162 -853
  327. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/string_decoder.d.ts +8 -8
  328. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/test.d.ts +398 -170
  329. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers/promises.d.ts +4 -4
  330. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/timers.d.ts +34 -9
  331. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tls.d.ts +162 -71
  332. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/trace_events.d.ts +3 -3
  333. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/tty.d.ts +10 -10
  334. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/url.d.ts +40 -14
  335. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/util.d.ts +263 -129
  336. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/v8.d.ts +4 -4
  337. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/vm.d.ts +52 -45
  338. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/wasi.d.ts +3 -3
  339. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/worker_threads.d.ts +83 -85
  340. package/node_modules/@types/responselike/node_modules/@types/node/ts4.8/zlib.d.ts +9 -9
  341. package/node_modules/@types/responselike/node_modules/@types/node/tty.d.ts +10 -10
  342. package/node_modules/@types/responselike/node_modules/@types/node/url.d.ts +40 -14
  343. package/node_modules/@types/responselike/node_modules/@types/node/util.d.ts +263 -129
  344. package/node_modules/@types/responselike/node_modules/@types/node/v8.d.ts +4 -4
  345. package/node_modules/@types/responselike/node_modules/@types/node/vm.d.ts +52 -45
  346. package/node_modules/@types/responselike/node_modules/@types/node/wasi.d.ts +3 -3
  347. package/node_modules/@types/responselike/node_modules/@types/node/worker_threads.d.ts +83 -85
  348. package/node_modules/@types/responselike/node_modules/@types/node/zlib.d.ts +9 -9
  349. package/node_modules/@types/responselike/package.json +9 -7
  350. package/node_modules/keyv/README.md +2 -0
  351. package/node_modules/keyv/package.json +13 -14
  352. package/node_modules/keyv/src/index.d.ts +6 -10
  353. package/node_modules/keyv/src/index.js +7 -12
  354. package/node_modules/undici-types/README.md +6 -0
  355. package/node_modules/undici-types/agent.d.ts +31 -0
  356. package/node_modules/undici-types/api.d.ts +43 -0
  357. package/node_modules/undici-types/balanced-pool.d.ts +18 -0
  358. package/node_modules/undici-types/cache.d.ts +36 -0
  359. package/node_modules/undici-types/client.d.ts +97 -0
  360. package/node_modules/undici-types/connector.d.ts +34 -0
  361. package/node_modules/undici-types/content-type.d.ts +21 -0
  362. package/node_modules/undici-types/cookies.d.ts +28 -0
  363. package/node_modules/undici-types/diagnostics-channel.d.ts +67 -0
  364. package/node_modules/undici-types/dispatcher.d.ts +241 -0
  365. package/node_modules/undici-types/errors.d.ts +128 -0
  366. package/node_modules/undici-types/fetch.d.ts +209 -0
  367. package/node_modules/undici-types/file.d.ts +39 -0
  368. package/node_modules/undici-types/filereader.d.ts +54 -0
  369. package/node_modules/undici-types/formdata.d.ts +108 -0
  370. package/node_modules/undici-types/global-dispatcher.d.ts +9 -0
  371. package/node_modules/undici-types/global-origin.d.ts +7 -0
  372. package/node_modules/undici-types/handlers.d.ts +9 -0
  373. package/node_modules/undici-types/header.d.ts +4 -0
  374. package/node_modules/undici-types/index.d.ts +63 -0
  375. package/node_modules/undici-types/interceptors.d.ts +5 -0
  376. package/node_modules/undici-types/mock-agent.d.ts +50 -0
  377. package/node_modules/undici-types/mock-client.d.ts +25 -0
  378. package/node_modules/undici-types/mock-errors.d.ts +12 -0
  379. package/node_modules/undici-types/mock-interceptor.d.ts +93 -0
  380. package/node_modules/undici-types/mock-pool.d.ts +25 -0
  381. package/node_modules/undici-types/package.json +55 -0
  382. package/node_modules/undici-types/patch.d.ts +71 -0
  383. package/node_modules/undici-types/pool-stats.d.ts +19 -0
  384. package/node_modules/undici-types/pool.d.ts +28 -0
  385. package/node_modules/undici-types/proxy-agent.d.ts +30 -0
  386. package/node_modules/undici-types/readable.d.ts +61 -0
  387. package/node_modules/undici-types/webidl.d.ts +220 -0
  388. package/node_modules/undici-types/websocket.d.ts +131 -0
  389. package/package.json +10 -11
  390. /package/node_modules/{cacheable-request/node_modules/get-stream → get-stream}/buffer-stream.js +0 -0
  391. /package/node_modules/{cacheable-request/node_modules/get-stream → get-stream}/index.d.ts +0 -0
  392. /package/node_modules/{cacheable-request/node_modules/get-stream → get-stream}/index.js +0 -0
  393. /package/node_modules/{cacheable-request/node_modules/get-stream → get-stream}/license +0 -0
  394. /package/node_modules/{cacheable-request/node_modules/get-stream → get-stream}/package.json +0 -0
  395. /package/node_modules/{cacheable-request/node_modules/get-stream → get-stream}/readme.md +0 -0
@@ -36,7 +36,8 @@
36
36
  * ```
37
37
  * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/vm.js)
38
38
  */
39
- declare module 'vm' {
39
+ declare module "vm" {
40
+ import { ImportAssertions } from "node:module";
40
41
  interface Context extends NodeJS.Dict<any> {}
41
42
  interface BaseOptions {
42
43
  /**
@@ -66,7 +67,9 @@ declare module 'vm' {
66
67
  * Called during evaluation of this module when `import()` is called.
67
68
  * If this option is not specified, calls to `import()` will reject with `ERR_VM_DYNAMIC_IMPORT_CALLBACK_MISSING`.
68
69
  */
69
- importModuleDynamically?: ((specifier: string, script: Script, importAssertions: Object) => Module) | undefined;
70
+ importModuleDynamically?:
71
+ | ((specifier: string, script: Script, importAssertions: ImportAssertions) => Module)
72
+ | undefined;
70
73
  }
71
74
  interface RunningScriptOptions extends BaseOptions {
72
75
  /**
@@ -91,26 +94,26 @@ declare module 'vm' {
91
94
  /**
92
95
  * Human-readable name of the newly created context.
93
96
  */
94
- contextName?: CreateContextOptions['name'];
97
+ contextName?: CreateContextOptions["name"];
95
98
  /**
96
99
  * Origin corresponding to the newly created context for display purposes. The origin should be formatted like a URL,
97
100
  * but with only the scheme, host, and port (if necessary), like the value of the `url.origin` property of a `URL` object.
98
101
  * Most notably, this string should omit the trailing slash, as that denotes a path.
99
102
  */
100
- contextOrigin?: CreateContextOptions['origin'];
101
- contextCodeGeneration?: CreateContextOptions['codeGeneration'];
103
+ contextOrigin?: CreateContextOptions["origin"];
104
+ contextCodeGeneration?: CreateContextOptions["codeGeneration"];
102
105
  /**
103
106
  * If set to `afterEvaluate`, microtasks will be run immediately after the script has run.
104
107
  */
105
- microtaskMode?: CreateContextOptions['microtaskMode'];
108
+ microtaskMode?: CreateContextOptions["microtaskMode"];
106
109
  }
107
110
  interface RunningCodeOptions extends RunningScriptOptions {
108
- cachedData?: ScriptOptions['cachedData'];
109
- importModuleDynamically?: ScriptOptions['importModuleDynamically'];
111
+ cachedData?: ScriptOptions["cachedData"];
112
+ importModuleDynamically?: ScriptOptions["importModuleDynamically"];
110
113
  }
111
114
  interface RunningCodeInNewContextOptions extends RunningScriptInNewContextOptions {
112
- cachedData?: ScriptOptions['cachedData'];
113
- importModuleDynamically?: ScriptOptions['importModuleDynamically'];
115
+ cachedData?: ScriptOptions["cachedData"];
116
+ importModuleDynamically?: ScriptOptions["importModuleDynamically"];
114
117
  }
115
118
  interface CompileFunctionOptions extends BaseOptions {
116
119
  /**
@@ -147,25 +150,25 @@ declare module 'vm' {
147
150
  origin?: string | undefined;
148
151
  codeGeneration?:
149
152
  | {
150
- /**
151
- * If set to false any calls to eval or function constructors (Function, GeneratorFunction, etc)
152
- * will throw an EvalError.
153
- * @default true
154
- */
155
- strings?: boolean | undefined;
156
- /**
157
- * If set to false any attempt to compile a WebAssembly module will throw a WebAssembly.CompileError.
158
- * @default true
159
- */
160
- wasm?: boolean | undefined;
161
- }
153
+ /**
154
+ * If set to false any calls to eval or function constructors (Function, GeneratorFunction, etc)
155
+ * will throw an EvalError.
156
+ * @default true
157
+ */
158
+ strings?: boolean | undefined;
159
+ /**
160
+ * If set to false any attempt to compile a WebAssembly module will throw a WebAssembly.CompileError.
161
+ * @default true
162
+ */
163
+ wasm?: boolean | undefined;
164
+ }
162
165
  | undefined;
163
166
  /**
164
167
  * If set to `afterEvaluate`, microtasks will be run immediately after the script has run.
165
168
  */
166
- microtaskMode?: 'afterEvaluate' | undefined;
169
+ microtaskMode?: "afterEvaluate" | undefined;
167
170
  }
168
- type MeasureMemoryMode = 'summary' | 'detailed';
171
+ type MeasureMemoryMode = "summary" | "detailed";
169
172
  interface MeasureMemoryOptions {
170
173
  /**
171
174
  * @default 'summary'
@@ -174,7 +177,7 @@ declare module 'vm' {
174
177
  /**
175
178
  * @default 'default'
176
179
  */
177
- execution?: 'default' | 'eager' | undefined;
180
+ execution?: "default" | "eager" | undefined;
178
181
  }
179
182
  interface MemoryMeasurement {
180
183
  total: {
@@ -441,7 +444,11 @@ declare module 'vm' {
441
444
  * @param contextObject An object that will be `contextified`. If `undefined`, a new object will be created.
442
445
  * @return the result of the very last statement executed in the script.
443
446
  */
444
- function runInNewContext(code: string, contextObject?: Context, options?: RunningCodeInNewContextOptions | string): any;
447
+ function runInNewContext(
448
+ code: string,
449
+ contextObject?: Context,
450
+ options?: RunningCodeInNewContextOptions | string,
451
+ ): any;
445
452
  /**
446
453
  * `vm.runInThisContext()` compiles `code`, runs it within the context of the
447
454
  * current `global` and returns the result. Running code does not have access to
@@ -516,11 +523,11 @@ declare module 'vm' {
516
523
  function compileFunction(
517
524
  code: string,
518
525
  params?: ReadonlyArray<string>,
519
- options?: CompileFunctionOptions
526
+ options?: CompileFunctionOptions,
520
527
  ): Function & {
521
- cachedData?: Script['cachedData'] | undefined;
522
- cachedDataProduced?: Script['cachedDataProduced'] | undefined;
523
- cachedDataRejected?: Script['cachedDataRejected'] | undefined;
528
+ cachedData?: Script["cachedData"] | undefined;
529
+ cachedDataProduced?: Script["cachedDataProduced"] | undefined;
530
+ cachedDataRejected?: Script["cachedDataRejected"] | undefined;
524
531
  };
525
532
  /**
526
533
  * Measure the memory known to V8 and used by all contexts known to the
@@ -579,17 +586,17 @@ declare module 'vm' {
579
586
  */
580
587
  function measureMemory(options?: MeasureMemoryOptions): Promise<MemoryMeasurement>;
581
588
  interface ModuleEvaluateOptions {
582
- timeout?: RunningScriptOptions['timeout'] | undefined;
583
- breakOnSigint?: RunningScriptOptions['breakOnSigint'] | undefined;
589
+ timeout?: RunningScriptOptions["timeout"] | undefined;
590
+ breakOnSigint?: RunningScriptOptions["breakOnSigint"] | undefined;
584
591
  }
585
592
  type ModuleLinker = (
586
593
  specifier: string,
587
594
  referencingModule: Module,
588
595
  extra: {
589
596
  assert: Object;
590
- }
597
+ },
591
598
  ) => Module | Promise<Module>;
592
- type ModuleStatus = 'unlinked' | 'linking' | 'linked' | 'evaluating' | 'evaluated' | 'errored';
599
+ type ModuleStatus = "unlinked" | "linking" | "linked" | "evaluating" | "evaluated" | "errored";
593
600
  /**
594
601
  * This feature is only available with the `--experimental-vm-modules` command
595
602
  * flag enabled.
@@ -794,22 +801,20 @@ declare module 'vm' {
794
801
  * @default 'vm:module(i)' where i is a context-specific ascending index.
795
802
  */
796
803
  identifier?: string | undefined;
797
- cachedData?: ScriptOptions['cachedData'] | undefined;
804
+ cachedData?: ScriptOptions["cachedData"] | undefined;
798
805
  context?: Context | undefined;
799
- lineOffset?: BaseOptions['lineOffset'] | undefined;
800
- columnOffset?: BaseOptions['columnOffset'] | undefined;
806
+ lineOffset?: BaseOptions["lineOffset"] | undefined;
807
+ columnOffset?: BaseOptions["columnOffset"] | undefined;
801
808
  /**
802
809
  * Called during evaluation of this module to initialize the `import.meta`.
803
810
  */
804
811
  initializeImportMeta?: ((meta: ImportMeta, module: SourceTextModule) => void) | undefined;
805
- importModuleDynamically?: ScriptOptions['importModuleDynamically'] | undefined;
812
+ importModuleDynamically?: ScriptOptions["importModuleDynamically"] | undefined;
806
813
  }
807
814
  /**
808
815
  * This feature is only available with the `--experimental-vm-modules` command
809
816
  * flag enabled.
810
817
  *
811
- *
812
- *
813
818
  * The `vm.SourceTextModule` class provides the [Source Text Module Record](https://tc39.es/ecma262/#sec-source-text-module-records) as
814
819
  * defined in the ECMAScript specification.
815
820
  * @since v9.6.0
@@ -837,8 +842,6 @@ declare module 'vm' {
837
842
  * This feature is only available with the `--experimental-vm-modules` command
838
843
  * flag enabled.
839
844
  *
840
- *
841
- *
842
845
  * The `vm.SyntheticModule` class provides the [Synthetic Module Record](https://heycam.github.io/webidl/#synthetic-module-records) as
843
846
  * defined in the WebIDL specification. The purpose of synthetic modules is to
844
847
  * provide a generic interface for exposing non-JavaScript sources to ECMAScript
@@ -864,7 +867,11 @@ declare module 'vm' {
864
867
  * @param exportNames Array of names that will be exported from the module.
865
868
  * @param evaluateCallback Called when the module is evaluated.
866
869
  */
867
- constructor(exportNames: string[], evaluateCallback: (this: SyntheticModule) => void, options?: SyntheticModuleOptions);
870
+ constructor(
871
+ exportNames: string[],
872
+ evaluateCallback: (this: SyntheticModule) => void,
873
+ options?: SyntheticModuleOptions,
874
+ );
868
875
  /**
869
876
  * This method is used after the module is linked to set the values of exports. If
870
877
  * it is called before the module is linked, an `ERR_VM_MODULE_STATUS` error
@@ -889,6 +896,6 @@ declare module 'vm' {
889
896
  setExport(name: string, value: any): void;
890
897
  }
891
898
  }
892
- declare module 'node:vm' {
893
- export * from 'vm';
899
+ declare module "node:vm" {
900
+ export * from "vm";
894
901
  }
@@ -64,7 +64,7 @@
64
64
  * @experimental
65
65
  * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/wasi.js)
66
66
  */
67
- declare module 'wasi' {
67
+ declare module "wasi" {
68
68
  interface WASIOptions {
69
69
  /**
70
70
  * An array of strings that the WebAssembly application will
@@ -147,6 +147,6 @@ declare module 'wasi' {
147
147
  readonly wasiImport: NodeJS.Dict<any>; // TODO: Narrow to DOM types
148
148
  }
149
149
  }
150
- declare module 'node:wasi' {
151
- export * from 'wasi';
150
+ declare module "node:wasi" {
151
+ export * from "wasi";
152
152
  }
@@ -51,15 +51,15 @@
51
51
  * specifically `argv` and `execArgv` options.
52
52
  * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/worker_threads.js)
53
53
  */
54
- declare module 'worker_threads' {
55
- import { Blob } from 'node:buffer';
56
- import { Context } from 'node:vm';
57
- import { EventEmitter } from 'node:events';
58
- import { EventLoopUtilityFunction } from 'node:perf_hooks';
59
- import { FileHandle } from 'node:fs/promises';
60
- import { Readable, Writable } from 'node:stream';
61
- import { URL } from 'node:url';
62
- import { X509Certificate } from 'node:crypto';
54
+ declare module "worker_threads" {
55
+ import { Blob } from "node:buffer";
56
+ import { Context } from "node:vm";
57
+ import { EventEmitter } from "node:events";
58
+ import { EventLoopUtilityFunction } from "node:perf_hooks";
59
+ import { FileHandle } from "node:fs/promises";
60
+ import { Readable, Writable } from "node:stream";
61
+ import { URL } from "node:url";
62
+ import { X509Certificate } from "node:crypto";
63
63
  const isMainThread: boolean;
64
64
  const parentPort: null | MessagePort;
65
65
  const resourceLimits: ResourceLimits;
@@ -205,37 +205,37 @@ declare module 'worker_threads' {
205
205
  * @since v10.5.0
206
206
  */
207
207
  start(): void;
208
- addListener(event: 'close', listener: () => void): this;
209
- addListener(event: 'message', listener: (value: any) => void): this;
210
- addListener(event: 'messageerror', listener: (error: Error) => void): this;
208
+ addListener(event: "close", listener: () => void): this;
209
+ addListener(event: "message", listener: (value: any) => void): this;
210
+ addListener(event: "messageerror", listener: (error: Error) => void): this;
211
211
  addListener(event: string | symbol, listener: (...args: any[]) => void): this;
212
- emit(event: 'close'): boolean;
213
- emit(event: 'message', value: any): boolean;
214
- emit(event: 'messageerror', error: Error): boolean;
212
+ emit(event: "close"): boolean;
213
+ emit(event: "message", value: any): boolean;
214
+ emit(event: "messageerror", error: Error): boolean;
215
215
  emit(event: string | symbol, ...args: any[]): boolean;
216
- on(event: 'close', listener: () => void): this;
217
- on(event: 'message', listener: (value: any) => void): this;
218
- on(event: 'messageerror', listener: (error: Error) => void): this;
216
+ on(event: "close", listener: () => void): this;
217
+ on(event: "message", listener: (value: any) => void): this;
218
+ on(event: "messageerror", listener: (error: Error) => void): this;
219
219
  on(event: string | symbol, listener: (...args: any[]) => void): this;
220
- once(event: 'close', listener: () => void): this;
221
- once(event: 'message', listener: (value: any) => void): this;
222
- once(event: 'messageerror', listener: (error: Error) => void): this;
220
+ once(event: "close", listener: () => void): this;
221
+ once(event: "message", listener: (value: any) => void): this;
222
+ once(event: "messageerror", listener: (error: Error) => void): this;
223
223
  once(event: string | symbol, listener: (...args: any[]) => void): this;
224
- prependListener(event: 'close', listener: () => void): this;
225
- prependListener(event: 'message', listener: (value: any) => void): this;
226
- prependListener(event: 'messageerror', listener: (error: Error) => void): this;
224
+ prependListener(event: "close", listener: () => void): this;
225
+ prependListener(event: "message", listener: (value: any) => void): this;
226
+ prependListener(event: "messageerror", listener: (error: Error) => void): this;
227
227
  prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
228
- prependOnceListener(event: 'close', listener: () => void): this;
229
- prependOnceListener(event: 'message', listener: (value: any) => void): this;
230
- prependOnceListener(event: 'messageerror', listener: (error: Error) => void): this;
228
+ prependOnceListener(event: "close", listener: () => void): this;
229
+ prependOnceListener(event: "message", listener: (value: any) => void): this;
230
+ prependOnceListener(event: "messageerror", listener: (error: Error) => void): this;
231
231
  prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
232
- removeListener(event: 'close', listener: () => void): this;
233
- removeListener(event: 'message', listener: (value: any) => void): this;
234
- removeListener(event: 'messageerror', listener: (error: Error) => void): this;
232
+ removeListener(event: "close", listener: () => void): this;
233
+ removeListener(event: "message", listener: (value: any) => void): this;
234
+ removeListener(event: "messageerror", listener: (error: Error) => void): this;
235
235
  removeListener(event: string | symbol, listener: (...args: any[]) => void): this;
236
- off(event: 'close', listener: () => void): this;
237
- off(event: 'message', listener: (value: any) => void): this;
238
- off(event: 'messageerror', listener: (error: Error) => void): this;
236
+ off(event: "close", listener: () => void): this;
237
+ off(event: "message", listener: (value: any) => void): this;
238
+ off(event: "messageerror", listener: (error: Error) => void): this;
239
239
  off(event: string | symbol, listener: (...args: any[]) => void): this;
240
240
  }
241
241
  interface WorkerOptions {
@@ -303,7 +303,8 @@ declare module 'worker_threads' {
303
303
  * are not available.
304
304
  * * `process.env` is a copy of the parent thread's environment variables,
305
305
  * unless otherwise specified. Changes to one copy are not visible in other
306
- * threads, and are not visible to native add-ons (unless `worker.SHARE_ENV` is passed as the `env` option to the `Worker` constructor).
306
+ * threads, and are not visible to native add-ons (unless `worker.SHARE_ENV` is passed as the `env` option to the `Worker` constructor). On Windows, unlike the main thread, a copy of the
307
+ * environment variables operates in a case-sensitive manner.
307
308
  * * `process.title` cannot be modified.
308
309
  * * Signals are not delivered through `process.on('...')`.
309
310
  * * Execution may stop at any point as a result of `worker.terminate()` being invoked.
@@ -434,53 +435,53 @@ declare module 'worker_threads' {
434
435
  * @return A promise for a Readable Stream containing a V8 heap snapshot
435
436
  */
436
437
  getHeapSnapshot(): Promise<Readable>;
437
- addListener(event: 'error', listener: (err: Error) => void): this;
438
- addListener(event: 'exit', listener: (exitCode: number) => void): this;
439
- addListener(event: 'message', listener: (value: any) => void): this;
440
- addListener(event: 'messageerror', listener: (error: Error) => void): this;
441
- addListener(event: 'online', listener: () => void): this;
438
+ addListener(event: "error", listener: (err: Error) => void): this;
439
+ addListener(event: "exit", listener: (exitCode: number) => void): this;
440
+ addListener(event: "message", listener: (value: any) => void): this;
441
+ addListener(event: "messageerror", listener: (error: Error) => void): this;
442
+ addListener(event: "online", listener: () => void): this;
442
443
  addListener(event: string | symbol, listener: (...args: any[]) => void): this;
443
- emit(event: 'error', err: Error): boolean;
444
- emit(event: 'exit', exitCode: number): boolean;
445
- emit(event: 'message', value: any): boolean;
446
- emit(event: 'messageerror', error: Error): boolean;
447
- emit(event: 'online'): boolean;
444
+ emit(event: "error", err: Error): boolean;
445
+ emit(event: "exit", exitCode: number): boolean;
446
+ emit(event: "message", value: any): boolean;
447
+ emit(event: "messageerror", error: Error): boolean;
448
+ emit(event: "online"): boolean;
448
449
  emit(event: string | symbol, ...args: any[]): boolean;
449
- on(event: 'error', listener: (err: Error) => void): this;
450
- on(event: 'exit', listener: (exitCode: number) => void): this;
451
- on(event: 'message', listener: (value: any) => void): this;
452
- on(event: 'messageerror', listener: (error: Error) => void): this;
453
- on(event: 'online', listener: () => void): this;
450
+ on(event: "error", listener: (err: Error) => void): this;
451
+ on(event: "exit", listener: (exitCode: number) => void): this;
452
+ on(event: "message", listener: (value: any) => void): this;
453
+ on(event: "messageerror", listener: (error: Error) => void): this;
454
+ on(event: "online", listener: () => void): this;
454
455
  on(event: string | symbol, listener: (...args: any[]) => void): this;
455
- once(event: 'error', listener: (err: Error) => void): this;
456
- once(event: 'exit', listener: (exitCode: number) => void): this;
457
- once(event: 'message', listener: (value: any) => void): this;
458
- once(event: 'messageerror', listener: (error: Error) => void): this;
459
- once(event: 'online', listener: () => void): this;
456
+ once(event: "error", listener: (err: Error) => void): this;
457
+ once(event: "exit", listener: (exitCode: number) => void): this;
458
+ once(event: "message", listener: (value: any) => void): this;
459
+ once(event: "messageerror", listener: (error: Error) => void): this;
460
+ once(event: "online", listener: () => void): this;
460
461
  once(event: string | symbol, listener: (...args: any[]) => void): this;
461
- prependListener(event: 'error', listener: (err: Error) => void): this;
462
- prependListener(event: 'exit', listener: (exitCode: number) => void): this;
463
- prependListener(event: 'message', listener: (value: any) => void): this;
464
- prependListener(event: 'messageerror', listener: (error: Error) => void): this;
465
- prependListener(event: 'online', listener: () => void): this;
462
+ prependListener(event: "error", listener: (err: Error) => void): this;
463
+ prependListener(event: "exit", listener: (exitCode: number) => void): this;
464
+ prependListener(event: "message", listener: (value: any) => void): this;
465
+ prependListener(event: "messageerror", listener: (error: Error) => void): this;
466
+ prependListener(event: "online", listener: () => void): this;
466
467
  prependListener(event: string | symbol, listener: (...args: any[]) => void): this;
467
- prependOnceListener(event: 'error', listener: (err: Error) => void): this;
468
- prependOnceListener(event: 'exit', listener: (exitCode: number) => void): this;
469
- prependOnceListener(event: 'message', listener: (value: any) => void): this;
470
- prependOnceListener(event: 'messageerror', listener: (error: Error) => void): this;
471
- prependOnceListener(event: 'online', listener: () => void): this;
468
+ prependOnceListener(event: "error", listener: (err: Error) => void): this;
469
+ prependOnceListener(event: "exit", listener: (exitCode: number) => void): this;
470
+ prependOnceListener(event: "message", listener: (value: any) => void): this;
471
+ prependOnceListener(event: "messageerror", listener: (error: Error) => void): this;
472
+ prependOnceListener(event: "online", listener: () => void): this;
472
473
  prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this;
473
- removeListener(event: 'error', listener: (err: Error) => void): this;
474
- removeListener(event: 'exit', listener: (exitCode: number) => void): this;
475
- removeListener(event: 'message', listener: (value: any) => void): this;
476
- removeListener(event: 'messageerror', listener: (error: Error) => void): this;
477
- removeListener(event: 'online', listener: () => void): this;
474
+ removeListener(event: "error", listener: (err: Error) => void): this;
475
+ removeListener(event: "exit", listener: (exitCode: number) => void): this;
476
+ removeListener(event: "message", listener: (value: any) => void): this;
477
+ removeListener(event: "messageerror", listener: (error: Error) => void): this;
478
+ removeListener(event: "online", listener: () => void): this;
478
479
  removeListener(event: string | symbol, listener: (...args: any[]) => void): this;
479
- off(event: 'error', listener: (err: Error) => void): this;
480
- off(event: 'exit', listener: (exitCode: number) => void): this;
481
- off(event: 'message', listener: (value: any) => void): this;
482
- off(event: 'messageerror', listener: (error: Error) => void): this;
483
- off(event: 'online', listener: () => void): this;
480
+ off(event: "error", listener: (err: Error) => void): this;
481
+ off(event: "exit", listener: (exitCode: number) => void): this;
482
+ off(event: "message", listener: (value: any) => void): this;
483
+ off(event: "messageerror", listener: (error: Error) => void): this;
484
+ off(event: "online", listener: () => void): this;
484
485
  off(event: string | symbol, listener: (...args: any[]) => void): this;
485
486
  }
486
487
  interface BroadcastChannel extends NodeJS.RefCounted {}
@@ -609,8 +610,8 @@ declare module 'worker_threads' {
609
610
  */
610
611
  function receiveMessageOnPort(port: MessagePort):
611
612
  | {
612
- message: any;
613
- }
613
+ message: any;
614
+ }
614
615
  | undefined;
615
616
  type Serializable = string | object | number | boolean | bigint;
616
617
  /**
@@ -651,7 +652,7 @@ declare module 'worker_threads' {
651
652
  BroadcastChannel as _BroadcastChannel,
652
653
  MessageChannel as _MessageChannel,
653
654
  MessagePort as _MessagePort,
654
- } from 'worker_threads';
655
+ } from "worker_threads";
655
656
  global {
656
657
  /**
657
658
  * `BroadcastChannel` class is a global reference for `require('worker_threads').BroadcastChannel`
@@ -661,8 +662,7 @@ declare module 'worker_threads' {
661
662
  var BroadcastChannel: typeof globalThis extends {
662
663
  onmessage: any;
663
664
  BroadcastChannel: infer T;
664
- }
665
- ? T
665
+ } ? T
666
666
  : typeof _BroadcastChannel;
667
667
  /**
668
668
  * `MessageChannel` class is a global reference for `require('worker_threads').MessageChannel`
@@ -672,8 +672,7 @@ declare module 'worker_threads' {
672
672
  var MessageChannel: typeof globalThis extends {
673
673
  onmessage: any;
674
674
  MessageChannel: infer T;
675
- }
676
- ? T
675
+ } ? T
677
676
  : typeof _MessageChannel;
678
677
  /**
679
678
  * `MessagePort` class is a global reference for `require('worker_threads').MessagePort`
@@ -683,11 +682,10 @@ declare module 'worker_threads' {
683
682
  var MessagePort: typeof globalThis extends {
684
683
  onmessage: any;
685
684
  MessagePort: infer T;
686
- }
687
- ? T
685
+ } ? T
688
686
  : typeof _MessagePort;
689
687
  }
690
688
  }
691
- declare module 'node:worker_threads' {
692
- export * from 'worker_threads';
689
+ declare module "node:worker_threads" {
690
+ export * from "worker_threads";
693
691
  }
@@ -90,8 +90,8 @@
90
90
  * @since v0.5.8
91
91
  * @see [source](https://github.com/nodejs/node/blob/v20.2.0/lib/zlib.js)
92
92
  */
93
- declare module 'zlib' {
94
- import * as stream from 'node:stream';
93
+ declare module "zlib" {
94
+ import * as stream from "node:stream";
95
95
  interface ZlibOptions {
96
96
  /**
97
97
  * @default constants.Z_NO_FLUSH
@@ -128,11 +128,11 @@ declare module 'zlib' {
128
128
  chunkSize?: number | undefined;
129
129
  params?:
130
130
  | {
131
- /**
132
- * Each key is a `constants.BROTLI_*` constant.
133
- */
134
- [key: number]: boolean | number;
135
- }
131
+ /**
132
+ * Each key is a `constants.BROTLI_*` constant.
133
+ */
134
+ [key: number]: boolean | number;
135
+ }
136
136
  | undefined;
137
137
  maxOutputLength?: number | undefined;
138
138
  }
@@ -512,6 +512,6 @@ declare module 'zlib' {
512
512
  /** @deprecated */
513
513
  const Z_DEFLATED: number;
514
514
  }
515
- declare module 'node:zlib' {
516
- export * from 'zlib';
515
+ declare module "node:zlib" {
516
+ export * from "zlib";
517
517
  }
File without changes
@@ -8,9 +8,8 @@ This package contains type definitions for http-cache-semantics (https://github.
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/http-cache-semantics.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Tue, 06 Jul 2021 21:33:36 GMT
11
+ * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
12
12
  * Dependencies: none
13
- * Global values: none
14
13
 
15
14
  # Credits
16
15
  These definitions were written by [BendingBender](https://github.com/BendingBender).
@@ -1,8 +1,3 @@
1
- // Type definitions for http-cache-semantics 4.0
2
- // Project: https://github.com/kornelski/http-cache-semantics#readme
3
- // Definitions by: BendingBender <https://github.com/BendingBender>
4
- // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
-
6
1
  export = CachePolicy;
7
2
 
8
3
  declare class CachePolicy {
@@ -74,7 +69,7 @@ declare class CachePolicy {
74
69
  */
75
70
  revalidatedPolicy(
76
71
  revalidationRequest: CachePolicy.Request,
77
- revalidationResponse: CachePolicy.Response
72
+ revalidationResponse: CachePolicy.Response,
78
73
  ): CachePolicy.RevalidationPolicy;
79
74
  }
80
75
 
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@types/http-cache-semantics",
3
- "version": "4.0.1",
3
+ "version": "4.0.4",
4
4
  "description": "TypeScript definitions for http-cache-semantics",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/http-cache-semantics",
6
6
  "license": "MIT",
7
7
  "contributors": [
8
8
  {
9
9
  "name": "BendingBender",
10
- "url": "https://github.com/BendingBender",
11
- "githubUsername": "BendingBender"
10
+ "githubUsername": "BendingBender",
11
+ "url": "https://github.com/BendingBender"
12
12
  }
13
13
  ],
14
14
  "main": "",
@@ -20,6 +20,6 @@
20
20
  },
21
21
  "scripts": {},
22
22
  "dependencies": {},
23
- "typesPublisherContentHash": "9ecb3137d8c0ede7c06f5d90c7d4759e560a26effb8846bc51a99b63f03dd2d1",
24
- "typeScriptVersion": "3.6"
23
+ "typesPublisherContentHash": "6cf8e230d4a5ae72d31765a8facf404307c59791befc65343d177843c7bbae91",
24
+ "typeScriptVersion": "4.5"
25
25
  }
@@ -2,15 +2,14 @@
2
2
  > `npm install --save @types/node`
3
3
 
4
4
  # Summary
5
- This package contains type definitions for Node.js (https://nodejs.org/).
5
+ This package contains type definitions for node (https://nodejs.org/).
6
6
 
7
7
  # Details
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Fri, 30 Jun 2023 23:02:45 GMT
12
- * Dependencies: none
13
- * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`
11
+ * Last updated: Tue, 07 Nov 2023 20:08:00 GMT
12
+ * Dependencies: [undici-types](https://npmjs.com/package/undici-types)
14
13
 
15
14
  # Credits
16
- These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [DefinitelyTyped](https://github.com/DefinitelyTyped), [Alberto Schiabel](https://github.com/jkomyno), [Alvis HT Tang](https://github.com/alvis), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [Chigozirim C.](https://github.com/smac89), [David Junger](https://github.com/touffy), [Deividas Bakanas](https://github.com/DeividasBakanas), [Eugene Y. Q. Shen](https://github.com/eyqs), [Hannes Magnusson](https://github.com/Hannes-Magnusson-CK), [Huw](https://github.com/hoo29), [Kelvin Jin](https://github.com/kjin), [Klaus Meinhardt](https://github.com/ajafff), [Lishude](https://github.com/islishude), [Mariusz Wiktorczyk](https://github.com/mwiktorczyk), [Mohsen Azimi](https://github.com/mohsen1), [Nicolas Even](https://github.com/n-e), [Nikita Galkin](https://github.com/galkin), [Parambir Singh](https://github.com/parambirs), [Sebastian Silbermann](https://github.com/eps1lon), [Simon Schick](https://github.com/SimonSchick), [Thomas den Hollander](https://github.com/ThomasdenH), [Wilco Bakker](https://github.com/WilcoBakker), [wwwy3y3](https://github.com/wwwy3y3), [Samuel Ainsworth](https://github.com/samuela), [Kyle Uehlein](https://github.com/kuehlein), [Thanik Bhongbhibhat](https://github.com/bhongy), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), [ExE Boss](https://github.com/ExE-Boss), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Anna Henningsen](https://github.com/addaleax), [Victor Perin](https://github.com/victorperin), [Yongsheng Zhang](https://github.com/ZYSzys), [NodeJS Contributors](https://github.com/NodeJS), [Linus Unnebäck](https://github.com/LinusU), [wafuwafu13](https://github.com/wafuwafu13), [Matteo Collina](https://github.com/mcollina), and [Dmitry Semigradsky](https://github.com/Semigradsky).
15
+ These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [Alberto Schiabel](https://github.com/jkomyno), [Alvis HT Tang](https://github.com/alvis), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [Chigozirim C.](https://github.com/smac89), [David Junger](https://github.com/touffy), [Deividas Bakanas](https://github.com/DeividasBakanas), [Eugene Y. Q. Shen](https://github.com/eyqs), [Hannes Magnusson](https://github.com/Hannes-Magnusson-CK), [Huw](https://github.com/hoo29), [Kelvin Jin](https://github.com/kjin), [Klaus Meinhardt](https://github.com/ajafff), [Lishude](https://github.com/islishude), [Mariusz Wiktorczyk](https://github.com/mwiktorczyk), [Mohsen Azimi](https://github.com/mohsen1), [Nicolas Even](https://github.com/n-e), [Nikita Galkin](https://github.com/galkin), [Parambir Singh](https://github.com/parambirs), [Sebastian Silbermann](https://github.com/eps1lon), [Thomas den Hollander](https://github.com/ThomasdenH), [Wilco Bakker](https://github.com/WilcoBakker), [wwwy3y3](https://github.com/wwwy3y3), [Samuel Ainsworth](https://github.com/samuela), [Kyle Uehlein](https://github.com/kuehlein), [Thanik Bhongbhibhat](https://github.com/bhongy), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), [ExE Boss](https://github.com/ExE-Boss), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Anna Henningsen](https://github.com/addaleax), [Victor Perin](https://github.com/victorperin), [Yongsheng Zhang](https://github.com/ZYSzys), [NodeJS Contributors](https://github.com/NodeJS), [Linus Unnebäck](https://github.com/LinusU), [wafuwafu13](https://github.com/wafuwafu13), [Matteo Collina](https://github.com/mcollina), and [Dmitry Semigradsky](https://github.com/Semigradsky).
@@ -1,8 +1,8 @@
1
- declare module 'assert/strict' {
2
- import { strict } from 'node:assert';
1
+ declare module "assert/strict" {
2
+ import { strict } from "node:assert";
3
3
  export = strict;
4
4
  }
5
- declare module 'node:assert/strict' {
6
- import { strict } from 'node:assert';
5
+ declare module "node:assert/strict" {
6
+ import { strict } from "node:assert";
7
7
  export = strict;
8
8
  }