@relative-ci/core 5.3.1 → 5.3.2-beta.0

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 (1188) hide show
  1. package/lib/cjs/__/@actions/http-client/lib/index.js +2 -2
  2. package/lib/cjs/__/@octokit/auth-token/dist-bundle/index.js.map +1 -0
  3. package/lib/cjs/__/@octokit/core/dist-src/index.js.map +1 -0
  4. package/lib/cjs/__/@octokit/core/dist-src/version.js.map +1 -0
  5. package/lib/cjs/__/@octokit/endpoint/dist-bundle/index.js.map +1 -0
  6. package/lib/cjs/__/@octokit/graphql/dist-bundle/index.js.map +1 -0
  7. package/lib/cjs/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +1 -0
  8. package/lib/cjs/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +1 -0
  9. package/lib/cjs/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +1 -0
  10. package/lib/cjs/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +1 -0
  11. package/lib/cjs/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +1 -0
  12. package/lib/cjs/__/@octokit/request/dist-bundle/index.js +200 -0
  13. package/lib/cjs/__/@octokit/request/dist-bundle/index.js.map +1 -0
  14. package/lib/cjs/__/@octokit/request-error/dist-src/index.js.map +1 -0
  15. package/lib/cjs/__/before-after-hook/index.js.map +1 -0
  16. package/lib/cjs/__/before-after-hook/lib/add.js.map +1 -0
  17. package/lib/cjs/__/before-after-hook/lib/register.js.map +1 -0
  18. package/lib/cjs/__/before-after-hook/lib/remove.js.map +1 -0
  19. package/lib/cjs/__/cross-spawn/index.js +1 -1
  20. package/lib/cjs/__/env-ci/lib/git.js +1 -1
  21. package/lib/cjs/__/execa/index.js +149 -0
  22. package/lib/cjs/__/execa/index.js.map +1 -0
  23. package/lib/cjs/__/execa/lib/command.js.map +1 -0
  24. package/lib/cjs/__/execa/lib/error.js.map +1 -0
  25. package/lib/cjs/__/execa/lib/promise.js.map +1 -0
  26. package/lib/cjs/__/execa/lib/stdio.js.map +1 -0
  27. package/lib/cjs/__/execa/lib/stream.js +35 -0
  28. package/lib/cjs/__/execa/lib/stream.js.map +1 -0
  29. package/lib/cjs/__/execa/lib/verbose.js +29 -0
  30. package/lib/cjs/__/execa/lib/verbose.js.map +1 -0
  31. package/lib/cjs/__/fast-content-type-parse/index.js +1 -1
  32. package/lib/cjs/__/get-stream/source/array-buffer.js.map +1 -0
  33. package/lib/cjs/__/human-signals/build/src/core.js.map +1 -0
  34. package/lib/cjs/__/human-signals/build/src/main.js.map +1 -0
  35. package/lib/cjs/__/human-signals/build/src/realtime.js.map +1 -0
  36. package/lib/cjs/__/human-signals/build/src/signals.js.map +1 -0
  37. package/lib/cjs/__/is-stream/index.js.map +1 -0
  38. package/lib/cjs/__/json-with-bigint/json-with-bigint.js +83 -23
  39. package/lib/cjs/__/json-with-bigint/json-with-bigint.js.map +1 -1
  40. package/lib/cjs/__/npm-run-path/__/path-key/index.js.map +1 -0
  41. package/lib/cjs/__/npm-run-path/index.js +63 -0
  42. package/lib/cjs/__/npm-run-path/index.js.map +1 -0
  43. package/lib/cjs/__/path-key/index.js +1 -1
  44. package/lib/cjs/__/signal-exit/dist/mjs/index.js.map +1 -0
  45. package/lib/cjs/__/signal-exit/dist/mjs/signals.js.map +1 -0
  46. package/lib/cjs/__/strip-final-newline/index.js.map +1 -0
  47. package/lib/cjs/__/tunnel/lib/tunnel.js +9 -9
  48. package/lib/cjs/__/tunnel/lib/tunnel.js.map +1 -1
  49. package/lib/cjs/__/undici/index.js +99 -85
  50. package/lib/cjs/__/undici/index.js.map +1 -1
  51. package/lib/cjs/__/undici/lib/api/abort-signal.js +5 -2
  52. package/lib/cjs/__/undici/lib/api/abort-signal.js.map +1 -1
  53. package/lib/cjs/__/undici/lib/api/api-connect.js +13 -7
  54. package/lib/cjs/__/undici/lib/api/api-connect.js.map +1 -1
  55. package/lib/cjs/__/undici/lib/api/api-pipeline.js +10 -8
  56. package/lib/cjs/__/undici/lib/api/api-pipeline.js.map +1 -1
  57. package/lib/cjs/__/undici/lib/api/api-request.js +63 -28
  58. package/lib/cjs/__/undici/lib/api/api-request.js.map +1 -1
  59. package/lib/cjs/__/undici/lib/api/api-stream.js +14 -12
  60. package/lib/cjs/__/undici/lib/api/api-stream.js.map +1 -1
  61. package/lib/cjs/__/undici/lib/api/api-upgrade.js +12 -9
  62. package/lib/cjs/__/undici/lib/api/api-upgrade.js.map +1 -1
  63. package/lib/cjs/__/undici/lib/api/readable.js +147 -84
  64. package/lib/cjs/__/undici/lib/api/readable.js.map +1 -1
  65. package/lib/cjs/__/undici/lib/api/util.js +74 -27
  66. package/lib/cjs/__/undici/lib/api/util.js.map +1 -1
  67. package/lib/cjs/__/undici/lib/core/connect.js +83 -31
  68. package/lib/cjs/__/undici/lib/core/connect.js.map +1 -1
  69. package/lib/cjs/__/undici/lib/core/diagnostics.js +222 -0
  70. package/lib/cjs/__/undici/lib/core/diagnostics.js.map +1 -0
  71. package/lib/cjs/__/undici/lib/core/errors.js +216 -21
  72. package/lib/cjs/__/undici/lib/core/errors.js.map +1 -1
  73. package/lib/cjs/__/undici/lib/core/request.js +116 -210
  74. package/lib/cjs/__/undici/lib/core/request.js.map +1 -1
  75. package/lib/cjs/__/undici/lib/core/symbols.js +10 -6
  76. package/lib/cjs/__/undici/lib/core/symbols.js.map +1 -1
  77. package/lib/cjs/__/undici/lib/core/tree.js.map +1 -0
  78. package/lib/cjs/__/undici/lib/core/util.js +321 -123
  79. package/lib/cjs/__/undici/lib/core/util.js.map +1 -1
  80. package/lib/cjs/__/undici/lib/dispatcher/agent.js +150 -0
  81. package/lib/cjs/__/undici/lib/dispatcher/agent.js.map +1 -0
  82. package/lib/cjs/__/undici/lib/dispatcher/balanced-pool.js.map +1 -0
  83. package/lib/cjs/__/undici/lib/dispatcher/client-h1.js.map +1 -0
  84. package/lib/cjs/__/undici/lib/dispatcher/client-h2.js.map +1 -0
  85. package/lib/cjs/__/undici/lib/dispatcher/client.js +651 -0
  86. package/lib/cjs/__/undici/lib/dispatcher/client.js.map +1 -0
  87. package/lib/cjs/__/undici/lib/dispatcher/dispatcher-base.js +214 -0
  88. package/lib/cjs/__/undici/lib/dispatcher/dispatcher-base.js.map +1 -0
  89. package/lib/cjs/__/undici/lib/dispatcher/dispatcher.js +83 -0
  90. package/lib/cjs/__/undici/lib/dispatcher/dispatcher.js.map +1 -0
  91. package/lib/cjs/__/undici/lib/dispatcher/env-http-proxy-agent.js.map +1 -0
  92. package/lib/cjs/__/undici/lib/dispatcher/fixed-queue.js.map +1 -0
  93. package/lib/cjs/__/undici/lib/dispatcher/pool-base.js +211 -0
  94. package/lib/cjs/__/undici/lib/dispatcher/pool-base.js.map +1 -0
  95. package/lib/cjs/__/undici/lib/dispatcher/pool-stats.js.map +1 -0
  96. package/lib/cjs/__/undici/lib/dispatcher/pool.js +126 -0
  97. package/lib/cjs/__/undici/lib/dispatcher/pool.js.map +1 -0
  98. package/lib/cjs/__/undici/lib/dispatcher/proxy-agent.js.map +1 -0
  99. package/lib/cjs/__/undici/lib/dispatcher/retry-agent.js.map +1 -0
  100. package/lib/cjs/__/undici/lib/global.js +1 -1
  101. package/lib/cjs/__/undici/lib/global.js.map +1 -1
  102. package/lib/cjs/__/undici/lib/handler/decorator-handler.js.map +1 -0
  103. package/lib/cjs/__/undici/lib/handler/redirect-handler.js +237 -0
  104. package/lib/cjs/__/undici/lib/handler/redirect-handler.js.map +1 -0
  105. package/lib/cjs/__/undici/lib/handler/retry-handler.js.map +1 -0
  106. package/lib/cjs/__/undici/lib/interceptor/dns.js.map +1 -0
  107. package/lib/cjs/__/undici/lib/interceptor/dump.js.map +1 -0
  108. package/lib/cjs/__/undici/lib/interceptor/redirect-interceptor.js.map +1 -0
  109. package/lib/cjs/__/undici/lib/interceptor/redirect.js.map +1 -0
  110. package/lib/cjs/__/undici/lib/interceptor/retry.js.map +1 -0
  111. package/lib/cjs/__/undici/lib/llhttp/llhttp-wasm.js +10 -1
  112. package/lib/cjs/__/undici/lib/llhttp/llhttp-wasm.js.map +1 -1
  113. package/lib/cjs/__/undici/lib/llhttp/llhttp_simd-wasm.js +10 -1
  114. package/lib/cjs/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +1 -1
  115. package/lib/cjs/__/undici/lib/mock/mock-agent.js +10 -21
  116. package/lib/cjs/__/undici/lib/mock/mock-agent.js.map +1 -1
  117. package/lib/cjs/__/undici/lib/mock/mock-client.js +4 -4
  118. package/lib/cjs/__/undici/lib/mock/mock-client.js.map +1 -1
  119. package/lib/cjs/__/undici/lib/mock/mock-errors.js +11 -0
  120. package/lib/cjs/__/undici/lib/mock/mock-errors.js.map +1 -1
  121. package/lib/cjs/__/undici/lib/mock/mock-interceptor.js +19 -18
  122. package/lib/cjs/__/undici/lib/mock/mock-interceptor.js.map +1 -1
  123. package/lib/cjs/__/undici/lib/mock/mock-pool.js +4 -4
  124. package/lib/cjs/__/undici/lib/mock/mock-pool.js.map +1 -1
  125. package/lib/cjs/__/undici/lib/mock/mock-utils.js +33 -17
  126. package/lib/cjs/__/undici/lib/mock/mock-utils.js.map +1 -1
  127. package/lib/cjs/__/undici/lib/mock/pending-interceptors-formatter.js +4 -1
  128. package/lib/cjs/__/undici/lib/mock/pending-interceptors-formatter.js.map +1 -1
  129. package/lib/cjs/__/undici/lib/util/timers.js.map +1 -0
  130. package/lib/cjs/__/undici/lib/web/cache/cache.js.map +1 -0
  131. package/lib/cjs/__/undici/lib/web/cache/cachestorage.js.map +1 -0
  132. package/lib/cjs/__/undici/lib/web/cache/symbols.js.map +1 -0
  133. package/lib/cjs/__/undici/lib/web/cache/util.js.map +1 -0
  134. package/lib/cjs/__/undici/lib/web/cookies/constants.js.map +1 -0
  135. package/lib/cjs/__/undici/lib/web/cookies/index.js.map +1 -0
  136. package/lib/cjs/__/undici/lib/web/cookies/parse.js.map +1 -0
  137. package/lib/cjs/__/undici/lib/web/cookies/util.js.map +1 -0
  138. package/lib/cjs/__/undici/lib/web/eventsource/eventsource-stream.js.map +1 -0
  139. package/lib/cjs/__/undici/lib/web/eventsource/eventsource.js.map +1 -0
  140. package/lib/cjs/__/undici/lib/web/eventsource/util.js.map +1 -0
  141. package/lib/cjs/__/undici/lib/web/fetch/body.js.map +1 -0
  142. package/lib/cjs/__/undici/lib/web/fetch/constants.js.map +1 -0
  143. package/lib/cjs/__/undici/lib/web/fetch/data-url.js.map +1 -0
  144. package/lib/cjs/__/undici/lib/web/fetch/dispatcher-weakref.js.map +1 -0
  145. package/lib/cjs/__/undici/lib/web/fetch/file.js.map +1 -0
  146. package/lib/cjs/__/undici/lib/web/fetch/formdata-parser.js.map +1 -0
  147. package/lib/cjs/__/undici/lib/web/fetch/formdata.js +275 -0
  148. package/lib/cjs/__/undici/lib/web/fetch/formdata.js.map +1 -0
  149. package/lib/cjs/__/undici/lib/web/fetch/global.js.map +1 -0
  150. package/lib/cjs/__/undici/lib/web/fetch/headers.js +709 -0
  151. package/lib/cjs/__/undici/lib/web/fetch/headers.js.map +1 -0
  152. package/lib/cjs/__/undici/lib/web/fetch/index.js +2235 -0
  153. package/lib/cjs/__/undici/lib/web/fetch/index.js.map +1 -0
  154. package/lib/cjs/__/undici/lib/web/fetch/request.js +1069 -0
  155. package/lib/cjs/__/undici/lib/web/fetch/request.js.map +1 -0
  156. package/lib/cjs/__/undici/lib/web/fetch/response.js +640 -0
  157. package/lib/cjs/__/undici/lib/web/fetch/response.js.map +1 -0
  158. package/lib/cjs/__/undici/lib/web/fetch/symbols.js.map +1 -0
  159. package/lib/cjs/__/undici/lib/web/fetch/util.js +1662 -0
  160. package/lib/cjs/__/undici/lib/web/fetch/util.js.map +1 -0
  161. package/lib/cjs/__/undici/lib/web/fetch/webidl.js +716 -0
  162. package/lib/cjs/__/undici/lib/web/fetch/webidl.js.map +1 -0
  163. package/lib/cjs/__/undici/lib/web/fileapi/encoding.js.map +1 -0
  164. package/lib/cjs/__/undici/lib/web/fileapi/filereader.js.map +1 -0
  165. package/lib/cjs/__/undici/lib/web/fileapi/progressevent.js.map +1 -0
  166. package/lib/cjs/__/undici/lib/web/fileapi/symbols.js.map +1 -0
  167. package/lib/cjs/__/undici/lib/web/fileapi/util.js +417 -0
  168. package/lib/cjs/__/undici/lib/web/fileapi/util.js.map +1 -0
  169. package/lib/cjs/__/undici/lib/web/websocket/connection.js.map +1 -0
  170. package/lib/cjs/__/undici/lib/web/websocket/constants.js.map +1 -0
  171. package/lib/cjs/__/undici/lib/web/websocket/events.js.map +1 -0
  172. package/lib/cjs/__/undici/lib/web/websocket/frame.js.map +1 -0
  173. package/lib/cjs/__/undici/lib/web/websocket/permessage-deflate.js +120 -0
  174. package/lib/cjs/__/undici/lib/web/websocket/permessage-deflate.js.map +1 -0
  175. package/lib/cjs/__/undici/lib/web/websocket/receiver.js +518 -0
  176. package/lib/cjs/__/undici/lib/web/websocket/receiver.js.map +1 -0
  177. package/lib/cjs/__/undici/lib/web/websocket/sender.js.map +1 -0
  178. package/lib/cjs/__/undici/lib/web/websocket/symbols.js.map +1 -0
  179. package/lib/cjs/__/undici/lib/web/websocket/util.js.map +1 -0
  180. package/lib/cjs/__/undici/lib/web/websocket/websocket.js +622 -0
  181. package/lib/cjs/__/undici/lib/web/websocket/websocket.js.map +1 -0
  182. package/lib/cjs/__/universal-user-agent/index.js.map +1 -0
  183. package/lib/cjs/_virtual/index10.js +2 -2
  184. package/lib/cjs/_virtual/index11.js +2 -2
  185. package/lib/cjs/_virtual/index13.js +2 -2
  186. package/lib/cjs/_virtual/index14.js +2 -2
  187. package/lib/cjs/_virtual/index2.js +1 -1
  188. package/lib/cjs/_virtual/index3.js +1 -1
  189. package/lib/cjs/_virtual/index4.js +1 -1
  190. package/lib/cjs/_virtual/index8.js +2 -2
  191. package/lib/cjs/env/load.js +1 -1
  192. package/lib/cjs/env/load.js.map +1 -1
  193. package/lib/cjs/ingest/ingest.js +3 -3
  194. package/lib/esm/__/@actions/http-client/lib/index.js +2 -2
  195. package/lib/esm/__/@octokit/auth-token/dist-bundle/index.js.map +1 -0
  196. package/lib/esm/__/@octokit/core/dist-src/index.js.map +1 -0
  197. package/lib/esm/__/@octokit/core/dist-src/version.js.map +1 -0
  198. package/lib/esm/__/@octokit/endpoint/dist-bundle/index.js.map +1 -0
  199. package/lib/esm/__/@octokit/graphql/dist-bundle/index.js.map +1 -0
  200. package/lib/esm/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +1 -0
  201. package/lib/esm/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +1 -0
  202. package/lib/esm/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +1 -0
  203. package/lib/esm/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +1 -0
  204. package/lib/esm/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +1 -0
  205. package/lib/esm/__/@octokit/request/dist-bundle/index.js +198 -0
  206. package/lib/esm/__/@octokit/request/dist-bundle/index.js.map +1 -0
  207. package/lib/esm/__/@octokit/request-error/dist-src/index.js.map +1 -0
  208. package/lib/esm/__/before-after-hook/index.js.map +1 -0
  209. package/lib/esm/__/before-after-hook/lib/add.js.map +1 -0
  210. package/lib/esm/__/before-after-hook/lib/register.js.map +1 -0
  211. package/lib/esm/__/before-after-hook/lib/remove.js.map +1 -0
  212. package/lib/esm/__/cross-spawn/index.js +1 -1
  213. package/lib/esm/__/env-ci/lib/git.js +1 -1
  214. package/lib/esm/__/execa/index.js +141 -0
  215. package/lib/esm/__/execa/index.js.map +1 -0
  216. package/lib/esm/__/execa/lib/command.js.map +1 -0
  217. package/lib/esm/__/execa/lib/error.js.map +1 -0
  218. package/lib/esm/__/execa/lib/promise.js.map +1 -0
  219. package/lib/esm/__/execa/lib/stdio.js.map +1 -0
  220. package/lib/esm/__/execa/lib/stream.js +33 -0
  221. package/lib/esm/__/execa/lib/stream.js.map +1 -0
  222. package/lib/esm/__/execa/lib/verbose.js.map +1 -0
  223. package/lib/esm/__/fast-content-type-parse/index.js +1 -1
  224. package/lib/esm/__/get-stream/source/array-buffer.js.map +1 -0
  225. package/lib/esm/__/human-signals/build/src/core.js.map +1 -0
  226. package/lib/esm/__/human-signals/build/src/main.js.map +1 -0
  227. package/lib/esm/__/human-signals/build/src/realtime.js.map +1 -0
  228. package/lib/esm/__/human-signals/build/src/signals.js.map +1 -0
  229. package/lib/esm/__/is-stream/index.js.map +1 -0
  230. package/lib/esm/__/json-with-bigint/json-with-bigint.js +83 -23
  231. package/lib/esm/__/json-with-bigint/json-with-bigint.js.map +1 -1
  232. package/lib/esm/__/npm-run-path/__/path-key/index.js.map +1 -0
  233. package/lib/esm/__/npm-run-path/index.js +55 -0
  234. package/lib/esm/__/npm-run-path/index.js.map +1 -0
  235. package/lib/esm/__/path-key/index.js +1 -1
  236. package/lib/esm/__/signal-exit/dist/mjs/index.js.map +1 -0
  237. package/lib/esm/__/signal-exit/dist/mjs/signals.js.map +1 -0
  238. package/lib/esm/__/strip-final-newline/index.js.map +1 -0
  239. package/lib/esm/__/tunnel/lib/tunnel.js +6 -6
  240. package/lib/esm/__/tunnel/lib/tunnel.js.map +1 -1
  241. package/lib/esm/__/undici/index.js +89 -79
  242. package/lib/esm/__/undici/index.js.map +1 -1
  243. package/lib/esm/__/undici/lib/api/abort-signal.js +5 -2
  244. package/lib/esm/__/undici/lib/api/abort-signal.js.map +1 -1
  245. package/lib/esm/__/undici/lib/api/api-connect.js +11 -6
  246. package/lib/esm/__/undici/lib/api/api-connect.js.map +1 -1
  247. package/lib/esm/__/undici/lib/api/api-pipeline.js +9 -7
  248. package/lib/esm/__/undici/lib/api/api-pipeline.js.map +1 -1
  249. package/lib/esm/__/undici/lib/api/api-request.js +61 -27
  250. package/lib/esm/__/undici/lib/api/api-request.js.map +1 -1
  251. package/lib/esm/__/undici/lib/api/api-stream.js +12 -11
  252. package/lib/esm/__/undici/lib/api/api-stream.js.map +1 -1
  253. package/lib/esm/__/undici/lib/api/api-upgrade.js +11 -8
  254. package/lib/esm/__/undici/lib/api/api-upgrade.js.map +1 -1
  255. package/lib/esm/__/undici/lib/api/readable.js +147 -84
  256. package/lib/esm/__/undici/lib/api/readable.js.map +1 -1
  257. package/lib/esm/__/undici/lib/api/util.js +74 -27
  258. package/lib/esm/__/undici/lib/api/util.js.map +1 -1
  259. package/lib/esm/__/undici/lib/core/connect.js +83 -31
  260. package/lib/esm/__/undici/lib/core/connect.js.map +1 -1
  261. package/lib/esm/__/undici/lib/core/diagnostics.js +215 -0
  262. package/lib/esm/__/undici/lib/core/diagnostics.js.map +1 -0
  263. package/lib/esm/__/undici/lib/core/errors.js +216 -21
  264. package/lib/esm/__/undici/lib/core/errors.js.map +1 -1
  265. package/lib/esm/__/undici/lib/core/request.js +105 -199
  266. package/lib/esm/__/undici/lib/core/request.js.map +1 -1
  267. package/lib/esm/__/undici/lib/core/symbols.js +10 -6
  268. package/lib/esm/__/undici/lib/core/symbols.js.map +1 -1
  269. package/lib/esm/__/undici/lib/core/tree.js.map +1 -0
  270. package/lib/esm/__/undici/lib/core/util.js +318 -120
  271. package/lib/esm/__/undici/lib/core/util.js.map +1 -1
  272. package/lib/esm/__/undici/lib/dispatcher/agent.js +148 -0
  273. package/lib/esm/__/undici/lib/dispatcher/agent.js.map +1 -0
  274. package/lib/esm/__/undici/lib/dispatcher/balanced-pool.js.map +1 -0
  275. package/lib/esm/__/undici/lib/dispatcher/client-h1.js.map +1 -0
  276. package/lib/esm/__/undici/lib/dispatcher/client-h2.js.map +1 -0
  277. package/lib/esm/__/undici/lib/dispatcher/client.js +643 -0
  278. package/lib/esm/__/undici/lib/dispatcher/client.js.map +1 -0
  279. package/lib/esm/__/undici/lib/dispatcher/dispatcher-base.js +212 -0
  280. package/lib/esm/__/undici/lib/dispatcher/dispatcher-base.js.map +1 -0
  281. package/lib/esm/__/undici/lib/dispatcher/dispatcher.js +77 -0
  282. package/lib/esm/__/undici/lib/dispatcher/dispatcher.js.map +1 -0
  283. package/lib/esm/__/undici/lib/dispatcher/env-http-proxy-agent.js.map +1 -0
  284. package/lib/esm/__/undici/lib/dispatcher/fixed-queue.js.map +1 -0
  285. package/lib/esm/__/undici/lib/dispatcher/pool-base.js +209 -0
  286. package/lib/esm/__/undici/lib/dispatcher/pool-base.js.map +1 -0
  287. package/lib/esm/__/undici/lib/dispatcher/pool-stats.js.map +1 -0
  288. package/lib/esm/__/undici/lib/dispatcher/pool.js +124 -0
  289. package/lib/esm/__/undici/lib/dispatcher/pool.js.map +1 -0
  290. package/lib/esm/__/undici/lib/dispatcher/proxy-agent.js.map +1 -0
  291. package/lib/esm/__/undici/lib/dispatcher/retry-agent.js.map +1 -0
  292. package/lib/esm/__/undici/lib/global.js +1 -1
  293. package/lib/esm/__/undici/lib/global.js.map +1 -1
  294. package/lib/esm/__/undici/lib/handler/decorator-handler.js.map +1 -0
  295. package/lib/esm/__/undici/lib/handler/redirect-handler.js +230 -0
  296. package/lib/esm/__/undici/lib/handler/redirect-handler.js.map +1 -0
  297. package/lib/esm/__/undici/lib/handler/retry-handler.js.map +1 -0
  298. package/lib/esm/__/undici/lib/interceptor/dns.js.map +1 -0
  299. package/lib/esm/__/undici/lib/interceptor/dump.js.map +1 -0
  300. package/lib/esm/__/undici/lib/interceptor/redirect-interceptor.js.map +1 -0
  301. package/lib/esm/__/undici/lib/interceptor/redirect.js.map +1 -0
  302. package/lib/esm/__/undici/lib/interceptor/retry.js.map +1 -0
  303. package/lib/esm/__/undici/lib/llhttp/llhttp-wasm.js +6 -1
  304. package/lib/esm/__/undici/lib/llhttp/llhttp-wasm.js.map +1 -1
  305. package/lib/esm/__/undici/lib/llhttp/llhttp_simd-wasm.js +6 -1
  306. package/lib/esm/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +1 -1
  307. package/lib/esm/__/undici/lib/mock/mock-agent.js +10 -21
  308. package/lib/esm/__/undici/lib/mock/mock-agent.js.map +1 -1
  309. package/lib/esm/__/undici/lib/mock/mock-client.js +3 -3
  310. package/lib/esm/__/undici/lib/mock/mock-client.js.map +1 -1
  311. package/lib/esm/__/undici/lib/mock/mock-errors.js +11 -0
  312. package/lib/esm/__/undici/lib/mock/mock-errors.js.map +1 -1
  313. package/lib/esm/__/undici/lib/mock/mock-interceptor.js +19 -18
  314. package/lib/esm/__/undici/lib/mock/mock-interceptor.js.map +1 -1
  315. package/lib/esm/__/undici/lib/mock/mock-pool.js +3 -3
  316. package/lib/esm/__/undici/lib/mock/mock-pool.js.map +1 -1
  317. package/lib/esm/__/undici/lib/mock/mock-utils.js +32 -16
  318. package/lib/esm/__/undici/lib/mock/mock-utils.js.map +1 -1
  319. package/lib/esm/__/undici/lib/mock/pending-interceptors-formatter.js +4 -1
  320. package/lib/esm/__/undici/lib/mock/pending-interceptors-formatter.js.map +1 -1
  321. package/lib/esm/__/undici/lib/util/timers.js.map +1 -0
  322. package/lib/esm/__/undici/lib/web/cache/cache.js.map +1 -0
  323. package/lib/esm/__/undici/lib/web/cache/cachestorage.js.map +1 -0
  324. package/lib/esm/__/undici/lib/web/cache/symbols.js.map +1 -0
  325. package/lib/esm/__/undici/lib/web/cache/util.js.map +1 -0
  326. package/lib/esm/__/undici/lib/web/cookies/constants.js.map +1 -0
  327. package/lib/esm/__/undici/lib/web/cookies/index.js.map +1 -0
  328. package/lib/esm/__/undici/lib/web/cookies/parse.js.map +1 -0
  329. package/lib/esm/__/undici/lib/web/cookies/util.js.map +1 -0
  330. package/lib/esm/__/undici/lib/web/eventsource/eventsource-stream.js.map +1 -0
  331. package/lib/esm/__/undici/lib/web/eventsource/eventsource.js.map +1 -0
  332. package/lib/esm/__/undici/lib/web/eventsource/util.js.map +1 -0
  333. package/lib/esm/__/undici/lib/web/fetch/body.js.map +1 -0
  334. package/lib/esm/__/undici/lib/web/fetch/constants.js.map +1 -0
  335. package/lib/esm/__/undici/lib/web/fetch/data-url.js.map +1 -0
  336. package/lib/esm/__/undici/lib/web/fetch/dispatcher-weakref.js.map +1 -0
  337. package/lib/esm/__/undici/lib/web/fetch/file.js.map +1 -0
  338. package/lib/esm/__/undici/lib/web/fetch/formdata-parser.js.map +1 -0
  339. package/lib/esm/__/undici/lib/web/fetch/formdata.js +268 -0
  340. package/lib/esm/__/undici/lib/web/fetch/formdata.js.map +1 -0
  341. package/lib/esm/__/undici/lib/web/fetch/global.js.map +1 -0
  342. package/lib/esm/__/undici/lib/web/fetch/headers.js +702 -0
  343. package/lib/esm/__/undici/lib/web/fetch/headers.js.map +1 -0
  344. package/lib/esm/__/undici/lib/web/fetch/index.js +2224 -0
  345. package/lib/esm/__/undici/lib/web/fetch/index.js.map +1 -0
  346. package/lib/esm/__/undici/lib/web/fetch/request.js +1061 -0
  347. package/lib/esm/__/undici/lib/web/fetch/request.js.map +1 -0
  348. package/lib/esm/__/undici/lib/web/fetch/response.js +633 -0
  349. package/lib/esm/__/undici/lib/web/fetch/response.js.map +1 -0
  350. package/lib/esm/__/undici/lib/web/fetch/symbols.js.map +1 -0
  351. package/lib/esm/__/undici/lib/web/fetch/util.js +1652 -0
  352. package/lib/esm/__/undici/lib/web/fetch/util.js.map +1 -0
  353. package/lib/esm/__/undici/lib/web/fetch/webidl.js +709 -0
  354. package/lib/esm/__/undici/lib/web/fetch/webidl.js.map +1 -0
  355. package/lib/esm/__/undici/lib/web/fileapi/encoding.js.map +1 -0
  356. package/lib/esm/__/undici/lib/web/fileapi/filereader.js.map +1 -0
  357. package/lib/esm/__/undici/lib/web/fileapi/progressevent.js.map +1 -0
  358. package/lib/esm/__/undici/lib/web/fileapi/symbols.js.map +1 -0
  359. package/lib/esm/__/undici/lib/web/fileapi/util.js +409 -0
  360. package/lib/esm/__/undici/lib/web/fileapi/util.js.map +1 -0
  361. package/lib/esm/__/undici/lib/web/websocket/connection.js.map +1 -0
  362. package/lib/esm/__/undici/lib/web/websocket/constants.js.map +1 -0
  363. package/lib/esm/__/undici/lib/web/websocket/events.js.map +1 -0
  364. package/lib/esm/__/undici/lib/web/websocket/frame.js.map +1 -0
  365. package/lib/esm/__/undici/lib/web/websocket/permessage-deflate.js +114 -0
  366. package/lib/esm/__/undici/lib/web/websocket/permessage-deflate.js.map +1 -0
  367. package/lib/esm/__/undici/lib/web/websocket/receiver.js +511 -0
  368. package/lib/esm/__/undici/lib/web/websocket/receiver.js.map +1 -0
  369. package/lib/esm/__/undici/lib/web/websocket/sender.js.map +1 -0
  370. package/lib/esm/__/undici/lib/web/websocket/symbols.js.map +1 -0
  371. package/lib/esm/__/undici/lib/web/websocket/util.js.map +1 -0
  372. package/lib/esm/__/undici/lib/web/websocket/websocket.js +616 -0
  373. package/lib/esm/__/undici/lib/web/websocket/websocket.js.map +1 -0
  374. package/lib/esm/__/universal-user-agent/index.js.map +1 -0
  375. package/lib/esm/_virtual/index10.js +2 -2
  376. package/lib/esm/_virtual/index11.js +2 -2
  377. package/lib/esm/_virtual/index13.js +2 -2
  378. package/lib/esm/_virtual/index14.js +2 -2
  379. package/lib/esm/_virtual/index2.js +1 -1
  380. package/lib/esm/_virtual/index3.js +1 -1
  381. package/lib/esm/_virtual/index4.js +1 -1
  382. package/lib/esm/_virtual/index8.js +4 -2
  383. package/lib/esm/_virtual/index8.js.map +1 -1
  384. package/lib/esm/_virtual/index9.js +2 -4
  385. package/lib/esm/_virtual/index9.js.map +1 -1
  386. package/lib/esm/env/load.js +1 -1
  387. package/lib/esm/env/load.js.map +1 -1
  388. package/package.json +12 -12
  389. package/lib/cjs/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js.map +0 -1
  390. package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/index.js.map +0 -1
  391. package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/version.js.map +0 -1
  392. package/lib/cjs/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js.map +0 -1
  393. package/lib/cjs/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js.map +0 -1
  394. package/lib/cjs/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +0 -1
  395. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +0 -1
  396. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +0 -1
  397. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +0 -1
  398. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +0 -1
  399. package/lib/cjs/__/@actions/github/__/@octokit/request/dist-bundle/index.js +0 -200
  400. package/lib/cjs/__/@actions/github/__/@octokit/request/dist-bundle/index.js.map +0 -1
  401. package/lib/cjs/__/@actions/github/__/@octokit/request-error/dist-src/index.js.map +0 -1
  402. package/lib/cjs/__/@actions/github/__/before-after-hook/index.js.map +0 -1
  403. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/add.js.map +0 -1
  404. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/register.js.map +0 -1
  405. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/remove.js.map +0 -1
  406. package/lib/cjs/__/@actions/github/__/universal-user-agent/index.js.map +0 -1
  407. package/lib/cjs/__/@actions/http-client/__/undici/index.js +0 -226
  408. package/lib/cjs/__/@actions/http-client/__/undici/index.js.map +0 -1
  409. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/abort-signal.js +0 -73
  410. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/abort-signal.js.map +0 -1
  411. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-connect.js +0 -131
  412. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-connect.js.map +0 -1
  413. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-pipeline.js +0 -276
  414. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-pipeline.js.map +0 -1
  415. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-request.js +0 -238
  416. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-request.js.map +0 -1
  417. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-stream.js +0 -246
  418. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-stream.js.map +0 -1
  419. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-upgrade.js +0 -131
  420. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-upgrade.js.map +0 -1
  421. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/index.js +0 -25
  422. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/index.js.map +0 -1
  423. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/readable.js +0 -405
  424. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/readable.js.map +0 -1
  425. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/util.js +0 -114
  426. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/util.js.map +0 -1
  427. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/connect.js +0 -266
  428. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/connect.js.map +0 -1
  429. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/constants.js +0 -130
  430. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/constants.js.map +0 -1
  431. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/diagnostics.js +0 -222
  432. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/diagnostics.js.map +0 -1
  433. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/errors.js +0 -437
  434. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/errors.js.map +0 -1
  435. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/request.js +0 -427
  436. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/request.js.map +0 -1
  437. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/symbols.js +0 -80
  438. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/symbols.js.map +0 -1
  439. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/tree.js.map +0 -1
  440. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/util.js +0 -755
  441. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/util.js.map +0 -1
  442. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/agent.js +0 -149
  443. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/agent.js.map +0 -1
  444. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/balanced-pool.js.map +0 -1
  445. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client-h1.js.map +0 -1
  446. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client-h2.js.map +0 -1
  447. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client.js +0 -650
  448. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client.js.map +0 -1
  449. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js +0 -206
  450. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js.map +0 -1
  451. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js +0 -83
  452. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js.map +0 -1
  453. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/env-http-proxy-agent.js.map +0 -1
  454. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/fixed-queue.js.map +0 -1
  455. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js +0 -211
  456. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js.map +0 -1
  457. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool-stats.js.map +0 -1
  458. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool.js +0 -126
  459. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool.js.map +0 -1
  460. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/proxy-agent.js.map +0 -1
  461. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/retry-agent.js.map +0 -1
  462. package/lib/cjs/__/@actions/http-client/__/undici/lib/global.js +0 -47
  463. package/lib/cjs/__/@actions/http-client/__/undici/lib/global.js.map +0 -1
  464. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/decorator-handler.js.map +0 -1
  465. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js +0 -237
  466. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js.map +0 -1
  467. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/retry-handler.js.map +0 -1
  468. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/dns.js.map +0 -1
  469. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/dump.js.map +0 -1
  470. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/redirect-interceptor.js.map +0 -1
  471. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/redirect.js.map +0 -1
  472. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/retry.js.map +0 -1
  473. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/constants.js +0 -288
  474. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/constants.js.map +0 -1
  475. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js +0 -23
  476. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js.map +0 -1
  477. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js +0 -23
  478. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +0 -1
  479. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/utils.js +0 -28
  480. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/utils.js.map +0 -1
  481. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-agent.js +0 -183
  482. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-agent.js.map +0 -1
  483. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-client.js +0 -83
  484. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-client.js.map +0 -1
  485. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-errors.js +0 -42
  486. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-errors.js.map +0 -1
  487. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js +0 -224
  488. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js.map +0 -1
  489. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-pool.js +0 -83
  490. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-pool.js.map +0 -1
  491. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js +0 -35
  492. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js.map +0 -1
  493. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-utils.js +0 -390
  494. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-utils.js.map +0 -1
  495. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js +0 -63
  496. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js.map +0 -1
  497. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pluralizer.js +0 -41
  498. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pluralizer.js.map +0 -1
  499. package/lib/cjs/__/@actions/http-client/__/undici/lib/util/timers.js.map +0 -1
  500. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/cache.js.map +0 -1
  501. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/cachestorage.js.map +0 -1
  502. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/symbols.js.map +0 -1
  503. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/util.js.map +0 -1
  504. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/constants.js.map +0 -1
  505. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/index.js.map +0 -1
  506. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/parse.js.map +0 -1
  507. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/util.js.map +0 -1
  508. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource-stream.js.map +0 -1
  509. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource.js.map +0 -1
  510. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/eventsource/util.js.map +0 -1
  511. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/body.js.map +0 -1
  512. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/constants.js.map +0 -1
  513. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/data-url.js.map +0 -1
  514. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/dispatcher-weakref.js.map +0 -1
  515. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/file.js.map +0 -1
  516. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/formdata-parser.js.map +0 -1
  517. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js +0 -275
  518. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js.map +0 -1
  519. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/global.js.map +0 -1
  520. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/headers.js +0 -709
  521. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/headers.js.map +0 -1
  522. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/index.js +0 -2235
  523. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/index.js.map +0 -1
  524. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/request.js +0 -1069
  525. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/request.js.map +0 -1
  526. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/response.js +0 -640
  527. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/response.js.map +0 -1
  528. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/symbols.js.map +0 -1
  529. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/util.js +0 -1662
  530. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/util.js.map +0 -1
  531. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js +0 -716
  532. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js.map +0 -1
  533. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/encoding.js.map +0 -1
  534. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/filereader.js.map +0 -1
  535. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/progressevent.js.map +0 -1
  536. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/symbols.js.map +0 -1
  537. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/util.js +0 -417
  538. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/util.js.map +0 -1
  539. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/connection.js.map +0 -1
  540. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/constants.js.map +0 -1
  541. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/events.js.map +0 -1
  542. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/frame.js.map +0 -1
  543. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js +0 -138
  544. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js.map +0 -1
  545. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js +0 -454
  546. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js.map +0 -1
  547. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/sender.js.map +0 -1
  548. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/symbols.js.map +0 -1
  549. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/util.js.map +0 -1
  550. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js +0 -618
  551. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js.map +0 -1
  552. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/Dicer.js +0 -236
  553. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/Dicer.js.map +0 -1
  554. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js +0 -122
  555. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js.map +0 -1
  556. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/PartStream.js +0 -33
  557. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/PartStream.js.map +0 -1
  558. package/lib/cjs/__/@fastify/busboy/deps/streamsearch/sbmh.js +0 -248
  559. package/lib/cjs/__/@fastify/busboy/deps/streamsearch/sbmh.js.map +0 -1
  560. package/lib/cjs/__/@fastify/busboy/lib/main.js +0 -109
  561. package/lib/cjs/__/@fastify/busboy/lib/main.js.map +0 -1
  562. package/lib/cjs/__/@fastify/busboy/lib/types/multipart.js +0 -331
  563. package/lib/cjs/__/@fastify/busboy/lib/types/multipart.js.map +0 -1
  564. package/lib/cjs/__/@fastify/busboy/lib/types/urlencoded.js +0 -206
  565. package/lib/cjs/__/@fastify/busboy/lib/types/urlencoded.js.map +0 -1
  566. package/lib/cjs/__/@fastify/busboy/lib/utils/Decoder.js +0 -66
  567. package/lib/cjs/__/@fastify/busboy/lib/utils/Decoder.js.map +0 -1
  568. package/lib/cjs/__/@fastify/busboy/lib/utils/basename.js +0 -26
  569. package/lib/cjs/__/@fastify/busboy/lib/utils/basename.js.map +0 -1
  570. package/lib/cjs/__/@fastify/busboy/lib/utils/decodeText.js +0 -126
  571. package/lib/cjs/__/@fastify/busboy/lib/utils/decodeText.js.map +0 -1
  572. package/lib/cjs/__/@fastify/busboy/lib/utils/getLimit.js +0 -28
  573. package/lib/cjs/__/@fastify/busboy/lib/utils/getLimit.js.map +0 -1
  574. package/lib/cjs/__/@fastify/busboy/lib/utils/parseParams.js +0 -211
  575. package/lib/cjs/__/@fastify/busboy/lib/utils/parseParams.js.map +0 -1
  576. package/lib/cjs/__/env-ci/__/execa/index.js +0 -149
  577. package/lib/cjs/__/env-ci/__/execa/index.js.map +0 -1
  578. package/lib/cjs/__/env-ci/__/execa/lib/command.js.map +0 -1
  579. package/lib/cjs/__/env-ci/__/execa/lib/error.js.map +0 -1
  580. package/lib/cjs/__/env-ci/__/execa/lib/promise.js.map +0 -1
  581. package/lib/cjs/__/env-ci/__/execa/lib/stdio.js.map +0 -1
  582. package/lib/cjs/__/env-ci/__/execa/lib/stream.js +0 -35
  583. package/lib/cjs/__/env-ci/__/execa/lib/stream.js.map +0 -1
  584. package/lib/cjs/__/env-ci/__/execa/lib/verbose.js +0 -29
  585. package/lib/cjs/__/env-ci/__/execa/lib/verbose.js.map +0 -1
  586. package/lib/cjs/__/env-ci/__/get-stream/source/array-buffer.js.map +0 -1
  587. package/lib/cjs/__/env-ci/__/human-signals/build/src/core.js.map +0 -1
  588. package/lib/cjs/__/env-ci/__/human-signals/build/src/main.js.map +0 -1
  589. package/lib/cjs/__/env-ci/__/human-signals/build/src/realtime.js.map +0 -1
  590. package/lib/cjs/__/env-ci/__/human-signals/build/src/signals.js.map +0 -1
  591. package/lib/cjs/__/env-ci/__/is-stream/index.js.map +0 -1
  592. package/lib/cjs/__/env-ci/__/npm-run-path/index.js +0 -63
  593. package/lib/cjs/__/env-ci/__/npm-run-path/index.js.map +0 -1
  594. package/lib/cjs/__/env-ci/__/path-key/index.js.map +0 -1
  595. package/lib/cjs/__/env-ci/__/signal-exit/dist/mjs/index.js.map +0 -1
  596. package/lib/cjs/__/env-ci/__/signal-exit/dist/mjs/signals.js.map +0 -1
  597. package/lib/cjs/__/env-ci/__/strip-final-newline/index.js.map +0 -1
  598. package/lib/cjs/__/undici/lib/agent.js +0 -169
  599. package/lib/cjs/__/undici/lib/agent.js.map +0 -1
  600. package/lib/cjs/__/undici/lib/balanced-pool.js +0 -208
  601. package/lib/cjs/__/undici/lib/balanced-pool.js.map +0 -1
  602. package/lib/cjs/__/undici/lib/cache/cache.js +0 -867
  603. package/lib/cjs/__/undici/lib/cache/cache.js.map +0 -1
  604. package/lib/cjs/__/undici/lib/cache/cachestorage.js +0 -161
  605. package/lib/cjs/__/undici/lib/cache/cachestorage.js.map +0 -1
  606. package/lib/cjs/__/undici/lib/cache/symbols.js +0 -19
  607. package/lib/cjs/__/undici/lib/cache/symbols.js.map +0 -1
  608. package/lib/cjs/__/undici/lib/cache/util.js +0 -69
  609. package/lib/cjs/__/undici/lib/cache/util.js.map +0 -1
  610. package/lib/cjs/__/undici/lib/client.js +0 -2314
  611. package/lib/cjs/__/undici/lib/client.js.map +0 -1
  612. package/lib/cjs/__/undici/lib/compat/dispatcher-weakref.js +0 -63
  613. package/lib/cjs/__/undici/lib/compat/dispatcher-weakref.js.map +0 -1
  614. package/lib/cjs/__/undici/lib/cookies/constants.js +0 -24
  615. package/lib/cjs/__/undici/lib/cookies/constants.js.map +0 -1
  616. package/lib/cjs/__/undici/lib/cookies/index.js +0 -200
  617. package/lib/cjs/__/undici/lib/cookies/index.js.map +0 -1
  618. package/lib/cjs/__/undici/lib/cookies/parse.js +0 -338
  619. package/lib/cjs/__/undici/lib/cookies/parse.js.map +0 -1
  620. package/lib/cjs/__/undici/lib/cookies/util.js +0 -286
  621. package/lib/cjs/__/undici/lib/cookies/util.js.map +0 -1
  622. package/lib/cjs/__/undici/lib/dispatcher-base.js +0 -208
  623. package/lib/cjs/__/undici/lib/dispatcher-base.js.map +0 -1
  624. package/lib/cjs/__/undici/lib/dispatcher.js +0 -37
  625. package/lib/cjs/__/undici/lib/dispatcher.js.map +0 -1
  626. package/lib/cjs/__/undici/lib/fetch/body.js +0 -647
  627. package/lib/cjs/__/undici/lib/fetch/body.js.map +0 -1
  628. package/lib/cjs/__/undici/lib/fetch/constants.js +0 -169
  629. package/lib/cjs/__/undici/lib/fetch/constants.js.map +0 -1
  630. package/lib/cjs/__/undici/lib/fetch/dataURL.js +0 -649
  631. package/lib/cjs/__/undici/lib/fetch/dataURL.js.map +0 -1
  632. package/lib/cjs/__/undici/lib/fetch/file.js +0 -369
  633. package/lib/cjs/__/undici/lib/fetch/file.js.map +0 -1
  634. package/lib/cjs/__/undici/lib/fetch/formdata.js +0 -287
  635. package/lib/cjs/__/undici/lib/fetch/formdata.js.map +0 -1
  636. package/lib/cjs/__/undici/lib/fetch/global.js +0 -52
  637. package/lib/cjs/__/undici/lib/fetch/global.js.map +0 -1
  638. package/lib/cjs/__/undici/lib/fetch/headers.js +0 -609
  639. package/lib/cjs/__/undici/lib/fetch/headers.js.map +0 -1
  640. package/lib/cjs/__/undici/lib/fetch/index.js +0 -2114
  641. package/lib/cjs/__/undici/lib/fetch/index.js.map +0 -1
  642. package/lib/cjs/__/undici/lib/fetch/request.js +0 -979
  643. package/lib/cjs/__/undici/lib/fetch/request.js.map +0 -1
  644. package/lib/cjs/__/undici/lib/fetch/response.js +0 -604
  645. package/lib/cjs/__/undici/lib/fetch/response.js.map +0 -1
  646. package/lib/cjs/__/undici/lib/fetch/symbols.js +0 -22
  647. package/lib/cjs/__/undici/lib/fetch/symbols.js.map +0 -1
  648. package/lib/cjs/__/undici/lib/fetch/util.js +0 -1170
  649. package/lib/cjs/__/undici/lib/fetch/util.js.map +0 -1
  650. package/lib/cjs/__/undici/lib/fetch/webidl.js +0 -665
  651. package/lib/cjs/__/undici/lib/fetch/webidl.js.map +0 -1
  652. package/lib/cjs/__/undici/lib/fileapi/encoding.js +0 -302
  653. package/lib/cjs/__/undici/lib/fileapi/encoding.js.map +0 -1
  654. package/lib/cjs/__/undici/lib/fileapi/filereader.js +0 -361
  655. package/lib/cjs/__/undici/lib/fileapi/filereader.js.map +0 -1
  656. package/lib/cjs/__/undici/lib/fileapi/progressevent.js +0 -92
  657. package/lib/cjs/__/undici/lib/fileapi/progressevent.js.map +0 -1
  658. package/lib/cjs/__/undici/lib/fileapi/symbols.js +0 -22
  659. package/lib/cjs/__/undici/lib/fileapi/symbols.js.map +0 -1
  660. package/lib/cjs/__/undici/lib/fileapi/util.js +0 -419
  661. package/lib/cjs/__/undici/lib/fileapi/util.js.map +0 -1
  662. package/lib/cjs/__/undici/lib/handler/DecoratorHandler.js +0 -47
  663. package/lib/cjs/__/undici/lib/handler/DecoratorHandler.js.map +0 -1
  664. package/lib/cjs/__/undici/lib/handler/RedirectHandler.js +0 -226
  665. package/lib/cjs/__/undici/lib/handler/RedirectHandler.js.map +0 -1
  666. package/lib/cjs/__/undici/lib/handler/RetryHandler.js +0 -358
  667. package/lib/cjs/__/undici/lib/handler/RetryHandler.js.map +0 -1
  668. package/lib/cjs/__/undici/lib/interceptor/redirectInterceptor.js +0 -35
  669. package/lib/cjs/__/undici/lib/interceptor/redirectInterceptor.js.map +0 -1
  670. package/lib/cjs/__/undici/lib/node/fixed-queue.js +0 -129
  671. package/lib/cjs/__/undici/lib/node/fixed-queue.js.map +0 -1
  672. package/lib/cjs/__/undici/lib/pool-base.js +0 -211
  673. package/lib/cjs/__/undici/lib/pool-base.js.map +0 -1
  674. package/lib/cjs/__/undici/lib/pool-stats.js +0 -49
  675. package/lib/cjs/__/undici/lib/pool-stats.js.map +0 -1
  676. package/lib/cjs/__/undici/lib/pool.js +0 -127
  677. package/lib/cjs/__/undici/lib/pool.js.map +0 -1
  678. package/lib/cjs/__/undici/lib/proxy-agent.js +0 -213
  679. package/lib/cjs/__/undici/lib/proxy-agent.js.map +0 -1
  680. package/lib/cjs/__/undici/lib/timers.js +0 -109
  681. package/lib/cjs/__/undici/lib/timers.js.map +0 -1
  682. package/lib/cjs/__/undici/lib/websocket/connection.js +0 -318
  683. package/lib/cjs/__/undici/lib/websocket/connection.js.map +0 -1
  684. package/lib/cjs/__/undici/lib/websocket/constants.js +0 -63
  685. package/lib/cjs/__/undici/lib/websocket/constants.js.map +0 -1
  686. package/lib/cjs/__/undici/lib/websocket/events.js +0 -323
  687. package/lib/cjs/__/undici/lib/websocket/events.js.map +0 -1
  688. package/lib/cjs/__/undici/lib/websocket/frame.js +0 -87
  689. package/lib/cjs/__/undici/lib/websocket/frame.js.map +0 -1
  690. package/lib/cjs/__/undici/lib/websocket/receiver.js +0 -368
  691. package/lib/cjs/__/undici/lib/websocket/receiver.js.map +0 -1
  692. package/lib/cjs/__/undici/lib/websocket/symbols.js +0 -24
  693. package/lib/cjs/__/undici/lib/websocket/symbols.js.map +0 -1
  694. package/lib/cjs/__/undici/lib/websocket/util.js +0 -216
  695. package/lib/cjs/__/undici/lib/websocket/util.js.map +0 -1
  696. package/lib/cjs/__/undici/lib/websocket/websocket.js +0 -668
  697. package/lib/cjs/__/undici/lib/websocket/websocket.js.map +0 -1
  698. package/lib/cjs/_virtual/api-request2.js +0 -6
  699. package/lib/cjs/_virtual/api-request2.js.map +0 -1
  700. package/lib/cjs/_virtual/constants2.js +0 -6
  701. package/lib/cjs/_virtual/constants2.js.map +0 -1
  702. package/lib/cjs/_virtual/index15.js +0 -6
  703. package/lib/cjs/_virtual/index15.js.map +0 -1
  704. package/lib/cjs/_virtual/index16.js +0 -6
  705. package/lib/cjs/_virtual/index16.js.map +0 -1
  706. package/lib/cjs/_virtual/main.js +0 -6
  707. package/lib/cjs/_virtual/main.js.map +0 -1
  708. package/lib/cjs/_virtual/mock-interceptor2.js +0 -6
  709. package/lib/cjs/_virtual/mock-interceptor2.js.map +0 -1
  710. package/lib/cjs/_virtual/utils4.js +0 -6
  711. package/lib/cjs/_virtual/utils4.js.map +0 -1
  712. package/lib/esm/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js.map +0 -1
  713. package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/index.js.map +0 -1
  714. package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/version.js.map +0 -1
  715. package/lib/esm/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js.map +0 -1
  716. package/lib/esm/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js.map +0 -1
  717. package/lib/esm/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +0 -1
  718. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +0 -1
  719. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +0 -1
  720. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +0 -1
  721. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +0 -1
  722. package/lib/esm/__/@actions/github/__/@octokit/request/dist-bundle/index.js +0 -198
  723. package/lib/esm/__/@actions/github/__/@octokit/request/dist-bundle/index.js.map +0 -1
  724. package/lib/esm/__/@actions/github/__/@octokit/request-error/dist-src/index.js.map +0 -1
  725. package/lib/esm/__/@actions/github/__/before-after-hook/index.js.map +0 -1
  726. package/lib/esm/__/@actions/github/__/before-after-hook/lib/add.js.map +0 -1
  727. package/lib/esm/__/@actions/github/__/before-after-hook/lib/register.js.map +0 -1
  728. package/lib/esm/__/@actions/github/__/before-after-hook/lib/remove.js.map +0 -1
  729. package/lib/esm/__/@actions/github/__/universal-user-agent/index.js.map +0 -1
  730. package/lib/esm/__/@actions/http-client/__/undici/index.js +0 -220
  731. package/lib/esm/__/@actions/http-client/__/undici/index.js.map +0 -1
  732. package/lib/esm/__/@actions/http-client/__/undici/lib/api/abort-signal.js +0 -71
  733. package/lib/esm/__/@actions/http-client/__/undici/lib/api/abort-signal.js.map +0 -1
  734. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-connect.js +0 -124
  735. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-connect.js.map +0 -1
  736. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-pipeline.js +0 -268
  737. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-pipeline.js.map +0 -1
  738. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-request.js +0 -231
  739. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-request.js.map +0 -1
  740. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-stream.js +0 -238
  741. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-stream.js.map +0 -1
  742. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-upgrade.js +0 -124
  743. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-upgrade.js.map +0 -1
  744. package/lib/esm/__/@actions/http-client/__/undici/lib/api/index.js +0 -23
  745. package/lib/esm/__/@actions/http-client/__/undici/lib/api/index.js.map +0 -1
  746. package/lib/esm/__/@actions/http-client/__/undici/lib/api/readable.js +0 -398
  747. package/lib/esm/__/@actions/http-client/__/undici/lib/api/readable.js.map +0 -1
  748. package/lib/esm/__/@actions/http-client/__/undici/lib/api/util.js +0 -108
  749. package/lib/esm/__/@actions/http-client/__/undici/lib/api/util.js.map +0 -1
  750. package/lib/esm/__/@actions/http-client/__/undici/lib/core/connect.js +0 -258
  751. package/lib/esm/__/@actions/http-client/__/undici/lib/core/connect.js.map +0 -1
  752. package/lib/esm/__/@actions/http-client/__/undici/lib/core/constants.js +0 -128
  753. package/lib/esm/__/@actions/http-client/__/undici/lib/core/constants.js.map +0 -1
  754. package/lib/esm/__/@actions/http-client/__/undici/lib/core/diagnostics.js +0 -215
  755. package/lib/esm/__/@actions/http-client/__/undici/lib/core/diagnostics.js.map +0 -1
  756. package/lib/esm/__/@actions/http-client/__/undici/lib/core/errors.js +0 -435
  757. package/lib/esm/__/@actions/http-client/__/undici/lib/core/errors.js.map +0 -1
  758. package/lib/esm/__/@actions/http-client/__/undici/lib/core/request.js +0 -421
  759. package/lib/esm/__/@actions/http-client/__/undici/lib/core/request.js.map +0 -1
  760. package/lib/esm/__/@actions/http-client/__/undici/lib/core/symbols.js +0 -78
  761. package/lib/esm/__/@actions/http-client/__/undici/lib/core/symbols.js.map +0 -1
  762. package/lib/esm/__/@actions/http-client/__/undici/lib/core/tree.js.map +0 -1
  763. package/lib/esm/__/@actions/http-client/__/undici/lib/core/util.js +0 -742
  764. package/lib/esm/__/@actions/http-client/__/undici/lib/core/util.js.map +0 -1
  765. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/agent.js +0 -147
  766. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/agent.js.map +0 -1
  767. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/balanced-pool.js.map +0 -1
  768. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client-h1.js.map +0 -1
  769. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client-h2.js.map +0 -1
  770. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client.js +0 -642
  771. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client.js.map +0 -1
  772. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js +0 -204
  773. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js.map +0 -1
  774. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js +0 -77
  775. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js.map +0 -1
  776. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/env-http-proxy-agent.js.map +0 -1
  777. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/fixed-queue.js.map +0 -1
  778. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js +0 -209
  779. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js.map +0 -1
  780. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool-stats.js.map +0 -1
  781. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool.js +0 -124
  782. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool.js.map +0 -1
  783. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/proxy-agent.js.map +0 -1
  784. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/retry-agent.js.map +0 -1
  785. package/lib/esm/__/@actions/http-client/__/undici/lib/global.js +0 -45
  786. package/lib/esm/__/@actions/http-client/__/undici/lib/global.js.map +0 -1
  787. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/decorator-handler.js.map +0 -1
  788. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js +0 -230
  789. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js.map +0 -1
  790. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/retry-handler.js.map +0 -1
  791. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/dns.js.map +0 -1
  792. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/dump.js.map +0 -1
  793. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/redirect-interceptor.js.map +0 -1
  794. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/redirect.js.map +0 -1
  795. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/retry.js.map +0 -1
  796. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/constants.js +0 -286
  797. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/constants.js.map +0 -1
  798. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js +0 -17
  799. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js.map +0 -1
  800. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js +0 -17
  801. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +0 -1
  802. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/utils.js +0 -26
  803. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/utils.js.map +0 -1
  804. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-agent.js +0 -181
  805. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-agent.js.map +0 -1
  806. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-client.js +0 -77
  807. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-client.js.map +0 -1
  808. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-errors.js +0 -40
  809. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-errors.js.map +0 -1
  810. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js +0 -222
  811. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js.map +0 -1
  812. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-pool.js +0 -77
  813. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-pool.js.map +0 -1
  814. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js +0 -33
  815. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js.map +0 -1
  816. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-utils.js +0 -383
  817. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-utils.js.map +0 -1
  818. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js +0 -56
  819. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js.map +0 -1
  820. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pluralizer.js +0 -39
  821. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pluralizer.js.map +0 -1
  822. package/lib/esm/__/@actions/http-client/__/undici/lib/util/timers.js.map +0 -1
  823. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/cache.js.map +0 -1
  824. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/cachestorage.js.map +0 -1
  825. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/symbols.js.map +0 -1
  826. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/util.js.map +0 -1
  827. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/constants.js.map +0 -1
  828. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/index.js.map +0 -1
  829. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/parse.js.map +0 -1
  830. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/util.js.map +0 -1
  831. package/lib/esm/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource-stream.js.map +0 -1
  832. package/lib/esm/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource.js.map +0 -1
  833. package/lib/esm/__/@actions/http-client/__/undici/lib/web/eventsource/util.js.map +0 -1
  834. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/body.js.map +0 -1
  835. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/constants.js.map +0 -1
  836. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/data-url.js.map +0 -1
  837. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/dispatcher-weakref.js.map +0 -1
  838. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/file.js.map +0 -1
  839. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/formdata-parser.js.map +0 -1
  840. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js +0 -268
  841. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js.map +0 -1
  842. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/global.js.map +0 -1
  843. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/headers.js +0 -702
  844. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/headers.js.map +0 -1
  845. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/index.js +0 -2224
  846. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/index.js.map +0 -1
  847. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/request.js +0 -1061
  848. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/request.js.map +0 -1
  849. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/response.js +0 -633
  850. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/response.js.map +0 -1
  851. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/symbols.js.map +0 -1
  852. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/util.js +0 -1652
  853. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/util.js.map +0 -1
  854. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js +0 -709
  855. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js.map +0 -1
  856. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/encoding.js.map +0 -1
  857. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/filereader.js.map +0 -1
  858. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/progressevent.js.map +0 -1
  859. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/symbols.js.map +0 -1
  860. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/util.js +0 -409
  861. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/util.js.map +0 -1
  862. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/connection.js.map +0 -1
  863. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/constants.js.map +0 -1
  864. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/events.js.map +0 -1
  865. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/frame.js.map +0 -1
  866. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js +0 -132
  867. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js.map +0 -1
  868. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js +0 -447
  869. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js.map +0 -1
  870. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/sender.js.map +0 -1
  871. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/symbols.js.map +0 -1
  872. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/util.js.map +0 -1
  873. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js +0 -612
  874. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js.map +0 -1
  875. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/Dicer.js +0 -229
  876. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/Dicer.js.map +0 -1
  877. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js +0 -115
  878. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js.map +0 -1
  879. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/PartStream.js +0 -26
  880. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/PartStream.js.map +0 -1
  881. package/lib/esm/__/@fastify/busboy/deps/streamsearch/sbmh.js +0 -241
  882. package/lib/esm/__/@fastify/busboy/deps/streamsearch/sbmh.js.map +0 -1
  883. package/lib/esm/__/@fastify/busboy/lib/main.js +0 -102
  884. package/lib/esm/__/@fastify/busboy/lib/main.js.map +0 -1
  885. package/lib/esm/__/@fastify/busboy/lib/types/multipart.js +0 -324
  886. package/lib/esm/__/@fastify/busboy/lib/types/multipart.js.map +0 -1
  887. package/lib/esm/__/@fastify/busboy/lib/types/urlencoded.js +0 -204
  888. package/lib/esm/__/@fastify/busboy/lib/types/urlencoded.js.map +0 -1
  889. package/lib/esm/__/@fastify/busboy/lib/utils/Decoder.js +0 -64
  890. package/lib/esm/__/@fastify/busboy/lib/utils/Decoder.js.map +0 -1
  891. package/lib/esm/__/@fastify/busboy/lib/utils/basename.js +0 -24
  892. package/lib/esm/__/@fastify/busboy/lib/utils/basename.js.map +0 -1
  893. package/lib/esm/__/@fastify/busboy/lib/utils/decodeText.js +0 -124
  894. package/lib/esm/__/@fastify/busboy/lib/utils/decodeText.js.map +0 -1
  895. package/lib/esm/__/@fastify/busboy/lib/utils/getLimit.js +0 -26
  896. package/lib/esm/__/@fastify/busboy/lib/utils/getLimit.js.map +0 -1
  897. package/lib/esm/__/@fastify/busboy/lib/utils/parseParams.js +0 -209
  898. package/lib/esm/__/@fastify/busboy/lib/utils/parseParams.js.map +0 -1
  899. package/lib/esm/__/env-ci/__/execa/index.js +0 -141
  900. package/lib/esm/__/env-ci/__/execa/index.js.map +0 -1
  901. package/lib/esm/__/env-ci/__/execa/lib/command.js.map +0 -1
  902. package/lib/esm/__/env-ci/__/execa/lib/error.js.map +0 -1
  903. package/lib/esm/__/env-ci/__/execa/lib/promise.js.map +0 -1
  904. package/lib/esm/__/env-ci/__/execa/lib/stdio.js.map +0 -1
  905. package/lib/esm/__/env-ci/__/execa/lib/stream.js +0 -33
  906. package/lib/esm/__/env-ci/__/execa/lib/stream.js.map +0 -1
  907. package/lib/esm/__/env-ci/__/execa/lib/verbose.js.map +0 -1
  908. package/lib/esm/__/env-ci/__/get-stream/source/array-buffer.js.map +0 -1
  909. package/lib/esm/__/env-ci/__/human-signals/build/src/core.js.map +0 -1
  910. package/lib/esm/__/env-ci/__/human-signals/build/src/main.js.map +0 -1
  911. package/lib/esm/__/env-ci/__/human-signals/build/src/realtime.js.map +0 -1
  912. package/lib/esm/__/env-ci/__/human-signals/build/src/signals.js.map +0 -1
  913. package/lib/esm/__/env-ci/__/is-stream/index.js.map +0 -1
  914. package/lib/esm/__/env-ci/__/npm-run-path/index.js +0 -55
  915. package/lib/esm/__/env-ci/__/npm-run-path/index.js.map +0 -1
  916. package/lib/esm/__/env-ci/__/path-key/index.js.map +0 -1
  917. package/lib/esm/__/env-ci/__/signal-exit/dist/mjs/index.js.map +0 -1
  918. package/lib/esm/__/env-ci/__/signal-exit/dist/mjs/signals.js.map +0 -1
  919. package/lib/esm/__/env-ci/__/strip-final-newline/index.js.map +0 -1
  920. package/lib/esm/__/undici/lib/agent.js +0 -167
  921. package/lib/esm/__/undici/lib/agent.js.map +0 -1
  922. package/lib/esm/__/undici/lib/balanced-pool.js +0 -206
  923. package/lib/esm/__/undici/lib/balanced-pool.js.map +0 -1
  924. package/lib/esm/__/undici/lib/cache/cache.js +0 -861
  925. package/lib/esm/__/undici/lib/cache/cache.js.map +0 -1
  926. package/lib/esm/__/undici/lib/cache/cachestorage.js +0 -159
  927. package/lib/esm/__/undici/lib/cache/cachestorage.js.map +0 -1
  928. package/lib/esm/__/undici/lib/cache/symbols.js +0 -17
  929. package/lib/esm/__/undici/lib/cache/symbols.js.map +0 -1
  930. package/lib/esm/__/undici/lib/cache/util.js +0 -63
  931. package/lib/esm/__/undici/lib/cache/util.js.map +0 -1
  932. package/lib/esm/__/undici/lib/client.js +0 -2305
  933. package/lib/esm/__/undici/lib/client.js.map +0 -1
  934. package/lib/esm/__/undici/lib/compat/dispatcher-weakref.js +0 -61
  935. package/lib/esm/__/undici/lib/compat/dispatcher-weakref.js.map +0 -1
  936. package/lib/esm/__/undici/lib/cookies/constants.js +0 -22
  937. package/lib/esm/__/undici/lib/cookies/constants.js.map +0 -1
  938. package/lib/esm/__/undici/lib/cookies/index.js +0 -198
  939. package/lib/esm/__/undici/lib/cookies/index.js.map +0 -1
  940. package/lib/esm/__/undici/lib/cookies/parse.js +0 -332
  941. package/lib/esm/__/undici/lib/cookies/parse.js.map +0 -1
  942. package/lib/esm/__/undici/lib/cookies/util.js +0 -284
  943. package/lib/esm/__/undici/lib/cookies/util.js.map +0 -1
  944. package/lib/esm/__/undici/lib/dispatcher-base.js +0 -206
  945. package/lib/esm/__/undici/lib/dispatcher-base.js.map +0 -1
  946. package/lib/esm/__/undici/lib/dispatcher.js +0 -31
  947. package/lib/esm/__/undici/lib/dispatcher.js.map +0 -1
  948. package/lib/esm/__/undici/lib/fetch/body.js +0 -638
  949. package/lib/esm/__/undici/lib/fetch/body.js.map +0 -1
  950. package/lib/esm/__/undici/lib/fetch/constants.js +0 -163
  951. package/lib/esm/__/undici/lib/fetch/constants.js.map +0 -1
  952. package/lib/esm/__/undici/lib/fetch/dataURL.js +0 -642
  953. package/lib/esm/__/undici/lib/fetch/dataURL.js.map +0 -1
  954. package/lib/esm/__/undici/lib/fetch/file.js +0 -362
  955. package/lib/esm/__/undici/lib/fetch/file.js.map +0 -1
  956. package/lib/esm/__/undici/lib/fetch/formdata.js +0 -281
  957. package/lib/esm/__/undici/lib/fetch/formdata.js.map +0 -1
  958. package/lib/esm/__/undici/lib/fetch/global.js +0 -50
  959. package/lib/esm/__/undici/lib/fetch/global.js.map +0 -1
  960. package/lib/esm/__/undici/lib/fetch/headers.js +0 -602
  961. package/lib/esm/__/undici/lib/fetch/headers.js.map +0 -1
  962. package/lib/esm/__/undici/lib/fetch/index.js +0 -2102
  963. package/lib/esm/__/undici/lib/fetch/index.js.map +0 -1
  964. package/lib/esm/__/undici/lib/fetch/request.js +0 -971
  965. package/lib/esm/__/undici/lib/fetch/request.js.map +0 -1
  966. package/lib/esm/__/undici/lib/fetch/response.js +0 -596
  967. package/lib/esm/__/undici/lib/fetch/response.js.map +0 -1
  968. package/lib/esm/__/undici/lib/fetch/symbols.js +0 -20
  969. package/lib/esm/__/undici/lib/fetch/symbols.js.map +0 -1
  970. package/lib/esm/__/undici/lib/fetch/util.js +0 -1161
  971. package/lib/esm/__/undici/lib/fetch/util.js.map +0 -1
  972. package/lib/esm/__/undici/lib/fetch/webidl.js +0 -659
  973. package/lib/esm/__/undici/lib/fetch/webidl.js.map +0 -1
  974. package/lib/esm/__/undici/lib/fileapi/encoding.js +0 -300
  975. package/lib/esm/__/undici/lib/fileapi/encoding.js.map +0 -1
  976. package/lib/esm/__/undici/lib/fileapi/filereader.js +0 -359
  977. package/lib/esm/__/undici/lib/fileapi/filereader.js.map +0 -1
  978. package/lib/esm/__/undici/lib/fileapi/progressevent.js +0 -90
  979. package/lib/esm/__/undici/lib/fileapi/progressevent.js.map +0 -1
  980. package/lib/esm/__/undici/lib/fileapi/symbols.js +0 -20
  981. package/lib/esm/__/undici/lib/fileapi/symbols.js.map +0 -1
  982. package/lib/esm/__/undici/lib/fileapi/util.js +0 -411
  983. package/lib/esm/__/undici/lib/fileapi/util.js.map +0 -1
  984. package/lib/esm/__/undici/lib/handler/DecoratorHandler.js +0 -45
  985. package/lib/esm/__/undici/lib/handler/DecoratorHandler.js.map +0 -1
  986. package/lib/esm/__/undici/lib/handler/RedirectHandler.js +0 -219
  987. package/lib/esm/__/undici/lib/handler/RedirectHandler.js.map +0 -1
  988. package/lib/esm/__/undici/lib/handler/RetryHandler.js +0 -352
  989. package/lib/esm/__/undici/lib/handler/RetryHandler.js.map +0 -1
  990. package/lib/esm/__/undici/lib/interceptor/redirectInterceptor.js +0 -33
  991. package/lib/esm/__/undici/lib/interceptor/redirectInterceptor.js.map +0 -1
  992. package/lib/esm/__/undici/lib/node/fixed-queue.js +0 -127
  993. package/lib/esm/__/undici/lib/node/fixed-queue.js.map +0 -1
  994. package/lib/esm/__/undici/lib/pool-base.js +0 -209
  995. package/lib/esm/__/undici/lib/pool-base.js.map +0 -1
  996. package/lib/esm/__/undici/lib/pool-stats.js +0 -47
  997. package/lib/esm/__/undici/lib/pool-stats.js.map +0 -1
  998. package/lib/esm/__/undici/lib/pool.js +0 -125
  999. package/lib/esm/__/undici/lib/pool.js.map +0 -1
  1000. package/lib/esm/__/undici/lib/proxy-agent.js +0 -207
  1001. package/lib/esm/__/undici/lib/proxy-agent.js.map +0 -1
  1002. package/lib/esm/__/undici/lib/timers.js +0 -107
  1003. package/lib/esm/__/undici/lib/timers.js.map +0 -1
  1004. package/lib/esm/__/undici/lib/websocket/connection.js +0 -312
  1005. package/lib/esm/__/undici/lib/websocket/connection.js.map +0 -1
  1006. package/lib/esm/__/undici/lib/websocket/constants.js +0 -61
  1007. package/lib/esm/__/undici/lib/websocket/constants.js.map +0 -1
  1008. package/lib/esm/__/undici/lib/websocket/events.js +0 -317
  1009. package/lib/esm/__/undici/lib/websocket/events.js.map +0 -1
  1010. package/lib/esm/__/undici/lib/websocket/frame.js +0 -85
  1011. package/lib/esm/__/undici/lib/websocket/frame.js.map +0 -1
  1012. package/lib/esm/__/undici/lib/websocket/receiver.js +0 -361
  1013. package/lib/esm/__/undici/lib/websocket/receiver.js.map +0 -1
  1014. package/lib/esm/__/undici/lib/websocket/symbols.js +0 -22
  1015. package/lib/esm/__/undici/lib/websocket/symbols.js.map +0 -1
  1016. package/lib/esm/__/undici/lib/websocket/util.js +0 -214
  1017. package/lib/esm/__/undici/lib/websocket/util.js.map +0 -1
  1018. package/lib/esm/__/undici/lib/websocket/websocket.js +0 -662
  1019. package/lib/esm/__/undici/lib/websocket/websocket.js.map +0 -1
  1020. package/lib/esm/_virtual/api-request2.js +0 -4
  1021. package/lib/esm/_virtual/api-request2.js.map +0 -1
  1022. package/lib/esm/_virtual/constants2.js +0 -4
  1023. package/lib/esm/_virtual/constants2.js.map +0 -1
  1024. package/lib/esm/_virtual/index15.js +0 -4
  1025. package/lib/esm/_virtual/index15.js.map +0 -1
  1026. package/lib/esm/_virtual/index16.js +0 -4
  1027. package/lib/esm/_virtual/index16.js.map +0 -1
  1028. package/lib/esm/_virtual/main.js +0 -4
  1029. package/lib/esm/_virtual/main.js.map +0 -1
  1030. package/lib/esm/_virtual/mock-interceptor2.js +0 -4
  1031. package/lib/esm/_virtual/mock-interceptor2.js.map +0 -1
  1032. package/lib/esm/_virtual/utils4.js +0 -4
  1033. package/lib/esm/_virtual/utils4.js.map +0 -1
  1034. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/auth-token/dist-bundle/index.js +0 -0
  1035. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/index.js +0 -0
  1036. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/version.js +0 -0
  1037. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/endpoint/dist-bundle/index.js +0 -0
  1038. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/graphql/dist-bundle/index.js +0 -0
  1039. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-paginate-rest/dist-bundle/index.js +0 -0
  1040. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js +0 -0
  1041. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +0 -0
  1042. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/index.js +0 -0
  1043. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/version.js +0 -0
  1044. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/request-error/dist-src/index.js +0 -0
  1045. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/index.js +0 -0
  1046. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/add.js +0 -0
  1047. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/register.js +0 -0
  1048. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/remove.js +0 -0
  1049. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/command.js +0 -0
  1050. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/error.js +0 -0
  1051. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/promise.js +0 -0
  1052. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/stdio.js +0 -0
  1053. /package/lib/cjs/__/{env-ci/__/get-stream → get-stream}/source/array-buffer.js +0 -0
  1054. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/core.js +0 -0
  1055. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/main.js +0 -0
  1056. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/realtime.js +0 -0
  1057. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/signals.js +0 -0
  1058. /package/lib/cjs/__/{env-ci/__/is-stream → is-stream}/index.js +0 -0
  1059. /package/lib/cjs/__/{env-ci → npm-run-path}/__/path-key/index.js +0 -0
  1060. /package/lib/cjs/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/index.js +0 -0
  1061. /package/lib/cjs/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/signals.js +0 -0
  1062. /package/lib/cjs/__/{env-ci/__/strip-final-newline → strip-final-newline}/index.js +0 -0
  1063. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/core/tree.js +0 -0
  1064. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/balanced-pool.js +0 -0
  1065. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h1.js +0 -0
  1066. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h2.js +0 -0
  1067. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/env-http-proxy-agent.js +0 -0
  1068. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/fixed-queue.js +0 -0
  1069. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/pool-stats.js +0 -0
  1070. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/proxy-agent.js +0 -0
  1071. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/retry-agent.js +0 -0
  1072. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/handler/decorator-handler.js +0 -0
  1073. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/handler/retry-handler.js +0 -0
  1074. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dns.js +0 -0
  1075. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dump.js +0 -0
  1076. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect-interceptor.js +0 -0
  1077. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect.js +0 -0
  1078. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/retry.js +0 -0
  1079. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/util/timers.js +0 -0
  1080. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cache.js +0 -0
  1081. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cachestorage.js +0 -0
  1082. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/symbols.js +0 -0
  1083. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/util.js +0 -0
  1084. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/constants.js +0 -0
  1085. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/index.js +0 -0
  1086. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/parse.js +0 -0
  1087. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/util.js +0 -0
  1088. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource-stream.js +0 -0
  1089. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource.js +0 -0
  1090. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/util.js +0 -0
  1091. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/body.js +0 -0
  1092. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/constants.js +0 -0
  1093. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/data-url.js +0 -0
  1094. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/dispatcher-weakref.js +0 -0
  1095. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/file.js +0 -0
  1096. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/formdata-parser.js +0 -0
  1097. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/global.js +0 -0
  1098. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/symbols.js +0 -0
  1099. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/encoding.js +0 -0
  1100. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/filereader.js +0 -0
  1101. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/progressevent.js +0 -0
  1102. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/symbols.js +0 -0
  1103. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/connection.js +0 -0
  1104. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/constants.js +0 -0
  1105. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/events.js +0 -0
  1106. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/frame.js +0 -0
  1107. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/sender.js +0 -0
  1108. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/symbols.js +0 -0
  1109. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/util.js +0 -0
  1110. /package/lib/cjs/__/{@actions/github/__/universal-user-agent → universal-user-agent}/index.js +0 -0
  1111. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/auth-token/dist-bundle/index.js +0 -0
  1112. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/index.js +0 -0
  1113. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/version.js +0 -0
  1114. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/endpoint/dist-bundle/index.js +0 -0
  1115. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/graphql/dist-bundle/index.js +0 -0
  1116. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-paginate-rest/dist-bundle/index.js +0 -0
  1117. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js +0 -0
  1118. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +0 -0
  1119. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/index.js +0 -0
  1120. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/version.js +0 -0
  1121. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/request-error/dist-src/index.js +0 -0
  1122. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/index.js +0 -0
  1123. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/add.js +0 -0
  1124. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/register.js +0 -0
  1125. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/remove.js +0 -0
  1126. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/command.js +0 -0
  1127. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/error.js +0 -0
  1128. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/promise.js +0 -0
  1129. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/stdio.js +0 -0
  1130. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/verbose.js +0 -0
  1131. /package/lib/esm/__/{env-ci/__/get-stream → get-stream}/source/array-buffer.js +0 -0
  1132. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/core.js +0 -0
  1133. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/main.js +0 -0
  1134. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/realtime.js +0 -0
  1135. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/signals.js +0 -0
  1136. /package/lib/esm/__/{env-ci/__/is-stream → is-stream}/index.js +0 -0
  1137. /package/lib/esm/__/{env-ci → npm-run-path}/__/path-key/index.js +0 -0
  1138. /package/lib/esm/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/index.js +0 -0
  1139. /package/lib/esm/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/signals.js +0 -0
  1140. /package/lib/esm/__/{env-ci/__/strip-final-newline → strip-final-newline}/index.js +0 -0
  1141. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/core/tree.js +0 -0
  1142. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/balanced-pool.js +0 -0
  1143. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h1.js +0 -0
  1144. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h2.js +0 -0
  1145. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/env-http-proxy-agent.js +0 -0
  1146. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/fixed-queue.js +0 -0
  1147. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/pool-stats.js +0 -0
  1148. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/proxy-agent.js +0 -0
  1149. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/retry-agent.js +0 -0
  1150. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/handler/decorator-handler.js +0 -0
  1151. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/handler/retry-handler.js +0 -0
  1152. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dns.js +0 -0
  1153. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dump.js +0 -0
  1154. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect-interceptor.js +0 -0
  1155. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect.js +0 -0
  1156. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/retry.js +0 -0
  1157. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/util/timers.js +0 -0
  1158. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cache.js +0 -0
  1159. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cachestorage.js +0 -0
  1160. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/symbols.js +0 -0
  1161. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/util.js +0 -0
  1162. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/constants.js +0 -0
  1163. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/index.js +0 -0
  1164. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/parse.js +0 -0
  1165. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/util.js +0 -0
  1166. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource-stream.js +0 -0
  1167. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource.js +0 -0
  1168. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/util.js +0 -0
  1169. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/body.js +0 -0
  1170. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/constants.js +0 -0
  1171. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/data-url.js +0 -0
  1172. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/dispatcher-weakref.js +0 -0
  1173. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/file.js +0 -0
  1174. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/formdata-parser.js +0 -0
  1175. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/global.js +0 -0
  1176. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/symbols.js +0 -0
  1177. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/encoding.js +0 -0
  1178. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/filereader.js +0 -0
  1179. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/progressevent.js +0 -0
  1180. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/symbols.js +0 -0
  1181. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/connection.js +0 -0
  1182. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/constants.js +0 -0
  1183. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/events.js +0 -0
  1184. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/frame.js +0 -0
  1185. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/sender.js +0 -0
  1186. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/symbols.js +0 -0
  1187. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/util.js +0 -0
  1188. /package/lib/esm/__/{@actions/github/__/universal-user-agent → universal-user-agent}/index.js +0 -0
