@relative-ci/core 5.3.1 → 5.3.2

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 (1189) 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 +4 -2
  191. package/lib/cjs/_virtual/index8.js.map +1 -1
  192. package/lib/cjs/_virtual/index9.js +2 -4
  193. package/lib/cjs/_virtual/index9.js.map +1 -1
  194. package/lib/cjs/env/load.js +1 -1
  195. package/lib/cjs/ingest/ingest.js +3 -3
  196. package/lib/esm/__/@actions/http-client/lib/index.js +2 -2
  197. package/lib/esm/__/@octokit/auth-token/dist-bundle/index.js.map +1 -0
  198. package/lib/esm/__/@octokit/core/dist-src/index.js.map +1 -0
  199. package/lib/esm/__/@octokit/core/dist-src/version.js.map +1 -0
  200. package/lib/esm/__/@octokit/endpoint/dist-bundle/index.js.map +1 -0
  201. package/lib/esm/__/@octokit/graphql/dist-bundle/index.js.map +1 -0
  202. package/lib/esm/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +1 -0
  203. package/lib/esm/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +1 -0
  204. package/lib/esm/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +1 -0
  205. package/lib/esm/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +1 -0
  206. package/lib/esm/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +1 -0
  207. package/lib/esm/__/@octokit/request/dist-bundle/index.js +198 -0
  208. package/lib/esm/__/@octokit/request/dist-bundle/index.js.map +1 -0
  209. package/lib/esm/__/@octokit/request-error/dist-src/index.js.map +1 -0
  210. package/lib/esm/__/before-after-hook/index.js.map +1 -0
  211. package/lib/esm/__/before-after-hook/lib/add.js.map +1 -0
  212. package/lib/esm/__/before-after-hook/lib/register.js.map +1 -0
  213. package/lib/esm/__/before-after-hook/lib/remove.js.map +1 -0
  214. package/lib/esm/__/cross-spawn/index.js +1 -1
  215. package/lib/esm/__/env-ci/lib/git.js +1 -1
  216. package/lib/esm/__/execa/index.js +141 -0
  217. package/lib/esm/__/execa/index.js.map +1 -0
  218. package/lib/esm/__/execa/lib/command.js.map +1 -0
  219. package/lib/esm/__/execa/lib/error.js.map +1 -0
  220. package/lib/esm/__/execa/lib/promise.js.map +1 -0
  221. package/lib/esm/__/execa/lib/stdio.js.map +1 -0
  222. package/lib/esm/__/execa/lib/stream.js +33 -0
  223. package/lib/esm/__/execa/lib/stream.js.map +1 -0
  224. package/lib/esm/__/execa/lib/verbose.js.map +1 -0
  225. package/lib/esm/__/fast-content-type-parse/index.js +1 -1
  226. package/lib/esm/__/get-stream/source/array-buffer.js.map +1 -0
  227. package/lib/esm/__/human-signals/build/src/core.js.map +1 -0
  228. package/lib/esm/__/human-signals/build/src/main.js.map +1 -0
  229. package/lib/esm/__/human-signals/build/src/realtime.js.map +1 -0
  230. package/lib/esm/__/human-signals/build/src/signals.js.map +1 -0
  231. package/lib/esm/__/is-stream/index.js.map +1 -0
  232. package/lib/esm/__/json-with-bigint/json-with-bigint.js +83 -23
  233. package/lib/esm/__/json-with-bigint/json-with-bigint.js.map +1 -1
  234. package/lib/esm/__/npm-run-path/__/path-key/index.js.map +1 -0
  235. package/lib/esm/__/npm-run-path/index.js +55 -0
  236. package/lib/esm/__/npm-run-path/index.js.map +1 -0
  237. package/lib/esm/__/path-key/index.js +1 -1
  238. package/lib/esm/__/signal-exit/dist/mjs/index.js.map +1 -0
  239. package/lib/esm/__/signal-exit/dist/mjs/signals.js.map +1 -0
  240. package/lib/esm/__/strip-final-newline/index.js.map +1 -0
  241. package/lib/esm/__/tunnel/lib/tunnel.js +6 -6
  242. package/lib/esm/__/tunnel/lib/tunnel.js.map +1 -1
  243. package/lib/esm/__/undici/index.js +89 -79
  244. package/lib/esm/__/undici/index.js.map +1 -1
  245. package/lib/esm/__/undici/lib/api/abort-signal.js +5 -2
  246. package/lib/esm/__/undici/lib/api/abort-signal.js.map +1 -1
  247. package/lib/esm/__/undici/lib/api/api-connect.js +11 -6
  248. package/lib/esm/__/undici/lib/api/api-connect.js.map +1 -1
  249. package/lib/esm/__/undici/lib/api/api-pipeline.js +9 -7
  250. package/lib/esm/__/undici/lib/api/api-pipeline.js.map +1 -1
  251. package/lib/esm/__/undici/lib/api/api-request.js +61 -27
  252. package/lib/esm/__/undici/lib/api/api-request.js.map +1 -1
  253. package/lib/esm/__/undici/lib/api/api-stream.js +12 -11
  254. package/lib/esm/__/undici/lib/api/api-stream.js.map +1 -1
  255. package/lib/esm/__/undici/lib/api/api-upgrade.js +11 -8
  256. package/lib/esm/__/undici/lib/api/api-upgrade.js.map +1 -1
  257. package/lib/esm/__/undici/lib/api/readable.js +147 -84
  258. package/lib/esm/__/undici/lib/api/readable.js.map +1 -1
  259. package/lib/esm/__/undici/lib/api/util.js +74 -27
  260. package/lib/esm/__/undici/lib/api/util.js.map +1 -1
  261. package/lib/esm/__/undici/lib/core/connect.js +83 -31
  262. package/lib/esm/__/undici/lib/core/connect.js.map +1 -1
  263. package/lib/esm/__/undici/lib/core/diagnostics.js +215 -0
  264. package/lib/esm/__/undici/lib/core/diagnostics.js.map +1 -0
  265. package/lib/esm/__/undici/lib/core/errors.js +216 -21
  266. package/lib/esm/__/undici/lib/core/errors.js.map +1 -1
  267. package/lib/esm/__/undici/lib/core/request.js +105 -199
  268. package/lib/esm/__/undici/lib/core/request.js.map +1 -1
  269. package/lib/esm/__/undici/lib/core/symbols.js +10 -6
  270. package/lib/esm/__/undici/lib/core/symbols.js.map +1 -1
  271. package/lib/esm/__/undici/lib/core/tree.js.map +1 -0
  272. package/lib/esm/__/undici/lib/core/util.js +318 -120
  273. package/lib/esm/__/undici/lib/core/util.js.map +1 -1
  274. package/lib/esm/__/undici/lib/dispatcher/agent.js +148 -0
  275. package/lib/esm/__/undici/lib/dispatcher/agent.js.map +1 -0
  276. package/lib/esm/__/undici/lib/dispatcher/balanced-pool.js.map +1 -0
  277. package/lib/esm/__/undici/lib/dispatcher/client-h1.js.map +1 -0
  278. package/lib/esm/__/undici/lib/dispatcher/client-h2.js.map +1 -0
  279. package/lib/esm/__/undici/lib/dispatcher/client.js +643 -0
  280. package/lib/esm/__/undici/lib/dispatcher/client.js.map +1 -0
  281. package/lib/esm/__/undici/lib/dispatcher/dispatcher-base.js +212 -0
  282. package/lib/esm/__/undici/lib/dispatcher/dispatcher-base.js.map +1 -0
  283. package/lib/esm/__/undici/lib/dispatcher/dispatcher.js +77 -0
  284. package/lib/esm/__/undici/lib/dispatcher/dispatcher.js.map +1 -0
  285. package/lib/esm/__/undici/lib/dispatcher/env-http-proxy-agent.js.map +1 -0
  286. package/lib/esm/__/undici/lib/dispatcher/fixed-queue.js.map +1 -0
  287. package/lib/esm/__/undici/lib/dispatcher/pool-base.js +209 -0
  288. package/lib/esm/__/undici/lib/dispatcher/pool-base.js.map +1 -0
  289. package/lib/esm/__/undici/lib/dispatcher/pool-stats.js.map +1 -0
  290. package/lib/esm/__/undici/lib/dispatcher/pool.js +124 -0
  291. package/lib/esm/__/undici/lib/dispatcher/pool.js.map +1 -0
  292. package/lib/esm/__/undici/lib/dispatcher/proxy-agent.js.map +1 -0
  293. package/lib/esm/__/undici/lib/dispatcher/retry-agent.js.map +1 -0
  294. package/lib/esm/__/undici/lib/global.js +1 -1
  295. package/lib/esm/__/undici/lib/global.js.map +1 -1
  296. package/lib/esm/__/undici/lib/handler/decorator-handler.js.map +1 -0
  297. package/lib/esm/__/undici/lib/handler/redirect-handler.js +230 -0
  298. package/lib/esm/__/undici/lib/handler/redirect-handler.js.map +1 -0
  299. package/lib/esm/__/undici/lib/handler/retry-handler.js.map +1 -0
  300. package/lib/esm/__/undici/lib/interceptor/dns.js.map +1 -0
  301. package/lib/esm/__/undici/lib/interceptor/dump.js.map +1 -0
  302. package/lib/esm/__/undici/lib/interceptor/redirect-interceptor.js.map +1 -0
  303. package/lib/esm/__/undici/lib/interceptor/redirect.js.map +1 -0
  304. package/lib/esm/__/undici/lib/interceptor/retry.js.map +1 -0
  305. package/lib/esm/__/undici/lib/llhttp/llhttp-wasm.js +6 -1
  306. package/lib/esm/__/undici/lib/llhttp/llhttp-wasm.js.map +1 -1
  307. package/lib/esm/__/undici/lib/llhttp/llhttp_simd-wasm.js +6 -1
  308. package/lib/esm/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +1 -1
  309. package/lib/esm/__/undici/lib/mock/mock-agent.js +10 -21
  310. package/lib/esm/__/undici/lib/mock/mock-agent.js.map +1 -1
  311. package/lib/esm/__/undici/lib/mock/mock-client.js +3 -3
  312. package/lib/esm/__/undici/lib/mock/mock-client.js.map +1 -1
  313. package/lib/esm/__/undici/lib/mock/mock-errors.js +11 -0
  314. package/lib/esm/__/undici/lib/mock/mock-errors.js.map +1 -1
  315. package/lib/esm/__/undici/lib/mock/mock-interceptor.js +19 -18
  316. package/lib/esm/__/undici/lib/mock/mock-interceptor.js.map +1 -1
  317. package/lib/esm/__/undici/lib/mock/mock-pool.js +3 -3
  318. package/lib/esm/__/undici/lib/mock/mock-pool.js.map +1 -1
  319. package/lib/esm/__/undici/lib/mock/mock-utils.js +32 -16
  320. package/lib/esm/__/undici/lib/mock/mock-utils.js.map +1 -1
  321. package/lib/esm/__/undici/lib/mock/pending-interceptors-formatter.js +4 -1
  322. package/lib/esm/__/undici/lib/mock/pending-interceptors-formatter.js.map +1 -1
  323. package/lib/esm/__/undici/lib/util/timers.js.map +1 -0
  324. package/lib/esm/__/undici/lib/web/cache/cache.js.map +1 -0
  325. package/lib/esm/__/undici/lib/web/cache/cachestorage.js.map +1 -0
  326. package/lib/esm/__/undici/lib/web/cache/symbols.js.map +1 -0
  327. package/lib/esm/__/undici/lib/web/cache/util.js.map +1 -0
  328. package/lib/esm/__/undici/lib/web/cookies/constants.js.map +1 -0
  329. package/lib/esm/__/undici/lib/web/cookies/index.js.map +1 -0
  330. package/lib/esm/__/undici/lib/web/cookies/parse.js.map +1 -0
  331. package/lib/esm/__/undici/lib/web/cookies/util.js.map +1 -0
  332. package/lib/esm/__/undici/lib/web/eventsource/eventsource-stream.js.map +1 -0
  333. package/lib/esm/__/undici/lib/web/eventsource/eventsource.js.map +1 -0
  334. package/lib/esm/__/undici/lib/web/eventsource/util.js.map +1 -0
  335. package/lib/esm/__/undici/lib/web/fetch/body.js.map +1 -0
  336. package/lib/esm/__/undici/lib/web/fetch/constants.js.map +1 -0
  337. package/lib/esm/__/undici/lib/web/fetch/data-url.js.map +1 -0
  338. package/lib/esm/__/undici/lib/web/fetch/dispatcher-weakref.js.map +1 -0
  339. package/lib/esm/__/undici/lib/web/fetch/file.js.map +1 -0
  340. package/lib/esm/__/undici/lib/web/fetch/formdata-parser.js.map +1 -0
  341. package/lib/esm/__/undici/lib/web/fetch/formdata.js +268 -0
  342. package/lib/esm/__/undici/lib/web/fetch/formdata.js.map +1 -0
  343. package/lib/esm/__/undici/lib/web/fetch/global.js.map +1 -0
  344. package/lib/esm/__/undici/lib/web/fetch/headers.js +702 -0
  345. package/lib/esm/__/undici/lib/web/fetch/headers.js.map +1 -0
  346. package/lib/esm/__/undici/lib/web/fetch/index.js +2224 -0
  347. package/lib/esm/__/undici/lib/web/fetch/index.js.map +1 -0
  348. package/lib/esm/__/undici/lib/web/fetch/request.js +1061 -0
  349. package/lib/esm/__/undici/lib/web/fetch/request.js.map +1 -0
  350. package/lib/esm/__/undici/lib/web/fetch/response.js +633 -0
  351. package/lib/esm/__/undici/lib/web/fetch/response.js.map +1 -0
  352. package/lib/esm/__/undici/lib/web/fetch/symbols.js.map +1 -0
  353. package/lib/esm/__/undici/lib/web/fetch/util.js +1652 -0
  354. package/lib/esm/__/undici/lib/web/fetch/util.js.map +1 -0
  355. package/lib/esm/__/undici/lib/web/fetch/webidl.js +709 -0
  356. package/lib/esm/__/undici/lib/web/fetch/webidl.js.map +1 -0
  357. package/lib/esm/__/undici/lib/web/fileapi/encoding.js.map +1 -0
  358. package/lib/esm/__/undici/lib/web/fileapi/filereader.js.map +1 -0
  359. package/lib/esm/__/undici/lib/web/fileapi/progressevent.js.map +1 -0
  360. package/lib/esm/__/undici/lib/web/fileapi/symbols.js.map +1 -0
  361. package/lib/esm/__/undici/lib/web/fileapi/util.js +409 -0
  362. package/lib/esm/__/undici/lib/web/fileapi/util.js.map +1 -0
  363. package/lib/esm/__/undici/lib/web/websocket/connection.js.map +1 -0
  364. package/lib/esm/__/undici/lib/web/websocket/constants.js.map +1 -0
  365. package/lib/esm/__/undici/lib/web/websocket/events.js.map +1 -0
  366. package/lib/esm/__/undici/lib/web/websocket/frame.js.map +1 -0
  367. package/lib/esm/__/undici/lib/web/websocket/permessage-deflate.js +114 -0
  368. package/lib/esm/__/undici/lib/web/websocket/permessage-deflate.js.map +1 -0
  369. package/lib/esm/__/undici/lib/web/websocket/receiver.js +511 -0
  370. package/lib/esm/__/undici/lib/web/websocket/receiver.js.map +1 -0
  371. package/lib/esm/__/undici/lib/web/websocket/sender.js.map +1 -0
  372. package/lib/esm/__/undici/lib/web/websocket/symbols.js.map +1 -0
  373. package/lib/esm/__/undici/lib/web/websocket/util.js.map +1 -0
  374. package/lib/esm/__/undici/lib/web/websocket/websocket.js +616 -0
  375. package/lib/esm/__/undici/lib/web/websocket/websocket.js.map +1 -0
  376. package/lib/esm/__/universal-user-agent/index.js.map +1 -0
  377. package/lib/esm/_virtual/index10.js +4 -2
  378. package/lib/esm/_virtual/index10.js.map +1 -1
  379. package/lib/esm/_virtual/index11.js +2 -2
  380. package/lib/esm/_virtual/index13.js +2 -2
  381. package/lib/esm/_virtual/index14.js +2 -2
  382. package/lib/esm/_virtual/index2.js +1 -1
  383. package/lib/esm/_virtual/index3.js +1 -1
  384. package/lib/esm/_virtual/index4.js +1 -1
  385. package/lib/esm/_virtual/index8.js +2 -2
  386. package/lib/esm/_virtual/index9.js +2 -4
  387. package/lib/esm/_virtual/index9.js.map +1 -1
  388. package/lib/esm/env/load.js +1 -1
  389. package/package.json +12 -12
  390. package/lib/cjs/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js.map +0 -1
  391. package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/index.js.map +0 -1
  392. package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/version.js.map +0 -1
  393. package/lib/cjs/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js.map +0 -1
  394. package/lib/cjs/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js.map +0 -1
  395. package/lib/cjs/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +0 -1
  396. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +0 -1
  397. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +0 -1
  398. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +0 -1
  399. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +0 -1
  400. package/lib/cjs/__/@actions/github/__/@octokit/request/dist-bundle/index.js +0 -200
  401. package/lib/cjs/__/@actions/github/__/@octokit/request/dist-bundle/index.js.map +0 -1
  402. package/lib/cjs/__/@actions/github/__/@octokit/request-error/dist-src/index.js.map +0 -1
  403. package/lib/cjs/__/@actions/github/__/before-after-hook/index.js.map +0 -1
  404. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/add.js.map +0 -1
  405. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/register.js.map +0 -1
  406. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/remove.js.map +0 -1
  407. package/lib/cjs/__/@actions/github/__/universal-user-agent/index.js.map +0 -1
  408. package/lib/cjs/__/@actions/http-client/__/undici/index.js +0 -226
  409. package/lib/cjs/__/@actions/http-client/__/undici/index.js.map +0 -1
  410. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/abort-signal.js +0 -73
  411. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/abort-signal.js.map +0 -1
  412. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-connect.js +0 -131
  413. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-connect.js.map +0 -1
  414. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-pipeline.js +0 -276
  415. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-pipeline.js.map +0 -1
  416. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-request.js +0 -238
  417. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-request.js.map +0 -1
  418. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-stream.js +0 -246
  419. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-stream.js.map +0 -1
  420. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-upgrade.js +0 -131
  421. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-upgrade.js.map +0 -1
  422. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/index.js +0 -25
  423. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/index.js.map +0 -1
  424. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/readable.js +0 -405
  425. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/readable.js.map +0 -1
  426. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/util.js +0 -114
  427. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/util.js.map +0 -1
  428. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/connect.js +0 -266
  429. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/connect.js.map +0 -1
  430. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/constants.js +0 -130
  431. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/constants.js.map +0 -1
  432. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/diagnostics.js +0 -222
  433. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/diagnostics.js.map +0 -1
  434. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/errors.js +0 -437
  435. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/errors.js.map +0 -1
  436. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/request.js +0 -427
  437. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/request.js.map +0 -1
  438. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/symbols.js +0 -80
  439. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/symbols.js.map +0 -1
  440. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/tree.js.map +0 -1
  441. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/util.js +0 -755
  442. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/util.js.map +0 -1
  443. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/agent.js +0 -149
  444. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/agent.js.map +0 -1
  445. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/balanced-pool.js.map +0 -1
  446. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client-h1.js.map +0 -1
  447. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client-h2.js.map +0 -1
  448. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client.js +0 -650
  449. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client.js.map +0 -1
  450. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js +0 -206
  451. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js.map +0 -1
  452. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js +0 -83
  453. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js.map +0 -1
  454. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/env-http-proxy-agent.js.map +0 -1
  455. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/fixed-queue.js.map +0 -1
  456. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js +0 -211
  457. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js.map +0 -1
  458. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool-stats.js.map +0 -1
  459. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool.js +0 -126
  460. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool.js.map +0 -1
  461. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/proxy-agent.js.map +0 -1
  462. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/retry-agent.js.map +0 -1
  463. package/lib/cjs/__/@actions/http-client/__/undici/lib/global.js +0 -47
  464. package/lib/cjs/__/@actions/http-client/__/undici/lib/global.js.map +0 -1
  465. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/decorator-handler.js.map +0 -1
  466. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js +0 -237
  467. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js.map +0 -1
  468. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/retry-handler.js.map +0 -1
  469. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/dns.js.map +0 -1
  470. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/dump.js.map +0 -1
  471. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/redirect-interceptor.js.map +0 -1
  472. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/redirect.js.map +0 -1
  473. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/retry.js.map +0 -1
  474. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/constants.js +0 -288
  475. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/constants.js.map +0 -1
  476. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js +0 -23
  477. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js.map +0 -1
  478. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js +0 -23
  479. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +0 -1
  480. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/utils.js +0 -28
  481. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/utils.js.map +0 -1
  482. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-agent.js +0 -183
  483. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-agent.js.map +0 -1
  484. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-client.js +0 -83
  485. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-client.js.map +0 -1
  486. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-errors.js +0 -42
  487. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-errors.js.map +0 -1
  488. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js +0 -224
  489. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js.map +0 -1
  490. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-pool.js +0 -83
  491. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-pool.js.map +0 -1
  492. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js +0 -35
  493. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js.map +0 -1
  494. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-utils.js +0 -390
  495. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-utils.js.map +0 -1
  496. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js +0 -63
  497. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js.map +0 -1
  498. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pluralizer.js +0 -41
  499. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pluralizer.js.map +0 -1
  500. package/lib/cjs/__/@actions/http-client/__/undici/lib/util/timers.js.map +0 -1
  501. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/cache.js.map +0 -1
  502. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/cachestorage.js.map +0 -1
  503. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/symbols.js.map +0 -1
  504. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/util.js.map +0 -1
  505. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/constants.js.map +0 -1
  506. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/index.js.map +0 -1
  507. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/parse.js.map +0 -1
  508. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/util.js.map +0 -1
  509. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource-stream.js.map +0 -1
  510. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource.js.map +0 -1
  511. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/eventsource/util.js.map +0 -1
  512. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/body.js.map +0 -1
  513. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/constants.js.map +0 -1
  514. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/data-url.js.map +0 -1
  515. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/dispatcher-weakref.js.map +0 -1
  516. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/file.js.map +0 -1
  517. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/formdata-parser.js.map +0 -1
  518. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js +0 -275
  519. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js.map +0 -1
  520. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/global.js.map +0 -1
  521. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/headers.js +0 -709
  522. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/headers.js.map +0 -1
  523. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/index.js +0 -2235
  524. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/index.js.map +0 -1
  525. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/request.js +0 -1069
  526. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/request.js.map +0 -1
  527. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/response.js +0 -640
  528. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/response.js.map +0 -1
  529. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/symbols.js.map +0 -1
  530. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/util.js +0 -1662
  531. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/util.js.map +0 -1
  532. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js +0 -716
  533. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js.map +0 -1
  534. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/encoding.js.map +0 -1
  535. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/filereader.js.map +0 -1
  536. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/progressevent.js.map +0 -1
  537. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/symbols.js.map +0 -1
  538. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/util.js +0 -417
  539. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/util.js.map +0 -1
  540. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/connection.js.map +0 -1
  541. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/constants.js.map +0 -1
  542. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/events.js.map +0 -1
  543. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/frame.js.map +0 -1
  544. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js +0 -138
  545. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js.map +0 -1
  546. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js +0 -454
  547. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js.map +0 -1
  548. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/sender.js.map +0 -1
  549. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/symbols.js.map +0 -1
  550. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/util.js.map +0 -1
  551. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js +0 -618
  552. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js.map +0 -1
  553. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/Dicer.js +0 -236
  554. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/Dicer.js.map +0 -1
  555. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js +0 -122
  556. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js.map +0 -1
  557. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/PartStream.js +0 -33
  558. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/PartStream.js.map +0 -1
  559. package/lib/cjs/__/@fastify/busboy/deps/streamsearch/sbmh.js +0 -248
  560. package/lib/cjs/__/@fastify/busboy/deps/streamsearch/sbmh.js.map +0 -1
  561. package/lib/cjs/__/@fastify/busboy/lib/main.js +0 -109
  562. package/lib/cjs/__/@fastify/busboy/lib/main.js.map +0 -1
  563. package/lib/cjs/__/@fastify/busboy/lib/types/multipart.js +0 -331
  564. package/lib/cjs/__/@fastify/busboy/lib/types/multipart.js.map +0 -1
  565. package/lib/cjs/__/@fastify/busboy/lib/types/urlencoded.js +0 -206
  566. package/lib/cjs/__/@fastify/busboy/lib/types/urlencoded.js.map +0 -1
  567. package/lib/cjs/__/@fastify/busboy/lib/utils/Decoder.js +0 -66
  568. package/lib/cjs/__/@fastify/busboy/lib/utils/Decoder.js.map +0 -1
  569. package/lib/cjs/__/@fastify/busboy/lib/utils/basename.js +0 -26
  570. package/lib/cjs/__/@fastify/busboy/lib/utils/basename.js.map +0 -1
  571. package/lib/cjs/__/@fastify/busboy/lib/utils/decodeText.js +0 -126
  572. package/lib/cjs/__/@fastify/busboy/lib/utils/decodeText.js.map +0 -1
  573. package/lib/cjs/__/@fastify/busboy/lib/utils/getLimit.js +0 -28
  574. package/lib/cjs/__/@fastify/busboy/lib/utils/getLimit.js.map +0 -1
  575. package/lib/cjs/__/@fastify/busboy/lib/utils/parseParams.js +0 -211
  576. package/lib/cjs/__/@fastify/busboy/lib/utils/parseParams.js.map +0 -1
  577. package/lib/cjs/__/env-ci/__/execa/index.js +0 -149
  578. package/lib/cjs/__/env-ci/__/execa/index.js.map +0 -1
  579. package/lib/cjs/__/env-ci/__/execa/lib/command.js.map +0 -1
  580. package/lib/cjs/__/env-ci/__/execa/lib/error.js.map +0 -1
  581. package/lib/cjs/__/env-ci/__/execa/lib/promise.js.map +0 -1
  582. package/lib/cjs/__/env-ci/__/execa/lib/stdio.js.map +0 -1
  583. package/lib/cjs/__/env-ci/__/execa/lib/stream.js +0 -35
  584. package/lib/cjs/__/env-ci/__/execa/lib/stream.js.map +0 -1
  585. package/lib/cjs/__/env-ci/__/execa/lib/verbose.js +0 -29
  586. package/lib/cjs/__/env-ci/__/execa/lib/verbose.js.map +0 -1
  587. package/lib/cjs/__/env-ci/__/get-stream/source/array-buffer.js.map +0 -1
  588. package/lib/cjs/__/env-ci/__/human-signals/build/src/core.js.map +0 -1
  589. package/lib/cjs/__/env-ci/__/human-signals/build/src/main.js.map +0 -1
  590. package/lib/cjs/__/env-ci/__/human-signals/build/src/realtime.js.map +0 -1
  591. package/lib/cjs/__/env-ci/__/human-signals/build/src/signals.js.map +0 -1
  592. package/lib/cjs/__/env-ci/__/is-stream/index.js.map +0 -1
  593. package/lib/cjs/__/env-ci/__/npm-run-path/index.js +0 -63
  594. package/lib/cjs/__/env-ci/__/npm-run-path/index.js.map +0 -1
  595. package/lib/cjs/__/env-ci/__/path-key/index.js.map +0 -1
  596. package/lib/cjs/__/env-ci/__/signal-exit/dist/mjs/index.js.map +0 -1
  597. package/lib/cjs/__/env-ci/__/signal-exit/dist/mjs/signals.js.map +0 -1
  598. package/lib/cjs/__/env-ci/__/strip-final-newline/index.js.map +0 -1
  599. package/lib/cjs/__/undici/lib/agent.js +0 -169
  600. package/lib/cjs/__/undici/lib/agent.js.map +0 -1
  601. package/lib/cjs/__/undici/lib/balanced-pool.js +0 -208
  602. package/lib/cjs/__/undici/lib/balanced-pool.js.map +0 -1
  603. package/lib/cjs/__/undici/lib/cache/cache.js +0 -867
  604. package/lib/cjs/__/undici/lib/cache/cache.js.map +0 -1
  605. package/lib/cjs/__/undici/lib/cache/cachestorage.js +0 -161
  606. package/lib/cjs/__/undici/lib/cache/cachestorage.js.map +0 -1
  607. package/lib/cjs/__/undici/lib/cache/symbols.js +0 -19
  608. package/lib/cjs/__/undici/lib/cache/symbols.js.map +0 -1
  609. package/lib/cjs/__/undici/lib/cache/util.js +0 -69
  610. package/lib/cjs/__/undici/lib/cache/util.js.map +0 -1
  611. package/lib/cjs/__/undici/lib/client.js +0 -2314
  612. package/lib/cjs/__/undici/lib/client.js.map +0 -1
  613. package/lib/cjs/__/undici/lib/compat/dispatcher-weakref.js +0 -63
  614. package/lib/cjs/__/undici/lib/compat/dispatcher-weakref.js.map +0 -1
  615. package/lib/cjs/__/undici/lib/cookies/constants.js +0 -24
  616. package/lib/cjs/__/undici/lib/cookies/constants.js.map +0 -1
  617. package/lib/cjs/__/undici/lib/cookies/index.js +0 -200
  618. package/lib/cjs/__/undici/lib/cookies/index.js.map +0 -1
  619. package/lib/cjs/__/undici/lib/cookies/parse.js +0 -338
  620. package/lib/cjs/__/undici/lib/cookies/parse.js.map +0 -1
  621. package/lib/cjs/__/undici/lib/cookies/util.js +0 -286
  622. package/lib/cjs/__/undici/lib/cookies/util.js.map +0 -1
  623. package/lib/cjs/__/undici/lib/dispatcher-base.js +0 -208
  624. package/lib/cjs/__/undici/lib/dispatcher-base.js.map +0 -1
  625. package/lib/cjs/__/undici/lib/dispatcher.js +0 -37
  626. package/lib/cjs/__/undici/lib/dispatcher.js.map +0 -1
  627. package/lib/cjs/__/undici/lib/fetch/body.js +0 -647
  628. package/lib/cjs/__/undici/lib/fetch/body.js.map +0 -1
  629. package/lib/cjs/__/undici/lib/fetch/constants.js +0 -169
  630. package/lib/cjs/__/undici/lib/fetch/constants.js.map +0 -1
  631. package/lib/cjs/__/undici/lib/fetch/dataURL.js +0 -649
  632. package/lib/cjs/__/undici/lib/fetch/dataURL.js.map +0 -1
  633. package/lib/cjs/__/undici/lib/fetch/file.js +0 -369
  634. package/lib/cjs/__/undici/lib/fetch/file.js.map +0 -1
  635. package/lib/cjs/__/undici/lib/fetch/formdata.js +0 -287
  636. package/lib/cjs/__/undici/lib/fetch/formdata.js.map +0 -1
  637. package/lib/cjs/__/undici/lib/fetch/global.js +0 -52
  638. package/lib/cjs/__/undici/lib/fetch/global.js.map +0 -1
  639. package/lib/cjs/__/undici/lib/fetch/headers.js +0 -609
  640. package/lib/cjs/__/undici/lib/fetch/headers.js.map +0 -1
  641. package/lib/cjs/__/undici/lib/fetch/index.js +0 -2114
  642. package/lib/cjs/__/undici/lib/fetch/index.js.map +0 -1
  643. package/lib/cjs/__/undici/lib/fetch/request.js +0 -979
  644. package/lib/cjs/__/undici/lib/fetch/request.js.map +0 -1
  645. package/lib/cjs/__/undici/lib/fetch/response.js +0 -604
  646. package/lib/cjs/__/undici/lib/fetch/response.js.map +0 -1
  647. package/lib/cjs/__/undici/lib/fetch/symbols.js +0 -22
  648. package/lib/cjs/__/undici/lib/fetch/symbols.js.map +0 -1
  649. package/lib/cjs/__/undici/lib/fetch/util.js +0 -1170
  650. package/lib/cjs/__/undici/lib/fetch/util.js.map +0 -1
  651. package/lib/cjs/__/undici/lib/fetch/webidl.js +0 -665
  652. package/lib/cjs/__/undici/lib/fetch/webidl.js.map +0 -1
  653. package/lib/cjs/__/undici/lib/fileapi/encoding.js +0 -302
  654. package/lib/cjs/__/undici/lib/fileapi/encoding.js.map +0 -1
  655. package/lib/cjs/__/undici/lib/fileapi/filereader.js +0 -361
  656. package/lib/cjs/__/undici/lib/fileapi/filereader.js.map +0 -1
  657. package/lib/cjs/__/undici/lib/fileapi/progressevent.js +0 -92
  658. package/lib/cjs/__/undici/lib/fileapi/progressevent.js.map +0 -1
  659. package/lib/cjs/__/undici/lib/fileapi/symbols.js +0 -22
  660. package/lib/cjs/__/undici/lib/fileapi/symbols.js.map +0 -1
  661. package/lib/cjs/__/undici/lib/fileapi/util.js +0 -419
  662. package/lib/cjs/__/undici/lib/fileapi/util.js.map +0 -1
  663. package/lib/cjs/__/undici/lib/handler/DecoratorHandler.js +0 -47
  664. package/lib/cjs/__/undici/lib/handler/DecoratorHandler.js.map +0 -1
  665. package/lib/cjs/__/undici/lib/handler/RedirectHandler.js +0 -226
  666. package/lib/cjs/__/undici/lib/handler/RedirectHandler.js.map +0 -1
  667. package/lib/cjs/__/undici/lib/handler/RetryHandler.js +0 -358
  668. package/lib/cjs/__/undici/lib/handler/RetryHandler.js.map +0 -1
  669. package/lib/cjs/__/undici/lib/interceptor/redirectInterceptor.js +0 -35
  670. package/lib/cjs/__/undici/lib/interceptor/redirectInterceptor.js.map +0 -1
  671. package/lib/cjs/__/undici/lib/node/fixed-queue.js +0 -129
  672. package/lib/cjs/__/undici/lib/node/fixed-queue.js.map +0 -1
  673. package/lib/cjs/__/undici/lib/pool-base.js +0 -211
  674. package/lib/cjs/__/undici/lib/pool-base.js.map +0 -1
  675. package/lib/cjs/__/undici/lib/pool-stats.js +0 -49
  676. package/lib/cjs/__/undici/lib/pool-stats.js.map +0 -1
  677. package/lib/cjs/__/undici/lib/pool.js +0 -127
  678. package/lib/cjs/__/undici/lib/pool.js.map +0 -1
  679. package/lib/cjs/__/undici/lib/proxy-agent.js +0 -213
  680. package/lib/cjs/__/undici/lib/proxy-agent.js.map +0 -1
  681. package/lib/cjs/__/undici/lib/timers.js +0 -109
  682. package/lib/cjs/__/undici/lib/timers.js.map +0 -1
  683. package/lib/cjs/__/undici/lib/websocket/connection.js +0 -318
  684. package/lib/cjs/__/undici/lib/websocket/connection.js.map +0 -1
  685. package/lib/cjs/__/undici/lib/websocket/constants.js +0 -63
  686. package/lib/cjs/__/undici/lib/websocket/constants.js.map +0 -1
  687. package/lib/cjs/__/undici/lib/websocket/events.js +0 -323
  688. package/lib/cjs/__/undici/lib/websocket/events.js.map +0 -1
  689. package/lib/cjs/__/undici/lib/websocket/frame.js +0 -87
  690. package/lib/cjs/__/undici/lib/websocket/frame.js.map +0 -1
  691. package/lib/cjs/__/undici/lib/websocket/receiver.js +0 -368
  692. package/lib/cjs/__/undici/lib/websocket/receiver.js.map +0 -1
  693. package/lib/cjs/__/undici/lib/websocket/symbols.js +0 -24
  694. package/lib/cjs/__/undici/lib/websocket/symbols.js.map +0 -1
  695. package/lib/cjs/__/undici/lib/websocket/util.js +0 -216
  696. package/lib/cjs/__/undici/lib/websocket/util.js.map +0 -1
  697. package/lib/cjs/__/undici/lib/websocket/websocket.js +0 -668
  698. package/lib/cjs/__/undici/lib/websocket/websocket.js.map +0 -1
  699. package/lib/cjs/_virtual/api-request2.js +0 -6
  700. package/lib/cjs/_virtual/api-request2.js.map +0 -1
  701. package/lib/cjs/_virtual/constants2.js +0 -6
  702. package/lib/cjs/_virtual/constants2.js.map +0 -1
  703. package/lib/cjs/_virtual/index15.js +0 -6
  704. package/lib/cjs/_virtual/index15.js.map +0 -1
  705. package/lib/cjs/_virtual/index16.js +0 -6
  706. package/lib/cjs/_virtual/index16.js.map +0 -1
  707. package/lib/cjs/_virtual/main.js +0 -6
  708. package/lib/cjs/_virtual/main.js.map +0 -1
  709. package/lib/cjs/_virtual/mock-interceptor2.js +0 -6
  710. package/lib/cjs/_virtual/mock-interceptor2.js.map +0 -1
  711. package/lib/cjs/_virtual/utils4.js +0 -6
  712. package/lib/cjs/_virtual/utils4.js.map +0 -1
  713. package/lib/esm/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js.map +0 -1
  714. package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/index.js.map +0 -1
  715. package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/version.js.map +0 -1
  716. package/lib/esm/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js.map +0 -1
  717. package/lib/esm/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js.map +0 -1
  718. package/lib/esm/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +0 -1
  719. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +0 -1
  720. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +0 -1
  721. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +0 -1
  722. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +0 -1
  723. package/lib/esm/__/@actions/github/__/@octokit/request/dist-bundle/index.js +0 -198
  724. package/lib/esm/__/@actions/github/__/@octokit/request/dist-bundle/index.js.map +0 -1
  725. package/lib/esm/__/@actions/github/__/@octokit/request-error/dist-src/index.js.map +0 -1
  726. package/lib/esm/__/@actions/github/__/before-after-hook/index.js.map +0 -1
  727. package/lib/esm/__/@actions/github/__/before-after-hook/lib/add.js.map +0 -1
  728. package/lib/esm/__/@actions/github/__/before-after-hook/lib/register.js.map +0 -1
  729. package/lib/esm/__/@actions/github/__/before-after-hook/lib/remove.js.map +0 -1
  730. package/lib/esm/__/@actions/github/__/universal-user-agent/index.js.map +0 -1
  731. package/lib/esm/__/@actions/http-client/__/undici/index.js +0 -220
  732. package/lib/esm/__/@actions/http-client/__/undici/index.js.map +0 -1
  733. package/lib/esm/__/@actions/http-client/__/undici/lib/api/abort-signal.js +0 -71
  734. package/lib/esm/__/@actions/http-client/__/undici/lib/api/abort-signal.js.map +0 -1
  735. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-connect.js +0 -124
  736. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-connect.js.map +0 -1
  737. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-pipeline.js +0 -268
  738. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-pipeline.js.map +0 -1
  739. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-request.js +0 -231
  740. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-request.js.map +0 -1
  741. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-stream.js +0 -238
  742. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-stream.js.map +0 -1
  743. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-upgrade.js +0 -124
  744. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-upgrade.js.map +0 -1
  745. package/lib/esm/__/@actions/http-client/__/undici/lib/api/index.js +0 -23
  746. package/lib/esm/__/@actions/http-client/__/undici/lib/api/index.js.map +0 -1
  747. package/lib/esm/__/@actions/http-client/__/undici/lib/api/readable.js +0 -398
  748. package/lib/esm/__/@actions/http-client/__/undici/lib/api/readable.js.map +0 -1
  749. package/lib/esm/__/@actions/http-client/__/undici/lib/api/util.js +0 -108
  750. package/lib/esm/__/@actions/http-client/__/undici/lib/api/util.js.map +0 -1
  751. package/lib/esm/__/@actions/http-client/__/undici/lib/core/connect.js +0 -258
  752. package/lib/esm/__/@actions/http-client/__/undici/lib/core/connect.js.map +0 -1
  753. package/lib/esm/__/@actions/http-client/__/undici/lib/core/constants.js +0 -128
  754. package/lib/esm/__/@actions/http-client/__/undici/lib/core/constants.js.map +0 -1
  755. package/lib/esm/__/@actions/http-client/__/undici/lib/core/diagnostics.js +0 -215
  756. package/lib/esm/__/@actions/http-client/__/undici/lib/core/diagnostics.js.map +0 -1
  757. package/lib/esm/__/@actions/http-client/__/undici/lib/core/errors.js +0 -435
  758. package/lib/esm/__/@actions/http-client/__/undici/lib/core/errors.js.map +0 -1
  759. package/lib/esm/__/@actions/http-client/__/undici/lib/core/request.js +0 -421
  760. package/lib/esm/__/@actions/http-client/__/undici/lib/core/request.js.map +0 -1
  761. package/lib/esm/__/@actions/http-client/__/undici/lib/core/symbols.js +0 -78
  762. package/lib/esm/__/@actions/http-client/__/undici/lib/core/symbols.js.map +0 -1
  763. package/lib/esm/__/@actions/http-client/__/undici/lib/core/tree.js.map +0 -1
  764. package/lib/esm/__/@actions/http-client/__/undici/lib/core/util.js +0 -742
  765. package/lib/esm/__/@actions/http-client/__/undici/lib/core/util.js.map +0 -1
  766. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/agent.js +0 -147
  767. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/agent.js.map +0 -1
  768. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/balanced-pool.js.map +0 -1
  769. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client-h1.js.map +0 -1
  770. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client-h2.js.map +0 -1
  771. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client.js +0 -642
  772. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client.js.map +0 -1
  773. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js +0 -204
  774. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js.map +0 -1
  775. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js +0 -77
  776. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js.map +0 -1
  777. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/env-http-proxy-agent.js.map +0 -1
  778. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/fixed-queue.js.map +0 -1
  779. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js +0 -209
  780. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js.map +0 -1
  781. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool-stats.js.map +0 -1
  782. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool.js +0 -124
  783. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool.js.map +0 -1
  784. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/proxy-agent.js.map +0 -1
  785. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/retry-agent.js.map +0 -1
  786. package/lib/esm/__/@actions/http-client/__/undici/lib/global.js +0 -45
  787. package/lib/esm/__/@actions/http-client/__/undici/lib/global.js.map +0 -1
  788. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/decorator-handler.js.map +0 -1
  789. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js +0 -230
  790. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js.map +0 -1
  791. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/retry-handler.js.map +0 -1
  792. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/dns.js.map +0 -1
  793. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/dump.js.map +0 -1
  794. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/redirect-interceptor.js.map +0 -1
  795. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/redirect.js.map +0 -1
  796. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/retry.js.map +0 -1
  797. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/constants.js +0 -286
  798. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/constants.js.map +0 -1
  799. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js +0 -17
  800. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js.map +0 -1
  801. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js +0 -17
  802. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +0 -1
  803. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/utils.js +0 -26
  804. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/utils.js.map +0 -1
  805. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-agent.js +0 -181
  806. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-agent.js.map +0 -1
  807. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-client.js +0 -77
  808. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-client.js.map +0 -1
  809. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-errors.js +0 -40
  810. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-errors.js.map +0 -1
  811. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js +0 -222
  812. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js.map +0 -1
  813. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-pool.js +0 -77
  814. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-pool.js.map +0 -1
  815. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js +0 -33
  816. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js.map +0 -1
  817. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-utils.js +0 -383
  818. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-utils.js.map +0 -1
  819. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js +0 -56
  820. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js.map +0 -1
  821. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pluralizer.js +0 -39
  822. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pluralizer.js.map +0 -1
  823. package/lib/esm/__/@actions/http-client/__/undici/lib/util/timers.js.map +0 -1
  824. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/cache.js.map +0 -1
  825. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/cachestorage.js.map +0 -1
  826. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/symbols.js.map +0 -1
  827. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/util.js.map +0 -1
  828. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/constants.js.map +0 -1
  829. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/index.js.map +0 -1
  830. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/parse.js.map +0 -1
  831. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/util.js.map +0 -1
  832. package/lib/esm/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource-stream.js.map +0 -1
  833. package/lib/esm/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource.js.map +0 -1
  834. package/lib/esm/__/@actions/http-client/__/undici/lib/web/eventsource/util.js.map +0 -1
  835. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/body.js.map +0 -1
  836. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/constants.js.map +0 -1
  837. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/data-url.js.map +0 -1
  838. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/dispatcher-weakref.js.map +0 -1
  839. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/file.js.map +0 -1
  840. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/formdata-parser.js.map +0 -1
  841. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js +0 -268
  842. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js.map +0 -1
  843. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/global.js.map +0 -1
  844. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/headers.js +0 -702
  845. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/headers.js.map +0 -1
  846. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/index.js +0 -2224
  847. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/index.js.map +0 -1
  848. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/request.js +0 -1061
  849. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/request.js.map +0 -1
  850. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/response.js +0 -633
  851. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/response.js.map +0 -1
  852. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/symbols.js.map +0 -1
  853. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/util.js +0 -1652
  854. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/util.js.map +0 -1
  855. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js +0 -709
  856. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js.map +0 -1
  857. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/encoding.js.map +0 -1
  858. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/filereader.js.map +0 -1
  859. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/progressevent.js.map +0 -1
  860. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/symbols.js.map +0 -1
  861. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/util.js +0 -409
  862. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/util.js.map +0 -1
  863. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/connection.js.map +0 -1
  864. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/constants.js.map +0 -1
  865. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/events.js.map +0 -1
  866. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/frame.js.map +0 -1
  867. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js +0 -132
  868. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js.map +0 -1
  869. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js +0 -447
  870. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js.map +0 -1
  871. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/sender.js.map +0 -1
  872. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/symbols.js.map +0 -1
  873. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/util.js.map +0 -1
  874. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js +0 -612
  875. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js.map +0 -1
  876. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/Dicer.js +0 -229
  877. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/Dicer.js.map +0 -1
  878. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js +0 -115
  879. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js.map +0 -1
  880. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/PartStream.js +0 -26
  881. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/PartStream.js.map +0 -1
  882. package/lib/esm/__/@fastify/busboy/deps/streamsearch/sbmh.js +0 -241
  883. package/lib/esm/__/@fastify/busboy/deps/streamsearch/sbmh.js.map +0 -1
  884. package/lib/esm/__/@fastify/busboy/lib/main.js +0 -102
  885. package/lib/esm/__/@fastify/busboy/lib/main.js.map +0 -1
  886. package/lib/esm/__/@fastify/busboy/lib/types/multipart.js +0 -324
  887. package/lib/esm/__/@fastify/busboy/lib/types/multipart.js.map +0 -1
  888. package/lib/esm/__/@fastify/busboy/lib/types/urlencoded.js +0 -204
  889. package/lib/esm/__/@fastify/busboy/lib/types/urlencoded.js.map +0 -1
  890. package/lib/esm/__/@fastify/busboy/lib/utils/Decoder.js +0 -64
  891. package/lib/esm/__/@fastify/busboy/lib/utils/Decoder.js.map +0 -1
  892. package/lib/esm/__/@fastify/busboy/lib/utils/basename.js +0 -24
  893. package/lib/esm/__/@fastify/busboy/lib/utils/basename.js.map +0 -1
  894. package/lib/esm/__/@fastify/busboy/lib/utils/decodeText.js +0 -124
  895. package/lib/esm/__/@fastify/busboy/lib/utils/decodeText.js.map +0 -1
  896. package/lib/esm/__/@fastify/busboy/lib/utils/getLimit.js +0 -26
  897. package/lib/esm/__/@fastify/busboy/lib/utils/getLimit.js.map +0 -1
  898. package/lib/esm/__/@fastify/busboy/lib/utils/parseParams.js +0 -209
  899. package/lib/esm/__/@fastify/busboy/lib/utils/parseParams.js.map +0 -1
  900. package/lib/esm/__/env-ci/__/execa/index.js +0 -141
  901. package/lib/esm/__/env-ci/__/execa/index.js.map +0 -1
  902. package/lib/esm/__/env-ci/__/execa/lib/command.js.map +0 -1
  903. package/lib/esm/__/env-ci/__/execa/lib/error.js.map +0 -1
  904. package/lib/esm/__/env-ci/__/execa/lib/promise.js.map +0 -1
  905. package/lib/esm/__/env-ci/__/execa/lib/stdio.js.map +0 -1
  906. package/lib/esm/__/env-ci/__/execa/lib/stream.js +0 -33
  907. package/lib/esm/__/env-ci/__/execa/lib/stream.js.map +0 -1
  908. package/lib/esm/__/env-ci/__/execa/lib/verbose.js.map +0 -1
  909. package/lib/esm/__/env-ci/__/get-stream/source/array-buffer.js.map +0 -1
  910. package/lib/esm/__/env-ci/__/human-signals/build/src/core.js.map +0 -1
  911. package/lib/esm/__/env-ci/__/human-signals/build/src/main.js.map +0 -1
  912. package/lib/esm/__/env-ci/__/human-signals/build/src/realtime.js.map +0 -1
  913. package/lib/esm/__/env-ci/__/human-signals/build/src/signals.js.map +0 -1
  914. package/lib/esm/__/env-ci/__/is-stream/index.js.map +0 -1
  915. package/lib/esm/__/env-ci/__/npm-run-path/index.js +0 -55
  916. package/lib/esm/__/env-ci/__/npm-run-path/index.js.map +0 -1
  917. package/lib/esm/__/env-ci/__/path-key/index.js.map +0 -1
  918. package/lib/esm/__/env-ci/__/signal-exit/dist/mjs/index.js.map +0 -1
  919. package/lib/esm/__/env-ci/__/signal-exit/dist/mjs/signals.js.map +0 -1
  920. package/lib/esm/__/env-ci/__/strip-final-newline/index.js.map +0 -1
  921. package/lib/esm/__/undici/lib/agent.js +0 -167
  922. package/lib/esm/__/undici/lib/agent.js.map +0 -1
  923. package/lib/esm/__/undici/lib/balanced-pool.js +0 -206
  924. package/lib/esm/__/undici/lib/balanced-pool.js.map +0 -1
  925. package/lib/esm/__/undici/lib/cache/cache.js +0 -861
  926. package/lib/esm/__/undici/lib/cache/cache.js.map +0 -1
  927. package/lib/esm/__/undici/lib/cache/cachestorage.js +0 -159
  928. package/lib/esm/__/undici/lib/cache/cachestorage.js.map +0 -1
  929. package/lib/esm/__/undici/lib/cache/symbols.js +0 -17
  930. package/lib/esm/__/undici/lib/cache/symbols.js.map +0 -1
  931. package/lib/esm/__/undici/lib/cache/util.js +0 -63
  932. package/lib/esm/__/undici/lib/cache/util.js.map +0 -1
  933. package/lib/esm/__/undici/lib/client.js +0 -2305
  934. package/lib/esm/__/undici/lib/client.js.map +0 -1
  935. package/lib/esm/__/undici/lib/compat/dispatcher-weakref.js +0 -61
  936. package/lib/esm/__/undici/lib/compat/dispatcher-weakref.js.map +0 -1
  937. package/lib/esm/__/undici/lib/cookies/constants.js +0 -22
  938. package/lib/esm/__/undici/lib/cookies/constants.js.map +0 -1
  939. package/lib/esm/__/undici/lib/cookies/index.js +0 -198
  940. package/lib/esm/__/undici/lib/cookies/index.js.map +0 -1
  941. package/lib/esm/__/undici/lib/cookies/parse.js +0 -332
  942. package/lib/esm/__/undici/lib/cookies/parse.js.map +0 -1
  943. package/lib/esm/__/undici/lib/cookies/util.js +0 -284
  944. package/lib/esm/__/undici/lib/cookies/util.js.map +0 -1
  945. package/lib/esm/__/undici/lib/dispatcher-base.js +0 -206
  946. package/lib/esm/__/undici/lib/dispatcher-base.js.map +0 -1
  947. package/lib/esm/__/undici/lib/dispatcher.js +0 -31
  948. package/lib/esm/__/undici/lib/dispatcher.js.map +0 -1
  949. package/lib/esm/__/undici/lib/fetch/body.js +0 -638
  950. package/lib/esm/__/undici/lib/fetch/body.js.map +0 -1
  951. package/lib/esm/__/undici/lib/fetch/constants.js +0 -163
  952. package/lib/esm/__/undici/lib/fetch/constants.js.map +0 -1
  953. package/lib/esm/__/undici/lib/fetch/dataURL.js +0 -642
  954. package/lib/esm/__/undici/lib/fetch/dataURL.js.map +0 -1
  955. package/lib/esm/__/undici/lib/fetch/file.js +0 -362
  956. package/lib/esm/__/undici/lib/fetch/file.js.map +0 -1
  957. package/lib/esm/__/undici/lib/fetch/formdata.js +0 -281
  958. package/lib/esm/__/undici/lib/fetch/formdata.js.map +0 -1
  959. package/lib/esm/__/undici/lib/fetch/global.js +0 -50
  960. package/lib/esm/__/undici/lib/fetch/global.js.map +0 -1
  961. package/lib/esm/__/undici/lib/fetch/headers.js +0 -602
  962. package/lib/esm/__/undici/lib/fetch/headers.js.map +0 -1
  963. package/lib/esm/__/undici/lib/fetch/index.js +0 -2102
  964. package/lib/esm/__/undici/lib/fetch/index.js.map +0 -1
  965. package/lib/esm/__/undici/lib/fetch/request.js +0 -971
  966. package/lib/esm/__/undici/lib/fetch/request.js.map +0 -1
  967. package/lib/esm/__/undici/lib/fetch/response.js +0 -596
  968. package/lib/esm/__/undici/lib/fetch/response.js.map +0 -1
  969. package/lib/esm/__/undici/lib/fetch/symbols.js +0 -20
  970. package/lib/esm/__/undici/lib/fetch/symbols.js.map +0 -1
  971. package/lib/esm/__/undici/lib/fetch/util.js +0 -1161
  972. package/lib/esm/__/undici/lib/fetch/util.js.map +0 -1
  973. package/lib/esm/__/undici/lib/fetch/webidl.js +0 -659
  974. package/lib/esm/__/undici/lib/fetch/webidl.js.map +0 -1
  975. package/lib/esm/__/undici/lib/fileapi/encoding.js +0 -300
  976. package/lib/esm/__/undici/lib/fileapi/encoding.js.map +0 -1
  977. package/lib/esm/__/undici/lib/fileapi/filereader.js +0 -359
  978. package/lib/esm/__/undici/lib/fileapi/filereader.js.map +0 -1
  979. package/lib/esm/__/undici/lib/fileapi/progressevent.js +0 -90
  980. package/lib/esm/__/undici/lib/fileapi/progressevent.js.map +0 -1
  981. package/lib/esm/__/undici/lib/fileapi/symbols.js +0 -20
  982. package/lib/esm/__/undici/lib/fileapi/symbols.js.map +0 -1
  983. package/lib/esm/__/undici/lib/fileapi/util.js +0 -411
  984. package/lib/esm/__/undici/lib/fileapi/util.js.map +0 -1
  985. package/lib/esm/__/undici/lib/handler/DecoratorHandler.js +0 -45
  986. package/lib/esm/__/undici/lib/handler/DecoratorHandler.js.map +0 -1
  987. package/lib/esm/__/undici/lib/handler/RedirectHandler.js +0 -219
  988. package/lib/esm/__/undici/lib/handler/RedirectHandler.js.map +0 -1
  989. package/lib/esm/__/undici/lib/handler/RetryHandler.js +0 -352
  990. package/lib/esm/__/undici/lib/handler/RetryHandler.js.map +0 -1
  991. package/lib/esm/__/undici/lib/interceptor/redirectInterceptor.js +0 -33
  992. package/lib/esm/__/undici/lib/interceptor/redirectInterceptor.js.map +0 -1
  993. package/lib/esm/__/undici/lib/node/fixed-queue.js +0 -127
  994. package/lib/esm/__/undici/lib/node/fixed-queue.js.map +0 -1
  995. package/lib/esm/__/undici/lib/pool-base.js +0 -209
  996. package/lib/esm/__/undici/lib/pool-base.js.map +0 -1
  997. package/lib/esm/__/undici/lib/pool-stats.js +0 -47
  998. package/lib/esm/__/undici/lib/pool-stats.js.map +0 -1
  999. package/lib/esm/__/undici/lib/pool.js +0 -125
  1000. package/lib/esm/__/undici/lib/pool.js.map +0 -1
  1001. package/lib/esm/__/undici/lib/proxy-agent.js +0 -207
  1002. package/lib/esm/__/undici/lib/proxy-agent.js.map +0 -1
  1003. package/lib/esm/__/undici/lib/timers.js +0 -107
  1004. package/lib/esm/__/undici/lib/timers.js.map +0 -1
  1005. package/lib/esm/__/undici/lib/websocket/connection.js +0 -312
  1006. package/lib/esm/__/undici/lib/websocket/connection.js.map +0 -1
  1007. package/lib/esm/__/undici/lib/websocket/constants.js +0 -61
  1008. package/lib/esm/__/undici/lib/websocket/constants.js.map +0 -1
  1009. package/lib/esm/__/undici/lib/websocket/events.js +0 -317
  1010. package/lib/esm/__/undici/lib/websocket/events.js.map +0 -1
  1011. package/lib/esm/__/undici/lib/websocket/frame.js +0 -85
  1012. package/lib/esm/__/undici/lib/websocket/frame.js.map +0 -1
  1013. package/lib/esm/__/undici/lib/websocket/receiver.js +0 -361
  1014. package/lib/esm/__/undici/lib/websocket/receiver.js.map +0 -1
  1015. package/lib/esm/__/undici/lib/websocket/symbols.js +0 -22
  1016. package/lib/esm/__/undici/lib/websocket/symbols.js.map +0 -1
  1017. package/lib/esm/__/undici/lib/websocket/util.js +0 -214
  1018. package/lib/esm/__/undici/lib/websocket/util.js.map +0 -1
  1019. package/lib/esm/__/undici/lib/websocket/websocket.js +0 -662
  1020. package/lib/esm/__/undici/lib/websocket/websocket.js.map +0 -1
  1021. package/lib/esm/_virtual/api-request2.js +0 -4
  1022. package/lib/esm/_virtual/api-request2.js.map +0 -1
  1023. package/lib/esm/_virtual/constants2.js +0 -4
  1024. package/lib/esm/_virtual/constants2.js.map +0 -1
  1025. package/lib/esm/_virtual/index15.js +0 -4
  1026. package/lib/esm/_virtual/index15.js.map +0 -1
  1027. package/lib/esm/_virtual/index16.js +0 -4
  1028. package/lib/esm/_virtual/index16.js.map +0 -1
  1029. package/lib/esm/_virtual/main.js +0 -4
  1030. package/lib/esm/_virtual/main.js.map +0 -1
  1031. package/lib/esm/_virtual/mock-interceptor2.js +0 -4
  1032. package/lib/esm/_virtual/mock-interceptor2.js.map +0 -1
  1033. package/lib/esm/_virtual/utils4.js +0 -4
  1034. package/lib/esm/_virtual/utils4.js.map +0 -1
  1035. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/auth-token/dist-bundle/index.js +0 -0
  1036. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/index.js +0 -0
  1037. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/version.js +0 -0
  1038. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/endpoint/dist-bundle/index.js +0 -0
  1039. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/graphql/dist-bundle/index.js +0 -0
  1040. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-paginate-rest/dist-bundle/index.js +0 -0
  1041. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js +0 -0
  1042. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +0 -0
  1043. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/index.js +0 -0
  1044. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/version.js +0 -0
  1045. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/request-error/dist-src/index.js +0 -0
  1046. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/index.js +0 -0
  1047. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/add.js +0 -0
  1048. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/register.js +0 -0
  1049. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/remove.js +0 -0
  1050. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/command.js +0 -0
  1051. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/error.js +0 -0
  1052. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/promise.js +0 -0
  1053. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/stdio.js +0 -0
  1054. /package/lib/cjs/__/{env-ci/__/get-stream → get-stream}/source/array-buffer.js +0 -0
  1055. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/core.js +0 -0
  1056. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/main.js +0 -0
  1057. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/realtime.js +0 -0
  1058. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/signals.js +0 -0
  1059. /package/lib/cjs/__/{env-ci/__/is-stream → is-stream}/index.js +0 -0
  1060. /package/lib/cjs/__/{env-ci → npm-run-path}/__/path-key/index.js +0 -0
  1061. /package/lib/cjs/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/index.js +0 -0
  1062. /package/lib/cjs/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/signals.js +0 -0
  1063. /package/lib/cjs/__/{env-ci/__/strip-final-newline → strip-final-newline}/index.js +0 -0
  1064. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/core/tree.js +0 -0
  1065. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/balanced-pool.js +0 -0
  1066. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h1.js +0 -0
  1067. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h2.js +0 -0
  1068. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/env-http-proxy-agent.js +0 -0
  1069. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/fixed-queue.js +0 -0
  1070. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/pool-stats.js +0 -0
  1071. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/proxy-agent.js +0 -0
  1072. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/retry-agent.js +0 -0
  1073. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/handler/decorator-handler.js +0 -0
  1074. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/handler/retry-handler.js +0 -0
  1075. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dns.js +0 -0
  1076. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dump.js +0 -0
  1077. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect-interceptor.js +0 -0
  1078. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect.js +0 -0
  1079. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/retry.js +0 -0
  1080. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/util/timers.js +0 -0
  1081. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cache.js +0 -0
  1082. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cachestorage.js +0 -0
  1083. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/symbols.js +0 -0
  1084. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/util.js +0 -0
  1085. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/constants.js +0 -0
  1086. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/index.js +0 -0
  1087. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/parse.js +0 -0
  1088. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/util.js +0 -0
  1089. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource-stream.js +0 -0
  1090. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource.js +0 -0
  1091. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/util.js +0 -0
  1092. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/body.js +0 -0
  1093. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/constants.js +0 -0
  1094. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/data-url.js +0 -0
  1095. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/dispatcher-weakref.js +0 -0
  1096. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/file.js +0 -0
  1097. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/formdata-parser.js +0 -0
  1098. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/global.js +0 -0
  1099. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/symbols.js +0 -0
  1100. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/encoding.js +0 -0
  1101. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/filereader.js +0 -0
  1102. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/progressevent.js +0 -0
  1103. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/symbols.js +0 -0
  1104. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/connection.js +0 -0
  1105. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/constants.js +0 -0
  1106. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/events.js +0 -0
  1107. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/frame.js +0 -0
  1108. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/sender.js +0 -0
  1109. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/symbols.js +0 -0
  1110. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/util.js +0 -0
  1111. /package/lib/cjs/__/{@actions/github/__/universal-user-agent → universal-user-agent}/index.js +0 -0
  1112. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/auth-token/dist-bundle/index.js +0 -0
  1113. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/index.js +0 -0
  1114. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/version.js +0 -0
  1115. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/endpoint/dist-bundle/index.js +0 -0
  1116. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/graphql/dist-bundle/index.js +0 -0
  1117. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-paginate-rest/dist-bundle/index.js +0 -0
  1118. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js +0 -0
  1119. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +0 -0
  1120. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/index.js +0 -0
  1121. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/version.js +0 -0
  1122. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/request-error/dist-src/index.js +0 -0
  1123. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/index.js +0 -0
  1124. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/add.js +0 -0
  1125. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/register.js +0 -0
  1126. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/remove.js +0 -0
  1127. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/command.js +0 -0
  1128. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/error.js +0 -0
  1129. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/promise.js +0 -0
  1130. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/stdio.js +0 -0
  1131. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/verbose.js +0 -0
  1132. /package/lib/esm/__/{env-ci/__/get-stream → get-stream}/source/array-buffer.js +0 -0
  1133. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/core.js +0 -0
  1134. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/main.js +0 -0
  1135. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/realtime.js +0 -0
  1136. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/signals.js +0 -0
  1137. /package/lib/esm/__/{env-ci/__/is-stream → is-stream}/index.js +0 -0
  1138. /package/lib/esm/__/{env-ci → npm-run-path}/__/path-key/index.js +0 -0
  1139. /package/lib/esm/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/index.js +0 -0
  1140. /package/lib/esm/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/signals.js +0 -0
  1141. /package/lib/esm/__/{env-ci/__/strip-final-newline → strip-final-newline}/index.js +0 -0
  1142. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/core/tree.js +0 -0
  1143. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/balanced-pool.js +0 -0
  1144. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h1.js +0 -0
  1145. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h2.js +0 -0
  1146. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/env-http-proxy-agent.js +0 -0
  1147. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/fixed-queue.js +0 -0
  1148. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/pool-stats.js +0 -0
  1149. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/proxy-agent.js +0 -0
  1150. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/retry-agent.js +0 -0
  1151. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/handler/decorator-handler.js +0 -0
  1152. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/handler/retry-handler.js +0 -0
  1153. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dns.js +0 -0
  1154. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dump.js +0 -0
  1155. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect-interceptor.js +0 -0
  1156. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect.js +0 -0
  1157. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/retry.js +0 -0
  1158. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/util/timers.js +0 -0
  1159. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cache.js +0 -0
  1160. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cachestorage.js +0 -0
  1161. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/symbols.js +0 -0
  1162. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/util.js +0 -0
  1163. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/constants.js +0 -0
  1164. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/index.js +0 -0
  1165. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/parse.js +0 -0
  1166. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/util.js +0 -0
  1167. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource-stream.js +0 -0
  1168. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource.js +0 -0
  1169. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/util.js +0 -0
  1170. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/body.js +0 -0
  1171. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/constants.js +0 -0
  1172. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/data-url.js +0 -0
  1173. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/dispatcher-weakref.js +0 -0
  1174. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/file.js +0 -0
  1175. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/formdata-parser.js +0 -0
  1176. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/global.js +0 -0
  1177. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/symbols.js +0 -0
  1178. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/encoding.js +0 -0
  1179. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/filereader.js +0 -0
  1180. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/progressevent.js +0 -0
  1181. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/symbols.js +0 -0
  1182. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/connection.js +0 -0
  1183. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/constants.js +0 -0
  1184. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/events.js +0 -0
  1185. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/frame.js +0 -0
  1186. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/sender.js +0 -0
  1187. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/symbols.js +0 -0
  1188. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/util.js +0 -0
  1189. /package/lib/esm/__/{@actions/github/__/universal-user-agent → universal-user-agent}/index.js +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"webidl.js","sources":["../../../../../../../../../../../../node_modules/@actions/http-client/node_modules/undici/lib/web/fetch/webidl.js"],"sourcesContent":["'use strict'\n\nconst { types, inspect } = require('node:util')\nconst { markAsUncloneable } = require('node:worker_threads')\nconst { toUSVString } = require('../../core/util')\n\n/** @type {import('../../../types/webidl').Webidl} */\nconst webidl = {}\nwebidl.converters = {}\nwebidl.util = {}\nwebidl.errors = {}\n\nwebidl.errors.exception = function (message) {\n return new TypeError(`${message.header}: ${message.message}`)\n}\n\nwebidl.errors.conversionFailed = function (context) {\n const plural = context.types.length === 1 ? '' : ' one of'\n const message =\n `${context.argument} could not be converted to` +\n `${plural}: ${context.types.join(', ')}.`\n\n return webidl.errors.exception({\n header: context.prefix,\n message\n })\n}\n\nwebidl.errors.invalidArgument = function (context) {\n return webidl.errors.exception({\n header: context.prefix,\n message: `\"${context.value}\" is an invalid ${context.type}.`\n })\n}\n\n// https://webidl.spec.whatwg.org/#implements\nwebidl.brandCheck = function (V, I, opts) {\n if (opts?.strict !== false) {\n if (!(V instanceof I)) {\n const err = new TypeError('Illegal invocation')\n err.code = 'ERR_INVALID_THIS' // node compat.\n throw err\n }\n } else {\n if (V?.[Symbol.toStringTag] !== I.prototype[Symbol.toStringTag]) {\n const err = new TypeError('Illegal invocation')\n err.code = 'ERR_INVALID_THIS' // node compat.\n throw err\n }\n }\n}\n\nwebidl.argumentLengthCheck = function ({ length }, min, ctx) {\n if (length < min) {\n throw webidl.errors.exception({\n message: `${min} argument${min !== 1 ? 's' : ''} required, ` +\n `but${length ? ' only' : ''} ${length} found.`,\n header: ctx\n })\n }\n}\n\nwebidl.illegalConstructor = function () {\n throw webidl.errors.exception({\n header: 'TypeError',\n message: 'Illegal constructor'\n })\n}\n\n// https://tc39.es/ecma262/#sec-ecmascript-data-types-and-values\nwebidl.util.Type = function (V) {\n switch (typeof V) {\n case 'undefined': return 'Undefined'\n case 'boolean': return 'Boolean'\n case 'string': return 'String'\n case 'symbol': return 'Symbol'\n case 'number': return 'Number'\n case 'bigint': return 'BigInt'\n case 'function':\n case 'object': {\n if (V === null) {\n return 'Null'\n }\n\n return 'Object'\n }\n }\n}\n\nwebidl.util.markAsUncloneable = markAsUncloneable || (() => {})\n// https://webidl.spec.whatwg.org/#abstract-opdef-converttoint\nwebidl.util.ConvertToInt = function (V, bitLength, signedness, opts) {\n let upperBound\n let lowerBound\n\n // 1. If bitLength is 64, then:\n if (bitLength === 64) {\n // 1. Let upperBound be 2^53 − 1.\n upperBound = Math.pow(2, 53) - 1\n\n // 2. If signedness is \"unsigned\", then let lowerBound be 0.\n if (signedness === 'unsigned') {\n lowerBound = 0\n } else {\n // 3. Otherwise let lowerBound be −2^53 + 1.\n lowerBound = Math.pow(-2, 53) + 1\n }\n } else if (signedness === 'unsigned') {\n // 2. Otherwise, if signedness is \"unsigned\", then:\n\n // 1. Let lowerBound be 0.\n lowerBound = 0\n\n // 2. Let upperBound be 2^bitLength − 1.\n upperBound = Math.pow(2, bitLength) - 1\n } else {\n // 3. Otherwise:\n\n // 1. Let lowerBound be -2^bitLength − 1.\n lowerBound = Math.pow(-2, bitLength) - 1\n\n // 2. Let upperBound be 2^bitLength − 1 − 1.\n upperBound = Math.pow(2, bitLength - 1) - 1\n }\n\n // 4. Let x be ? ToNumber(V).\n let x = Number(V)\n\n // 5. If x is −0, then set x to +0.\n if (x === 0) {\n x = 0\n }\n\n // 6. If the conversion is to an IDL type associated\n // with the [EnforceRange] extended attribute, then:\n if (opts?.enforceRange === true) {\n // 1. If x is NaN, +∞, or −∞, then throw a TypeError.\n if (\n Number.isNaN(x) ||\n x === Number.POSITIVE_INFINITY ||\n x === Number.NEGATIVE_INFINITY\n ) {\n throw webidl.errors.exception({\n header: 'Integer conversion',\n message: `Could not convert ${webidl.util.Stringify(V)} to an integer.`\n })\n }\n\n // 2. Set x to IntegerPart(x).\n x = webidl.util.IntegerPart(x)\n\n // 3. If x < lowerBound or x > upperBound, then\n // throw a TypeError.\n if (x < lowerBound || x > upperBound) {\n throw webidl.errors.exception({\n header: 'Integer conversion',\n message: `Value must be between ${lowerBound}-${upperBound}, got ${x}.`\n })\n }\n\n // 4. Return x.\n return x\n }\n\n // 7. If x is not NaN and the conversion is to an IDL\n // type associated with the [Clamp] extended\n // attribute, then:\n if (!Number.isNaN(x) && opts?.clamp === true) {\n // 1. Set x to min(max(x, lowerBound), upperBound).\n x = Math.min(Math.max(x, lowerBound), upperBound)\n\n // 2. Round x to the nearest integer, choosing the\n // even integer if it lies halfway between two,\n // and choosing +0 rather than −0.\n if (Math.floor(x) % 2 === 0) {\n x = Math.floor(x)\n } else {\n x = Math.ceil(x)\n }\n\n // 3. Return x.\n return x\n }\n\n // 8. If x is NaN, +0, +∞, or −∞, then return +0.\n if (\n Number.isNaN(x) ||\n (x === 0 && Object.is(0, x)) ||\n x === Number.POSITIVE_INFINITY ||\n x === Number.NEGATIVE_INFINITY\n ) {\n return 0\n }\n\n // 9. Set x to IntegerPart(x).\n x = webidl.util.IntegerPart(x)\n\n // 10. Set x to x modulo 2^bitLength.\n x = x % Math.pow(2, bitLength)\n\n // 11. If signedness is \"signed\" and x ≥ 2^bitLength − 1,\n // then return x − 2^bitLength.\n if (signedness === 'signed' && x >= Math.pow(2, bitLength) - 1) {\n return x - Math.pow(2, bitLength)\n }\n\n // 12. Otherwise, return x.\n return x\n}\n\n// https://webidl.spec.whatwg.org/#abstract-opdef-integerpart\nwebidl.util.IntegerPart = function (n) {\n // 1. Let r be floor(abs(n)).\n const r = Math.floor(Math.abs(n))\n\n // 2. If n < 0, then return -1 × r.\n if (n < 0) {\n return -1 * r\n }\n\n // 3. Otherwise, return r.\n return r\n}\n\nwebidl.util.Stringify = function (V) {\n const type = webidl.util.Type(V)\n\n switch (type) {\n case 'Symbol':\n return `Symbol(${V.description})`\n case 'Object':\n return inspect(V)\n case 'String':\n return `\"${V}\"`\n default:\n return `${V}`\n }\n}\n\n// https://webidl.spec.whatwg.org/#es-sequence\nwebidl.sequenceConverter = function (converter) {\n return (V, prefix, argument, Iterable) => {\n // 1. If Type(V) is not Object, throw a TypeError.\n if (webidl.util.Type(V) !== 'Object') {\n throw webidl.errors.exception({\n header: prefix,\n message: `${argument} (${webidl.util.Stringify(V)}) is not iterable.`\n })\n }\n\n // 2. Let method be ? GetMethod(V, @@iterator).\n /** @type {Generator} */\n const method = typeof Iterable === 'function' ? Iterable() : V?.[Symbol.iterator]?.()\n const seq = []\n let index = 0\n\n // 3. If method is undefined, throw a TypeError.\n if (\n method === undefined ||\n typeof method.next !== 'function'\n ) {\n throw webidl.errors.exception({\n header: prefix,\n message: `${argument} is not iterable.`\n })\n }\n\n // https://webidl.spec.whatwg.org/#create-sequence-from-iterable\n while (true) {\n const { done, value } = method.next()\n\n if (done) {\n break\n }\n\n seq.push(converter(value, prefix, `${argument}[${index++}]`))\n }\n\n return seq\n }\n}\n\n// https://webidl.spec.whatwg.org/#es-to-record\nwebidl.recordConverter = function (keyConverter, valueConverter) {\n return (O, prefix, argument) => {\n // 1. If Type(O) is not Object, throw a TypeError.\n if (webidl.util.Type(O) !== 'Object') {\n throw webidl.errors.exception({\n header: prefix,\n message: `${argument} (\"${webidl.util.Type(O)}\") is not an Object.`\n })\n }\n\n // 2. Let result be a new empty instance of record<K, V>.\n const result = {}\n\n if (!types.isProxy(O)) {\n // 1. Let desc be ? O.[[GetOwnProperty]](key).\n const keys = [...Object.getOwnPropertyNames(O), ...Object.getOwnPropertySymbols(O)]\n\n for (const key of keys) {\n // 1. Let typedKey be key converted to an IDL value of type K.\n const typedKey = keyConverter(key, prefix, argument)\n\n // 2. Let value be ? Get(O, key).\n // 3. Let typedValue be value converted to an IDL value of type V.\n const typedValue = valueConverter(O[key], prefix, argument)\n\n // 4. Set result[typedKey] to typedValue.\n result[typedKey] = typedValue\n }\n\n // 5. Return result.\n return result\n }\n\n // 3. Let keys be ? O.[[OwnPropertyKeys]]().\n const keys = Reflect.ownKeys(O)\n\n // 4. For each key of keys.\n for (const key of keys) {\n // 1. Let desc be ? O.[[GetOwnProperty]](key).\n const desc = Reflect.getOwnPropertyDescriptor(O, key)\n\n // 2. If desc is not undefined and desc.[[Enumerable]] is true:\n if (desc?.enumerable) {\n // 1. Let typedKey be key converted to an IDL value of type K.\n const typedKey = keyConverter(key, prefix, argument)\n\n // 2. Let value be ? Get(O, key).\n // 3. Let typedValue be value converted to an IDL value of type V.\n const typedValue = valueConverter(O[key], prefix, argument)\n\n // 4. Set result[typedKey] to typedValue.\n result[typedKey] = typedValue\n }\n }\n\n // 5. Return result.\n return result\n }\n}\n\nwebidl.interfaceConverter = function (i) {\n return (V, prefix, argument, opts) => {\n if (opts?.strict !== false && !(V instanceof i)) {\n throw webidl.errors.exception({\n header: prefix,\n message: `Expected ${argument} (\"${webidl.util.Stringify(V)}\") to be an instance of ${i.name}.`\n })\n }\n\n return V\n }\n}\n\nwebidl.dictionaryConverter = function (converters) {\n return (dictionary, prefix, argument) => {\n const type = webidl.util.Type(dictionary)\n const dict = {}\n\n if (type === 'Null' || type === 'Undefined') {\n return dict\n } else if (type !== 'Object') {\n throw webidl.errors.exception({\n header: prefix,\n message: `Expected ${dictionary} to be one of: Null, Undefined, Object.`\n })\n }\n\n for (const options of converters) {\n const { key, defaultValue, required, converter } = options\n\n if (required === true) {\n if (!Object.hasOwn(dictionary, key)) {\n throw webidl.errors.exception({\n header: prefix,\n message: `Missing required key \"${key}\".`\n })\n }\n }\n\n let value = dictionary[key]\n const hasDefault = Object.hasOwn(options, 'defaultValue')\n\n // Only use defaultValue if value is undefined and\n // a defaultValue options was provided.\n if (hasDefault && value !== null) {\n value ??= defaultValue()\n }\n\n // A key can be optional and have no default value.\n // When this happens, do not perform a conversion,\n // and do not assign the key a value.\n if (required || hasDefault || value !== undefined) {\n value = converter(value, prefix, `${argument}.${key}`)\n\n if (\n options.allowedValues &&\n !options.allowedValues.includes(value)\n ) {\n throw webidl.errors.exception({\n header: prefix,\n message: `${value} is not an accepted type. Expected one of ${options.allowedValues.join(', ')}.`\n })\n }\n\n dict[key] = value\n }\n }\n\n return dict\n }\n}\n\nwebidl.nullableConverter = function (converter) {\n return (V, prefix, argument) => {\n if (V === null) {\n return V\n }\n\n return converter(V, prefix, argument)\n }\n}\n\n// https://webidl.spec.whatwg.org/#es-DOMString\nwebidl.converters.DOMString = function (V, prefix, argument, opts) {\n // 1. If V is null and the conversion is to an IDL type\n // associated with the [LegacyNullToEmptyString]\n // extended attribute, then return the DOMString value\n // that represents the empty string.\n if (V === null && opts?.legacyNullToEmptyString) {\n return ''\n }\n\n // 2. Let x be ? ToString(V).\n if (typeof V === 'symbol') {\n throw webidl.errors.exception({\n header: prefix,\n message: `${argument} is a symbol, which cannot be converted to a DOMString.`\n })\n }\n\n // 3. Return the IDL DOMString value that represents the\n // same sequence of code units as the one the\n // ECMAScript String value x represents.\n return String(V)\n}\n\n// https://webidl.spec.whatwg.org/#es-ByteString\nwebidl.converters.ByteString = function (V, prefix, argument) {\n // 1. Let x be ? ToString(V).\n // Note: DOMString converter perform ? ToString(V)\n const x = webidl.converters.DOMString(V, prefix, argument)\n\n // 2. If the value of any element of x is greater than\n // 255, then throw a TypeError.\n for (let index = 0; index < x.length; index++) {\n if (x.charCodeAt(index) > 255) {\n throw new TypeError(\n 'Cannot convert argument to a ByteString because the character at ' +\n `index ${index} has a value of ${x.charCodeAt(index)} which is greater than 255.`\n )\n }\n }\n\n // 3. Return an IDL ByteString value whose length is the\n // length of x, and where the value of each element is\n // the value of the corresponding element of x.\n return x\n}\n\n// https://webidl.spec.whatwg.org/#es-USVString\n// TODO: rewrite this so we can control the errors thrown\nwebidl.converters.USVString = toUSVString\n\n// https://webidl.spec.whatwg.org/#es-boolean\nwebidl.converters.boolean = function (V) {\n // 1. Let x be the result of computing ToBoolean(V).\n const x = Boolean(V)\n\n // 2. Return the IDL boolean value that is the one that represents\n // the same truth value as the ECMAScript Boolean value x.\n return x\n}\n\n// https://webidl.spec.whatwg.org/#es-any\nwebidl.converters.any = function (V) {\n return V\n}\n\n// https://webidl.spec.whatwg.org/#es-long-long\nwebidl.converters['long long'] = function (V, prefix, argument) {\n // 1. Let x be ? ConvertToInt(V, 64, \"signed\").\n const x = webidl.util.ConvertToInt(V, 64, 'signed', undefined, prefix, argument)\n\n // 2. Return the IDL long long value that represents\n // the same numeric value as x.\n return x\n}\n\n// https://webidl.spec.whatwg.org/#es-unsigned-long-long\nwebidl.converters['unsigned long long'] = function (V, prefix, argument) {\n // 1. Let x be ? ConvertToInt(V, 64, \"unsigned\").\n const x = webidl.util.ConvertToInt(V, 64, 'unsigned', undefined, prefix, argument)\n\n // 2. Return the IDL unsigned long long value that\n // represents the same numeric value as x.\n return x\n}\n\n// https://webidl.spec.whatwg.org/#es-unsigned-long\nwebidl.converters['unsigned long'] = function (V, prefix, argument) {\n // 1. Let x be ? ConvertToInt(V, 32, \"unsigned\").\n const x = webidl.util.ConvertToInt(V, 32, 'unsigned', undefined, prefix, argument)\n\n // 2. Return the IDL unsigned long value that\n // represents the same numeric value as x.\n return x\n}\n\n// https://webidl.spec.whatwg.org/#es-unsigned-short\nwebidl.converters['unsigned short'] = function (V, prefix, argument, opts) {\n // 1. Let x be ? ConvertToInt(V, 16, \"unsigned\").\n const x = webidl.util.ConvertToInt(V, 16, 'unsigned', opts, prefix, argument)\n\n // 2. Return the IDL unsigned short value that represents\n // the same numeric value as x.\n return x\n}\n\n// https://webidl.spec.whatwg.org/#idl-ArrayBuffer\nwebidl.converters.ArrayBuffer = function (V, prefix, argument, opts) {\n // 1. If Type(V) is not Object, or V does not have an\n // [[ArrayBufferData]] internal slot, then throw a\n // TypeError.\n // see: https://tc39.es/ecma262/#sec-properties-of-the-arraybuffer-instances\n // see: https://tc39.es/ecma262/#sec-properties-of-the-sharedarraybuffer-instances\n if (\n webidl.util.Type(V) !== 'Object' ||\n !types.isAnyArrayBuffer(V)\n ) {\n throw webidl.errors.conversionFailed({\n prefix,\n argument: `${argument} (\"${webidl.util.Stringify(V)}\")`,\n types: ['ArrayBuffer']\n })\n }\n\n // 2. If the conversion is not to an IDL type associated\n // with the [AllowShared] extended attribute, and\n // IsSharedArrayBuffer(V) is true, then throw a\n // TypeError.\n if (opts?.allowShared === false && types.isSharedArrayBuffer(V)) {\n throw webidl.errors.exception({\n header: 'ArrayBuffer',\n message: 'SharedArrayBuffer is not allowed.'\n })\n }\n\n // 3. If the conversion is not to an IDL type associated\n // with the [AllowResizable] extended attribute, and\n // IsResizableArrayBuffer(V) is true, then throw a\n // TypeError.\n if (V.resizable || V.growable) {\n throw webidl.errors.exception({\n header: 'ArrayBuffer',\n message: 'Received a resizable ArrayBuffer.'\n })\n }\n\n // 4. Return the IDL ArrayBuffer value that is a\n // reference to the same object as V.\n return V\n}\n\nwebidl.converters.TypedArray = function (V, T, prefix, name, opts) {\n // 1. Let T be the IDL type V is being converted to.\n\n // 2. If Type(V) is not Object, or V does not have a\n // [[TypedArrayName]] internal slot with a value\n // equal to T’s name, then throw a TypeError.\n if (\n webidl.util.Type(V) !== 'Object' ||\n !types.isTypedArray(V) ||\n V.constructor.name !== T.name\n ) {\n throw webidl.errors.conversionFailed({\n prefix,\n argument: `${name} (\"${webidl.util.Stringify(V)}\")`,\n types: [T.name]\n })\n }\n\n // 3. If the conversion is not to an IDL type associated\n // with the [AllowShared] extended attribute, and\n // IsSharedArrayBuffer(V.[[ViewedArrayBuffer]]) is\n // true, then throw a TypeError.\n if (opts?.allowShared === false && types.isSharedArrayBuffer(V.buffer)) {\n throw webidl.errors.exception({\n header: 'ArrayBuffer',\n message: 'SharedArrayBuffer is not allowed.'\n })\n }\n\n // 4. If the conversion is not to an IDL type associated\n // with the [AllowResizable] extended attribute, and\n // IsResizableArrayBuffer(V.[[ViewedArrayBuffer]]) is\n // true, then throw a TypeError.\n if (V.buffer.resizable || V.buffer.growable) {\n throw webidl.errors.exception({\n header: 'ArrayBuffer',\n message: 'Received a resizable ArrayBuffer.'\n })\n }\n\n // 5. Return the IDL value of type T that is a reference\n // to the same object as V.\n return V\n}\n\nwebidl.converters.DataView = function (V, prefix, name, opts) {\n // 1. If Type(V) is not Object, or V does not have a\n // [[DataView]] internal slot, then throw a TypeError.\n if (webidl.util.Type(V) !== 'Object' || !types.isDataView(V)) {\n throw webidl.errors.exception({\n header: prefix,\n message: `${name} is not a DataView.`\n })\n }\n\n // 2. If the conversion is not to an IDL type associated\n // with the [AllowShared] extended attribute, and\n // IsSharedArrayBuffer(V.[[ViewedArrayBuffer]]) is true,\n // then throw a TypeError.\n if (opts?.allowShared === false && types.isSharedArrayBuffer(V.buffer)) {\n throw webidl.errors.exception({\n header: 'ArrayBuffer',\n message: 'SharedArrayBuffer is not allowed.'\n })\n }\n\n // 3. If the conversion is not to an IDL type associated\n // with the [AllowResizable] extended attribute, and\n // IsResizableArrayBuffer(V.[[ViewedArrayBuffer]]) is\n // true, then throw a TypeError.\n if (V.buffer.resizable || V.buffer.growable) {\n throw webidl.errors.exception({\n header: 'ArrayBuffer',\n message: 'Received a resizable ArrayBuffer.'\n })\n }\n\n // 4. Return the IDL DataView value that is a reference\n // to the same object as V.\n return V\n}\n\n// https://webidl.spec.whatwg.org/#BufferSource\nwebidl.converters.BufferSource = function (V, prefix, name, opts) {\n if (types.isAnyArrayBuffer(V)) {\n return webidl.converters.ArrayBuffer(V, prefix, name, { ...opts, allowShared: false })\n }\n\n if (types.isTypedArray(V)) {\n return webidl.converters.TypedArray(V, V.constructor, prefix, name, { ...opts, allowShared: false })\n }\n\n if (types.isDataView(V)) {\n return webidl.converters.DataView(V, prefix, name, { ...opts, allowShared: false })\n }\n\n throw webidl.errors.conversionFailed({\n prefix,\n argument: `${name} (\"${webidl.util.Stringify(V)}\")`,\n types: ['BufferSource']\n })\n}\n\nwebidl.converters['sequence<ByteString>'] = webidl.sequenceConverter(\n webidl.converters.ByteString\n)\n\nwebidl.converters['sequence<sequence<ByteString>>'] = webidl.sequenceConverter(\n webidl.converters['sequence<ByteString>']\n)\n\nwebidl.converters['record<ByteString, ByteString>'] = webidl.recordConverter(\n webidl.converters.ByteString,\n webidl.converters.ByteString\n)\n\nmodule.exports = {\n webidl\n}\n"],"names":["require$$0","require$$1","require$$2"],"mappings":"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","x_google_ignoreList":[0]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"encoding.js","sources":["../../../../../../../../../../../../node_modules/@actions/http-client/node_modules/undici/lib/web/fileapi/encoding.js"],"sourcesContent":["'use strict'\n\n/**\n * @see https://encoding.spec.whatwg.org/#concept-encoding-get\n * @param {string|undefined} label\n */\nfunction getEncoding (label) {\n if (!label) {\n return 'failure'\n }\n\n // 1. Remove any leading and trailing ASCII whitespace from label.\n // 2. If label is an ASCII case-insensitive match for any of the\n // labels listed in the table below, then return the\n // corresponding encoding; otherwise return failure.\n switch (label.trim().toLowerCase()) {\n case 'unicode-1-1-utf-8':\n case 'unicode11utf8':\n case 'unicode20utf8':\n case 'utf-8':\n case 'utf8':\n case 'x-unicode20utf8':\n return 'UTF-8'\n case '866':\n case 'cp866':\n case 'csibm866':\n case 'ibm866':\n return 'IBM866'\n case 'csisolatin2':\n case 'iso-8859-2':\n case 'iso-ir-101':\n case 'iso8859-2':\n case 'iso88592':\n case 'iso_8859-2':\n case 'iso_8859-2:1987':\n case 'l2':\n case 'latin2':\n return 'ISO-8859-2'\n case 'csisolatin3':\n case 'iso-8859-3':\n case 'iso-ir-109':\n case 'iso8859-3':\n case 'iso88593':\n case 'iso_8859-3':\n case 'iso_8859-3:1988':\n case 'l3':\n case 'latin3':\n return 'ISO-8859-3'\n case 'csisolatin4':\n case 'iso-8859-4':\n case 'iso-ir-110':\n case 'iso8859-4':\n case 'iso88594':\n case 'iso_8859-4':\n case 'iso_8859-4:1988':\n case 'l4':\n case 'latin4':\n return 'ISO-8859-4'\n case 'csisolatincyrillic':\n case 'cyrillic':\n case 'iso-8859-5':\n case 'iso-ir-144':\n case 'iso8859-5':\n case 'iso88595':\n case 'iso_8859-5':\n case 'iso_8859-5:1988':\n return 'ISO-8859-5'\n case 'arabic':\n case 'asmo-708':\n case 'csiso88596e':\n case 'csiso88596i':\n case 'csisolatinarabic':\n case 'ecma-114':\n case 'iso-8859-6':\n case 'iso-8859-6-e':\n case 'iso-8859-6-i':\n case 'iso-ir-127':\n case 'iso8859-6':\n case 'iso88596':\n case 'iso_8859-6':\n case 'iso_8859-6:1987':\n return 'ISO-8859-6'\n case 'csisolatingreek':\n case 'ecma-118':\n case 'elot_928':\n case 'greek':\n case 'greek8':\n case 'iso-8859-7':\n case 'iso-ir-126':\n case 'iso8859-7':\n case 'iso88597':\n case 'iso_8859-7':\n case 'iso_8859-7:1987':\n case 'sun_eu_greek':\n return 'ISO-8859-7'\n case 'csiso88598e':\n case 'csisolatinhebrew':\n case 'hebrew':\n case 'iso-8859-8':\n case 'iso-8859-8-e':\n case 'iso-ir-138':\n case 'iso8859-8':\n case 'iso88598':\n case 'iso_8859-8':\n case 'iso_8859-8:1988':\n case 'visual':\n return 'ISO-8859-8'\n case 'csiso88598i':\n case 'iso-8859-8-i':\n case 'logical':\n return 'ISO-8859-8-I'\n case 'csisolatin6':\n case 'iso-8859-10':\n case 'iso-ir-157':\n case 'iso8859-10':\n case 'iso885910':\n case 'l6':\n case 'latin6':\n return 'ISO-8859-10'\n case 'iso-8859-13':\n case 'iso8859-13':\n case 'iso885913':\n return 'ISO-8859-13'\n case 'iso-8859-14':\n case 'iso8859-14':\n case 'iso885914':\n return 'ISO-8859-14'\n case 'csisolatin9':\n case 'iso-8859-15':\n case 'iso8859-15':\n case 'iso885915':\n case 'iso_8859-15':\n case 'l9':\n return 'ISO-8859-15'\n case 'iso-8859-16':\n return 'ISO-8859-16'\n case 'cskoi8r':\n case 'koi':\n case 'koi8':\n case 'koi8-r':\n case 'koi8_r':\n return 'KOI8-R'\n case 'koi8-ru':\n case 'koi8-u':\n return 'KOI8-U'\n case 'csmacintosh':\n case 'mac':\n case 'macintosh':\n case 'x-mac-roman':\n return 'macintosh'\n case 'iso-8859-11':\n case 'iso8859-11':\n case 'iso885911':\n case 'tis-620':\n case 'windows-874':\n return 'windows-874'\n case 'cp1250':\n case 'windows-1250':\n case 'x-cp1250':\n return 'windows-1250'\n case 'cp1251':\n case 'windows-1251':\n case 'x-cp1251':\n return 'windows-1251'\n case 'ansi_x3.4-1968':\n case 'ascii':\n case 'cp1252':\n case 'cp819':\n case 'csisolatin1':\n case 'ibm819':\n case 'iso-8859-1':\n case 'iso-ir-100':\n case 'iso8859-1':\n case 'iso88591':\n case 'iso_8859-1':\n case 'iso_8859-1:1987':\n case 'l1':\n case 'latin1':\n case 'us-ascii':\n case 'windows-1252':\n case 'x-cp1252':\n return 'windows-1252'\n case 'cp1253':\n case 'windows-1253':\n case 'x-cp1253':\n return 'windows-1253'\n case 'cp1254':\n case 'csisolatin5':\n case 'iso-8859-9':\n case 'iso-ir-148':\n case 'iso8859-9':\n case 'iso88599':\n case 'iso_8859-9':\n case 'iso_8859-9:1989':\n case 'l5':\n case 'latin5':\n case 'windows-1254':\n case 'x-cp1254':\n return 'windows-1254'\n case 'cp1255':\n case 'windows-1255':\n case 'x-cp1255':\n return 'windows-1255'\n case 'cp1256':\n case 'windows-1256':\n case 'x-cp1256':\n return 'windows-1256'\n case 'cp1257':\n case 'windows-1257':\n case 'x-cp1257':\n return 'windows-1257'\n case 'cp1258':\n case 'windows-1258':\n case 'x-cp1258':\n return 'windows-1258'\n case 'x-mac-cyrillic':\n case 'x-mac-ukrainian':\n return 'x-mac-cyrillic'\n case 'chinese':\n case 'csgb2312':\n case 'csiso58gb231280':\n case 'gb2312':\n case 'gb_2312':\n case 'gb_2312-80':\n case 'gbk':\n case 'iso-ir-58':\n case 'x-gbk':\n return 'GBK'\n case 'gb18030':\n return 'gb18030'\n case 'big5':\n case 'big5-hkscs':\n case 'cn-big5':\n case 'csbig5':\n case 'x-x-big5':\n return 'Big5'\n case 'cseucpkdfmtjapanese':\n case 'euc-jp':\n case 'x-euc-jp':\n return 'EUC-JP'\n case 'csiso2022jp':\n case 'iso-2022-jp':\n return 'ISO-2022-JP'\n case 'csshiftjis':\n case 'ms932':\n case 'ms_kanji':\n case 'shift-jis':\n case 'shift_jis':\n case 'sjis':\n case 'windows-31j':\n case 'x-sjis':\n return 'Shift_JIS'\n case 'cseuckr':\n case 'csksc56011987':\n case 'euc-kr':\n case 'iso-ir-149':\n case 'korean':\n case 'ks_c_5601-1987':\n case 'ks_c_5601-1989':\n case 'ksc5601':\n case 'ksc_5601':\n case 'windows-949':\n return 'EUC-KR'\n case 'csiso2022kr':\n case 'hz-gb-2312':\n case 'iso-2022-cn':\n case 'iso-2022-cn-ext':\n case 'iso-2022-kr':\n case 'replacement':\n return 'replacement'\n case 'unicodefffe':\n case 'utf-16be':\n return 'UTF-16BE'\n case 'csunicode':\n case 'iso-10646-ucs-2':\n case 'ucs-2':\n case 'unicode':\n case 'unicodefeff':\n case 'utf-16':\n case 'utf-16le':\n return 'UTF-16LE'\n case 'x-user-defined':\n return 'x-user-defined'\n default: return 'failure'\n }\n}\n\nmodule.exports = {\n getEncoding\n}\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"filereader.js","sources":["../../../../../../../../../../../../node_modules/@actions/http-client/node_modules/undici/lib/web/fileapi/filereader.js"],"sourcesContent":["'use strict'\n\nconst {\n staticPropertyDescriptors,\n readOperation,\n fireAProgressEvent\n} = require('./util')\nconst {\n kState,\n kError,\n kResult,\n kEvents,\n kAborted\n} = require('./symbols')\nconst { webidl } = require('../fetch/webidl')\nconst { kEnumerableProperty } = require('../../core/util')\n\nclass FileReader extends EventTarget {\n constructor () {\n super()\n\n this[kState] = 'empty'\n this[kResult] = null\n this[kError] = null\n this[kEvents] = {\n loadend: null,\n error: null,\n abort: null,\n load: null,\n progress: null,\n loadstart: null\n }\n }\n\n /**\n * @see https://w3c.github.io/FileAPI/#dfn-readAsArrayBuffer\n * @param {import('buffer').Blob} blob\n */\n readAsArrayBuffer (blob) {\n webidl.brandCheck(this, FileReader)\n\n webidl.argumentLengthCheck(arguments, 1, 'FileReader.readAsArrayBuffer')\n\n blob = webidl.converters.Blob(blob, { strict: false })\n\n // The readAsArrayBuffer(blob) method, when invoked,\n // must initiate a read operation for blob with ArrayBuffer.\n readOperation(this, blob, 'ArrayBuffer')\n }\n\n /**\n * @see https://w3c.github.io/FileAPI/#readAsBinaryString\n * @param {import('buffer').Blob} blob\n */\n readAsBinaryString (blob) {\n webidl.brandCheck(this, FileReader)\n\n webidl.argumentLengthCheck(arguments, 1, 'FileReader.readAsBinaryString')\n\n blob = webidl.converters.Blob(blob, { strict: false })\n\n // The readAsBinaryString(blob) method, when invoked,\n // must initiate a read operation for blob with BinaryString.\n readOperation(this, blob, 'BinaryString')\n }\n\n /**\n * @see https://w3c.github.io/FileAPI/#readAsDataText\n * @param {import('buffer').Blob} blob\n * @param {string?} encoding\n */\n readAsText (blob, encoding = undefined) {\n webidl.brandCheck(this, FileReader)\n\n webidl.argumentLengthCheck(arguments, 1, 'FileReader.readAsText')\n\n blob = webidl.converters.Blob(blob, { strict: false })\n\n if (encoding !== undefined) {\n encoding = webidl.converters.DOMString(encoding, 'FileReader.readAsText', 'encoding')\n }\n\n // The readAsText(blob, encoding) method, when invoked,\n // must initiate a read operation for blob with Text and encoding.\n readOperation(this, blob, 'Text', encoding)\n }\n\n /**\n * @see https://w3c.github.io/FileAPI/#dfn-readAsDataURL\n * @param {import('buffer').Blob} blob\n */\n readAsDataURL (blob) {\n webidl.brandCheck(this, FileReader)\n\n webidl.argumentLengthCheck(arguments, 1, 'FileReader.readAsDataURL')\n\n blob = webidl.converters.Blob(blob, { strict: false })\n\n // The readAsDataURL(blob) method, when invoked, must\n // initiate a read operation for blob with DataURL.\n readOperation(this, blob, 'DataURL')\n }\n\n /**\n * @see https://w3c.github.io/FileAPI/#dfn-abort\n */\n abort () {\n // 1. If this's state is \"empty\" or if this's state is\n // \"done\" set this's result to null and terminate\n // this algorithm.\n if (this[kState] === 'empty' || this[kState] === 'done') {\n this[kResult] = null\n return\n }\n\n // 2. If this's state is \"loading\" set this's state to\n // \"done\" and set this's result to null.\n if (this[kState] === 'loading') {\n this[kState] = 'done'\n this[kResult] = null\n }\n\n // 3. If there are any tasks from this on the file reading\n // task source in an affiliated task queue, then remove\n // those tasks from that task queue.\n this[kAborted] = true\n\n // 4. Terminate the algorithm for the read method being processed.\n // TODO\n\n // 5. Fire a progress event called abort at this.\n fireAProgressEvent('abort', this)\n\n // 6. If this's state is not \"loading\", fire a progress\n // event called loadend at this.\n if (this[kState] !== 'loading') {\n fireAProgressEvent('loadend', this)\n }\n }\n\n /**\n * @see https://w3c.github.io/FileAPI/#dom-filereader-readystate\n */\n get readyState () {\n webidl.brandCheck(this, FileReader)\n\n switch (this[kState]) {\n case 'empty': return this.EMPTY\n case 'loading': return this.LOADING\n case 'done': return this.DONE\n }\n }\n\n /**\n * @see https://w3c.github.io/FileAPI/#dom-filereader-result\n */\n get result () {\n webidl.brandCheck(this, FileReader)\n\n // The result attribute’s getter, when invoked, must return\n // this's result.\n return this[kResult]\n }\n\n /**\n * @see https://w3c.github.io/FileAPI/#dom-filereader-error\n */\n get error () {\n webidl.brandCheck(this, FileReader)\n\n // The error attribute’s getter, when invoked, must return\n // this's error.\n return this[kError]\n }\n\n get onloadend () {\n webidl.brandCheck(this, FileReader)\n\n return this[kEvents].loadend\n }\n\n set onloadend (fn) {\n webidl.brandCheck(this, FileReader)\n\n if (this[kEvents].loadend) {\n this.removeEventListener('loadend', this[kEvents].loadend)\n }\n\n if (typeof fn === 'function') {\n this[kEvents].loadend = fn\n this.addEventListener('loadend', fn)\n } else {\n this[kEvents].loadend = null\n }\n }\n\n get onerror () {\n webidl.brandCheck(this, FileReader)\n\n return this[kEvents].error\n }\n\n set onerror (fn) {\n webidl.brandCheck(this, FileReader)\n\n if (this[kEvents].error) {\n this.removeEventListener('error', this[kEvents].error)\n }\n\n if (typeof fn === 'function') {\n this[kEvents].error = fn\n this.addEventListener('error', fn)\n } else {\n this[kEvents].error = null\n }\n }\n\n get onloadstart () {\n webidl.brandCheck(this, FileReader)\n\n return this[kEvents].loadstart\n }\n\n set onloadstart (fn) {\n webidl.brandCheck(this, FileReader)\n\n if (this[kEvents].loadstart) {\n this.removeEventListener('loadstart', this[kEvents].loadstart)\n }\n\n if (typeof fn === 'function') {\n this[kEvents].loadstart = fn\n this.addEventListener('loadstart', fn)\n } else {\n this[kEvents].loadstart = null\n }\n }\n\n get onprogress () {\n webidl.brandCheck(this, FileReader)\n\n return this[kEvents].progress\n }\n\n set onprogress (fn) {\n webidl.brandCheck(this, FileReader)\n\n if (this[kEvents].progress) {\n this.removeEventListener('progress', this[kEvents].progress)\n }\n\n if (typeof fn === 'function') {\n this[kEvents].progress = fn\n this.addEventListener('progress', fn)\n } else {\n this[kEvents].progress = null\n }\n }\n\n get onload () {\n webidl.brandCheck(this, FileReader)\n\n return this[kEvents].load\n }\n\n set onload (fn) {\n webidl.brandCheck(this, FileReader)\n\n if (this[kEvents].load) {\n this.removeEventListener('load', this[kEvents].load)\n }\n\n if (typeof fn === 'function') {\n this[kEvents].load = fn\n this.addEventListener('load', fn)\n } else {\n this[kEvents].load = null\n }\n }\n\n get onabort () {\n webidl.brandCheck(this, FileReader)\n\n return this[kEvents].abort\n }\n\n set onabort (fn) {\n webidl.brandCheck(this, FileReader)\n\n if (this[kEvents].abort) {\n this.removeEventListener('abort', this[kEvents].abort)\n }\n\n if (typeof fn === 'function') {\n this[kEvents].abort = fn\n this.addEventListener('abort', fn)\n } else {\n this[kEvents].abort = null\n }\n }\n}\n\n// https://w3c.github.io/FileAPI/#dom-filereader-empty\nFileReader.EMPTY = FileReader.prototype.EMPTY = 0\n// https://w3c.github.io/FileAPI/#dom-filereader-loading\nFileReader.LOADING = FileReader.prototype.LOADING = 1\n// https://w3c.github.io/FileAPI/#dom-filereader-done\nFileReader.DONE = FileReader.prototype.DONE = 2\n\nObject.defineProperties(FileReader.prototype, {\n EMPTY: staticPropertyDescriptors,\n LOADING: staticPropertyDescriptors,\n DONE: staticPropertyDescriptors,\n readAsArrayBuffer: kEnumerableProperty,\n readAsBinaryString: kEnumerableProperty,\n readAsText: kEnumerableProperty,\n readAsDataURL: kEnumerableProperty,\n abort: kEnumerableProperty,\n readyState: kEnumerableProperty,\n result: kEnumerableProperty,\n error: kEnumerableProperty,\n onloadstart: kEnumerableProperty,\n onprogress: kEnumerableProperty,\n onload: kEnumerableProperty,\n onabort: kEnumerableProperty,\n onerror: kEnumerableProperty,\n onloadend: kEnumerableProperty,\n [Symbol.toStringTag]: {\n value: 'FileReader',\n writable: false,\n enumerable: false,\n configurable: true\n }\n})\n\nObject.defineProperties(FileReader, {\n EMPTY: staticPropertyDescriptors,\n LOADING: staticPropertyDescriptors,\n DONE: staticPropertyDescriptors\n})\n\nmodule.exports = {\n FileReader\n}\n"],"names":["require$$0","require$$1","require$$2","require$$3"],"mappings":"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","x_google_ignoreList":[0]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"progressevent.js","sources":["../../../../../../../../../../../../node_modules/@actions/http-client/node_modules/undici/lib/web/fileapi/progressevent.js"],"sourcesContent":["'use strict'\n\nconst { webidl } = require('../fetch/webidl')\n\nconst kState = Symbol('ProgressEvent state')\n\n/**\n * @see https://xhr.spec.whatwg.org/#progressevent\n */\nclass ProgressEvent extends Event {\n constructor (type, eventInitDict = {}) {\n type = webidl.converters.DOMString(type, 'ProgressEvent constructor', 'type')\n eventInitDict = webidl.converters.ProgressEventInit(eventInitDict ?? {})\n\n super(type, eventInitDict)\n\n this[kState] = {\n lengthComputable: eventInitDict.lengthComputable,\n loaded: eventInitDict.loaded,\n total: eventInitDict.total\n }\n }\n\n get lengthComputable () {\n webidl.brandCheck(this, ProgressEvent)\n\n return this[kState].lengthComputable\n }\n\n get loaded () {\n webidl.brandCheck(this, ProgressEvent)\n\n return this[kState].loaded\n }\n\n get total () {\n webidl.brandCheck(this, ProgressEvent)\n\n return this[kState].total\n }\n}\n\nwebidl.converters.ProgressEventInit = webidl.dictionaryConverter([\n {\n key: 'lengthComputable',\n converter: webidl.converters.boolean,\n defaultValue: () => false\n },\n {\n key: 'loaded',\n converter: webidl.converters['unsigned long long'],\n defaultValue: () => 0\n },\n {\n key: 'total',\n converter: webidl.converters['unsigned long long'],\n defaultValue: () => 0\n },\n {\n key: 'bubbles',\n converter: webidl.converters.boolean,\n defaultValue: () => false\n },\n {\n key: 'cancelable',\n converter: webidl.converters.boolean,\n defaultValue: () => false\n },\n {\n key: 'composed',\n converter: webidl.converters.boolean,\n defaultValue: () => false\n }\n])\n\nmodule.exports = {\n ProgressEvent\n}\n"],"names":["require$$0"],"mappings":";;;;;;;;;CAEA,MAAM,EAAE,MAAM,EAAE,GAAGA,aAAA;;AAEnB,CAAA,MAAM,MAAM,GAAG,MAAM,CAAC,qBAAqB;;AAE3C;AACA;AACA;CACA,MAAM,aAAa,SAAS,KAAK,CAAC;GAChC,WAAW,CAAC,CAAC,IAAI,EAAE,aAAa,GAAG,EAAE,EAAE;AACzC,KAAI,IAAI,GAAG,MAAM,CAAC,UAAU,CAAC,SAAS,CAAC,IAAI,EAAE,2BAA2B,EAAE,MAAM;KAC5E,aAAa,GAAG,MAAM,CAAC,UAAU,CAAC,iBAAiB,CAAC,aAAa,IAAI,EAAE;;AAE3E,KAAI,KAAK,CAAC,IAAI,EAAE,aAAa;;AAE7B,KAAI,IAAI,CAAC,MAAM,CAAC,GAAG;AACnB,OAAM,gBAAgB,EAAE,aAAa,CAAC,gBAAgB;AACtD,OAAM,MAAM,EAAE,aAAa,CAAC,MAAM;OAC5B,KAAK,EAAE,aAAa,CAAC;AAC3B;AACA,GAAA;;GAEE,IAAI,gBAAgB,CAAC,GAAG;AAC1B,KAAI,MAAM,CAAC,UAAU,CAAC,IAAI,EAAE,aAAa;;AAEzC,KAAI,OAAO,IAAI,CAAC,MAAM,CAAC,CAAC;AACxB,GAAA;;GAEE,IAAI,MAAM,CAAC,GAAG;AAChB,KAAI,MAAM,CAAC,UAAU,CAAC,IAAI,EAAE,aAAa;;AAEzC,KAAI,OAAO,IAAI,CAAC,MAAM,CAAC,CAAC;AACxB,GAAA;;GAEE,IAAI,KAAK,CAAC,GAAG;AACf,KAAI,MAAM,CAAC,UAAU,CAAC,IAAI,EAAE,aAAa;;AAEzC,KAAI,OAAO,IAAI,CAAC,MAAM,CAAC,CAAC;AACxB,GAAA;AACA;;CAEA,MAAM,CAAC,UAAU,CAAC,iBAAiB,GAAG,MAAM,CAAC,mBAAmB,CAAC;GAC/D;KACE,GAAG,EAAE,kBAAkB;AAC3B,KAAI,SAAS,EAAE,MAAM,CAAC,UAAU,CAAC,OAAO;KACpC,YAAY,EAAE,MAAM;IACrB;GACD;KACE,GAAG,EAAE,QAAQ;AACjB,KAAI,SAAS,EAAE,MAAM,CAAC,UAAU,CAAC,oBAAoB,CAAC;KAClD,YAAY,EAAE,MAAM;IACrB;GACD;KACE,GAAG,EAAE,OAAO;AAChB,KAAI,SAAS,EAAE,MAAM,CAAC,UAAU,CAAC,oBAAoB,CAAC;KAClD,YAAY,EAAE,MAAM;IACrB;GACD;KACE,GAAG,EAAE,SAAS;AAClB,KAAI,SAAS,EAAE,MAAM,CAAC,UAAU,CAAC,OAAO;KACpC,YAAY,EAAE,MAAM;IACrB;GACD;KACE,GAAG,EAAE,YAAY;AACrB,KAAI,SAAS,EAAE,MAAM,CAAC,UAAU,CAAC,OAAO;KACpC,YAAY,EAAE,MAAM;IACrB;GACD;KACE,GAAG,EAAE,UAAU;AACnB,KAAI,SAAS,EAAE,MAAM,CAAC,UAAU,CAAC,OAAO;KACpC,YAAY,EAAE,MAAM;AACxB;EACC;;AAED,CAAA,aAAc,GAAG;GACf;AACF;;;;;;","x_google_ignoreList":[0]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"symbols.js","sources":["../../../../../../../../../../../../node_modules/@actions/http-client/node_modules/undici/lib/web/fileapi/symbols.js"],"sourcesContent":["'use strict'\n\nmodule.exports = {\n kState: Symbol('FileReader state'),\n kResult: Symbol('FileReader result'),\n kError: Symbol('FileReader error'),\n kLastProgressEventFired: Symbol('FileReader last progress event fired timestamp'),\n kEvents: Symbol('FileReader events'),\n kAborted: Symbol('FileReader aborted')\n}\n"],"names":[],"mappings":";;;;;;;AAEA,CAAA,OAAc,GAAG;AACjB,GAAE,MAAM,EAAE,MAAM,CAAC,kBAAkB,CAAC;AACpC,GAAE,OAAO,EAAE,MAAM,CAAC,mBAAmB,CAAC;AACtC,GAAE,MAAM,EAAE,MAAM,CAAC,kBAAkB,CAAC;AACpC,GAAE,uBAAuB,EAAE,MAAM,CAAC,gDAAgD,CAAC;AACnF,GAAE,OAAO,EAAE,MAAM,CAAC,mBAAmB,CAAC;AACtC,GAAE,QAAQ,EAAE,MAAM,CAAC,oBAAoB;AACvC;;;;;;","x_google_ignoreList":[0]}
@@ -1,409 +0,0 @@
1
- import { __require as requireSymbols } from './symbols.js';
2
- import { __require as requireProgressevent } from './progressevent.js';
3
- import { __require as requireEncoding } from './encoding.js';
4
- import { __require as requireDataUrl } from '../fetch/data-url.js';
5
- import require$$1 from 'node:util';
6
- import require$$5 from 'node:string_decoder';
7
- import require$$0 from 'node:buffer';
8
-
9
- var util;
10
- var hasRequiredUtil;
11
-
12
- function requireUtil () {
13
- if (hasRequiredUtil) return util;
14
- hasRequiredUtil = 1;
15
-
16
- const {
17
- kState,
18
- kError,
19
- kResult,
20
- kAborted,
21
- kLastProgressEventFired
22
- } = requireSymbols();
23
- const { ProgressEvent } = requireProgressevent();
24
- const { getEncoding } = requireEncoding();
25
- const { serializeAMimeType, parseMIMEType } = requireDataUrl();
26
- const { types } = require$$1;
27
- const { StringDecoder } = require$$5;
28
- const { btoa } = require$$0;
29
-
30
- /** @type {PropertyDescriptor} */
31
- const staticPropertyDescriptors = {
32
- enumerable: true,
33
- writable: false,
34
- configurable: false
35
- };
36
-
37
- /**
38
- * @see https://w3c.github.io/FileAPI/#readOperation
39
- * @param {import('./filereader').FileReader} fr
40
- * @param {import('buffer').Blob} blob
41
- * @param {string} type
42
- * @param {string?} encodingName
43
- */
44
- function readOperation (fr, blob, type, encodingName) {
45
- // 1. If fr’s state is "loading", throw an InvalidStateError
46
- // DOMException.
47
- if (fr[kState] === 'loading') {
48
- throw new DOMException('Invalid state', 'InvalidStateError')
49
- }
50
-
51
- // 2. Set fr’s state to "loading".
52
- fr[kState] = 'loading';
53
-
54
- // 3. Set fr’s result to null.
55
- fr[kResult] = null;
56
-
57
- // 4. Set fr’s error to null.
58
- fr[kError] = null;
59
-
60
- // 5. Let stream be the result of calling get stream on blob.
61
- /** @type {import('stream/web').ReadableStream} */
62
- const stream = blob.stream();
63
-
64
- // 6. Let reader be the result of getting a reader from stream.
65
- const reader = stream.getReader();
66
-
67
- // 7. Let bytes be an empty byte sequence.
68
- /** @type {Uint8Array[]} */
69
- const bytes = [];
70
-
71
- // 8. Let chunkPromise be the result of reading a chunk from
72
- // stream with reader.
73
- let chunkPromise = reader.read();
74
-
75
- // 9. Let isFirstChunk be true.
76
- let isFirstChunk = true
77
-
78
- // 10. In parallel, while true:
79
- // Note: "In parallel" just means non-blocking
80
- // Note 2: readOperation itself cannot be async as double
81
- // reading the body would then reject the promise, instead
82
- // of throwing an error.
83
- ;(async () => {
84
- while (!fr[kAborted]) {
85
- // 1. Wait for chunkPromise to be fulfilled or rejected.
86
- try {
87
- const { done, value } = await chunkPromise;
88
-
89
- // 2. If chunkPromise is fulfilled, and isFirstChunk is
90
- // true, queue a task to fire a progress event called
91
- // loadstart at fr.
92
- if (isFirstChunk && !fr[kAborted]) {
93
- queueMicrotask(() => {
94
- fireAProgressEvent('loadstart', fr);
95
- });
96
- }
97
-
98
- // 3. Set isFirstChunk to false.
99
- isFirstChunk = false;
100
-
101
- // 4. If chunkPromise is fulfilled with an object whose
102
- // done property is false and whose value property is
103
- // a Uint8Array object, run these steps:
104
- if (!done && types.isUint8Array(value)) {
105
- // 1. Let bs be the byte sequence represented by the
106
- // Uint8Array object.
107
-
108
- // 2. Append bs to bytes.
109
- bytes.push(value);
110
-
111
- // 3. If roughly 50ms have passed since these steps
112
- // were last invoked, queue a task to fire a
113
- // progress event called progress at fr.
114
- if (
115
- (
116
- fr[kLastProgressEventFired] === undefined ||
117
- Date.now() - fr[kLastProgressEventFired] >= 50
118
- ) &&
119
- !fr[kAborted]
120
- ) {
121
- fr[kLastProgressEventFired] = Date.now();
122
- queueMicrotask(() => {
123
- fireAProgressEvent('progress', fr);
124
- });
125
- }
126
-
127
- // 4. Set chunkPromise to the result of reading a
128
- // chunk from stream with reader.
129
- chunkPromise = reader.read();
130
- } else if (done) {
131
- // 5. Otherwise, if chunkPromise is fulfilled with an
132
- // object whose done property is true, queue a task
133
- // to run the following steps and abort this algorithm:
134
- queueMicrotask(() => {
135
- // 1. Set fr’s state to "done".
136
- fr[kState] = 'done';
137
-
138
- // 2. Let result be the result of package data given
139
- // bytes, type, blob’s type, and encodingName.
140
- try {
141
- const result = packageData(bytes, type, blob.type, encodingName);
142
-
143
- // 4. Else:
144
-
145
- if (fr[kAborted]) {
146
- return
147
- }
148
-
149
- // 1. Set fr’s result to result.
150
- fr[kResult] = result;
151
-
152
- // 2. Fire a progress event called load at the fr.
153
- fireAProgressEvent('load', fr);
154
- } catch (error) {
155
- // 3. If package data threw an exception error:
156
-
157
- // 1. Set fr’s error to error.
158
- fr[kError] = error;
159
-
160
- // 2. Fire a progress event called error at fr.
161
- fireAProgressEvent('error', fr);
162
- }
163
-
164
- // 5. If fr’s state is not "loading", fire a progress
165
- // event called loadend at the fr.
166
- if (fr[kState] !== 'loading') {
167
- fireAProgressEvent('loadend', fr);
168
- }
169
- });
170
-
171
- break
172
- }
173
- } catch (error) {
174
- if (fr[kAborted]) {
175
- return
176
- }
177
-
178
- // 6. Otherwise, if chunkPromise is rejected with an
179
- // error error, queue a task to run the following
180
- // steps and abort this algorithm:
181
- queueMicrotask(() => {
182
- // 1. Set fr’s state to "done".
183
- fr[kState] = 'done';
184
-
185
- // 2. Set fr’s error to error.
186
- fr[kError] = error;
187
-
188
- // 3. Fire a progress event called error at fr.
189
- fireAProgressEvent('error', fr);
190
-
191
- // 4. If fr’s state is not "loading", fire a progress
192
- // event called loadend at fr.
193
- if (fr[kState] !== 'loading') {
194
- fireAProgressEvent('loadend', fr);
195
- }
196
- });
197
-
198
- break
199
- }
200
- }
201
- })();
202
- }
203
-
204
- /**
205
- * @see https://w3c.github.io/FileAPI/#fire-a-progress-event
206
- * @see https://dom.spec.whatwg.org/#concept-event-fire
207
- * @param {string} e The name of the event
208
- * @param {import('./filereader').FileReader} reader
209
- */
210
- function fireAProgressEvent (e, reader) {
211
- // The progress event e does not bubble. e.bubbles must be false
212
- // The progress event e is NOT cancelable. e.cancelable must be false
213
- const event = new ProgressEvent(e, {
214
- bubbles: false,
215
- cancelable: false
216
- });
217
-
218
- reader.dispatchEvent(event);
219
- }
220
-
221
- /**
222
- * @see https://w3c.github.io/FileAPI/#blob-package-data
223
- * @param {Uint8Array[]} bytes
224
- * @param {string} type
225
- * @param {string?} mimeType
226
- * @param {string?} encodingName
227
- */
228
- function packageData (bytes, type, mimeType, encodingName) {
229
- // 1. A Blob has an associated package data algorithm, given
230
- // bytes, a type, a optional mimeType, and a optional
231
- // encodingName, which switches on type and runs the
232
- // associated steps:
233
-
234
- switch (type) {
235
- case 'DataURL': {
236
- // 1. Return bytes as a DataURL [RFC2397] subject to
237
- // the considerations below:
238
- // * Use mimeType as part of the Data URL if it is
239
- // available in keeping with the Data URL
240
- // specification [RFC2397].
241
- // * If mimeType is not available return a Data URL
242
- // without a media-type. [RFC2397].
243
-
244
- // https://datatracker.ietf.org/doc/html/rfc2397#section-3
245
- // dataurl := "data:" [ mediatype ] [ ";base64" ] "," data
246
- // mediatype := [ type "/" subtype ] *( ";" parameter )
247
- // data := *urlchar
248
- // parameter := attribute "=" value
249
- let dataURL = 'data:';
250
-
251
- const parsed = parseMIMEType(mimeType || 'application/octet-stream');
252
-
253
- if (parsed !== 'failure') {
254
- dataURL += serializeAMimeType(parsed);
255
- }
256
-
257
- dataURL += ';base64,';
258
-
259
- const decoder = new StringDecoder('latin1');
260
-
261
- for (const chunk of bytes) {
262
- dataURL += btoa(decoder.write(chunk));
263
- }
264
-
265
- dataURL += btoa(decoder.end());
266
-
267
- return dataURL
268
- }
269
- case 'Text': {
270
- // 1. Let encoding be failure
271
- let encoding = 'failure';
272
-
273
- // 2. If the encodingName is present, set encoding to the
274
- // result of getting an encoding from encodingName.
275
- if (encodingName) {
276
- encoding = getEncoding(encodingName);
277
- }
278
-
279
- // 3. If encoding is failure, and mimeType is present:
280
- if (encoding === 'failure' && mimeType) {
281
- // 1. Let type be the result of parse a MIME type
282
- // given mimeType.
283
- const type = parseMIMEType(mimeType);
284
-
285
- // 2. If type is not failure, set encoding to the result
286
- // of getting an encoding from type’s parameters["charset"].
287
- if (type !== 'failure') {
288
- encoding = getEncoding(type.parameters.get('charset'));
289
- }
290
- }
291
-
292
- // 4. If encoding is failure, then set encoding to UTF-8.
293
- if (encoding === 'failure') {
294
- encoding = 'UTF-8';
295
- }
296
-
297
- // 5. Decode bytes using fallback encoding encoding, and
298
- // return the result.
299
- return decode(bytes, encoding)
300
- }
301
- case 'ArrayBuffer': {
302
- // Return a new ArrayBuffer whose contents are bytes.
303
- const sequence = combineByteSequences(bytes);
304
-
305
- return sequence.buffer
306
- }
307
- case 'BinaryString': {
308
- // Return bytes as a binary string, in which every byte
309
- // is represented by a code unit of equal value [0..255].
310
- let binaryString = '';
311
-
312
- const decoder = new StringDecoder('latin1');
313
-
314
- for (const chunk of bytes) {
315
- binaryString += decoder.write(chunk);
316
- }
317
-
318
- binaryString += decoder.end();
319
-
320
- return binaryString
321
- }
322
- }
323
- }
324
-
325
- /**
326
- * @see https://encoding.spec.whatwg.org/#decode
327
- * @param {Uint8Array[]} ioQueue
328
- * @param {string} encoding
329
- */
330
- function decode (ioQueue, encoding) {
331
- const bytes = combineByteSequences(ioQueue);
332
-
333
- // 1. Let BOMEncoding be the result of BOM sniffing ioQueue.
334
- const BOMEncoding = BOMSniffing(bytes);
335
-
336
- let slice = 0;
337
-
338
- // 2. If BOMEncoding is non-null:
339
- if (BOMEncoding !== null) {
340
- // 1. Set encoding to BOMEncoding.
341
- encoding = BOMEncoding;
342
-
343
- // 2. Read three bytes from ioQueue, if BOMEncoding is
344
- // UTF-8; otherwise read two bytes.
345
- // (Do nothing with those bytes.)
346
- slice = BOMEncoding === 'UTF-8' ? 3 : 2;
347
- }
348
-
349
- // 3. Process a queue with an instance of encoding’s
350
- // decoder, ioQueue, output, and "replacement".
351
-
352
- // 4. Return output.
353
-
354
- const sliced = bytes.slice(slice);
355
- return new TextDecoder(encoding).decode(sliced)
356
- }
357
-
358
- /**
359
- * @see https://encoding.spec.whatwg.org/#bom-sniff
360
- * @param {Uint8Array} ioQueue
361
- */
362
- function BOMSniffing (ioQueue) {
363
- // 1. Let BOM be the result of peeking 3 bytes from ioQueue,
364
- // converted to a byte sequence.
365
- const [a, b, c] = ioQueue;
366
-
367
- // 2. For each of the rows in the table below, starting with
368
- // the first one and going down, if BOM starts with the
369
- // bytes given in the first column, then return the
370
- // encoding given in the cell in the second column of that
371
- // row. Otherwise, return null.
372
- if (a === 0xEF && b === 0xBB && c === 0xBF) {
373
- return 'UTF-8'
374
- } else if (a === 0xFE && b === 0xFF) {
375
- return 'UTF-16BE'
376
- } else if (a === 0xFF && b === 0xFE) {
377
- return 'UTF-16LE'
378
- }
379
-
380
- return null
381
- }
382
-
383
- /**
384
- * @param {Uint8Array[]} sequences
385
- */
386
- function combineByteSequences (sequences) {
387
- const size = sequences.reduce((a, b) => {
388
- return a + b.byteLength
389
- }, 0);
390
-
391
- let offset = 0;
392
-
393
- return sequences.reduce((a, b) => {
394
- a.set(b, offset);
395
- offset += b.byteLength;
396
- return a
397
- }, new Uint8Array(size))
398
- }
399
-
400
- util = {
401
- staticPropertyDescriptors,
402
- readOperation,
403
- fireAProgressEvent
404
- };
405
- return util;
406
- }
407
-
408
- export { requireUtil as __require };
409
- //# sourceMappingURL=util.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"util.js","sources":["../../../../../../../../../../../../node_modules/@actions/http-client/node_modules/undici/lib/web/fileapi/util.js"],"sourcesContent":["'use strict'\n\nconst {\n kState,\n kError,\n kResult,\n kAborted,\n kLastProgressEventFired\n} = require('./symbols')\nconst { ProgressEvent } = require('./progressevent')\nconst { getEncoding } = require('./encoding')\nconst { serializeAMimeType, parseMIMEType } = require('../fetch/data-url')\nconst { types } = require('node:util')\nconst { StringDecoder } = require('string_decoder')\nconst { btoa } = require('node:buffer')\n\n/** @type {PropertyDescriptor} */\nconst staticPropertyDescriptors = {\n enumerable: true,\n writable: false,\n configurable: false\n}\n\n/**\n * @see https://w3c.github.io/FileAPI/#readOperation\n * @param {import('./filereader').FileReader} fr\n * @param {import('buffer').Blob} blob\n * @param {string} type\n * @param {string?} encodingName\n */\nfunction readOperation (fr, blob, type, encodingName) {\n // 1. If fr’s state is \"loading\", throw an InvalidStateError\n // DOMException.\n if (fr[kState] === 'loading') {\n throw new DOMException('Invalid state', 'InvalidStateError')\n }\n\n // 2. Set fr’s state to \"loading\".\n fr[kState] = 'loading'\n\n // 3. Set fr’s result to null.\n fr[kResult] = null\n\n // 4. Set fr’s error to null.\n fr[kError] = null\n\n // 5. Let stream be the result of calling get stream on blob.\n /** @type {import('stream/web').ReadableStream} */\n const stream = blob.stream()\n\n // 6. Let reader be the result of getting a reader from stream.\n const reader = stream.getReader()\n\n // 7. Let bytes be an empty byte sequence.\n /** @type {Uint8Array[]} */\n const bytes = []\n\n // 8. Let chunkPromise be the result of reading a chunk from\n // stream with reader.\n let chunkPromise = reader.read()\n\n // 9. Let isFirstChunk be true.\n let isFirstChunk = true\n\n // 10. In parallel, while true:\n // Note: \"In parallel\" just means non-blocking\n // Note 2: readOperation itself cannot be async as double\n // reading the body would then reject the promise, instead\n // of throwing an error.\n ;(async () => {\n while (!fr[kAborted]) {\n // 1. Wait for chunkPromise to be fulfilled or rejected.\n try {\n const { done, value } = await chunkPromise\n\n // 2. If chunkPromise is fulfilled, and isFirstChunk is\n // true, queue a task to fire a progress event called\n // loadstart at fr.\n if (isFirstChunk && !fr[kAborted]) {\n queueMicrotask(() => {\n fireAProgressEvent('loadstart', fr)\n })\n }\n\n // 3. Set isFirstChunk to false.\n isFirstChunk = false\n\n // 4. If chunkPromise is fulfilled with an object whose\n // done property is false and whose value property is\n // a Uint8Array object, run these steps:\n if (!done && types.isUint8Array(value)) {\n // 1. Let bs be the byte sequence represented by the\n // Uint8Array object.\n\n // 2. Append bs to bytes.\n bytes.push(value)\n\n // 3. If roughly 50ms have passed since these steps\n // were last invoked, queue a task to fire a\n // progress event called progress at fr.\n if (\n (\n fr[kLastProgressEventFired] === undefined ||\n Date.now() - fr[kLastProgressEventFired] >= 50\n ) &&\n !fr[kAborted]\n ) {\n fr[kLastProgressEventFired] = Date.now()\n queueMicrotask(() => {\n fireAProgressEvent('progress', fr)\n })\n }\n\n // 4. Set chunkPromise to the result of reading a\n // chunk from stream with reader.\n chunkPromise = reader.read()\n } else if (done) {\n // 5. Otherwise, if chunkPromise is fulfilled with an\n // object whose done property is true, queue a task\n // to run the following steps and abort this algorithm:\n queueMicrotask(() => {\n // 1. Set fr’s state to \"done\".\n fr[kState] = 'done'\n\n // 2. Let result be the result of package data given\n // bytes, type, blob’s type, and encodingName.\n try {\n const result = packageData(bytes, type, blob.type, encodingName)\n\n // 4. Else:\n\n if (fr[kAborted]) {\n return\n }\n\n // 1. Set fr’s result to result.\n fr[kResult] = result\n\n // 2. Fire a progress event called load at the fr.\n fireAProgressEvent('load', fr)\n } catch (error) {\n // 3. If package data threw an exception error:\n\n // 1. Set fr’s error to error.\n fr[kError] = error\n\n // 2. Fire a progress event called error at fr.\n fireAProgressEvent('error', fr)\n }\n\n // 5. If fr’s state is not \"loading\", fire a progress\n // event called loadend at the fr.\n if (fr[kState] !== 'loading') {\n fireAProgressEvent('loadend', fr)\n }\n })\n\n break\n }\n } catch (error) {\n if (fr[kAborted]) {\n return\n }\n\n // 6. Otherwise, if chunkPromise is rejected with an\n // error error, queue a task to run the following\n // steps and abort this algorithm:\n queueMicrotask(() => {\n // 1. Set fr’s state to \"done\".\n fr[kState] = 'done'\n\n // 2. Set fr’s error to error.\n fr[kError] = error\n\n // 3. Fire a progress event called error at fr.\n fireAProgressEvent('error', fr)\n\n // 4. If fr’s state is not \"loading\", fire a progress\n // event called loadend at fr.\n if (fr[kState] !== 'loading') {\n fireAProgressEvent('loadend', fr)\n }\n })\n\n break\n }\n }\n })()\n}\n\n/**\n * @see https://w3c.github.io/FileAPI/#fire-a-progress-event\n * @see https://dom.spec.whatwg.org/#concept-event-fire\n * @param {string} e The name of the event\n * @param {import('./filereader').FileReader} reader\n */\nfunction fireAProgressEvent (e, reader) {\n // The progress event e does not bubble. e.bubbles must be false\n // The progress event e is NOT cancelable. e.cancelable must be false\n const event = new ProgressEvent(e, {\n bubbles: false,\n cancelable: false\n })\n\n reader.dispatchEvent(event)\n}\n\n/**\n * @see https://w3c.github.io/FileAPI/#blob-package-data\n * @param {Uint8Array[]} bytes\n * @param {string} type\n * @param {string?} mimeType\n * @param {string?} encodingName\n */\nfunction packageData (bytes, type, mimeType, encodingName) {\n // 1. A Blob has an associated package data algorithm, given\n // bytes, a type, a optional mimeType, and a optional\n // encodingName, which switches on type and runs the\n // associated steps:\n\n switch (type) {\n case 'DataURL': {\n // 1. Return bytes as a DataURL [RFC2397] subject to\n // the considerations below:\n // * Use mimeType as part of the Data URL if it is\n // available in keeping with the Data URL\n // specification [RFC2397].\n // * If mimeType is not available return a Data URL\n // without a media-type. [RFC2397].\n\n // https://datatracker.ietf.org/doc/html/rfc2397#section-3\n // dataurl := \"data:\" [ mediatype ] [ \";base64\" ] \",\" data\n // mediatype := [ type \"/\" subtype ] *( \";\" parameter )\n // data := *urlchar\n // parameter := attribute \"=\" value\n let dataURL = 'data:'\n\n const parsed = parseMIMEType(mimeType || 'application/octet-stream')\n\n if (parsed !== 'failure') {\n dataURL += serializeAMimeType(parsed)\n }\n\n dataURL += ';base64,'\n\n const decoder = new StringDecoder('latin1')\n\n for (const chunk of bytes) {\n dataURL += btoa(decoder.write(chunk))\n }\n\n dataURL += btoa(decoder.end())\n\n return dataURL\n }\n case 'Text': {\n // 1. Let encoding be failure\n let encoding = 'failure'\n\n // 2. If the encodingName is present, set encoding to the\n // result of getting an encoding from encodingName.\n if (encodingName) {\n encoding = getEncoding(encodingName)\n }\n\n // 3. If encoding is failure, and mimeType is present:\n if (encoding === 'failure' && mimeType) {\n // 1. Let type be the result of parse a MIME type\n // given mimeType.\n const type = parseMIMEType(mimeType)\n\n // 2. If type is not failure, set encoding to the result\n // of getting an encoding from type’s parameters[\"charset\"].\n if (type !== 'failure') {\n encoding = getEncoding(type.parameters.get('charset'))\n }\n }\n\n // 4. If encoding is failure, then set encoding to UTF-8.\n if (encoding === 'failure') {\n encoding = 'UTF-8'\n }\n\n // 5. Decode bytes using fallback encoding encoding, and\n // return the result.\n return decode(bytes, encoding)\n }\n case 'ArrayBuffer': {\n // Return a new ArrayBuffer whose contents are bytes.\n const sequence = combineByteSequences(bytes)\n\n return sequence.buffer\n }\n case 'BinaryString': {\n // Return bytes as a binary string, in which every byte\n // is represented by a code unit of equal value [0..255].\n let binaryString = ''\n\n const decoder = new StringDecoder('latin1')\n\n for (const chunk of bytes) {\n binaryString += decoder.write(chunk)\n }\n\n binaryString += decoder.end()\n\n return binaryString\n }\n }\n}\n\n/**\n * @see https://encoding.spec.whatwg.org/#decode\n * @param {Uint8Array[]} ioQueue\n * @param {string} encoding\n */\nfunction decode (ioQueue, encoding) {\n const bytes = combineByteSequences(ioQueue)\n\n // 1. Let BOMEncoding be the result of BOM sniffing ioQueue.\n const BOMEncoding = BOMSniffing(bytes)\n\n let slice = 0\n\n // 2. If BOMEncoding is non-null:\n if (BOMEncoding !== null) {\n // 1. Set encoding to BOMEncoding.\n encoding = BOMEncoding\n\n // 2. Read three bytes from ioQueue, if BOMEncoding is\n // UTF-8; otherwise read two bytes.\n // (Do nothing with those bytes.)\n slice = BOMEncoding === 'UTF-8' ? 3 : 2\n }\n\n // 3. Process a queue with an instance of encoding’s\n // decoder, ioQueue, output, and \"replacement\".\n\n // 4. Return output.\n\n const sliced = bytes.slice(slice)\n return new TextDecoder(encoding).decode(sliced)\n}\n\n/**\n * @see https://encoding.spec.whatwg.org/#bom-sniff\n * @param {Uint8Array} ioQueue\n */\nfunction BOMSniffing (ioQueue) {\n // 1. Let BOM be the result of peeking 3 bytes from ioQueue,\n // converted to a byte sequence.\n const [a, b, c] = ioQueue\n\n // 2. For each of the rows in the table below, starting with\n // the first one and going down, if BOM starts with the\n // bytes given in the first column, then return the\n // encoding given in the cell in the second column of that\n // row. Otherwise, return null.\n if (a === 0xEF && b === 0xBB && c === 0xBF) {\n return 'UTF-8'\n } else if (a === 0xFE && b === 0xFF) {\n return 'UTF-16BE'\n } else if (a === 0xFF && b === 0xFE) {\n return 'UTF-16LE'\n }\n\n return null\n}\n\n/**\n * @param {Uint8Array[]} sequences\n */\nfunction combineByteSequences (sequences) {\n const size = sequences.reduce((a, b) => {\n return a + b.byteLength\n }, 0)\n\n let offset = 0\n\n return sequences.reduce((a, b) => {\n a.set(b, offset)\n offset += b.byteLength\n return a\n }, new Uint8Array(size))\n}\n\nmodule.exports = {\n staticPropertyDescriptors,\n readOperation,\n fireAProgressEvent\n}\n"],"names":["require$$0","require$$1","require$$2","require$$3","require$$4","require$$6"],"mappings":"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","x_google_ignoreList":[0]}