@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,219 +0,0 @@
1
- import { __require as requireUtil } from '../core/util.js';
2
- import { __require as requireSymbols } from '../core/symbols.js';
3
- import require$$0$1 from 'node:assert';
4
- import { __require as requireErrors } from '../core/errors.js';
5
- import require$$0 from 'node:events';
6
-
7
- var RedirectHandler_1;
8
- var hasRequiredRedirectHandler;
9
-
10
- function requireRedirectHandler () {
11
- if (hasRequiredRedirectHandler) return RedirectHandler_1;
12
- hasRequiredRedirectHandler = 1;
13
-
14
- const util = requireUtil();
15
- const { kBodyUsed } = requireSymbols();
16
- const assert = require$$0$1;
17
- const { InvalidArgumentError } = requireErrors();
18
- const EE = require$$0;
19
-
20
- const redirectableStatusCodes = [300, 301, 302, 303, 307, 308];
21
-
22
- const kBody = Symbol('body');
23
-
24
- class BodyAsyncIterable {
25
- constructor (body) {
26
- this[kBody] = body;
27
- this[kBodyUsed] = false;
28
- }
29
-
30
- async * [Symbol.asyncIterator] () {
31
- assert(!this[kBodyUsed], 'disturbed');
32
- this[kBodyUsed] = true;
33
- yield * this[kBody];
34
- }
35
- }
36
-
37
- class RedirectHandler {
38
- constructor (dispatch, maxRedirections, opts, handler) {
39
- if (maxRedirections != null && (!Number.isInteger(maxRedirections) || maxRedirections < 0)) {
40
- throw new InvalidArgumentError('maxRedirections must be a positive number')
41
- }
42
-
43
- util.validateHandler(handler, opts.method, opts.upgrade);
44
-
45
- this.dispatch = dispatch;
46
- this.location = null;
47
- this.abort = null;
48
- this.opts = { ...opts, maxRedirections: 0 }; // opts must be a copy
49
- this.maxRedirections = maxRedirections;
50
- this.handler = handler;
51
- this.history = [];
52
-
53
- if (util.isStream(this.opts.body)) {
54
- // TODO (fix): Provide some way for the user to cache the file to e.g. /tmp
55
- // so that it can be dispatched again?
56
- // TODO (fix): Do we need 100-expect support to provide a way to do this properly?
57
- if (util.bodyLength(this.opts.body) === 0) {
58
- this.opts.body
59
- .on('data', function () {
60
- assert(false);
61
- });
62
- }
63
-
64
- if (typeof this.opts.body.readableDidRead !== 'boolean') {
65
- this.opts.body[kBodyUsed] = false;
66
- EE.prototype.on.call(this.opts.body, 'data', function () {
67
- this[kBodyUsed] = true;
68
- });
69
- }
70
- } else if (this.opts.body && typeof this.opts.body.pipeTo === 'function') {
71
- // TODO (fix): We can't access ReadableStream internal state
72
- // to determine whether or not it has been disturbed. This is just
73
- // a workaround.
74
- this.opts.body = new BodyAsyncIterable(this.opts.body);
75
- } else if (
76
- this.opts.body &&
77
- typeof this.opts.body !== 'string' &&
78
- !ArrayBuffer.isView(this.opts.body) &&
79
- util.isIterable(this.opts.body)
80
- ) {
81
- // TODO: Should we allow re-using iterable if !this.opts.idempotent
82
- // or through some other flag?
83
- this.opts.body = new BodyAsyncIterable(this.opts.body);
84
- }
85
- }
86
-
87
- onConnect (abort) {
88
- this.abort = abort;
89
- this.handler.onConnect(abort, { history: this.history });
90
- }
91
-
92
- onUpgrade (statusCode, headers, socket) {
93
- this.handler.onUpgrade(statusCode, headers, socket);
94
- }
95
-
96
- onError (error) {
97
- this.handler.onError(error);
98
- }
99
-
100
- onHeaders (statusCode, headers, resume, statusText) {
101
- this.location = this.history.length >= this.maxRedirections || util.isDisturbed(this.opts.body)
102
- ? null
103
- : parseLocation(statusCode, headers);
104
-
105
- if (this.opts.origin) {
106
- this.history.push(new URL(this.opts.path, this.opts.origin));
107
- }
108
-
109
- if (!this.location) {
110
- return this.handler.onHeaders(statusCode, headers, resume, statusText)
111
- }
112
-
113
- const { origin, pathname, search } = util.parseURL(new URL(this.location, this.opts.origin && new URL(this.opts.path, this.opts.origin)));
114
- const path = search ? `${pathname}${search}` : pathname;
115
-
116
- // Remove headers referring to the original URL.
117
- // By default it is Host only, unless it's a 303 (see below), which removes also all Content-* headers.
118
- // https://tools.ietf.org/html/rfc7231#section-6.4
119
- this.opts.headers = cleanRequestHeaders(this.opts.headers, statusCode === 303, this.opts.origin !== origin);
120
- this.opts.path = path;
121
- this.opts.origin = origin;
122
- this.opts.maxRedirections = 0;
123
- this.opts.query = null;
124
-
125
- // https://tools.ietf.org/html/rfc7231#section-6.4.4
126
- // In case of HTTP 303, always replace method to be either HEAD or GET
127
- if (statusCode === 303 && this.opts.method !== 'HEAD') {
128
- this.opts.method = 'GET';
129
- this.opts.body = null;
130
- }
131
- }
132
-
133
- onData (chunk) {
134
- if (this.location) ; else {
135
- return this.handler.onData(chunk)
136
- }
137
- }
138
-
139
- onComplete (trailers) {
140
- if (this.location) {
141
- /*
142
- https://tools.ietf.org/html/rfc7231#section-6.4
143
-
144
- TLDR: undici always ignores 3xx response trailers as they are not expected in case of redirections
145
- and neither are useful if present.
146
-
147
- See comment on onData method above for more detailed informations.
148
- */
149
-
150
- this.location = null;
151
- this.abort = null;
152
-
153
- this.dispatch(this.opts, this);
154
- } else {
155
- this.handler.onComplete(trailers);
156
- }
157
- }
158
-
159
- onBodySent (chunk) {
160
- if (this.handler.onBodySent) {
161
- this.handler.onBodySent(chunk);
162
- }
163
- }
164
- }
165
-
166
- function parseLocation (statusCode, headers) {
167
- if (redirectableStatusCodes.indexOf(statusCode) === -1) {
168
- return null
169
- }
170
-
171
- for (let i = 0; i < headers.length; i += 2) {
172
- if (headers[i].toString().toLowerCase() === 'location') {
173
- return headers[i + 1]
174
- }
175
- }
176
- }
177
-
178
- // https://tools.ietf.org/html/rfc7231#section-6.4.4
179
- function shouldRemoveHeader (header, removeContent, unknownOrigin) {
180
- if (header.length === 4) {
181
- return util.headerNameToString(header) === 'host'
182
- }
183
- if (removeContent && util.headerNameToString(header).startsWith('content-')) {
184
- return true
185
- }
186
- if (unknownOrigin && (header.length === 13 || header.length === 6 || header.length === 19)) {
187
- const name = util.headerNameToString(header);
188
- return name === 'authorization' || name === 'cookie' || name === 'proxy-authorization'
189
- }
190
- return false
191
- }
192
-
193
- // https://tools.ietf.org/html/rfc7231#section-6.4
194
- function cleanRequestHeaders (headers, removeContent, unknownOrigin) {
195
- const ret = [];
196
- if (Array.isArray(headers)) {
197
- for (let i = 0; i < headers.length; i += 2) {
198
- if (!shouldRemoveHeader(headers[i], removeContent, unknownOrigin)) {
199
- ret.push(headers[i], headers[i + 1]);
200
- }
201
- }
202
- } else if (headers && typeof headers === 'object') {
203
- for (const key of Object.keys(headers)) {
204
- if (!shouldRemoveHeader(key, removeContent, unknownOrigin)) {
205
- ret.push(key, headers[key]);
206
- }
207
- }
208
- } else {
209
- assert(headers == null, 'headers must be an object or an array');
210
- }
211
- return ret
212
- }
213
-
214
- RedirectHandler_1 = RedirectHandler;
215
- return RedirectHandler_1;
216
- }
217
-
218
- export { requireRedirectHandler as __require };
219
- //# sourceMappingURL=RedirectHandler.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RedirectHandler.js","sources":["../../../../../../../../node_modules/undici/lib/handler/RedirectHandler.js"],"sourcesContent":["'use strict'\n\nconst util = require('../core/util')\nconst { kBodyUsed } = require('../core/symbols')\nconst assert = require('assert')\nconst { InvalidArgumentError } = require('../core/errors')\nconst EE = require('events')\n\nconst redirectableStatusCodes = [300, 301, 302, 303, 307, 308]\n\nconst kBody = Symbol('body')\n\nclass BodyAsyncIterable {\n constructor (body) {\n this[kBody] = body\n this[kBodyUsed] = false\n }\n\n async * [Symbol.asyncIterator] () {\n assert(!this[kBodyUsed], 'disturbed')\n this[kBodyUsed] = true\n yield * this[kBody]\n }\n}\n\nclass RedirectHandler {\n constructor (dispatch, maxRedirections, opts, handler) {\n if (maxRedirections != null && (!Number.isInteger(maxRedirections) || maxRedirections < 0)) {\n throw new InvalidArgumentError('maxRedirections must be a positive number')\n }\n\n util.validateHandler(handler, opts.method, opts.upgrade)\n\n this.dispatch = dispatch\n this.location = null\n this.abort = null\n this.opts = { ...opts, maxRedirections: 0 } // opts must be a copy\n this.maxRedirections = maxRedirections\n this.handler = handler\n this.history = []\n\n if (util.isStream(this.opts.body)) {\n // TODO (fix): Provide some way for the user to cache the file to e.g. /tmp\n // so that it can be dispatched again?\n // TODO (fix): Do we need 100-expect support to provide a way to do this properly?\n if (util.bodyLength(this.opts.body) === 0) {\n this.opts.body\n .on('data', function () {\n assert(false)\n })\n }\n\n if (typeof this.opts.body.readableDidRead !== 'boolean') {\n this.opts.body[kBodyUsed] = false\n EE.prototype.on.call(this.opts.body, 'data', function () {\n this[kBodyUsed] = true\n })\n }\n } else if (this.opts.body && typeof this.opts.body.pipeTo === 'function') {\n // TODO (fix): We can't access ReadableStream internal state\n // to determine whether or not it has been disturbed. This is just\n // a workaround.\n this.opts.body = new BodyAsyncIterable(this.opts.body)\n } else if (\n this.opts.body &&\n typeof this.opts.body !== 'string' &&\n !ArrayBuffer.isView(this.opts.body) &&\n util.isIterable(this.opts.body)\n ) {\n // TODO: Should we allow re-using iterable if !this.opts.idempotent\n // or through some other flag?\n this.opts.body = new BodyAsyncIterable(this.opts.body)\n }\n }\n\n onConnect (abort) {\n this.abort = abort\n this.handler.onConnect(abort, { history: this.history })\n }\n\n onUpgrade (statusCode, headers, socket) {\n this.handler.onUpgrade(statusCode, headers, socket)\n }\n\n onError (error) {\n this.handler.onError(error)\n }\n\n onHeaders (statusCode, headers, resume, statusText) {\n this.location = this.history.length >= this.maxRedirections || util.isDisturbed(this.opts.body)\n ? null\n : parseLocation(statusCode, headers)\n\n if (this.opts.origin) {\n this.history.push(new URL(this.opts.path, this.opts.origin))\n }\n\n if (!this.location) {\n return this.handler.onHeaders(statusCode, headers, resume, statusText)\n }\n\n const { origin, pathname, search } = util.parseURL(new URL(this.location, this.opts.origin && new URL(this.opts.path, this.opts.origin)))\n const path = search ? `${pathname}${search}` : pathname\n\n // Remove headers referring to the original URL.\n // By default it is Host only, unless it's a 303 (see below), which removes also all Content-* headers.\n // https://tools.ietf.org/html/rfc7231#section-6.4\n this.opts.headers = cleanRequestHeaders(this.opts.headers, statusCode === 303, this.opts.origin !== origin)\n this.opts.path = path\n this.opts.origin = origin\n this.opts.maxRedirections = 0\n this.opts.query = null\n\n // https://tools.ietf.org/html/rfc7231#section-6.4.4\n // In case of HTTP 303, always replace method to be either HEAD or GET\n if (statusCode === 303 && this.opts.method !== 'HEAD') {\n this.opts.method = 'GET'\n this.opts.body = null\n }\n }\n\n onData (chunk) {\n if (this.location) {\n /*\n https://tools.ietf.org/html/rfc7231#section-6.4\n\n TLDR: undici always ignores 3xx response bodies.\n\n Redirection is used to serve the requested resource from another URL, so it is assumes that\n no body is generated (and thus can be ignored). Even though generating a body is not prohibited.\n\n For status 301, 302, 303, 307 and 308 (the latter from RFC 7238), the specs mention that the body usually\n (which means it's optional and not mandated) contain just an hyperlink to the value of\n the Location response header, so the body can be ignored safely.\n\n For status 300, which is \"Multiple Choices\", the spec mentions both generating a Location\n response header AND a response body with the other possible location to follow.\n Since the spec explicitily chooses not to specify a format for such body and leave it to\n servers and browsers implementors, we ignore the body as there is no specified way to eventually parse it.\n */\n } else {\n return this.handler.onData(chunk)\n }\n }\n\n onComplete (trailers) {\n if (this.location) {\n /*\n https://tools.ietf.org/html/rfc7231#section-6.4\n\n TLDR: undici always ignores 3xx response trailers as they are not expected in case of redirections\n and neither are useful if present.\n\n See comment on onData method above for more detailed informations.\n */\n\n this.location = null\n this.abort = null\n\n this.dispatch(this.opts, this)\n } else {\n this.handler.onComplete(trailers)\n }\n }\n\n onBodySent (chunk) {\n if (this.handler.onBodySent) {\n this.handler.onBodySent(chunk)\n }\n }\n}\n\nfunction parseLocation (statusCode, headers) {\n if (redirectableStatusCodes.indexOf(statusCode) === -1) {\n return null\n }\n\n for (let i = 0; i < headers.length; i += 2) {\n if (headers[i].toString().toLowerCase() === 'location') {\n return headers[i + 1]\n }\n }\n}\n\n// https://tools.ietf.org/html/rfc7231#section-6.4.4\nfunction shouldRemoveHeader (header, removeContent, unknownOrigin) {\n if (header.length === 4) {\n return util.headerNameToString(header) === 'host'\n }\n if (removeContent && util.headerNameToString(header).startsWith('content-')) {\n return true\n }\n if (unknownOrigin && (header.length === 13 || header.length === 6 || header.length === 19)) {\n const name = util.headerNameToString(header)\n return name === 'authorization' || name === 'cookie' || name === 'proxy-authorization'\n }\n return false\n}\n\n// https://tools.ietf.org/html/rfc7231#section-6.4\nfunction cleanRequestHeaders (headers, removeContent, unknownOrigin) {\n const ret = []\n if (Array.isArray(headers)) {\n for (let i = 0; i < headers.length; i += 2) {\n if (!shouldRemoveHeader(headers[i], removeContent, unknownOrigin)) {\n ret.push(headers[i], headers[i + 1])\n }\n }\n } else if (headers && typeof headers === 'object') {\n for (const key of Object.keys(headers)) {\n if (!shouldRemoveHeader(key, removeContent, unknownOrigin)) {\n ret.push(key, headers[key])\n }\n }\n } else {\n assert(headers == null, 'headers must be an object or an array')\n }\n return ret\n}\n\nmodule.exports = RedirectHandler\n"],"names":["require$$0","require$$1","require$$2","require$$3","require$$4"],"mappings":";;;;;;;;;;;;;AAEA,CAAA,MAAM,IAAI,GAAGA,WAAA;CACb,MAAM,EAAE,SAAS,EAAE,GAAGC,cAAA;AACtB,CAAA,MAAM,MAAM,GAAGC;CACf,MAAM,EAAE,oBAAoB,EAAE,GAAGC,aAAA;AACjC,CAAA,MAAM,EAAE,GAAGC;;AAEX,CAAA,MAAM,uBAAuB,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG;;AAE7D,CAAA,MAAM,KAAK,GAAG,MAAM,CAAC,MAAM;;AAE3B,CAAA,MAAM,iBAAiB,CAAC;AACxB,GAAE,WAAW,CAAC,CAAC,IAAI,EAAE;AACrB,KAAI,IAAI,CAAC,KAAK,CAAC,GAAG;AAClB,KAAI,IAAI,CAAC,SAAS,CAAC,GAAG;AACtB,GAAA;;AAEA,GAAE,SAAS,MAAM,CAAC,aAAa,EAAE,GAAG;KAChC,MAAM,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,WAAW;AACxC,KAAI,IAAI,CAAC,SAAS,CAAC,GAAG;KAClB,QAAQ,IAAI,CAAC,KAAK;AACtB,GAAA;AACA;;AAEA,CAAA,MAAM,eAAe,CAAC;GACpB,WAAW,CAAC,CAAC,QAAQ,EAAE,eAAe,EAAE,IAAI,EAAE,OAAO,EAAE;AACzD,KAAI,IAAI,eAAe,IAAI,IAAI,KAAK,CAAC,MAAM,CAAC,SAAS,CAAC,eAAe,CAAC,IAAI,eAAe,GAAG,CAAC,CAAC,EAAE;AAChG,OAAM,MAAM,IAAI,oBAAoB,CAAC,2CAA2C;AAChF,KAAA;;AAEA,KAAI,IAAI,CAAC,eAAe,CAAC,OAAO,EAAE,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,OAAO;;KAEvD,IAAI,CAAC,QAAQ,GAAG;KAChB,IAAI,CAAC,QAAQ,GAAG;KAChB,IAAI,CAAC,KAAK,GAAG;KACb,IAAI,CAAC,IAAI,GAAG,EAAE,GAAG,IAAI,EAAE,eAAe,EAAE,CAAC,GAAE;KAC3C,IAAI,CAAC,eAAe,GAAG;KACvB,IAAI,CAAC,OAAO,GAAG;KACf,IAAI,CAAC,OAAO,GAAG;;KAEf,IAAI,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE;AACvC;AACA;AACA;AACA,OAAM,IAAI,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE;SACzC,IAAI,CAAC,IAAI,CAAC;AAClB,YAAW,EAAE,CAAC,MAAM,EAAE,YAAY;aACtB,MAAM,CAAC,KAAK;WACxB,CAAW;AACX,OAAA;;OAEM,IAAI,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,eAAe,KAAK,SAAS,EAAE;SACvD,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG;AACpC,SAAQ,EAAE,CAAC,SAAS,CAAC,EAAE,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,YAAY;AACjE,WAAU,IAAI,CAAC,SAAS,CAAC,GAAG;SAC5B,CAAS;AACT,OAAA;AACA,KAAA,CAAK,MAAM,IAAI,IAAI,CAAC,IAAI,CAAC,IAAI,IAAI,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,KAAK,UAAU,EAAE;AAC9E;AACA;AACA;AACA,OAAM,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG,IAAI,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI;AAC3D,KAAA,CAAK,MAAM;AACX,OAAM,IAAI,CAAC,IAAI,CAAC,IAAI;AACpB,OAAM,OAAO,IAAI,CAAC,IAAI,CAAC,IAAI,KAAK,QAAQ;OAClC,CAAC,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC;OACnC,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI;OAC9B;AACN;AACA;AACA,OAAM,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG,IAAI,iBAAiB,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI;AAC3D,KAAA;AACA,GAAA;;AAEA,GAAE,SAAS,CAAC,CAAC,KAAK,EAAE;KAChB,IAAI,CAAC,KAAK,GAAG;AACjB,KAAI,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,KAAK,EAAE,EAAE,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE;AAC3D,GAAA;;GAEE,SAAS,CAAC,CAAC,UAAU,EAAE,OAAO,EAAE,MAAM,EAAE;KACtC,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,UAAU,EAAE,OAAO,EAAE,MAAM;AACtD,GAAA;;AAEA,GAAE,OAAO,CAAC,CAAC,KAAK,EAAE;AAClB,KAAI,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,KAAK;AAC9B,GAAA;;GAEE,SAAS,CAAC,CAAC,UAAU,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE;KAClD,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,OAAO,CAAC,MAAM,IAAI,IAAI,CAAC,eAAe,IAAI,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI;SAC1F;AACR,SAAQ,aAAa,CAAC,UAAU,EAAE,OAAO;;AAEzC,KAAI,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE;OACpB,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC;AACjE,KAAA;;AAEA,KAAI,IAAI,CAAC,IAAI,CAAC,QAAQ,EAAE;AACxB,OAAM,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAAC,UAAU,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU;AAC3E,KAAA;;AAEA,KAAI,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,GAAG,CAAC,IAAI,CAAC,QAAQ,EAAE,IAAI,CAAC,IAAI,CAAC,MAAM,IAAI,IAAI,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;AAC5I,KAAI,MAAM,IAAI,GAAG,MAAM,GAAG,CAAC,EAAE,QAAQ,CAAC,EAAE,MAAM,CAAC,CAAC,GAAG;;AAEnD;AACA;AACA;KACI,IAAI,CAAC,IAAI,CAAC,OAAO,GAAG,mBAAmB,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,UAAU,KAAK,GAAG,EAAE,IAAI,CAAC,IAAI,CAAC,MAAM,KAAK,MAAM;AAC9G,KAAI,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG;AACrB,KAAI,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG;AACvB,KAAI,IAAI,CAAC,IAAI,CAAC,eAAe,GAAG;AAChC,KAAI,IAAI,CAAC,IAAI,CAAC,KAAK,GAAG;;AAEtB;AACA;AACA,KAAI,IAAI,UAAU,KAAK,GAAG,IAAI,IAAI,CAAC,IAAI,CAAC,MAAM,KAAK,MAAM,EAAE;AAC3D,OAAM,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG;AACzB,OAAM,IAAI,CAAC,IAAI,CAAC,IAAI,GAAG;AACvB,KAAA;AACA,GAAA;;AAEA,GAAE,MAAM,CAAC,CAAC,KAAK,EAAE;AACjB,KAAI,IAAI,IAAI,CAAC,QAAQ,EAAE,CAkBlB,MAAM;AACX,OAAM,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,KAAK;AACtC,KAAA;AACA,GAAA;;AAEA,GAAE,UAAU,CAAC,CAAC,QAAQ,EAAE;AACxB,KAAI,IAAI,IAAI,CAAC,QAAQ,EAAE;AACvB;AACA;;AAEA;AACA;;AAEA;AACA;;OAEM,IAAI,CAAC,QAAQ,GAAG;OAChB,IAAI,CAAC,KAAK,GAAG;;OAEb,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,EAAE,IAAI;AACnC,KAAA,CAAK,MAAM;AACX,OAAM,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,QAAQ;AACtC,KAAA;AACA,GAAA;;AAEA,GAAE,UAAU,CAAC,CAAC,KAAK,EAAE;AACrB,KAAI,IAAI,IAAI,CAAC,OAAO,CAAC,UAAU,EAAE;AACjC,OAAM,IAAI,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK;AACnC,KAAA;AACA,GAAA;AACA;;AAEA,CAAA,SAAS,aAAa,EAAE,UAAU,EAAE,OAAO,EAAE;GAC3C,IAAI,uBAAuB,CAAC,OAAO,CAAC,UAAU,CAAC,KAAK,EAAE,EAAE;AAC1D,KAAI,OAAO;AACX,GAAA;;AAEA,GAAE,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC,EAAE;AAC9C,KAAI,IAAI,OAAO,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,WAAW,EAAE,KAAK,UAAU,EAAE;AAC5D,OAAM,OAAO,OAAO,CAAC,CAAC,GAAG,CAAC;AAC1B,KAAA;AACA,GAAA;AACA,CAAA;;AAEA;AACA,CAAA,SAAS,kBAAkB,EAAE,MAAM,EAAE,aAAa,EAAE,aAAa,EAAE;AACnE,GAAE,IAAI,MAAM,CAAC,MAAM,KAAK,CAAC,EAAE;AAC3B,KAAI,OAAO,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,KAAK;AAC/C,GAAA;AACA,GAAE,IAAI,aAAa,IAAI,IAAI,CAAC,kBAAkB,CAAC,MAAM,CAAC,CAAC,UAAU,CAAC,UAAU,CAAC,EAAE;AAC/E,KAAI,OAAO;AACX,GAAA;GACE,IAAI,aAAa,KAAK,MAAM,CAAC,MAAM,KAAK,EAAE,IAAI,MAAM,CAAC,MAAM,KAAK,CAAC,IAAI,MAAM,CAAC,MAAM,KAAK,EAAE,CAAC,EAAE;AAC9F,KAAI,MAAM,IAAI,GAAG,IAAI,CAAC,kBAAkB,CAAC,MAAM;KAC3C,OAAO,IAAI,KAAK,eAAe,IAAI,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK;AACrE,GAAA;AACA,GAAE,OAAO;AACT,CAAA;;AAEA;AACA,CAAA,SAAS,mBAAmB,EAAE,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE;GACnE,MAAM,GAAG,GAAG;AACd,GAAE,IAAI,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE;AAC9B,KAAI,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,IAAI,CAAC,EAAE;AAChD,OAAM,IAAI,CAAC,kBAAkB,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,aAAa,EAAE,aAAa,CAAC,EAAE;AACzE,SAAQ,GAAG,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC;AAC3C,OAAA;AACA,KAAA;GACA,CAAG,MAAM,IAAI,OAAO,IAAI,OAAO,OAAO,KAAK,QAAQ,EAAE;KACjD,KAAK,MAAM,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE;OACtC,IAAI,CAAC,kBAAkB,CAAC,GAAG,EAAE,aAAa,EAAE,aAAa,CAAC,EAAE;SAC1D,GAAG,CAAC,IAAI,CAAC,GAAG,EAAE,OAAO,CAAC,GAAG,CAAC;AAClC,OAAA;AACA,KAAA;AACA,GAAA,CAAG,MAAM;AACT,KAAI,MAAM,CAAC,OAAO,IAAI,IAAI,EAAE,uCAAuC;AACnE,GAAA;AACA,GAAE,OAAO;AACT,CAAA;;AAEA,CAAA,iBAAc,GAAG;;;;;;","x_google_ignoreList":[0]}
@@ -1,352 +0,0 @@
1
- import require$$0 from 'node:assert';
2
- import { __require as requireSymbols } from '../core/symbols.js';
3
- import { __require as requireErrors } from '../core/errors.js';
4
- import { __require as requireUtil } from '../core/util.js';
5
-
6
- var RetryHandler_1;
7
- var hasRequiredRetryHandler;
8
-
9
- function requireRetryHandler () {
10
- if (hasRequiredRetryHandler) return RetryHandler_1;
11
- hasRequiredRetryHandler = 1;
12
- const assert = require$$0;
13
-
14
- const { kRetryHandlerDefaultRetry } = requireSymbols();
15
- const { RequestRetryError } = requireErrors();
16
- const { isDisturbed, parseHeaders, parseRangeHeader } = requireUtil();
17
-
18
- function calculateRetryAfterHeader (retryAfter) {
19
- const current = Date.now();
20
- const diff = new Date(retryAfter).getTime() - current;
21
-
22
- return diff
23
- }
24
-
25
- class RetryHandler {
26
- constructor (opts, handlers) {
27
- const { retryOptions, ...dispatchOpts } = opts;
28
- const {
29
- // Retry scoped
30
- retry: retryFn,
31
- maxRetries,
32
- maxTimeout,
33
- minTimeout,
34
- timeoutFactor,
35
- // Response scoped
36
- methods,
37
- errorCodes,
38
- retryAfter,
39
- statusCodes
40
- } = retryOptions ?? {};
41
-
42
- this.dispatch = handlers.dispatch;
43
- this.handler = handlers.handler;
44
- this.opts = dispatchOpts;
45
- this.abort = null;
46
- this.aborted = false;
47
- this.retryOpts = {
48
- retry: retryFn ?? RetryHandler[kRetryHandlerDefaultRetry],
49
- retryAfter: retryAfter ?? true,
50
- maxTimeout: maxTimeout ?? 30 * 1000, // 30s,
51
- timeout: minTimeout ?? 500, // .5s
52
- timeoutFactor: timeoutFactor ?? 2,
53
- maxRetries: maxRetries ?? 5,
54
- // What errors we should retry
55
- methods: methods ?? ['GET', 'HEAD', 'OPTIONS', 'PUT', 'DELETE', 'TRACE'],
56
- // Indicates which errors to retry
57
- statusCodes: statusCodes ?? [500, 502, 503, 504, 429],
58
- // List of errors to retry
59
- errorCodes: errorCodes ?? [
60
- 'ECONNRESET',
61
- 'ECONNREFUSED',
62
- 'ENOTFOUND',
63
- 'ENETDOWN',
64
- 'ENETUNREACH',
65
- 'EHOSTDOWN',
66
- 'EHOSTUNREACH',
67
- 'EPIPE'
68
- ]
69
- };
70
-
71
- this.retryCount = 0;
72
- this.start = 0;
73
- this.end = null;
74
- this.etag = null;
75
- this.resume = null;
76
-
77
- // Handle possible onConnect duplication
78
- this.handler.onConnect(reason => {
79
- this.aborted = true;
80
- if (this.abort) {
81
- this.abort(reason);
82
- } else {
83
- this.reason = reason;
84
- }
85
- });
86
- }
87
-
88
- onRequestSent () {
89
- if (this.handler.onRequestSent) {
90
- this.handler.onRequestSent();
91
- }
92
- }
93
-
94
- onUpgrade (statusCode, headers, socket) {
95
- if (this.handler.onUpgrade) {
96
- this.handler.onUpgrade(statusCode, headers, socket);
97
- }
98
- }
99
-
100
- onConnect (abort) {
101
- if (this.aborted) {
102
- abort(this.reason);
103
- } else {
104
- this.abort = abort;
105
- }
106
- }
107
-
108
- onBodySent (chunk) {
109
- if (this.handler.onBodySent) return this.handler.onBodySent(chunk)
110
- }
111
-
112
- static [kRetryHandlerDefaultRetry] (err, { state, opts }, cb) {
113
- const { statusCode, code, headers } = err;
114
- const { method, retryOptions } = opts;
115
- const {
116
- maxRetries,
117
- timeout,
118
- maxTimeout,
119
- timeoutFactor,
120
- statusCodes,
121
- errorCodes,
122
- methods
123
- } = retryOptions;
124
- let { counter, currentTimeout } = state;
125
-
126
- currentTimeout =
127
- currentTimeout != null && currentTimeout > 0 ? currentTimeout : timeout;
128
-
129
- // Any code that is not a Undici's originated and allowed to retry
130
- if (
131
- code &&
132
- code !== 'UND_ERR_REQ_RETRY' &&
133
- code !== 'UND_ERR_SOCKET' &&
134
- !errorCodes.includes(code)
135
- ) {
136
- cb(err);
137
- return
138
- }
139
-
140
- // If a set of method are provided and the current method is not in the list
141
- if (Array.isArray(methods) && !methods.includes(method)) {
142
- cb(err);
143
- return
144
- }
145
-
146
- // If a set of status code are provided and the current status code is not in the list
147
- if (
148
- statusCode != null &&
149
- Array.isArray(statusCodes) &&
150
- !statusCodes.includes(statusCode)
151
- ) {
152
- cb(err);
153
- return
154
- }
155
-
156
- // If we reached the max number of retries
157
- if (counter > maxRetries) {
158
- cb(err);
159
- return
160
- }
161
-
162
- let retryAfterHeader = headers != null && headers['retry-after'];
163
- if (retryAfterHeader) {
164
- retryAfterHeader = Number(retryAfterHeader);
165
- retryAfterHeader = isNaN(retryAfterHeader)
166
- ? calculateRetryAfterHeader(retryAfterHeader)
167
- : retryAfterHeader * 1e3; // Retry-After is in seconds
168
- }
169
-
170
- const retryTimeout =
171
- retryAfterHeader > 0
172
- ? Math.min(retryAfterHeader, maxTimeout)
173
- : Math.min(currentTimeout * timeoutFactor ** counter, maxTimeout);
174
-
175
- state.currentTimeout = retryTimeout;
176
-
177
- setTimeout(() => cb(null), retryTimeout);
178
- }
179
-
180
- onHeaders (statusCode, rawHeaders, resume, statusMessage) {
181
- const headers = parseHeaders(rawHeaders);
182
-
183
- this.retryCount += 1;
184
-
185
- if (statusCode >= 300) {
186
- this.abort(
187
- new RequestRetryError('Request failed', statusCode, {
188
- headers,
189
- count: this.retryCount
190
- })
191
- );
192
- return false
193
- }
194
-
195
- // Checkpoint for resume from where we left it
196
- if (this.resume != null) {
197
- this.resume = null;
198
-
199
- if (statusCode !== 206) {
200
- return true
201
- }
202
-
203
- const contentRange = parseRangeHeader(headers['content-range']);
204
- // If no content range
205
- if (!contentRange) {
206
- this.abort(
207
- new RequestRetryError('Content-Range mismatch', statusCode, {
208
- headers,
209
- count: this.retryCount
210
- })
211
- );
212
- return false
213
- }
214
-
215
- // Let's start with a weak etag check
216
- if (this.etag != null && this.etag !== headers.etag) {
217
- this.abort(
218
- new RequestRetryError('ETag mismatch', statusCode, {
219
- headers,
220
- count: this.retryCount
221
- })
222
- );
223
- return false
224
- }
225
-
226
- const { start, size, end = size } = contentRange;
227
-
228
- assert(this.start === start, 'content-range mismatch');
229
- assert(this.end == null || this.end === end, 'content-range mismatch');
230
-
231
- this.resume = resume;
232
- return true
233
- }
234
-
235
- if (this.end == null) {
236
- if (statusCode === 206) {
237
- // First time we receive 206
238
- const range = parseRangeHeader(headers['content-range']);
239
-
240
- if (range == null) {
241
- return this.handler.onHeaders(
242
- statusCode,
243
- rawHeaders,
244
- resume,
245
- statusMessage
246
- )
247
- }
248
-
249
- const { start, size, end = size } = range;
250
-
251
- assert(
252
- start != null && Number.isFinite(start) && this.start !== start,
253
- 'content-range mismatch'
254
- );
255
- assert(Number.isFinite(start));
256
- assert(
257
- end != null && Number.isFinite(end) && this.end !== end,
258
- 'invalid content-length'
259
- );
260
-
261
- this.start = start;
262
- this.end = end;
263
- }
264
-
265
- // We make our best to checkpoint the body for further range headers
266
- if (this.end == null) {
267
- const contentLength = headers['content-length'];
268
- this.end = contentLength != null ? Number(contentLength) : null;
269
- }
270
-
271
- assert(Number.isFinite(this.start));
272
- assert(
273
- this.end == null || Number.isFinite(this.end),
274
- 'invalid content-length'
275
- );
276
-
277
- this.resume = resume;
278
- this.etag = headers.etag != null ? headers.etag : null;
279
-
280
- return this.handler.onHeaders(
281
- statusCode,
282
- rawHeaders,
283
- resume,
284
- statusMessage
285
- )
286
- }
287
-
288
- const err = new RequestRetryError('Request failed', statusCode, {
289
- headers,
290
- count: this.retryCount
291
- });
292
-
293
- this.abort(err);
294
-
295
- return false
296
- }
297
-
298
- onData (chunk) {
299
- this.start += chunk.length;
300
-
301
- return this.handler.onData(chunk)
302
- }
303
-
304
- onComplete (rawTrailers) {
305
- this.retryCount = 0;
306
- return this.handler.onComplete(rawTrailers)
307
- }
308
-
309
- onError (err) {
310
- if (this.aborted || isDisturbed(this.opts.body)) {
311
- return this.handler.onError(err)
312
- }
313
-
314
- this.retryOpts.retry(
315
- err,
316
- {
317
- state: { counter: this.retryCount++, currentTimeout: this.retryAfter },
318
- opts: { retryOptions: this.retryOpts, ...this.opts }
319
- },
320
- onRetry.bind(this)
321
- );
322
-
323
- function onRetry (err) {
324
- if (err != null || this.aborted || isDisturbed(this.opts.body)) {
325
- return this.handler.onError(err)
326
- }
327
-
328
- if (this.start !== 0) {
329
- this.opts = {
330
- ...this.opts,
331
- headers: {
332
- ...this.opts.headers,
333
- range: `bytes=${this.start}-${this.end ?? ''}`
334
- }
335
- };
336
- }
337
-
338
- try {
339
- this.dispatch(this.opts, this);
340
- } catch (err) {
341
- this.handler.onError(err);
342
- }
343
- }
344
- }
345
- }
346
-
347
- RetryHandler_1 = RetryHandler;
348
- return RetryHandler_1;
349
- }
350
-
351
- export { requireRetryHandler as __require };
352
- //# sourceMappingURL=RetryHandler.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RetryHandler.js","sources":["../../../../../../../../node_modules/undici/lib/handler/RetryHandler.js"],"sourcesContent":["const assert = require('assert')\n\nconst { kRetryHandlerDefaultRetry } = require('../core/symbols')\nconst { RequestRetryError } = require('../core/errors')\nconst { isDisturbed, parseHeaders, parseRangeHeader } = require('../core/util')\n\nfunction calculateRetryAfterHeader (retryAfter) {\n const current = Date.now()\n const diff = new Date(retryAfter).getTime() - current\n\n return diff\n}\n\nclass RetryHandler {\n constructor (opts, handlers) {\n const { retryOptions, ...dispatchOpts } = opts\n const {\n // Retry scoped\n retry: retryFn,\n maxRetries,\n maxTimeout,\n minTimeout,\n timeoutFactor,\n // Response scoped\n methods,\n errorCodes,\n retryAfter,\n statusCodes\n } = retryOptions ?? {}\n\n this.dispatch = handlers.dispatch\n this.handler = handlers.handler\n this.opts = dispatchOpts\n this.abort = null\n this.aborted = false\n this.retryOpts = {\n retry: retryFn ?? RetryHandler[kRetryHandlerDefaultRetry],\n retryAfter: retryAfter ?? true,\n maxTimeout: maxTimeout ?? 30 * 1000, // 30s,\n timeout: minTimeout ?? 500, // .5s\n timeoutFactor: timeoutFactor ?? 2,\n maxRetries: maxRetries ?? 5,\n // What errors we should retry\n methods: methods ?? ['GET', 'HEAD', 'OPTIONS', 'PUT', 'DELETE', 'TRACE'],\n // Indicates which errors to retry\n statusCodes: statusCodes ?? [500, 502, 503, 504, 429],\n // List of errors to retry\n errorCodes: errorCodes ?? [\n 'ECONNRESET',\n 'ECONNREFUSED',\n 'ENOTFOUND',\n 'ENETDOWN',\n 'ENETUNREACH',\n 'EHOSTDOWN',\n 'EHOSTUNREACH',\n 'EPIPE'\n ]\n }\n\n this.retryCount = 0\n this.start = 0\n this.end = null\n this.etag = null\n this.resume = null\n\n // Handle possible onConnect duplication\n this.handler.onConnect(reason => {\n this.aborted = true\n if (this.abort) {\n this.abort(reason)\n } else {\n this.reason = reason\n }\n })\n }\n\n onRequestSent () {\n if (this.handler.onRequestSent) {\n this.handler.onRequestSent()\n }\n }\n\n onUpgrade (statusCode, headers, socket) {\n if (this.handler.onUpgrade) {\n this.handler.onUpgrade(statusCode, headers, socket)\n }\n }\n\n onConnect (abort) {\n if (this.aborted) {\n abort(this.reason)\n } else {\n this.abort = abort\n }\n }\n\n onBodySent (chunk) {\n if (this.handler.onBodySent) return this.handler.onBodySent(chunk)\n }\n\n static [kRetryHandlerDefaultRetry] (err, { state, opts }, cb) {\n const { statusCode, code, headers } = err\n const { method, retryOptions } = opts\n const {\n maxRetries,\n timeout,\n maxTimeout,\n timeoutFactor,\n statusCodes,\n errorCodes,\n methods\n } = retryOptions\n let { counter, currentTimeout } = state\n\n currentTimeout =\n currentTimeout != null && currentTimeout > 0 ? currentTimeout : timeout\n\n // Any code that is not a Undici's originated and allowed to retry\n if (\n code &&\n code !== 'UND_ERR_REQ_RETRY' &&\n code !== 'UND_ERR_SOCKET' &&\n !errorCodes.includes(code)\n ) {\n cb(err)\n return\n }\n\n // If a set of method are provided and the current method is not in the list\n if (Array.isArray(methods) && !methods.includes(method)) {\n cb(err)\n return\n }\n\n // If a set of status code are provided and the current status code is not in the list\n if (\n statusCode != null &&\n Array.isArray(statusCodes) &&\n !statusCodes.includes(statusCode)\n ) {\n cb(err)\n return\n }\n\n // If we reached the max number of retries\n if (counter > maxRetries) {\n cb(err)\n return\n }\n\n let retryAfterHeader = headers != null && headers['retry-after']\n if (retryAfterHeader) {\n retryAfterHeader = Number(retryAfterHeader)\n retryAfterHeader = isNaN(retryAfterHeader)\n ? calculateRetryAfterHeader(retryAfterHeader)\n : retryAfterHeader * 1e3 // Retry-After is in seconds\n }\n\n const retryTimeout =\n retryAfterHeader > 0\n ? Math.min(retryAfterHeader, maxTimeout)\n : Math.min(currentTimeout * timeoutFactor ** counter, maxTimeout)\n\n state.currentTimeout = retryTimeout\n\n setTimeout(() => cb(null), retryTimeout)\n }\n\n onHeaders (statusCode, rawHeaders, resume, statusMessage) {\n const headers = parseHeaders(rawHeaders)\n\n this.retryCount += 1\n\n if (statusCode >= 300) {\n this.abort(\n new RequestRetryError('Request failed', statusCode, {\n headers,\n count: this.retryCount\n })\n )\n return false\n }\n\n // Checkpoint for resume from where we left it\n if (this.resume != null) {\n this.resume = null\n\n if (statusCode !== 206) {\n return true\n }\n\n const contentRange = parseRangeHeader(headers['content-range'])\n // If no content range\n if (!contentRange) {\n this.abort(\n new RequestRetryError('Content-Range mismatch', statusCode, {\n headers,\n count: this.retryCount\n })\n )\n return false\n }\n\n // Let's start with a weak etag check\n if (this.etag != null && this.etag !== headers.etag) {\n this.abort(\n new RequestRetryError('ETag mismatch', statusCode, {\n headers,\n count: this.retryCount\n })\n )\n return false\n }\n\n const { start, size, end = size } = contentRange\n\n assert(this.start === start, 'content-range mismatch')\n assert(this.end == null || this.end === end, 'content-range mismatch')\n\n this.resume = resume\n return true\n }\n\n if (this.end == null) {\n if (statusCode === 206) {\n // First time we receive 206\n const range = parseRangeHeader(headers['content-range'])\n\n if (range == null) {\n return this.handler.onHeaders(\n statusCode,\n rawHeaders,\n resume,\n statusMessage\n )\n }\n\n const { start, size, end = size } = range\n\n assert(\n start != null && Number.isFinite(start) && this.start !== start,\n 'content-range mismatch'\n )\n assert(Number.isFinite(start))\n assert(\n end != null && Number.isFinite(end) && this.end !== end,\n 'invalid content-length'\n )\n\n this.start = start\n this.end = end\n }\n\n // We make our best to checkpoint the body for further range headers\n if (this.end == null) {\n const contentLength = headers['content-length']\n this.end = contentLength != null ? Number(contentLength) : null\n }\n\n assert(Number.isFinite(this.start))\n assert(\n this.end == null || Number.isFinite(this.end),\n 'invalid content-length'\n )\n\n this.resume = resume\n this.etag = headers.etag != null ? headers.etag : null\n\n return this.handler.onHeaders(\n statusCode,\n rawHeaders,\n resume,\n statusMessage\n )\n }\n\n const err = new RequestRetryError('Request failed', statusCode, {\n headers,\n count: this.retryCount\n })\n\n this.abort(err)\n\n return false\n }\n\n onData (chunk) {\n this.start += chunk.length\n\n return this.handler.onData(chunk)\n }\n\n onComplete (rawTrailers) {\n this.retryCount = 0\n return this.handler.onComplete(rawTrailers)\n }\n\n onError (err) {\n if (this.aborted || isDisturbed(this.opts.body)) {\n return this.handler.onError(err)\n }\n\n this.retryOpts.retry(\n err,\n {\n state: { counter: this.retryCount++, currentTimeout: this.retryAfter },\n opts: { retryOptions: this.retryOpts, ...this.opts }\n },\n onRetry.bind(this)\n )\n\n function onRetry (err) {\n if (err != null || this.aborted || isDisturbed(this.opts.body)) {\n return this.handler.onError(err)\n }\n\n if (this.start !== 0) {\n this.opts = {\n ...this.opts,\n headers: {\n ...this.opts.headers,\n range: `bytes=${this.start}-${this.end ?? ''}`\n }\n }\n }\n\n try {\n this.dispatch(this.opts, this)\n } catch (err) {\n this.handler.onError(err)\n }\n }\n }\n}\n\nmodule.exports = RetryHandler\n"],"names":["require$$1","require$$2","require$$3"],"mappings":"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","x_google_ignoreList":[0]}
@@ -1,33 +0,0 @@
1
- import { __require as requireRedirectHandler } from '../handler/RedirectHandler.js';
2
-
3
- var redirectInterceptor;
4
- var hasRequiredRedirectInterceptor;
5
-
6
- function requireRedirectInterceptor () {
7
- if (hasRequiredRedirectInterceptor) return redirectInterceptor;
8
- hasRequiredRedirectInterceptor = 1;
9
-
10
- const RedirectHandler = requireRedirectHandler();
11
-
12
- function createRedirectInterceptor ({ maxRedirections: defaultMaxRedirections }) {
13
- return (dispatch) => {
14
- return function Intercept (opts, handler) {
15
- const { maxRedirections = defaultMaxRedirections } = opts;
16
-
17
- if (!maxRedirections) {
18
- return dispatch(opts, handler)
19
- }
20
-
21
- const redirectHandler = new RedirectHandler(dispatch, maxRedirections, opts, handler);
22
- opts = { ...opts, maxRedirections: 0 }; // Stop sub dispatcher from also redirecting.
23
- return dispatch(opts, redirectHandler)
24
- }
25
- }
26
- }
27
-
28
- redirectInterceptor = createRedirectInterceptor;
29
- return redirectInterceptor;
30
- }
31
-
32
- export { requireRedirectInterceptor as __require };
33
- //# sourceMappingURL=redirectInterceptor.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"redirectInterceptor.js","sources":["../../../../../../../../node_modules/undici/lib/interceptor/redirectInterceptor.js"],"sourcesContent":["'use strict'\n\nconst RedirectHandler = require('../handler/RedirectHandler')\n\nfunction createRedirectInterceptor ({ maxRedirections: defaultMaxRedirections }) {\n return (dispatch) => {\n return function Intercept (opts, handler) {\n const { maxRedirections = defaultMaxRedirections } = opts\n\n if (!maxRedirections) {\n return dispatch(opts, handler)\n }\n\n const redirectHandler = new RedirectHandler(dispatch, maxRedirections, opts, handler)\n opts = { ...opts, maxRedirections: 0 } // Stop sub dispatcher from also redirecting.\n return dispatch(opts, redirectHandler)\n }\n }\n}\n\nmodule.exports = createRedirectInterceptor\n"],"names":["require$$0"],"mappings":";;;;;;;;;AAEA,CAAA,MAAM,eAAe,GAAGA,sBAAA;;AAExB,CAAA,SAAS,yBAAyB,EAAE,EAAE,eAAe,EAAE,sBAAsB,EAAE,EAAE;GAC/E,OAAO,CAAC,QAAQ,KAAK;AACvB,KAAI,OAAO,SAAS,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE;AAC9C,OAAM,MAAM,EAAE,eAAe,GAAG,sBAAsB,EAAE,GAAG;;OAErD,IAAI,CAAC,eAAe,EAAE;AAC5B,SAAQ,OAAO,QAAQ,CAAC,IAAI,EAAE,OAAO;AACrC,OAAA;;AAEA,OAAM,MAAM,eAAe,GAAG,IAAI,eAAe,CAAC,QAAQ,EAAE,eAAe,EAAE,IAAI,EAAE,OAAO;OACpF,IAAI,GAAG,EAAE,GAAG,IAAI,EAAE,eAAe,EAAE,CAAC,GAAE;AAC5C,OAAM,OAAO,QAAQ,CAAC,IAAI,EAAE,eAAe;AAC3C,KAAA;AACA,GAAA;AACA,CAAA;;AAEA,CAAA,mBAAc,GAAG;;;;;;","x_google_ignoreList":[0]}