@@ -1,1061 +0,0 @@
1
- import { __require as requireBody } from './body.js';
2
- import { __require as requireHeaders } from './headers.js';
3
- import { __require as requireDispatcherWeakref } from './dispatcher-weakref.js';
4
- import { __require as requireUtil } from '../../core/util.js';
5
- import require$$1 from 'node:util';
6
- import { __require as requireUtil$1 } from './util.js';
7
- import { __require as requireConstants } from './constants.js';
8
- import { __require as requireSymbols } from './symbols.js';
9
- import { __require as requireWebidl } from './webidl.js';
10
- import { __require as requireDataUrl } from './data-url.js';
11
- import { __require as requireSymbols$1 } from '../../core/symbols.js';
12
- import require$$0$1 from 'node:assert';
13
- import require$$0 from 'node:events';
14
-
15
- /* globals AbortController */
16
-
17
- var request;
18
- var hasRequiredRequest;
19
-
20
- function requireRequest () {
21
- if (hasRequiredRequest) return request;
22
- hasRequiredRequest = 1;
23
-
24
- const { extractBody, mixinBody, cloneBody, bodyUnusable } = requireBody();
25
- const { Headers, fill: fillHeaders, HeadersList, setHeadersGuard, getHeadersGuard, setHeadersList, getHeadersList } = requireHeaders();
26
- const { FinalizationRegistry } = requireDispatcherWeakref()();
27
- const util = requireUtil();
28
- const nodeUtil = require$$1;
29
- const {
30
- isValidHTTPToken,
31
- sameOrigin,
32
- environmentSettingsObject
33
- } = requireUtil$1();
34
- const {
35
- forbiddenMethodsSet,
36
- corsSafeListedMethodsSet,
37
- referrerPolicy,
38
- requestRedirect,
39
- requestMode,
40
- requestCredentials,
41
- requestCache,
42
- requestDuplex
43
- } = requireConstants();
44
- const { kEnumerableProperty, normalizedMethodRecordsBase, normalizedMethodRecords } = util;
45
- const { kHeaders, kSignal, kState, kDispatcher } = requireSymbols();
46
- const { webidl } = requireWebidl();
47
- const { URLSerializer } = requireDataUrl();
48
- const { kConstruct } = requireSymbols$1();
49
- const assert = require$$0$1;
50
- const { getMaxListeners, setMaxListeners, getEventListeners, defaultMaxListeners } = require$$0;
51
-
52
- const kAbortController = Symbol('abortController');
53
-
54
- const requestFinalizer = new FinalizationRegistry(({ signal, abort }) => {
55
- signal.removeEventListener('abort', abort);
56
- });
57
-
58
- const dependentControllerMap = new WeakMap();
59
-
60
- function buildAbort (acRef) {
61
- return abort
62
-
63
- function abort () {
64
- const ac = acRef.deref();
65
- if (ac !== undefined) {
66
- // Currently, there is a problem with FinalizationRegistry.
67
- // https://github.com/nodejs/node/issues/49344
68
- // https://github.com/nodejs/node/issues/47748
69
- // In the case of abort, the first step is to unregister from it.
70
- // If the controller can refer to it, it is still registered.
71
- // It will be removed in the future.
72
- requestFinalizer.unregister(abort);
73
-
74
- // Unsubscribe a listener.
75
- // FinalizationRegistry will no longer be called, so this must be done.
76
- this.removeEventListener('abort', abort);
77
-
78
- ac.abort(this.reason);
79
-
80
- const controllerList = dependentControllerMap.get(ac.signal);
81
-
82
- if (controllerList !== undefined) {
83
- if (controllerList.size !== 0) {
84
- for (const ref of controllerList) {
85
- const ctrl = ref.deref();
86
- if (ctrl !== undefined) {
87
- ctrl.abort(this.reason);
88
- }
89
- }
90
- controllerList.clear();
91
- }
92
- dependentControllerMap.delete(ac.signal);
93
- }
94
- }
95
- }
96
- }
97
-
98
- let patchMethodWarning = false;
99
-
100
- // https://fetch.spec.whatwg.org/#request-class
101
- class Request {
102
- // https://fetch.spec.whatwg.org/#dom-request
103
- constructor (input, init = {}) {
104
- webidl.util.markAsUncloneable(this);
105
- if (input === kConstruct) {
106
- return
107
- }
108
-
109
- const prefix = 'Request constructor';
110
- webidl.argumentLengthCheck(arguments, 1, prefix);
111
-
112
- input = webidl.converters.RequestInfo(input, prefix, 'input');
113
- init = webidl.converters.RequestInit(init, prefix, 'init');
114
-
115
- // 1. Let request be null.
116
- let request = null;
117
-
118
- // 2. Let fallbackMode be null.
119
- let fallbackMode = null;
120
-
121
- // 3. Let baseURL be this’s relevant settings object’s API base URL.
122
- const baseUrl = environmentSettingsObject.settingsObject.baseUrl;
123
-
124
- // 4. Let signal be null.
125
- let signal = null;
126
-
127
- // 5. If input is a string, then:
128
- if (typeof input === 'string') {
129
- this[kDispatcher] = init.dispatcher;
130
-
131
- // 1. Let parsedURL be the result of parsing input with baseURL.
132
- // 2. If parsedURL is failure, then throw a TypeError.
133
- let parsedURL;
134
- try {
135
- parsedURL = new URL(input, baseUrl);
136
- } catch (err) {
137
- throw new TypeError('Failed to parse URL from ' + input, { cause: err })
138
- }
139
-
140
- // 3. If parsedURL includes credentials, then throw a TypeError.
141
- if (parsedURL.username || parsedURL.password) {
142
- throw new TypeError(
143
- 'Request cannot be constructed from a URL that includes credentials: ' +
144
- input
145
- )
146
- }
147
-
148
- // 4. Set request to a new request whose URL is parsedURL.
149
- request = makeRequest({ urlList: [parsedURL] });
150
-
151
- // 5. Set fallbackMode to "cors".
152
- fallbackMode = 'cors';
153
- } else {
154
- this[kDispatcher] = init.dispatcher || input[kDispatcher];
155
-
156
- // 6. Otherwise:
157
-
158
- // 7. Assert: input is a Request object.
159
- assert(input instanceof Request);
160
-
161
- // 8. Set request to input’s request.
162
- request = input[kState];
163
-
164
- // 9. Set signal to input’s signal.
165
- signal = input[kSignal];
166
- }
167
-
168
- // 7. Let origin be this’s relevant settings object’s origin.
169
- const origin = environmentSettingsObject.settingsObject.origin;
170
-
171
- // 8. Let window be "client".
172
- let window = 'client';
173
-
174
- // 9. If request’s window is an environment settings object and its origin
175
- // is same origin with origin, then set window to request’s window.
176
- if (
177
- request.window?.constructor?.name === 'EnvironmentSettingsObject' &&
178
- sameOrigin(request.window, origin)
179
- ) {
180
- window = request.window;
181
- }
182
-
183
- // 10. If init["window"] exists and is non-null, then throw a TypeError.
184
- if (init.window != null) {
185
- throw new TypeError(`'window' option '${window}' must be null`)
186
- }
187
-
188
- // 11. If init["window"] exists, then set window to "no-window".
189
- if ('window' in init) {
190
- window = 'no-window';
191
- }
192
-
193
- // 12. Set request to a new request with the following properties:
194
- request = makeRequest({
195
- // URL request’s URL.
196
- // undici implementation note: this is set as the first item in request's urlList in makeRequest
197
- // method request’s method.
198
- method: request.method,
199
- // header list A copy of request’s header list.
200
- // undici implementation note: headersList is cloned in makeRequest
201
- headersList: request.headersList,
202
- // unsafe-request flag Set.
203
- unsafeRequest: request.unsafeRequest,
204
- // client This’s relevant settings object.
205
- client: environmentSettingsObject.settingsObject,
206
- // window window.
207
- window,
208
- // priority request’s priority.
209
- priority: request.priority,
210
- // origin request’s origin. The propagation of the origin is only significant for navigation requests
211
- // being handled by a service worker. In this scenario a request can have an origin that is different
212
- // from the current client.
213
- origin: request.origin,
214
- // referrer request’s referrer.
215
- referrer: request.referrer,
216
- // referrer policy request’s referrer policy.
217
- referrerPolicy: request.referrerPolicy,
218
- // mode request’s mode.
219
- mode: request.mode,
220
- // credentials mode request’s credentials mode.
221
- credentials: request.credentials,
222
- // cache mode request’s cache mode.
223
- cache: request.cache,
224
- // redirect mode request’s redirect mode.
225
- redirect: request.redirect,
226
- // integrity metadata request’s integrity metadata.
227
- integrity: request.integrity,
228
- // keepalive request’s keepalive.
229
- keepalive: request.keepalive,
230
- // reload-navigation flag request’s reload-navigation flag.
231
- reloadNavigation: request.reloadNavigation,
232
- // history-navigation flag request’s history-navigation flag.
233
- historyNavigation: request.historyNavigation,
234
- // URL list A clone of request’s URL list.
235
- urlList: [...request.urlList]
236
- });
237
-
238
- const initHasKey = Object.keys(init).length !== 0;
239
-
240
- // 13. If init is not empty, then:
241
- if (initHasKey) {
242
- // 1. If request’s mode is "navigate", then set it to "same-origin".
243
- if (request.mode === 'navigate') {
244
- request.mode = 'same-origin';
245
- }
246
-
247
- // 2. Unset request’s reload-navigation flag.
248
- request.reloadNavigation = false;
249
-
250
- // 3. Unset request’s history-navigation flag.
251
- request.historyNavigation = false;
252
-
253
- // 4. Set request’s origin to "client".
254
- request.origin = 'client';
255
-
256
- // 5. Set request’s referrer to "client"
257
- request.referrer = 'client';
258
-
259
- // 6. Set request’s referrer policy to the empty string.
260
- request.referrerPolicy = '';
261
-
262
- // 7. Set request’s URL to request’s current URL.
263
- request.url = request.urlList[request.urlList.length - 1];
264
-
265
- // 8. Set request’s URL list to « request’s URL ».
266
- request.urlList = [request.url];
267
- }
268
-
269
- // 14. If init["referrer"] exists, then:
270
- if (init.referrer !== undefined) {
271
- // 1. Let referrer be init["referrer"].
272
- const referrer = init.referrer;
273
-
274
- // 2. If referrer is the empty string, then set request’s referrer to "no-referrer".
275
- if (referrer === '') {
276
- request.referrer = 'no-referrer';
277
- } else {
278
- // 1. Let parsedReferrer be the result of parsing referrer with
279
- // baseURL.
280
- // 2. If parsedReferrer is failure, then throw a TypeError.
281
- let parsedReferrer;
282
- try {
283
- parsedReferrer = new URL(referrer, baseUrl);
284
- } catch (err) {
285
- throw new TypeError(`Referrer "${referrer}" is not a valid URL.`, { cause: err })
286
- }
287
-
288
- // 3. If one of the following is true
289
- // - parsedReferrer’s scheme is "about" and path is the string "client"
290
- // - parsedReferrer’s origin is not same origin with origin
291
- // then set request’s referrer to "client".
292
- if (
293
- (parsedReferrer.protocol === 'about:' && parsedReferrer.hostname === 'client') ||
294
- (origin && !sameOrigin(parsedReferrer, environmentSettingsObject.settingsObject.baseUrl))
295
- ) {
296
- request.referrer = 'client';
297
- } else {
298
- // 4. Otherwise, set request’s referrer to parsedReferrer.
299
- request.referrer = parsedReferrer;
300
- }
301
- }
302
- }
303
-
304
- // 15. If init["referrerPolicy"] exists, then set request’s referrer policy
305
- // to it.
306
- if (init.referrerPolicy !== undefined) {
307
- request.referrerPolicy = init.referrerPolicy;
308
- }
309
-
310
- // 16. Let mode be init["mode"] if it exists, and fallbackMode otherwise.
311
- let mode;
312
- if (init.mode !== undefined) {
313
- mode = init.mode;
314
- } else {
315
- mode = fallbackMode;
316
- }
317
-
318
- // 17. If mode is "navigate", then throw a TypeError.
319
- if (mode === 'navigate') {
320
- throw webidl.errors.exception({
321
- header: 'Request constructor',
322
- message: 'invalid request mode navigate.'
323
- })
324
- }
325
-
326
- // 18. If mode is non-null, set request’s mode to mode.
327
- if (mode != null) {
328
- request.mode = mode;
329
- }
330
-
331
- // 19. If init["credentials"] exists, then set request’s credentials mode
332
- // to it.
333
- if (init.credentials !== undefined) {
334
- request.credentials = init.credentials;
335
- }
336
-
337
- // 18. If init["cache"] exists, then set request’s cache mode to it.
338
- if (init.cache !== undefined) {
339
- request.cache = init.cache;
340
- }
341
-
342
- // 21. If request’s cache mode is "only-if-cached" and request’s mode is
343
- // not "same-origin", then throw a TypeError.
344
- if (request.cache === 'only-if-cached' && request.mode !== 'same-origin') {
345
- throw new TypeError(
346
- "'only-if-cached' can be set only with 'same-origin' mode"
347
- )
348
- }
349
-
350
- // 22. If init["redirect"] exists, then set request’s redirect mode to it.
351
- if (init.redirect !== undefined) {
352
- request.redirect = init.redirect;
353
- }
354
-
355
- // 23. If init["integrity"] exists, then set request’s integrity metadata to it.
356
- if (init.integrity != null) {
357
- request.integrity = String(init.integrity);
358
- }
359
-
360
- // 24. If init["keepalive"] exists, then set request’s keepalive to it.
361
- if (init.keepalive !== undefined) {
362
- request.keepalive = Boolean(init.keepalive);
363
- }
364
-
365
- // 25. If init["method"] exists, then:
366
- if (init.method !== undefined) {
367
- // 1. Let method be init["method"].
368
- let method = init.method;
369
-
370
- const mayBeNormalized = normalizedMethodRecords[method];
371
-
372
- if (mayBeNormalized !== undefined) {
373
- // Note: Bypass validation DELETE, GET, HEAD, OPTIONS, POST, PUT, PATCH and these lowercase ones
374
- request.method = mayBeNormalized;
375
- } else {
376
- // 2. If method is not a method or method is a forbidden method, then
377
- // throw a TypeError.
378
- if (!isValidHTTPToken(method)) {
379
- throw new TypeError(`'${method}' is not a valid HTTP method.`)
380
- }
381
-
382
- const upperCase = method.toUpperCase();
383
-
384
- if (forbiddenMethodsSet.has(upperCase)) {
385
- throw new TypeError(`'${method}' HTTP method is unsupported.`)
386
- }
387
-
388
- // 3. Normalize method.
389
- // https://fetch.spec.whatwg.org/#concept-method-normalize
390
- // Note: must be in uppercase
391
- method = normalizedMethodRecordsBase[upperCase] ?? method;
392
-
393
- // 4. Set request’s method to method.
394
- request.method = method;
395
- }
396
-
397
- if (!patchMethodWarning && request.method === 'patch') {
398
- process.emitWarning('Using `patch` is highly likely to result in a `405 Method Not Allowed`. `PATCH` is much more likely to succeed.', {
399
- code: 'UNDICI-FETCH-patch'
400
- });
401
-
402
- patchMethodWarning = true;
403
- }
404
- }
405
-
406
- // 26. If init["signal"] exists, then set signal to it.
407
- if (init.signal !== undefined) {
408
- signal = init.signal;
409
- }
410
-
411
- // 27. Set this’s request to request.
412
- this[kState] = request;
413
-
414
- // 28. Set this’s signal to a new AbortSignal object with this’s relevant
415
- // Realm.
416
- // TODO: could this be simplified with AbortSignal.any
417
- // (https://dom.spec.whatwg.org/#dom-abortsignal-any)
418
- const ac = new AbortController();
419
- this[kSignal] = ac.signal;
420
-
421
- // 29. If signal is not null, then make this’s signal follow signal.
422
- if (signal != null) {
423
- if (
424
- !signal ||
425
- typeof signal.aborted !== 'boolean' ||
426
- typeof signal.addEventListener !== 'function'
427
- ) {
428
- throw new TypeError(
429
- "Failed to construct 'Request': member signal is not of type AbortSignal."
430
- )
431
- }
432
-
433
- if (signal.aborted) {
434
- ac.abort(signal.reason);
435
- } else {
436
- // Keep a strong ref to ac while request object
437
- // is alive. This is needed to prevent AbortController
438
- // from being prematurely garbage collected.
439
- // See, https://github.com/nodejs/undici/issues/1926.
440
- this[kAbortController] = ac;
441
-
442
- const acRef = new WeakRef(ac);
443
- const abort = buildAbort(acRef);
444
-
445
- // Third-party AbortControllers may not work with these.
446
- // See, https://github.com/nodejs/undici/pull/1910#issuecomment-1464495619.
447
- try {
448
- // If the max amount of listeners is equal to the default, increase it
449
- // This is only available in node >= v19.9.0
450
- if (typeof getMaxListeners === 'function' && getMaxListeners(signal) === defaultMaxListeners) {
451
- setMaxListeners(1500, signal);
452
- } else if (getEventListeners(signal, 'abort').length >= defaultMaxListeners) {
453
- setMaxListeners(1500, signal);
454
- }
455
- } catch {}
456
-
457
- util.addAbortListener(signal, abort);
458
- // The third argument must be a registry key to be unregistered.
459
- // Without it, you cannot unregister.
460
- // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/FinalizationRegistry
461
- // abort is used as the unregister key. (because it is unique)
462
- requestFinalizer.register(ac, { signal, abort }, abort);
463
- }
464
- }
465
-
466
- // 30. Set this’s headers to a new Headers object with this’s relevant
467
- // Realm, whose header list is request’s header list and guard is
468
- // "request".
469
- this[kHeaders] = new Headers(kConstruct);
470
- setHeadersList(this[kHeaders], request.headersList);
471
- setHeadersGuard(this[kHeaders], 'request');
472
-
473
- // 31. If this’s request’s mode is "no-cors", then:
474
- if (mode === 'no-cors') {
475
- // 1. If this’s request’s method is not a CORS-safelisted method,
476
- // then throw a TypeError.
477
- if (!corsSafeListedMethodsSet.has(request.method)) {
478
- throw new TypeError(
479
- `'${request.method} is unsupported in no-cors mode.`
480
- )
481
- }
482
-
483
- // 2. Set this’s headers’s guard to "request-no-cors".
484
- setHeadersGuard(this[kHeaders], 'request-no-cors');
485
- }
486
-
487
- // 32. If init is not empty, then:
488
- if (initHasKey) {
489
- /** @type {HeadersList} */
490
- const headersList = getHeadersList(this[kHeaders]);
491
- // 1. Let headers be a copy of this’s headers and its associated header
492
- // list.
493
- // 2. If init["headers"] exists, then set headers to init["headers"].
494
- const headers = init.headers !== undefined ? init.headers : new HeadersList(headersList);
495
-
496
- // 3. Empty this’s headers’s header list.
497
- headersList.clear();
498
-
499
- // 4. If headers is a Headers object, then for each header in its header
500
- // list, append header’s name/header’s value to this’s headers.
501
- if (headers instanceof HeadersList) {
502
- for (const { name, value } of headers.rawValues()) {
503
- headersList.append(name, value, false);
504
- }
505
- // Note: Copy the `set-cookie` meta-data.
506
- headersList.cookies = headers.cookies;
507
- } else {
508
- // 5. Otherwise, fill this’s headers with headers.
509
- fillHeaders(this[kHeaders], headers);
510
- }
511
- }
512
-
513
- // 33. Let inputBody be input’s request’s body if input is a Request
514
- // object; otherwise null.
515
- const inputBody = input instanceof Request ? input[kState].body : null;
516
-
517
- // 34. If either init["body"] exists and is non-null or inputBody is
518
- // non-null, and request’s method is `GET` or `HEAD`, then throw a
519
- // TypeError.
520
- if (
521
- (init.body != null || inputBody != null) &&
522
- (request.method === 'GET' || request.method === 'HEAD')
523
- ) {
524
- throw new TypeError('Request with GET/HEAD method cannot have body.')
525
- }
526
-
527
- // 35. Let initBody be null.
528
- let initBody = null;
529
-
530
- // 36. If init["body"] exists and is non-null, then:
531
- if (init.body != null) {
532
- // 1. Let Content-Type be null.
533
- // 2. Set initBody and Content-Type to the result of extracting
534
- // init["body"], with keepalive set to request’s keepalive.
535
- const [extractedBody, contentType] = extractBody(
536
- init.body,
537
- request.keepalive
538
- );
539
- initBody = extractedBody;
540
-
541
- // 3, If Content-Type is non-null and this’s headers’s header list does
542
- // not contain `Content-Type`, then append `Content-Type`/Content-Type to
543
- // this’s headers.
544
- if (contentType && !getHeadersList(this[kHeaders]).contains('content-type', true)) {
545
- this[kHeaders].append('content-type', contentType);
546
- }
547
- }
548
-
549
- // 37. Let inputOrInitBody be initBody if it is non-null; otherwise
550
- // inputBody.
551
- const inputOrInitBody = initBody ?? inputBody;
552
-
553
- // 38. If inputOrInitBody is non-null and inputOrInitBody’s source is
554
- // null, then:
555
- if (inputOrInitBody != null && inputOrInitBody.source == null) {
556
- // 1. If initBody is non-null and init["duplex"] does not exist,
557
- // then throw a TypeError.
558
- if (initBody != null && init.duplex == null) {
559
- throw new TypeError('RequestInit: duplex option is required when sending a body.')
560
- }
561
-
562
- // 2. If this’s request’s mode is neither "same-origin" nor "cors",
563
- // then throw a TypeError.
564
- if (request.mode !== 'same-origin' && request.mode !== 'cors') {
565
- throw new TypeError(
566
- 'If request is made from ReadableStream, mode should be "same-origin" or "cors"'
567
- )
568
- }
569
-
570
- // 3. Set this’s request’s use-CORS-preflight flag.
571
- request.useCORSPreflightFlag = true;
572
- }
573
-
574
- // 39. Let finalBody be inputOrInitBody.
575
- let finalBody = inputOrInitBody;
576
-
577
- // 40. If initBody is null and inputBody is non-null, then:
578
- if (initBody == null && inputBody != null) {
579
- // 1. If input is unusable, then throw a TypeError.
580
- if (bodyUnusable(input)) {
581
- throw new TypeError(
582
- 'Cannot construct a Request with a Request object that has already been used.'
583
- )
584
- }
585
-
586
- // 2. Set finalBody to the result of creating a proxy for inputBody.
587
- // https://streams.spec.whatwg.org/#readablestream-create-a-proxy
588
- const identityTransform = new TransformStream();
589
- inputBody.stream.pipeThrough(identityTransform);
590
- finalBody = {
591
- source: inputBody.source,
592
- length: inputBody.length,
593
- stream: identityTransform.readable
594
- };
595
- }
596
-
597
- // 41. Set this’s request’s body to finalBody.
598
- this[kState].body = finalBody;
599
- }
600
-
601
- // Returns request’s HTTP method, which is "GET" by default.
602
- get method () {
603
- webidl.brandCheck(this, Request);
604
-
605
- // The method getter steps are to return this’s request’s method.
606
- return this[kState].method
607
- }
608
-
609
- // Returns the URL of request as a string.
610
- get url () {
611
- webidl.brandCheck(this, Request);
612
-
613
- // The url getter steps are to return this’s request’s URL, serialized.
614
- return URLSerializer(this[kState].url)
615
- }
616
-
617
- // Returns a Headers object consisting of the headers associated with request.
618
- // Note that headers added in the network layer by the user agent will not
619
- // be accounted for in this object, e.g., the "Host" header.
620
- get headers () {
621
- webidl.brandCheck(this, Request);
622
-
623
- // The headers getter steps are to return this’s headers.
624
- return this[kHeaders]
625
- }
626
-
627
- // Returns the kind of resource requested by request, e.g., "document"
628
- // or "script".
629
- get destination () {
630
- webidl.brandCheck(this, Request);
631
-
632
- // The destination getter are to return this’s request’s destination.
633
- return this[kState].destination
634
- }
635
-
636
- // Returns the referrer of request. Its value can be a same-origin URL if
637
- // explicitly set in init, the empty string to indicate no referrer, and
638
- // "about:client" when defaulting to the global’s default. This is used
639
- // during fetching to determine the value of the `Referer` header of the
640
- // request being made.
641
- get referrer () {
642
- webidl.brandCheck(this, Request);
643
-
644
- // 1. If this’s request’s referrer is "no-referrer", then return the
645
- // empty string.
646
- if (this[kState].referrer === 'no-referrer') {
647
- return ''
648
- }
649
-
650
- // 2. If this’s request’s referrer is "client", then return
651
- // "about:client".
652
- if (this[kState].referrer === 'client') {
653
- return 'about:client'
654
- }
655
-
656
- // Return this’s request’s referrer, serialized.
657
- return this[kState].referrer.toString()
658
- }
659
-
660
- // Returns the referrer policy associated with request.
661
- // This is used during fetching to compute the value of the request’s
662
- // referrer.
663
- get referrerPolicy () {
664
- webidl.brandCheck(this, Request);
665
-
666
- // The referrerPolicy getter steps are to return this’s request’s referrer policy.
667
- return this[kState].referrerPolicy
668
- }
669
-
670
- // Returns the mode associated with request, which is a string indicating
671
- // whether the request will use CORS, or will be restricted to same-origin
672
- // URLs.
673
- get mode () {
674
- webidl.brandCheck(this, Request);
675
-
676
- // The mode getter steps are to return this’s request’s mode.
677
- return this[kState].mode
678
- }
679
-
680
- // Returns the credentials mode associated with request,
681
- // which is a string indicating whether credentials will be sent with the
682
- // request always, never, or only when sent to a same-origin URL.
683
- get credentials () {
684
- // The credentials getter steps are to return this’s request’s credentials mode.
685
- return this[kState].credentials
686
- }
687
-
688
- // Returns the cache mode associated with request,
689
- // which is a string indicating how the request will
690
- // interact with the browser’s cache when fetching.
691
- get cache () {
692
- webidl.brandCheck(this, Request);
693
-
694
- // The cache getter steps are to return this’s request’s cache mode.
695
- return this[kState].cache
696
- }
697
-
698
- // Returns the redirect mode associated with request,
699
- // which is a string indicating how redirects for the
700
- // request will be handled during fetching. A request
701
- // will follow redirects by default.
702
- get redirect () {
703
- webidl.brandCheck(this, Request);
704
-
705
- // The redirect getter steps are to return this’s request’s redirect mode.
706
- return this[kState].redirect
707
- }
708
-
709
- // Returns request’s subresource integrity metadata, which is a
710
- // cryptographic hash of the resource being fetched. Its value
711
- // consists of multiple hashes separated by whitespace. [SRI]
712
- get integrity () {
713
- webidl.brandCheck(this, Request);
714
-
715
- // The integrity getter steps are to return this’s request’s integrity
716
- // metadata.
717
- return this[kState].integrity
718
- }
719
-
720
- // Returns a boolean indicating whether or not request can outlive the
721
- // global in which it was created.
722
- get keepalive () {
723
- webidl.brandCheck(this, Request);
724
-
725
- // The keepalive getter steps are to return this’s request’s keepalive.
726
- return this[kState].keepalive
727
- }
728
-
729
- // Returns a boolean indicating whether or not request is for a reload
730
- // navigation.
731
- get isReloadNavigation () {
732
- webidl.brandCheck(this, Request);
733
-
734
- // The isReloadNavigation getter steps are to return true if this’s
735
- // request’s reload-navigation flag is set; otherwise false.
736
- return this[kState].reloadNavigation
737
- }
738
-
739
- // Returns a boolean indicating whether or not request is for a history
740
- // navigation (a.k.a. back-forward navigation).
741
- get isHistoryNavigation () {
742
- webidl.brandCheck(this, Request);
743
-
744
- // The isHistoryNavigation getter steps are to return true if this’s request’s
745
- // history-navigation flag is set; otherwise false.
746
- return this[kState].historyNavigation
747
- }
748
-
749
- // Returns the signal associated with request, which is an AbortSignal
750
- // object indicating whether or not request has been aborted, and its
751
- // abort event handler.
752
- get signal () {
753
- webidl.brandCheck(this, Request);
754
-
755
- // The signal getter steps are to return this’s signal.
756
- return this[kSignal]
757
- }
758
-
759
- get body () {
760
- webidl.brandCheck(this, Request);
761
-
762
- return this[kState].body ? this[kState].body.stream : null
763
- }
764
-
765
- get bodyUsed () {
766
- webidl.brandCheck(this, Request);
767
-
768
- return !!this[kState].body && util.isDisturbed(this[kState].body.stream)
769
- }
770
-
771
- get duplex () {
772
- webidl.brandCheck(this, Request);
773
-
774
- return 'half'
775
- }
776
-
777
- // Returns a clone of request.
778
- clone () {
779
- webidl.brandCheck(this, Request);
780
-
781
- // 1. If this is unusable, then throw a TypeError.
782
- if (bodyUnusable(this)) {
783
- throw new TypeError('unusable')
784
- }
785
-
786
- // 2. Let clonedRequest be the result of cloning this’s request.
787
- const clonedRequest = cloneRequest(this[kState]);
788
-
789
- // 3. Let clonedRequestObject be the result of creating a Request object,
790
- // given clonedRequest, this’s headers’s guard, and this’s relevant Realm.
791
- // 4. Make clonedRequestObject’s signal follow this’s signal.
792
- const ac = new AbortController();
793
- if (this.signal.aborted) {
794
- ac.abort(this.signal.reason);
795
- } else {
796
- let list = dependentControllerMap.get(this.signal);
797
- if (list === undefined) {
798
- list = new Set();
799
- dependentControllerMap.set(this.signal, list);
800
- }
801
- const acRef = new WeakRef(ac);
802
- list.add(acRef);
803
- util.addAbortListener(
804
- ac.signal,
805
- buildAbort(acRef)
806
- );
807
- }
808
-
809
- // 4. Return clonedRequestObject.
810
- return fromInnerRequest(clonedRequest, ac.signal, getHeadersGuard(this[kHeaders]))
811
- }
812
-
813
- [nodeUtil.inspect.custom] (depth, options) {
814
- if (options.depth === null) {
815
- options.depth = 2;
816
- }
817
-
818
- options.colors ??= true;
819
-
820
- const properties = {
821
- method: this.method,
822
- url: this.url,
823
- headers: this.headers,
824
- destination: this.destination,
825
- referrer: this.referrer,
826
- referrerPolicy: this.referrerPolicy,
827
- mode: this.mode,
828
- credentials: this.credentials,
829
- cache: this.cache,
830
- redirect: this.redirect,
831
- integrity: this.integrity,
832
- keepalive: this.keepalive,
833
- isReloadNavigation: this.isReloadNavigation,
834
- isHistoryNavigation: this.isHistoryNavigation,
835
- signal: this.signal
836
- };
837
-
838
- return `Request ${nodeUtil.formatWithOptions(options, properties)}`
839
- }
840
- }
841
-
842
- mixinBody(Request);
843
-
844
- // https://fetch.spec.whatwg.org/#requests
845
- function makeRequest (init) {
846
- return {
847
- method: init.method ?? 'GET',
848
- localURLsOnly: init.localURLsOnly ?? false,
849
- unsafeRequest: init.unsafeRequest ?? false,
850
- body: init.body ?? null,
851
- client: init.client ?? null,
852
- reservedClient: init.reservedClient ?? null,
853
- replacesClientId: init.replacesClientId ?? '',
854
- window: init.window ?? 'client',
855
- keepalive: init.keepalive ?? false,
856
- serviceWorkers: init.serviceWorkers ?? 'all',
857
- initiator: init.initiator ?? '',
858
- destination: init.destination ?? '',
859
- priority: init.priority ?? null,
860
- origin: init.origin ?? 'client',
861
- policyContainer: init.policyContainer ?? 'client',
862
- referrer: init.referrer ?? 'client',
863
- referrerPolicy: init.referrerPolicy ?? '',
864
- mode: init.mode ?? 'no-cors',
865
- useCORSPreflightFlag: init.useCORSPreflightFlag ?? false,
866
- credentials: init.credentials ?? 'same-origin',
867
- useCredentials: init.useCredentials ?? false,
868
- cache: init.cache ?? 'default',
869
- redirect: init.redirect ?? 'follow',
870
- integrity: init.integrity ?? '',
871
- cryptoGraphicsNonceMetadata: init.cryptoGraphicsNonceMetadata ?? '',
872
- parserMetadata: init.parserMetadata ?? '',
873
- reloadNavigation: init.reloadNavigation ?? false,
874
- historyNavigation: init.historyNavigation ?? false,
875
- userActivation: init.userActivation ?? false,
876
- taintedOrigin: init.taintedOrigin ?? false,
877
- redirectCount: init.redirectCount ?? 0,
878
- responseTainting: init.responseTainting ?? 'basic',
879
- preventNoCacheCacheControlHeaderModification: init.preventNoCacheCacheControlHeaderModification ?? false,
880
- done: init.done ?? false,
881
- timingAllowFailed: init.timingAllowFailed ?? false,
882
- urlList: init.urlList,
883
- url: init.urlList[0],
884
- headersList: init.headersList
885
- ? new HeadersList(init.headersList)
886
- : new HeadersList()
887
- }
888
- }
889
-
890
- // https://fetch.spec.whatwg.org/#concept-request-clone
891
- function cloneRequest (request) {
892
- // To clone a request request, run these steps:
893
-
894
- // 1. Let newRequest be a copy of request, except for its body.
895
- const newRequest = makeRequest({ ...request, body: null });
896
-
897
- // 2. If request’s body is non-null, set newRequest’s body to the
898
- // result of cloning request’s body.
899
- if (request.body != null) {
900
- newRequest.body = cloneBody(newRequest, request.body);
901
- }
902
-
903
- // 3. Return newRequest.
904
- return newRequest
905
- }
906
-
907
- /**
908
- * @see https://fetch.spec.whatwg.org/#request-create
909
- * @param {any} innerRequest
910
- * @param {AbortSignal} signal
911
- * @param {'request' | 'immutable' | 'request-no-cors' | 'response' | 'none'} guard
912
- * @returns {Request}
913
- */
914
- function fromInnerRequest (innerRequest, signal, guard) {
915
- const request = new Request(kConstruct);
916
- request[kState] = innerRequest;
917
- request[kSignal] = signal;
918
- request[kHeaders] = new Headers(kConstruct);
919
- setHeadersList(request[kHeaders], innerRequest.headersList);
920
- setHeadersGuard(request[kHeaders], guard);
921
- return request
922
- }
923
-
924
- Object.defineProperties(Request.prototype, {
925
- method: kEnumerableProperty,
926
- url: kEnumerableProperty,
927
- headers: kEnumerableProperty,
928
- redirect: kEnumerableProperty,
929
- clone: kEnumerableProperty,
930
- signal: kEnumerableProperty,
931
- duplex: kEnumerableProperty,
932
- destination: kEnumerableProperty,
933
- body: kEnumerableProperty,
934
- bodyUsed: kEnumerableProperty,
935
- isHistoryNavigation: kEnumerableProperty,
936
- isReloadNavigation: kEnumerableProperty,
937
- keepalive: kEnumerableProperty,
938
- integrity: kEnumerableProperty,
939
- cache: kEnumerableProperty,
940
- credentials: kEnumerableProperty,
941
- attribute: kEnumerableProperty,
942
- referrerPolicy: kEnumerableProperty,
943
- referrer: kEnumerableProperty,
944
- mode: kEnumerableProperty,
945
- [Symbol.toStringTag]: {
946
- value: 'Request',
947
- configurable: true
948
- }
949
- });
950
-
951
- webidl.converters.Request = webidl.interfaceConverter(
952
- Request
953
- );
954
-
955
- // https://fetch.spec.whatwg.org/#requestinfo
956
- webidl.converters.RequestInfo = function (V, prefix, argument) {
957
- if (typeof V === 'string') {
958
- return webidl.converters.USVString(V, prefix, argument)
959
- }
960
-
961
- if (V instanceof Request) {
962
- return webidl.converters.Request(V, prefix, argument)
963
- }
964
-
965
- return webidl.converters.USVString(V, prefix, argument)
966
- };
967
-
968
- webidl.converters.AbortSignal = webidl.interfaceConverter(
969
- AbortSignal
970
- );
971
-
972
- // https://fetch.spec.whatwg.org/#requestinit
973
- webidl.converters.RequestInit = webidl.dictionaryConverter([
974
- {
975
- key: 'method',
976
- converter: webidl.converters.ByteString
977
- },
978
- {
979
- key: 'headers',
980
- converter: webidl.converters.HeadersInit
981
- },
982
- {
983
- key: 'body',
984
- converter: webidl.nullableConverter(
985
- webidl.converters.BodyInit
986
- )
987
- },
988
- {
989
- key: 'referrer',
990
- converter: webidl.converters.USVString
991
- },
992
- {
993
- key: 'referrerPolicy',
994
- converter: webidl.converters.DOMString,
995
- // https://w3c.github.io/webappsec-referrer-policy/#referrer-policy
996
- allowedValues: referrerPolicy
997
- },
998
- {
999
- key: 'mode',
1000
- converter: webidl.converters.DOMString,
1001
- // https://fetch.spec.whatwg.org/#concept-request-mode
1002
- allowedValues: requestMode
1003
- },
1004
- {
1005
- key: 'credentials',
1006
- converter: webidl.converters.DOMString,
1007
- // https://fetch.spec.whatwg.org/#requestcredentials
1008
- allowedValues: requestCredentials
1009
- },
1010
- {
1011
- key: 'cache',
1012
- converter: webidl.converters.DOMString,
1013
- // https://fetch.spec.whatwg.org/#requestcache
1014
- allowedValues: requestCache
1015
- },
1016
- {
1017
- key: 'redirect',
1018
- converter: webidl.converters.DOMString,
1019
- // https://fetch.spec.whatwg.org/#requestredirect
1020
- allowedValues: requestRedirect
1021
- },
1022
- {
1023
- key: 'integrity',
1024
- converter: webidl.converters.DOMString
1025
- },
1026
- {
1027
- key: 'keepalive',
1028
- converter: webidl.converters.boolean
1029
- },
1030
- {
1031
- key: 'signal',
1032
- converter: webidl.nullableConverter(
1033
- (signal) => webidl.converters.AbortSignal(
1034
- signal,
1035
- 'RequestInit',
1036
- 'signal',
1037
- { strict: false }
1038
- )
1039
- )
1040
- },
1041
- {
1042
- key: 'window',
1043
- converter: webidl.converters.any
1044
- },
1045
- {
1046
- key: 'duplex',
1047
- converter: webidl.converters.DOMString,
1048
- allowedValues: requestDuplex
1049
- },
1050
- {
1051
- key: 'dispatcher', // undici specific option
1052
- converter: webidl.converters.any
1053
- }
1054
- ]);
1055
-
1056
- request = { Request, makeRequest, fromInnerRequest, cloneRequest };
1057
- return request;
1058
- }
1059
-
1060
- export { requireRequest as __require };
1061
- //# sourceMappingURL=request.js.map