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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1188) hide show
  1. package/lib/cjs/__/@actions/http-client/lib/index.js +2 -2
  2. package/lib/cjs/__/@octokit/auth-token/dist-bundle/index.js.map +1 -0
  3. package/lib/cjs/__/@octokit/core/dist-src/index.js.map +1 -0
  4. package/lib/cjs/__/@octokit/core/dist-src/version.js.map +1 -0
  5. package/lib/cjs/__/@octokit/endpoint/dist-bundle/index.js.map +1 -0
  6. package/lib/cjs/__/@octokit/graphql/dist-bundle/index.js.map +1 -0
  7. package/lib/cjs/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +1 -0
  8. package/lib/cjs/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +1 -0
  9. package/lib/cjs/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +1 -0
  10. package/lib/cjs/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +1 -0
  11. package/lib/cjs/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +1 -0
  12. package/lib/cjs/__/@octokit/request/dist-bundle/index.js +200 -0
  13. package/lib/cjs/__/@octokit/request/dist-bundle/index.js.map +1 -0
  14. package/lib/cjs/__/@octokit/request-error/dist-src/index.js.map +1 -0
  15. package/lib/cjs/__/before-after-hook/index.js.map +1 -0
  16. package/lib/cjs/__/before-after-hook/lib/add.js.map +1 -0
  17. package/lib/cjs/__/before-after-hook/lib/register.js.map +1 -0
  18. package/lib/cjs/__/before-after-hook/lib/remove.js.map +1 -0
  19. package/lib/cjs/__/cross-spawn/index.js +1 -1
  20. package/lib/cjs/__/env-ci/lib/git.js +1 -1
  21. package/lib/cjs/__/execa/index.js +149 -0
  22. package/lib/cjs/__/execa/index.js.map +1 -0
  23. package/lib/cjs/__/execa/lib/command.js.map +1 -0
  24. package/lib/cjs/__/execa/lib/error.js.map +1 -0
  25. package/lib/cjs/__/execa/lib/promise.js.map +1 -0
  26. package/lib/cjs/__/execa/lib/stdio.js.map +1 -0
  27. package/lib/cjs/__/execa/lib/stream.js +35 -0
  28. package/lib/cjs/__/execa/lib/stream.js.map +1 -0
  29. package/lib/cjs/__/execa/lib/verbose.js +29 -0
  30. package/lib/cjs/__/execa/lib/verbose.js.map +1 -0
  31. package/lib/cjs/__/fast-content-type-parse/index.js +1 -1
  32. package/lib/cjs/__/get-stream/source/array-buffer.js.map +1 -0
  33. package/lib/cjs/__/human-signals/build/src/core.js.map +1 -0
  34. package/lib/cjs/__/human-signals/build/src/main.js.map +1 -0
  35. package/lib/cjs/__/human-signals/build/src/realtime.js.map +1 -0
  36. package/lib/cjs/__/human-signals/build/src/signals.js.map +1 -0
  37. package/lib/cjs/__/is-stream/index.js.map +1 -0
  38. package/lib/cjs/__/json-with-bigint/json-with-bigint.js +83 -23
  39. package/lib/cjs/__/json-with-bigint/json-with-bigint.js.map +1 -1
  40. package/lib/cjs/__/npm-run-path/__/path-key/index.js.map +1 -0
  41. package/lib/cjs/__/npm-run-path/index.js +63 -0
  42. package/lib/cjs/__/npm-run-path/index.js.map +1 -0
  43. package/lib/cjs/__/path-key/index.js +1 -1
  44. package/lib/cjs/__/signal-exit/dist/mjs/index.js.map +1 -0
  45. package/lib/cjs/__/signal-exit/dist/mjs/signals.js.map +1 -0
  46. package/lib/cjs/__/strip-final-newline/index.js.map +1 -0
  47. package/lib/cjs/__/tunnel/lib/tunnel.js +9 -9
  48. package/lib/cjs/__/tunnel/lib/tunnel.js.map +1 -1
  49. package/lib/cjs/__/undici/index.js +99 -85
  50. package/lib/cjs/__/undici/index.js.map +1 -1
  51. package/lib/cjs/__/undici/lib/api/abort-signal.js +5 -2
  52. package/lib/cjs/__/undici/lib/api/abort-signal.js.map +1 -1
  53. package/lib/cjs/__/undici/lib/api/api-connect.js +13 -7
  54. package/lib/cjs/__/undici/lib/api/api-connect.js.map +1 -1
  55. package/lib/cjs/__/undici/lib/api/api-pipeline.js +10 -8
  56. package/lib/cjs/__/undici/lib/api/api-pipeline.js.map +1 -1
  57. package/lib/cjs/__/undici/lib/api/api-request.js +63 -28
  58. package/lib/cjs/__/undici/lib/api/api-request.js.map +1 -1
  59. package/lib/cjs/__/undici/lib/api/api-stream.js +14 -12
  60. package/lib/cjs/__/undici/lib/api/api-stream.js.map +1 -1
  61. package/lib/cjs/__/undici/lib/api/api-upgrade.js +12 -9
  62. package/lib/cjs/__/undici/lib/api/api-upgrade.js.map +1 -1
  63. package/lib/cjs/__/undici/lib/api/readable.js +147 -84
  64. package/lib/cjs/__/undici/lib/api/readable.js.map +1 -1
  65. package/lib/cjs/__/undici/lib/api/util.js +74 -27
  66. package/lib/cjs/__/undici/lib/api/util.js.map +1 -1
  67. package/lib/cjs/__/undici/lib/core/connect.js +83 -31
  68. package/lib/cjs/__/undici/lib/core/connect.js.map +1 -1
  69. package/lib/cjs/__/undici/lib/core/diagnostics.js +222 -0
  70. package/lib/cjs/__/undici/lib/core/diagnostics.js.map +1 -0
  71. package/lib/cjs/__/undici/lib/core/errors.js +216 -21
  72. package/lib/cjs/__/undici/lib/core/errors.js.map +1 -1
  73. package/lib/cjs/__/undici/lib/core/request.js +116 -210
  74. package/lib/cjs/__/undici/lib/core/request.js.map +1 -1
  75. package/lib/cjs/__/undici/lib/core/symbols.js +10 -6
  76. package/lib/cjs/__/undici/lib/core/symbols.js.map +1 -1
  77. package/lib/cjs/__/undici/lib/core/tree.js.map +1 -0
  78. package/lib/cjs/__/undici/lib/core/util.js +321 -123
  79. package/lib/cjs/__/undici/lib/core/util.js.map +1 -1
  80. package/lib/cjs/__/undici/lib/dispatcher/agent.js +150 -0
  81. package/lib/cjs/__/undici/lib/dispatcher/agent.js.map +1 -0
  82. package/lib/cjs/__/undici/lib/dispatcher/balanced-pool.js.map +1 -0
  83. package/lib/cjs/__/undici/lib/dispatcher/client-h1.js.map +1 -0
  84. package/lib/cjs/__/undici/lib/dispatcher/client-h2.js.map +1 -0
  85. package/lib/cjs/__/undici/lib/dispatcher/client.js +651 -0
  86. package/lib/cjs/__/undici/lib/dispatcher/client.js.map +1 -0
  87. package/lib/cjs/__/undici/lib/dispatcher/dispatcher-base.js +214 -0
  88. package/lib/cjs/__/undici/lib/dispatcher/dispatcher-base.js.map +1 -0
  89. package/lib/cjs/__/undici/lib/dispatcher/dispatcher.js +83 -0
  90. package/lib/cjs/__/undici/lib/dispatcher/dispatcher.js.map +1 -0
  91. package/lib/cjs/__/undici/lib/dispatcher/env-http-proxy-agent.js.map +1 -0
  92. package/lib/cjs/__/undici/lib/dispatcher/fixed-queue.js.map +1 -0
  93. package/lib/cjs/__/undici/lib/dispatcher/pool-base.js +211 -0
  94. package/lib/cjs/__/undici/lib/dispatcher/pool-base.js.map +1 -0
  95. package/lib/cjs/__/undici/lib/dispatcher/pool-stats.js.map +1 -0
  96. package/lib/cjs/__/undici/lib/dispatcher/pool.js +126 -0
  97. package/lib/cjs/__/undici/lib/dispatcher/pool.js.map +1 -0
  98. package/lib/cjs/__/undici/lib/dispatcher/proxy-agent.js.map +1 -0
  99. package/lib/cjs/__/undici/lib/dispatcher/retry-agent.js.map +1 -0
  100. package/lib/cjs/__/undici/lib/global.js +1 -1
  101. package/lib/cjs/__/undici/lib/global.js.map +1 -1
  102. package/lib/cjs/__/undici/lib/handler/decorator-handler.js.map +1 -0
  103. package/lib/cjs/__/undici/lib/handler/redirect-handler.js +237 -0
  104. package/lib/cjs/__/undici/lib/handler/redirect-handler.js.map +1 -0
  105. package/lib/cjs/__/undici/lib/handler/retry-handler.js.map +1 -0
  106. package/lib/cjs/__/undici/lib/interceptor/dns.js.map +1 -0
  107. package/lib/cjs/__/undici/lib/interceptor/dump.js.map +1 -0
  108. package/lib/cjs/__/undici/lib/interceptor/redirect-interceptor.js.map +1 -0
  109. package/lib/cjs/__/undici/lib/interceptor/redirect.js.map +1 -0
  110. package/lib/cjs/__/undici/lib/interceptor/retry.js.map +1 -0
  111. package/lib/cjs/__/undici/lib/llhttp/llhttp-wasm.js +10 -1
  112. package/lib/cjs/__/undici/lib/llhttp/llhttp-wasm.js.map +1 -1
  113. package/lib/cjs/__/undici/lib/llhttp/llhttp_simd-wasm.js +10 -1
  114. package/lib/cjs/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +1 -1
  115. package/lib/cjs/__/undici/lib/mock/mock-agent.js +10 -21
  116. package/lib/cjs/__/undici/lib/mock/mock-agent.js.map +1 -1
  117. package/lib/cjs/__/undici/lib/mock/mock-client.js +4 -4
  118. package/lib/cjs/__/undici/lib/mock/mock-client.js.map +1 -1
  119. package/lib/cjs/__/undici/lib/mock/mock-errors.js +11 -0
  120. package/lib/cjs/__/undici/lib/mock/mock-errors.js.map +1 -1
  121. package/lib/cjs/__/undici/lib/mock/mock-interceptor.js +19 -18
  122. package/lib/cjs/__/undici/lib/mock/mock-interceptor.js.map +1 -1
  123. package/lib/cjs/__/undici/lib/mock/mock-pool.js +4 -4
  124. package/lib/cjs/__/undici/lib/mock/mock-pool.js.map +1 -1
  125. package/lib/cjs/__/undici/lib/mock/mock-utils.js +33 -17
  126. package/lib/cjs/__/undici/lib/mock/mock-utils.js.map +1 -1
  127. package/lib/cjs/__/undici/lib/mock/pending-interceptors-formatter.js +4 -1
  128. package/lib/cjs/__/undici/lib/mock/pending-interceptors-formatter.js.map +1 -1
  129. package/lib/cjs/__/undici/lib/util/timers.js.map +1 -0
  130. package/lib/cjs/__/undici/lib/web/cache/cache.js.map +1 -0
  131. package/lib/cjs/__/undici/lib/web/cache/cachestorage.js.map +1 -0
  132. package/lib/cjs/__/undici/lib/web/cache/symbols.js.map +1 -0
  133. package/lib/cjs/__/undici/lib/web/cache/util.js.map +1 -0
  134. package/lib/cjs/__/undici/lib/web/cookies/constants.js.map +1 -0
  135. package/lib/cjs/__/undici/lib/web/cookies/index.js.map +1 -0
  136. package/lib/cjs/__/undici/lib/web/cookies/parse.js.map +1 -0
  137. package/lib/cjs/__/undici/lib/web/cookies/util.js.map +1 -0
  138. package/lib/cjs/__/undici/lib/web/eventsource/eventsource-stream.js.map +1 -0
  139. package/lib/cjs/__/undici/lib/web/eventsource/eventsource.js.map +1 -0
  140. package/lib/cjs/__/undici/lib/web/eventsource/util.js.map +1 -0
  141. package/lib/cjs/__/undici/lib/web/fetch/body.js.map +1 -0
  142. package/lib/cjs/__/undici/lib/web/fetch/constants.js.map +1 -0
  143. package/lib/cjs/__/undici/lib/web/fetch/data-url.js.map +1 -0
  144. package/lib/cjs/__/undici/lib/web/fetch/dispatcher-weakref.js.map +1 -0
  145. package/lib/cjs/__/undici/lib/web/fetch/file.js.map +1 -0
  146. package/lib/cjs/__/undici/lib/web/fetch/formdata-parser.js.map +1 -0
  147. package/lib/cjs/__/undici/lib/web/fetch/formdata.js +275 -0
  148. package/lib/cjs/__/undici/lib/web/fetch/formdata.js.map +1 -0
  149. package/lib/cjs/__/undici/lib/web/fetch/global.js.map +1 -0
  150. package/lib/cjs/__/undici/lib/web/fetch/headers.js +709 -0
  151. package/lib/cjs/__/undici/lib/web/fetch/headers.js.map +1 -0
  152. package/lib/cjs/__/undici/lib/web/fetch/index.js +2235 -0
  153. package/lib/cjs/__/undici/lib/web/fetch/index.js.map +1 -0
  154. package/lib/cjs/__/undici/lib/web/fetch/request.js +1069 -0
  155. package/lib/cjs/__/undici/lib/web/fetch/request.js.map +1 -0
  156. package/lib/cjs/__/undici/lib/web/fetch/response.js +640 -0
  157. package/lib/cjs/__/undici/lib/web/fetch/response.js.map +1 -0
  158. package/lib/cjs/__/undici/lib/web/fetch/symbols.js.map +1 -0
  159. package/lib/cjs/__/undici/lib/web/fetch/util.js +1662 -0
  160. package/lib/cjs/__/undici/lib/web/fetch/util.js.map +1 -0
  161. package/lib/cjs/__/undici/lib/web/fetch/webidl.js +716 -0
  162. package/lib/cjs/__/undici/lib/web/fetch/webidl.js.map +1 -0
  163. package/lib/cjs/__/undici/lib/web/fileapi/encoding.js.map +1 -0
  164. package/lib/cjs/__/undici/lib/web/fileapi/filereader.js.map +1 -0
  165. package/lib/cjs/__/undici/lib/web/fileapi/progressevent.js.map +1 -0
  166. package/lib/cjs/__/undici/lib/web/fileapi/symbols.js.map +1 -0
  167. package/lib/cjs/__/undici/lib/web/fileapi/util.js +417 -0
  168. package/lib/cjs/__/undici/lib/web/fileapi/util.js.map +1 -0
  169. package/lib/cjs/__/undici/lib/web/websocket/connection.js.map +1 -0
  170. package/lib/cjs/__/undici/lib/web/websocket/constants.js.map +1 -0
  171. package/lib/cjs/__/undici/lib/web/websocket/events.js.map +1 -0
  172. package/lib/cjs/__/undici/lib/web/websocket/frame.js.map +1 -0
  173. package/lib/cjs/__/undici/lib/web/websocket/permessage-deflate.js +120 -0
  174. package/lib/cjs/__/undici/lib/web/websocket/permessage-deflate.js.map +1 -0
  175. package/lib/cjs/__/undici/lib/web/websocket/receiver.js +518 -0
  176. package/lib/cjs/__/undici/lib/web/websocket/receiver.js.map +1 -0
  177. package/lib/cjs/__/undici/lib/web/websocket/sender.js.map +1 -0
  178. package/lib/cjs/__/undici/lib/web/websocket/symbols.js.map +1 -0
  179. package/lib/cjs/__/undici/lib/web/websocket/util.js.map +1 -0
  180. package/lib/cjs/__/undici/lib/web/websocket/websocket.js +622 -0
  181. package/lib/cjs/__/undici/lib/web/websocket/websocket.js.map +1 -0
  182. package/lib/cjs/__/universal-user-agent/index.js.map +1 -0
  183. package/lib/cjs/_virtual/index10.js +2 -2
  184. package/lib/cjs/_virtual/index11.js +2 -2
  185. package/lib/cjs/_virtual/index13.js +2 -2
  186. package/lib/cjs/_virtual/index14.js +2 -2
  187. package/lib/cjs/_virtual/index2.js +1 -1
  188. package/lib/cjs/_virtual/index3.js +1 -1
  189. package/lib/cjs/_virtual/index4.js +1 -1
  190. package/lib/cjs/_virtual/index8.js +2 -2
  191. package/lib/cjs/env/load.js +1 -1
  192. package/lib/cjs/env/load.js.map +1 -1
  193. package/lib/cjs/ingest/ingest.js +3 -3
  194. package/lib/esm/__/@actions/http-client/lib/index.js +2 -2
  195. package/lib/esm/__/@octokit/auth-token/dist-bundle/index.js.map +1 -0
  196. package/lib/esm/__/@octokit/core/dist-src/index.js.map +1 -0
  197. package/lib/esm/__/@octokit/core/dist-src/version.js.map +1 -0
  198. package/lib/esm/__/@octokit/endpoint/dist-bundle/index.js.map +1 -0
  199. package/lib/esm/__/@octokit/graphql/dist-bundle/index.js.map +1 -0
  200. package/lib/esm/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +1 -0
  201. package/lib/esm/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +1 -0
  202. package/lib/esm/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +1 -0
  203. package/lib/esm/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +1 -0
  204. package/lib/esm/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +1 -0
  205. package/lib/esm/__/@octokit/request/dist-bundle/index.js +198 -0
  206. package/lib/esm/__/@octokit/request/dist-bundle/index.js.map +1 -0
  207. package/lib/esm/__/@octokit/request-error/dist-src/index.js.map +1 -0
  208. package/lib/esm/__/before-after-hook/index.js.map +1 -0
  209. package/lib/esm/__/before-after-hook/lib/add.js.map +1 -0
  210. package/lib/esm/__/before-after-hook/lib/register.js.map +1 -0
  211. package/lib/esm/__/before-after-hook/lib/remove.js.map +1 -0
  212. package/lib/esm/__/cross-spawn/index.js +1 -1
  213. package/lib/esm/__/env-ci/lib/git.js +1 -1
  214. package/lib/esm/__/execa/index.js +141 -0
  215. package/lib/esm/__/execa/index.js.map +1 -0
  216. package/lib/esm/__/execa/lib/command.js.map +1 -0
  217. package/lib/esm/__/execa/lib/error.js.map +1 -0
  218. package/lib/esm/__/execa/lib/promise.js.map +1 -0
  219. package/lib/esm/__/execa/lib/stdio.js.map +1 -0
  220. package/lib/esm/__/execa/lib/stream.js +33 -0
  221. package/lib/esm/__/execa/lib/stream.js.map +1 -0
  222. package/lib/esm/__/execa/lib/verbose.js.map +1 -0
  223. package/lib/esm/__/fast-content-type-parse/index.js +1 -1
  224. package/lib/esm/__/get-stream/source/array-buffer.js.map +1 -0
  225. package/lib/esm/__/human-signals/build/src/core.js.map +1 -0
  226. package/lib/esm/__/human-signals/build/src/main.js.map +1 -0
  227. package/lib/esm/__/human-signals/build/src/realtime.js.map +1 -0
  228. package/lib/esm/__/human-signals/build/src/signals.js.map +1 -0
  229. package/lib/esm/__/is-stream/index.js.map +1 -0
  230. package/lib/esm/__/json-with-bigint/json-with-bigint.js +83 -23
  231. package/lib/esm/__/json-with-bigint/json-with-bigint.js.map +1 -1
  232. package/lib/esm/__/npm-run-path/__/path-key/index.js.map +1 -0
  233. package/lib/esm/__/npm-run-path/index.js +55 -0
  234. package/lib/esm/__/npm-run-path/index.js.map +1 -0
  235. package/lib/esm/__/path-key/index.js +1 -1
  236. package/lib/esm/__/signal-exit/dist/mjs/index.js.map +1 -0
  237. package/lib/esm/__/signal-exit/dist/mjs/signals.js.map +1 -0
  238. package/lib/esm/__/strip-final-newline/index.js.map +1 -0
  239. package/lib/esm/__/tunnel/lib/tunnel.js +6 -6
  240. package/lib/esm/__/tunnel/lib/tunnel.js.map +1 -1
  241. package/lib/esm/__/undici/index.js +89 -79
  242. package/lib/esm/__/undici/index.js.map +1 -1
  243. package/lib/esm/__/undici/lib/api/abort-signal.js +5 -2
  244. package/lib/esm/__/undici/lib/api/abort-signal.js.map +1 -1
  245. package/lib/esm/__/undici/lib/api/api-connect.js +11 -6
  246. package/lib/esm/__/undici/lib/api/api-connect.js.map +1 -1
  247. package/lib/esm/__/undici/lib/api/api-pipeline.js +9 -7
  248. package/lib/esm/__/undici/lib/api/api-pipeline.js.map +1 -1
  249. package/lib/esm/__/undici/lib/api/api-request.js +61 -27
  250. package/lib/esm/__/undici/lib/api/api-request.js.map +1 -1
  251. package/lib/esm/__/undici/lib/api/api-stream.js +12 -11
  252. package/lib/esm/__/undici/lib/api/api-stream.js.map +1 -1
  253. package/lib/esm/__/undici/lib/api/api-upgrade.js +11 -8
  254. package/lib/esm/__/undici/lib/api/api-upgrade.js.map +1 -1
  255. package/lib/esm/__/undici/lib/api/readable.js +147 -84
  256. package/lib/esm/__/undici/lib/api/readable.js.map +1 -1
  257. package/lib/esm/__/undici/lib/api/util.js +74 -27
  258. package/lib/esm/__/undici/lib/api/util.js.map +1 -1
  259. package/lib/esm/__/undici/lib/core/connect.js +83 -31
  260. package/lib/esm/__/undici/lib/core/connect.js.map +1 -1
  261. package/lib/esm/__/undici/lib/core/diagnostics.js +215 -0
  262. package/lib/esm/__/undici/lib/core/diagnostics.js.map +1 -0
  263. package/lib/esm/__/undici/lib/core/errors.js +216 -21
  264. package/lib/esm/__/undici/lib/core/errors.js.map +1 -1
  265. package/lib/esm/__/undici/lib/core/request.js +105 -199
  266. package/lib/esm/__/undici/lib/core/request.js.map +1 -1
  267. package/lib/esm/__/undici/lib/core/symbols.js +10 -6
  268. package/lib/esm/__/undici/lib/core/symbols.js.map +1 -1
  269. package/lib/esm/__/undici/lib/core/tree.js.map +1 -0
  270. package/lib/esm/__/undici/lib/core/util.js +318 -120
  271. package/lib/esm/__/undici/lib/core/util.js.map +1 -1
  272. package/lib/esm/__/undici/lib/dispatcher/agent.js +148 -0
  273. package/lib/esm/__/undici/lib/dispatcher/agent.js.map +1 -0
  274. package/lib/esm/__/undici/lib/dispatcher/balanced-pool.js.map +1 -0
  275. package/lib/esm/__/undici/lib/dispatcher/client-h1.js.map +1 -0
  276. package/lib/esm/__/undici/lib/dispatcher/client-h2.js.map +1 -0
  277. package/lib/esm/__/undici/lib/dispatcher/client.js +643 -0
  278. package/lib/esm/__/undici/lib/dispatcher/client.js.map +1 -0
  279. package/lib/esm/__/undici/lib/dispatcher/dispatcher-base.js +212 -0
  280. package/lib/esm/__/undici/lib/dispatcher/dispatcher-base.js.map +1 -0
  281. package/lib/esm/__/undici/lib/dispatcher/dispatcher.js +77 -0
  282. package/lib/esm/__/undici/lib/dispatcher/dispatcher.js.map +1 -0
  283. package/lib/esm/__/undici/lib/dispatcher/env-http-proxy-agent.js.map +1 -0
  284. package/lib/esm/__/undici/lib/dispatcher/fixed-queue.js.map +1 -0
  285. package/lib/esm/__/undici/lib/dispatcher/pool-base.js +209 -0
  286. package/lib/esm/__/undici/lib/dispatcher/pool-base.js.map +1 -0
  287. package/lib/esm/__/undici/lib/dispatcher/pool-stats.js.map +1 -0
  288. package/lib/esm/__/undici/lib/dispatcher/pool.js +124 -0
  289. package/lib/esm/__/undici/lib/dispatcher/pool.js.map +1 -0
  290. package/lib/esm/__/undici/lib/dispatcher/proxy-agent.js.map +1 -0
  291. package/lib/esm/__/undici/lib/dispatcher/retry-agent.js.map +1 -0
  292. package/lib/esm/__/undici/lib/global.js +1 -1
  293. package/lib/esm/__/undici/lib/global.js.map +1 -1
  294. package/lib/esm/__/undici/lib/handler/decorator-handler.js.map +1 -0
  295. package/lib/esm/__/undici/lib/handler/redirect-handler.js +230 -0
  296. package/lib/esm/__/undici/lib/handler/redirect-handler.js.map +1 -0
  297. package/lib/esm/__/undici/lib/handler/retry-handler.js.map +1 -0
  298. package/lib/esm/__/undici/lib/interceptor/dns.js.map +1 -0
  299. package/lib/esm/__/undici/lib/interceptor/dump.js.map +1 -0
  300. package/lib/esm/__/undici/lib/interceptor/redirect-interceptor.js.map +1 -0
  301. package/lib/esm/__/undici/lib/interceptor/redirect.js.map +1 -0
  302. package/lib/esm/__/undici/lib/interceptor/retry.js.map +1 -0
  303. package/lib/esm/__/undici/lib/llhttp/llhttp-wasm.js +6 -1
  304. package/lib/esm/__/undici/lib/llhttp/llhttp-wasm.js.map +1 -1
  305. package/lib/esm/__/undici/lib/llhttp/llhttp_simd-wasm.js +6 -1
  306. package/lib/esm/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +1 -1
  307. package/lib/esm/__/undici/lib/mock/mock-agent.js +10 -21
  308. package/lib/esm/__/undici/lib/mock/mock-agent.js.map +1 -1
  309. package/lib/esm/__/undici/lib/mock/mock-client.js +3 -3
  310. package/lib/esm/__/undici/lib/mock/mock-client.js.map +1 -1
  311. package/lib/esm/__/undici/lib/mock/mock-errors.js +11 -0
  312. package/lib/esm/__/undici/lib/mock/mock-errors.js.map +1 -1
  313. package/lib/esm/__/undici/lib/mock/mock-interceptor.js +19 -18
  314. package/lib/esm/__/undici/lib/mock/mock-interceptor.js.map +1 -1
  315. package/lib/esm/__/undici/lib/mock/mock-pool.js +3 -3
  316. package/lib/esm/__/undici/lib/mock/mock-pool.js.map +1 -1
  317. package/lib/esm/__/undici/lib/mock/mock-utils.js +32 -16
  318. package/lib/esm/__/undici/lib/mock/mock-utils.js.map +1 -1
  319. package/lib/esm/__/undici/lib/mock/pending-interceptors-formatter.js +4 -1
  320. package/lib/esm/__/undici/lib/mock/pending-interceptors-formatter.js.map +1 -1
  321. package/lib/esm/__/undici/lib/util/timers.js.map +1 -0
  322. package/lib/esm/__/undici/lib/web/cache/cache.js.map +1 -0
  323. package/lib/esm/__/undici/lib/web/cache/cachestorage.js.map +1 -0
  324. package/lib/esm/__/undici/lib/web/cache/symbols.js.map +1 -0
  325. package/lib/esm/__/undici/lib/web/cache/util.js.map +1 -0
  326. package/lib/esm/__/undici/lib/web/cookies/constants.js.map +1 -0
  327. package/lib/esm/__/undici/lib/web/cookies/index.js.map +1 -0
  328. package/lib/esm/__/undici/lib/web/cookies/parse.js.map +1 -0
  329. package/lib/esm/__/undici/lib/web/cookies/util.js.map +1 -0
  330. package/lib/esm/__/undici/lib/web/eventsource/eventsource-stream.js.map +1 -0
  331. package/lib/esm/__/undici/lib/web/eventsource/eventsource.js.map +1 -0
  332. package/lib/esm/__/undici/lib/web/eventsource/util.js.map +1 -0
  333. package/lib/esm/__/undici/lib/web/fetch/body.js.map +1 -0
  334. package/lib/esm/__/undici/lib/web/fetch/constants.js.map +1 -0
  335. package/lib/esm/__/undici/lib/web/fetch/data-url.js.map +1 -0
  336. package/lib/esm/__/undici/lib/web/fetch/dispatcher-weakref.js.map +1 -0
  337. package/lib/esm/__/undici/lib/web/fetch/file.js.map +1 -0
  338. package/lib/esm/__/undici/lib/web/fetch/formdata-parser.js.map +1 -0
  339. package/lib/esm/__/undici/lib/web/fetch/formdata.js +268 -0
  340. package/lib/esm/__/undici/lib/web/fetch/formdata.js.map +1 -0
  341. package/lib/esm/__/undici/lib/web/fetch/global.js.map +1 -0
  342. package/lib/esm/__/undici/lib/web/fetch/headers.js +702 -0
  343. package/lib/esm/__/undici/lib/web/fetch/headers.js.map +1 -0
  344. package/lib/esm/__/undici/lib/web/fetch/index.js +2224 -0
  345. package/lib/esm/__/undici/lib/web/fetch/index.js.map +1 -0
  346. package/lib/esm/__/undici/lib/web/fetch/request.js +1061 -0
  347. package/lib/esm/__/undici/lib/web/fetch/request.js.map +1 -0
  348. package/lib/esm/__/undici/lib/web/fetch/response.js +633 -0
  349. package/lib/esm/__/undici/lib/web/fetch/response.js.map +1 -0
  350. package/lib/esm/__/undici/lib/web/fetch/symbols.js.map +1 -0
  351. package/lib/esm/__/undici/lib/web/fetch/util.js +1652 -0
  352. package/lib/esm/__/undici/lib/web/fetch/util.js.map +1 -0
  353. package/lib/esm/__/undici/lib/web/fetch/webidl.js +709 -0
  354. package/lib/esm/__/undici/lib/web/fetch/webidl.js.map +1 -0
  355. package/lib/esm/__/undici/lib/web/fileapi/encoding.js.map +1 -0
  356. package/lib/esm/__/undici/lib/web/fileapi/filereader.js.map +1 -0
  357. package/lib/esm/__/undici/lib/web/fileapi/progressevent.js.map +1 -0
  358. package/lib/esm/__/undici/lib/web/fileapi/symbols.js.map +1 -0
  359. package/lib/esm/__/undici/lib/web/fileapi/util.js +409 -0
  360. package/lib/esm/__/undici/lib/web/fileapi/util.js.map +1 -0
  361. package/lib/esm/__/undici/lib/web/websocket/connection.js.map +1 -0
  362. package/lib/esm/__/undici/lib/web/websocket/constants.js.map +1 -0
  363. package/lib/esm/__/undici/lib/web/websocket/events.js.map +1 -0
  364. package/lib/esm/__/undici/lib/web/websocket/frame.js.map +1 -0
  365. package/lib/esm/__/undici/lib/web/websocket/permessage-deflate.js +114 -0
  366. package/lib/esm/__/undici/lib/web/websocket/permessage-deflate.js.map +1 -0
  367. package/lib/esm/__/undici/lib/web/websocket/receiver.js +511 -0
  368. package/lib/esm/__/undici/lib/web/websocket/receiver.js.map +1 -0
  369. package/lib/esm/__/undici/lib/web/websocket/sender.js.map +1 -0
  370. package/lib/esm/__/undici/lib/web/websocket/symbols.js.map +1 -0
  371. package/lib/esm/__/undici/lib/web/websocket/util.js.map +1 -0
  372. package/lib/esm/__/undici/lib/web/websocket/websocket.js +616 -0
  373. package/lib/esm/__/undici/lib/web/websocket/websocket.js.map +1 -0
  374. package/lib/esm/__/universal-user-agent/index.js.map +1 -0
  375. package/lib/esm/_virtual/index10.js +2 -2
  376. package/lib/esm/_virtual/index11.js +2 -2
  377. package/lib/esm/_virtual/index13.js +2 -2
  378. package/lib/esm/_virtual/index14.js +2 -2
  379. package/lib/esm/_virtual/index2.js +1 -1
  380. package/lib/esm/_virtual/index3.js +1 -1
  381. package/lib/esm/_virtual/index4.js +1 -1
  382. package/lib/esm/_virtual/index8.js +4 -2
  383. package/lib/esm/_virtual/index8.js.map +1 -1
  384. package/lib/esm/_virtual/index9.js +2 -4
  385. package/lib/esm/_virtual/index9.js.map +1 -1
  386. package/lib/esm/env/load.js +1 -1
  387. package/lib/esm/env/load.js.map +1 -1
  388. package/package.json +12 -12
  389. package/lib/cjs/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js.map +0 -1
  390. package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/index.js.map +0 -1
  391. package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/version.js.map +0 -1
  392. package/lib/cjs/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js.map +0 -1
  393. package/lib/cjs/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js.map +0 -1
  394. package/lib/cjs/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +0 -1
  395. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +0 -1
  396. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +0 -1
  397. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +0 -1
  398. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +0 -1
  399. package/lib/cjs/__/@actions/github/__/@octokit/request/dist-bundle/index.js +0 -200
  400. package/lib/cjs/__/@actions/github/__/@octokit/request/dist-bundle/index.js.map +0 -1
  401. package/lib/cjs/__/@actions/github/__/@octokit/request-error/dist-src/index.js.map +0 -1
  402. package/lib/cjs/__/@actions/github/__/before-after-hook/index.js.map +0 -1
  403. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/add.js.map +0 -1
  404. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/register.js.map +0 -1
  405. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/remove.js.map +0 -1
  406. package/lib/cjs/__/@actions/github/__/universal-user-agent/index.js.map +0 -1
  407. package/lib/cjs/__/@actions/http-client/__/undici/index.js +0 -226
  408. package/lib/cjs/__/@actions/http-client/__/undici/index.js.map +0 -1
  409. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/abort-signal.js +0 -73
  410. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/abort-signal.js.map +0 -1
  411. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-connect.js +0 -131
  412. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-connect.js.map +0 -1
  413. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-pipeline.js +0 -276
  414. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-pipeline.js.map +0 -1
  415. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-request.js +0 -238
  416. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-request.js.map +0 -1
  417. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-stream.js +0 -246
  418. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-stream.js.map +0 -1
  419. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-upgrade.js +0 -131
  420. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-upgrade.js.map +0 -1
  421. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/index.js +0 -25
  422. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/index.js.map +0 -1
  423. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/readable.js +0 -405
  424. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/readable.js.map +0 -1
  425. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/util.js +0 -114
  426. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/util.js.map +0 -1
  427. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/connect.js +0 -266
  428. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/connect.js.map +0 -1
  429. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/constants.js +0 -130
  430. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/constants.js.map +0 -1
  431. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/diagnostics.js +0 -222
  432. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/diagnostics.js.map +0 -1
  433. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/errors.js +0 -437
  434. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/errors.js.map +0 -1
  435. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/request.js +0 -427
  436. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/request.js.map +0 -1
  437. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/symbols.js +0 -80
  438. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/symbols.js.map +0 -1
  439. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/tree.js.map +0 -1
  440. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/util.js +0 -755
  441. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/util.js.map +0 -1
  442. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/agent.js +0 -149
  443. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/agent.js.map +0 -1
  444. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/balanced-pool.js.map +0 -1
  445. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client-h1.js.map +0 -1
  446. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client-h2.js.map +0 -1
  447. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client.js +0 -650
  448. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client.js.map +0 -1
  449. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js +0 -206
  450. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js.map +0 -1
  451. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js +0 -83
  452. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js.map +0 -1
  453. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/env-http-proxy-agent.js.map +0 -1
  454. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/fixed-queue.js.map +0 -1
  455. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js +0 -211
  456. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js.map +0 -1
  457. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool-stats.js.map +0 -1
  458. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool.js +0 -126
  459. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool.js.map +0 -1
  460. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/proxy-agent.js.map +0 -1
  461. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/retry-agent.js.map +0 -1
  462. package/lib/cjs/__/@actions/http-client/__/undici/lib/global.js +0 -47
  463. package/lib/cjs/__/@actions/http-client/__/undici/lib/global.js.map +0 -1
  464. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/decorator-handler.js.map +0 -1
  465. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js +0 -237
  466. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js.map +0 -1
  467. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/retry-handler.js.map +0 -1
  468. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/dns.js.map +0 -1
  469. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/dump.js.map +0 -1
  470. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/redirect-interceptor.js.map +0 -1
  471. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/redirect.js.map +0 -1
  472. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/retry.js.map +0 -1
  473. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/constants.js +0 -288
  474. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/constants.js.map +0 -1
  475. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js +0 -23
  476. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js.map +0 -1
  477. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js +0 -23
  478. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +0 -1
  479. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/utils.js +0 -28
  480. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/utils.js.map +0 -1
  481. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-agent.js +0 -183
  482. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-agent.js.map +0 -1
  483. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-client.js +0 -83
  484. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-client.js.map +0 -1
  485. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-errors.js +0 -42
  486. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-errors.js.map +0 -1
  487. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js +0 -224
  488. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js.map +0 -1
  489. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-pool.js +0 -83
  490. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-pool.js.map +0 -1
  491. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js +0 -35
  492. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js.map +0 -1
  493. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-utils.js +0 -390
  494. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-utils.js.map +0 -1
  495. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js +0 -63
  496. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js.map +0 -1
  497. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pluralizer.js +0 -41
  498. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pluralizer.js.map +0 -1
  499. package/lib/cjs/__/@actions/http-client/__/undici/lib/util/timers.js.map +0 -1
  500. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/cache.js.map +0 -1
  501. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/cachestorage.js.map +0 -1
  502. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/symbols.js.map +0 -1
  503. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/util.js.map +0 -1
  504. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/constants.js.map +0 -1
  505. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/index.js.map +0 -1
  506. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/parse.js.map +0 -1
  507. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/util.js.map +0 -1
  508. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource-stream.js.map +0 -1
  509. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource.js.map +0 -1
  510. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/eventsource/util.js.map +0 -1
  511. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/body.js.map +0 -1
  512. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/constants.js.map +0 -1
  513. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/data-url.js.map +0 -1
  514. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/dispatcher-weakref.js.map +0 -1
  515. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/file.js.map +0 -1
  516. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/formdata-parser.js.map +0 -1
  517. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js +0 -275
  518. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js.map +0 -1
  519. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/global.js.map +0 -1
  520. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/headers.js +0 -709
  521. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/headers.js.map +0 -1
  522. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/index.js +0 -2235
  523. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/index.js.map +0 -1
  524. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/request.js +0 -1069
  525. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/request.js.map +0 -1
  526. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/response.js +0 -640
  527. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/response.js.map +0 -1
  528. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/symbols.js.map +0 -1
  529. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/util.js +0 -1662
  530. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/util.js.map +0 -1
  531. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js +0 -716
  532. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js.map +0 -1
  533. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/encoding.js.map +0 -1
  534. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/filereader.js.map +0 -1
  535. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/progressevent.js.map +0 -1
  536. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/symbols.js.map +0 -1
  537. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/util.js +0 -417
  538. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/util.js.map +0 -1
  539. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/connection.js.map +0 -1
  540. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/constants.js.map +0 -1
  541. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/events.js.map +0 -1
  542. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/frame.js.map +0 -1
  543. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js +0 -138
  544. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js.map +0 -1
  545. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js +0 -454
  546. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js.map +0 -1
  547. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/sender.js.map +0 -1
  548. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/symbols.js.map +0 -1
  549. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/util.js.map +0 -1
  550. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js +0 -618
  551. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js.map +0 -1
  552. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/Dicer.js +0 -236
  553. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/Dicer.js.map +0 -1
  554. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js +0 -122
  555. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js.map +0 -1
  556. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/PartStream.js +0 -33
  557. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/PartStream.js.map +0 -1
  558. package/lib/cjs/__/@fastify/busboy/deps/streamsearch/sbmh.js +0 -248
  559. package/lib/cjs/__/@fastify/busboy/deps/streamsearch/sbmh.js.map +0 -1
  560. package/lib/cjs/__/@fastify/busboy/lib/main.js +0 -109
  561. package/lib/cjs/__/@fastify/busboy/lib/main.js.map +0 -1
  562. package/lib/cjs/__/@fastify/busboy/lib/types/multipart.js +0 -331
  563. package/lib/cjs/__/@fastify/busboy/lib/types/multipart.js.map +0 -1
  564. package/lib/cjs/__/@fastify/busboy/lib/types/urlencoded.js +0 -206
  565. package/lib/cjs/__/@fastify/busboy/lib/types/urlencoded.js.map +0 -1
  566. package/lib/cjs/__/@fastify/busboy/lib/utils/Decoder.js +0 -66
  567. package/lib/cjs/__/@fastify/busboy/lib/utils/Decoder.js.map +0 -1
  568. package/lib/cjs/__/@fastify/busboy/lib/utils/basename.js +0 -26
  569. package/lib/cjs/__/@fastify/busboy/lib/utils/basename.js.map +0 -1
  570. package/lib/cjs/__/@fastify/busboy/lib/utils/decodeText.js +0 -126
  571. package/lib/cjs/__/@fastify/busboy/lib/utils/decodeText.js.map +0 -1
  572. package/lib/cjs/__/@fastify/busboy/lib/utils/getLimit.js +0 -28
  573. package/lib/cjs/__/@fastify/busboy/lib/utils/getLimit.js.map +0 -1
  574. package/lib/cjs/__/@fastify/busboy/lib/utils/parseParams.js +0 -211
  575. package/lib/cjs/__/@fastify/busboy/lib/utils/parseParams.js.map +0 -1
  576. package/lib/cjs/__/env-ci/__/execa/index.js +0 -149
  577. package/lib/cjs/__/env-ci/__/execa/index.js.map +0 -1
  578. package/lib/cjs/__/env-ci/__/execa/lib/command.js.map +0 -1
  579. package/lib/cjs/__/env-ci/__/execa/lib/error.js.map +0 -1
  580. package/lib/cjs/__/env-ci/__/execa/lib/promise.js.map +0 -1
  581. package/lib/cjs/__/env-ci/__/execa/lib/stdio.js.map +0 -1
  582. package/lib/cjs/__/env-ci/__/execa/lib/stream.js +0 -35
  583. package/lib/cjs/__/env-ci/__/execa/lib/stream.js.map +0 -1
  584. package/lib/cjs/__/env-ci/__/execa/lib/verbose.js +0 -29
  585. package/lib/cjs/__/env-ci/__/execa/lib/verbose.js.map +0 -1
  586. package/lib/cjs/__/env-ci/__/get-stream/source/array-buffer.js.map +0 -1
  587. package/lib/cjs/__/env-ci/__/human-signals/build/src/core.js.map +0 -1
  588. package/lib/cjs/__/env-ci/__/human-signals/build/src/main.js.map +0 -1
  589. package/lib/cjs/__/env-ci/__/human-signals/build/src/realtime.js.map +0 -1
  590. package/lib/cjs/__/env-ci/__/human-signals/build/src/signals.js.map +0 -1
  591. package/lib/cjs/__/env-ci/__/is-stream/index.js.map +0 -1
  592. package/lib/cjs/__/env-ci/__/npm-run-path/index.js +0 -63
  593. package/lib/cjs/__/env-ci/__/npm-run-path/index.js.map +0 -1
  594. package/lib/cjs/__/env-ci/__/path-key/index.js.map +0 -1
  595. package/lib/cjs/__/env-ci/__/signal-exit/dist/mjs/index.js.map +0 -1
  596. package/lib/cjs/__/env-ci/__/signal-exit/dist/mjs/signals.js.map +0 -1
  597. package/lib/cjs/__/env-ci/__/strip-final-newline/index.js.map +0 -1
  598. package/lib/cjs/__/undici/lib/agent.js +0 -169
  599. package/lib/cjs/__/undici/lib/agent.js.map +0 -1
  600. package/lib/cjs/__/undici/lib/balanced-pool.js +0 -208
  601. package/lib/cjs/__/undici/lib/balanced-pool.js.map +0 -1
  602. package/lib/cjs/__/undici/lib/cache/cache.js +0 -867
  603. package/lib/cjs/__/undici/lib/cache/cache.js.map +0 -1
  604. package/lib/cjs/__/undici/lib/cache/cachestorage.js +0 -161
  605. package/lib/cjs/__/undici/lib/cache/cachestorage.js.map +0 -1
  606. package/lib/cjs/__/undici/lib/cache/symbols.js +0 -19
  607. package/lib/cjs/__/undici/lib/cache/symbols.js.map +0 -1
  608. package/lib/cjs/__/undici/lib/cache/util.js +0 -69
  609. package/lib/cjs/__/undici/lib/cache/util.js.map +0 -1
  610. package/lib/cjs/__/undici/lib/client.js +0 -2314
  611. package/lib/cjs/__/undici/lib/client.js.map +0 -1
  612. package/lib/cjs/__/undici/lib/compat/dispatcher-weakref.js +0 -63
  613. package/lib/cjs/__/undici/lib/compat/dispatcher-weakref.js.map +0 -1
  614. package/lib/cjs/__/undici/lib/cookies/constants.js +0 -24
  615. package/lib/cjs/__/undici/lib/cookies/constants.js.map +0 -1
  616. package/lib/cjs/__/undici/lib/cookies/index.js +0 -200
  617. package/lib/cjs/__/undici/lib/cookies/index.js.map +0 -1
  618. package/lib/cjs/__/undici/lib/cookies/parse.js +0 -338
  619. package/lib/cjs/__/undici/lib/cookies/parse.js.map +0 -1
  620. package/lib/cjs/__/undici/lib/cookies/util.js +0 -286
  621. package/lib/cjs/__/undici/lib/cookies/util.js.map +0 -1
  622. package/lib/cjs/__/undici/lib/dispatcher-base.js +0 -208
  623. package/lib/cjs/__/undici/lib/dispatcher-base.js.map +0 -1
  624. package/lib/cjs/__/undici/lib/dispatcher.js +0 -37
  625. package/lib/cjs/__/undici/lib/dispatcher.js.map +0 -1
  626. package/lib/cjs/__/undici/lib/fetch/body.js +0 -647
  627. package/lib/cjs/__/undici/lib/fetch/body.js.map +0 -1
  628. package/lib/cjs/__/undici/lib/fetch/constants.js +0 -169
  629. package/lib/cjs/__/undici/lib/fetch/constants.js.map +0 -1
  630. package/lib/cjs/__/undici/lib/fetch/dataURL.js +0 -649
  631. package/lib/cjs/__/undici/lib/fetch/dataURL.js.map +0 -1
  632. package/lib/cjs/__/undici/lib/fetch/file.js +0 -369
  633. package/lib/cjs/__/undici/lib/fetch/file.js.map +0 -1
  634. package/lib/cjs/__/undici/lib/fetch/formdata.js +0 -287
  635. package/lib/cjs/__/undici/lib/fetch/formdata.js.map +0 -1
  636. package/lib/cjs/__/undici/lib/fetch/global.js +0 -52
  637. package/lib/cjs/__/undici/lib/fetch/global.js.map +0 -1
  638. package/lib/cjs/__/undici/lib/fetch/headers.js +0 -609
  639. package/lib/cjs/__/undici/lib/fetch/headers.js.map +0 -1
  640. package/lib/cjs/__/undici/lib/fetch/index.js +0 -2114
  641. package/lib/cjs/__/undici/lib/fetch/index.js.map +0 -1
  642. package/lib/cjs/__/undici/lib/fetch/request.js +0 -979
  643. package/lib/cjs/__/undici/lib/fetch/request.js.map +0 -1
  644. package/lib/cjs/__/undici/lib/fetch/response.js +0 -604
  645. package/lib/cjs/__/undici/lib/fetch/response.js.map +0 -1
  646. package/lib/cjs/__/undici/lib/fetch/symbols.js +0 -22
  647. package/lib/cjs/__/undici/lib/fetch/symbols.js.map +0 -1
  648. package/lib/cjs/__/undici/lib/fetch/util.js +0 -1170
  649. package/lib/cjs/__/undici/lib/fetch/util.js.map +0 -1
  650. package/lib/cjs/__/undici/lib/fetch/webidl.js +0 -665
  651. package/lib/cjs/__/undici/lib/fetch/webidl.js.map +0 -1
  652. package/lib/cjs/__/undici/lib/fileapi/encoding.js +0 -302
  653. package/lib/cjs/__/undici/lib/fileapi/encoding.js.map +0 -1
  654. package/lib/cjs/__/undici/lib/fileapi/filereader.js +0 -361
  655. package/lib/cjs/__/undici/lib/fileapi/filereader.js.map +0 -1
  656. package/lib/cjs/__/undici/lib/fileapi/progressevent.js +0 -92
  657. package/lib/cjs/__/undici/lib/fileapi/progressevent.js.map +0 -1
  658. package/lib/cjs/__/undici/lib/fileapi/symbols.js +0 -22
  659. package/lib/cjs/__/undici/lib/fileapi/symbols.js.map +0 -1
  660. package/lib/cjs/__/undici/lib/fileapi/util.js +0 -419
  661. package/lib/cjs/__/undici/lib/fileapi/util.js.map +0 -1
  662. package/lib/cjs/__/undici/lib/handler/DecoratorHandler.js +0 -47
  663. package/lib/cjs/__/undici/lib/handler/DecoratorHandler.js.map +0 -1
  664. package/lib/cjs/__/undici/lib/handler/RedirectHandler.js +0 -226
  665. package/lib/cjs/__/undici/lib/handler/RedirectHandler.js.map +0 -1
  666. package/lib/cjs/__/undici/lib/handler/RetryHandler.js +0 -358
  667. package/lib/cjs/__/undici/lib/handler/RetryHandler.js.map +0 -1
  668. package/lib/cjs/__/undici/lib/interceptor/redirectInterceptor.js +0 -35
  669. package/lib/cjs/__/undici/lib/interceptor/redirectInterceptor.js.map +0 -1
  670. package/lib/cjs/__/undici/lib/node/fixed-queue.js +0 -129
  671. package/lib/cjs/__/undici/lib/node/fixed-queue.js.map +0 -1
  672. package/lib/cjs/__/undici/lib/pool-base.js +0 -211
  673. package/lib/cjs/__/undici/lib/pool-base.js.map +0 -1
  674. package/lib/cjs/__/undici/lib/pool-stats.js +0 -49
  675. package/lib/cjs/__/undici/lib/pool-stats.js.map +0 -1
  676. package/lib/cjs/__/undici/lib/pool.js +0 -127
  677. package/lib/cjs/__/undici/lib/pool.js.map +0 -1
  678. package/lib/cjs/__/undici/lib/proxy-agent.js +0 -213
  679. package/lib/cjs/__/undici/lib/proxy-agent.js.map +0 -1
  680. package/lib/cjs/__/undici/lib/timers.js +0 -109
  681. package/lib/cjs/__/undici/lib/timers.js.map +0 -1
  682. package/lib/cjs/__/undici/lib/websocket/connection.js +0 -318
  683. package/lib/cjs/__/undici/lib/websocket/connection.js.map +0 -1
  684. package/lib/cjs/__/undici/lib/websocket/constants.js +0 -63
  685. package/lib/cjs/__/undici/lib/websocket/constants.js.map +0 -1
  686. package/lib/cjs/__/undici/lib/websocket/events.js +0 -323
  687. package/lib/cjs/__/undici/lib/websocket/events.js.map +0 -1
  688. package/lib/cjs/__/undici/lib/websocket/frame.js +0 -87
  689. package/lib/cjs/__/undici/lib/websocket/frame.js.map +0 -1
  690. package/lib/cjs/__/undici/lib/websocket/receiver.js +0 -368
  691. package/lib/cjs/__/undici/lib/websocket/receiver.js.map +0 -1
  692. package/lib/cjs/__/undici/lib/websocket/symbols.js +0 -24
  693. package/lib/cjs/__/undici/lib/websocket/symbols.js.map +0 -1
  694. package/lib/cjs/__/undici/lib/websocket/util.js +0 -216
  695. package/lib/cjs/__/undici/lib/websocket/util.js.map +0 -1
  696. package/lib/cjs/__/undici/lib/websocket/websocket.js +0 -668
  697. package/lib/cjs/__/undici/lib/websocket/websocket.js.map +0 -1
  698. package/lib/cjs/_virtual/api-request2.js +0 -6
  699. package/lib/cjs/_virtual/api-request2.js.map +0 -1
  700. package/lib/cjs/_virtual/constants2.js +0 -6
  701. package/lib/cjs/_virtual/constants2.js.map +0 -1
  702. package/lib/cjs/_virtual/index15.js +0 -6
  703. package/lib/cjs/_virtual/index15.js.map +0 -1
  704. package/lib/cjs/_virtual/index16.js +0 -6
  705. package/lib/cjs/_virtual/index16.js.map +0 -1
  706. package/lib/cjs/_virtual/main.js +0 -6
  707. package/lib/cjs/_virtual/main.js.map +0 -1
  708. package/lib/cjs/_virtual/mock-interceptor2.js +0 -6
  709. package/lib/cjs/_virtual/mock-interceptor2.js.map +0 -1
  710. package/lib/cjs/_virtual/utils4.js +0 -6
  711. package/lib/cjs/_virtual/utils4.js.map +0 -1
  712. package/lib/esm/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js.map +0 -1
  713. package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/index.js.map +0 -1
  714. package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/version.js.map +0 -1
  715. package/lib/esm/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js.map +0 -1
  716. package/lib/esm/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js.map +0 -1
  717. package/lib/esm/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +0 -1
  718. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +0 -1
  719. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +0 -1
  720. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +0 -1
  721. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +0 -1
  722. package/lib/esm/__/@actions/github/__/@octokit/request/dist-bundle/index.js +0 -198
  723. package/lib/esm/__/@actions/github/__/@octokit/request/dist-bundle/index.js.map +0 -1
  724. package/lib/esm/__/@actions/github/__/@octokit/request-error/dist-src/index.js.map +0 -1
  725. package/lib/esm/__/@actions/github/__/before-after-hook/index.js.map +0 -1
  726. package/lib/esm/__/@actions/github/__/before-after-hook/lib/add.js.map +0 -1
  727. package/lib/esm/__/@actions/github/__/before-after-hook/lib/register.js.map +0 -1
  728. package/lib/esm/__/@actions/github/__/before-after-hook/lib/remove.js.map +0 -1
  729. package/lib/esm/__/@actions/github/__/universal-user-agent/index.js.map +0 -1
  730. package/lib/esm/__/@actions/http-client/__/undici/index.js +0 -220
  731. package/lib/esm/__/@actions/http-client/__/undici/index.js.map +0 -1
  732. package/lib/esm/__/@actions/http-client/__/undici/lib/api/abort-signal.js +0 -71
  733. package/lib/esm/__/@actions/http-client/__/undici/lib/api/abort-signal.js.map +0 -1
  734. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-connect.js +0 -124
  735. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-connect.js.map +0 -1
  736. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-pipeline.js +0 -268
  737. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-pipeline.js.map +0 -1
  738. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-request.js +0 -231
  739. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-request.js.map +0 -1
  740. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-stream.js +0 -238
  741. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-stream.js.map +0 -1
  742. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-upgrade.js +0 -124
  743. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-upgrade.js.map +0 -1
  744. package/lib/esm/__/@actions/http-client/__/undici/lib/api/index.js +0 -23
  745. package/lib/esm/__/@actions/http-client/__/undici/lib/api/index.js.map +0 -1
  746. package/lib/esm/__/@actions/http-client/__/undici/lib/api/readable.js +0 -398
  747. package/lib/esm/__/@actions/http-client/__/undici/lib/api/readable.js.map +0 -1
  748. package/lib/esm/__/@actions/http-client/__/undici/lib/api/util.js +0 -108
  749. package/lib/esm/__/@actions/http-client/__/undici/lib/api/util.js.map +0 -1
  750. package/lib/esm/__/@actions/http-client/__/undici/lib/core/connect.js +0 -258
  751. package/lib/esm/__/@actions/http-client/__/undici/lib/core/connect.js.map +0 -1
  752. package/lib/esm/__/@actions/http-client/__/undici/lib/core/constants.js +0 -128
  753. package/lib/esm/__/@actions/http-client/__/undici/lib/core/constants.js.map +0 -1
  754. package/lib/esm/__/@actions/http-client/__/undici/lib/core/diagnostics.js +0 -215
  755. package/lib/esm/__/@actions/http-client/__/undici/lib/core/diagnostics.js.map +0 -1
  756. package/lib/esm/__/@actions/http-client/__/undici/lib/core/errors.js +0 -435
  757. package/lib/esm/__/@actions/http-client/__/undici/lib/core/errors.js.map +0 -1
  758. package/lib/esm/__/@actions/http-client/__/undici/lib/core/request.js +0 -421
  759. package/lib/esm/__/@actions/http-client/__/undici/lib/core/request.js.map +0 -1
  760. package/lib/esm/__/@actions/http-client/__/undici/lib/core/symbols.js +0 -78
  761. package/lib/esm/__/@actions/http-client/__/undici/lib/core/symbols.js.map +0 -1
  762. package/lib/esm/__/@actions/http-client/__/undici/lib/core/tree.js.map +0 -1
  763. package/lib/esm/__/@actions/http-client/__/undici/lib/core/util.js +0 -742
  764. package/lib/esm/__/@actions/http-client/__/undici/lib/core/util.js.map +0 -1
  765. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/agent.js +0 -147
  766. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/agent.js.map +0 -1
  767. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/balanced-pool.js.map +0 -1
  768. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client-h1.js.map +0 -1
  769. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client-h2.js.map +0 -1
  770. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client.js +0 -642
  771. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client.js.map +0 -1
  772. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js +0 -204
  773. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js.map +0 -1
  774. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js +0 -77
  775. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js.map +0 -1
  776. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/env-http-proxy-agent.js.map +0 -1
  777. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/fixed-queue.js.map +0 -1
  778. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js +0 -209
  779. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js.map +0 -1
  780. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool-stats.js.map +0 -1
  781. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool.js +0 -124
  782. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool.js.map +0 -1
  783. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/proxy-agent.js.map +0 -1
  784. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/retry-agent.js.map +0 -1
  785. package/lib/esm/__/@actions/http-client/__/undici/lib/global.js +0 -45
  786. package/lib/esm/__/@actions/http-client/__/undici/lib/global.js.map +0 -1
  787. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/decorator-handler.js.map +0 -1
  788. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js +0 -230
  789. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js.map +0 -1
  790. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/retry-handler.js.map +0 -1
  791. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/dns.js.map +0 -1
  792. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/dump.js.map +0 -1
  793. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/redirect-interceptor.js.map +0 -1
  794. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/redirect.js.map +0 -1
  795. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/retry.js.map +0 -1
  796. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/constants.js +0 -286
  797. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/constants.js.map +0 -1
  798. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js +0 -17
  799. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js.map +0 -1
  800. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js +0 -17
  801. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +0 -1
  802. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/utils.js +0 -26
  803. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/utils.js.map +0 -1
  804. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-agent.js +0 -181
  805. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-agent.js.map +0 -1
  806. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-client.js +0 -77
  807. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-client.js.map +0 -1
  808. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-errors.js +0 -40
  809. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-errors.js.map +0 -1
  810. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js +0 -222
  811. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js.map +0 -1
  812. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-pool.js +0 -77
  813. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-pool.js.map +0 -1
  814. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js +0 -33
  815. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js.map +0 -1
  816. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-utils.js +0 -383
  817. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-utils.js.map +0 -1
  818. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js +0 -56
  819. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js.map +0 -1
  820. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pluralizer.js +0 -39
  821. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pluralizer.js.map +0 -1
  822. package/lib/esm/__/@actions/http-client/__/undici/lib/util/timers.js.map +0 -1
  823. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/cache.js.map +0 -1
  824. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/cachestorage.js.map +0 -1
  825. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/symbols.js.map +0 -1
  826. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/util.js.map +0 -1
  827. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/constants.js.map +0 -1
  828. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/index.js.map +0 -1
  829. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/parse.js.map +0 -1
  830. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/util.js.map +0 -1
  831. package/lib/esm/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource-stream.js.map +0 -1
  832. package/lib/esm/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource.js.map +0 -1
  833. package/lib/esm/__/@actions/http-client/__/undici/lib/web/eventsource/util.js.map +0 -1
  834. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/body.js.map +0 -1
  835. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/constants.js.map +0 -1
  836. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/data-url.js.map +0 -1
  837. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/dispatcher-weakref.js.map +0 -1
  838. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/file.js.map +0 -1
  839. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/formdata-parser.js.map +0 -1
  840. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js +0 -268
  841. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js.map +0 -1
  842. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/global.js.map +0 -1
  843. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/headers.js +0 -702
  844. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/headers.js.map +0 -1
  845. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/index.js +0 -2224
  846. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/index.js.map +0 -1
  847. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/request.js +0 -1061
  848. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/request.js.map +0 -1
  849. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/response.js +0 -633
  850. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/response.js.map +0 -1
  851. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/symbols.js.map +0 -1
  852. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/util.js +0 -1652
  853. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/util.js.map +0 -1
  854. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js +0 -709
  855. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js.map +0 -1
  856. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/encoding.js.map +0 -1
  857. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/filereader.js.map +0 -1
  858. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/progressevent.js.map +0 -1
  859. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/symbols.js.map +0 -1
  860. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/util.js +0 -409
  861. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/util.js.map +0 -1
  862. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/connection.js.map +0 -1
  863. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/constants.js.map +0 -1
  864. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/events.js.map +0 -1
  865. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/frame.js.map +0 -1
  866. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js +0 -132
  867. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js.map +0 -1
  868. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js +0 -447
  869. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js.map +0 -1
  870. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/sender.js.map +0 -1
  871. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/symbols.js.map +0 -1
  872. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/util.js.map +0 -1
  873. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js +0 -612
  874. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js.map +0 -1
  875. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/Dicer.js +0 -229
  876. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/Dicer.js.map +0 -1
  877. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js +0 -115
  878. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js.map +0 -1
  879. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/PartStream.js +0 -26
  880. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/PartStream.js.map +0 -1
  881. package/lib/esm/__/@fastify/busboy/deps/streamsearch/sbmh.js +0 -241
  882. package/lib/esm/__/@fastify/busboy/deps/streamsearch/sbmh.js.map +0 -1
  883. package/lib/esm/__/@fastify/busboy/lib/main.js +0 -102
  884. package/lib/esm/__/@fastify/busboy/lib/main.js.map +0 -1
  885. package/lib/esm/__/@fastify/busboy/lib/types/multipart.js +0 -324
  886. package/lib/esm/__/@fastify/busboy/lib/types/multipart.js.map +0 -1
  887. package/lib/esm/__/@fastify/busboy/lib/types/urlencoded.js +0 -204
  888. package/lib/esm/__/@fastify/busboy/lib/types/urlencoded.js.map +0 -1
  889. package/lib/esm/__/@fastify/busboy/lib/utils/Decoder.js +0 -64
  890. package/lib/esm/__/@fastify/busboy/lib/utils/Decoder.js.map +0 -1
  891. package/lib/esm/__/@fastify/busboy/lib/utils/basename.js +0 -24
  892. package/lib/esm/__/@fastify/busboy/lib/utils/basename.js.map +0 -1
  893. package/lib/esm/__/@fastify/busboy/lib/utils/decodeText.js +0 -124
  894. package/lib/esm/__/@fastify/busboy/lib/utils/decodeText.js.map +0 -1
  895. package/lib/esm/__/@fastify/busboy/lib/utils/getLimit.js +0 -26
  896. package/lib/esm/__/@fastify/busboy/lib/utils/getLimit.js.map +0 -1
  897. package/lib/esm/__/@fastify/busboy/lib/utils/parseParams.js +0 -209
  898. package/lib/esm/__/@fastify/busboy/lib/utils/parseParams.js.map +0 -1
  899. package/lib/esm/__/env-ci/__/execa/index.js +0 -141
  900. package/lib/esm/__/env-ci/__/execa/index.js.map +0 -1
  901. package/lib/esm/__/env-ci/__/execa/lib/command.js.map +0 -1
  902. package/lib/esm/__/env-ci/__/execa/lib/error.js.map +0 -1
  903. package/lib/esm/__/env-ci/__/execa/lib/promise.js.map +0 -1
  904. package/lib/esm/__/env-ci/__/execa/lib/stdio.js.map +0 -1
  905. package/lib/esm/__/env-ci/__/execa/lib/stream.js +0 -33
  906. package/lib/esm/__/env-ci/__/execa/lib/stream.js.map +0 -1
  907. package/lib/esm/__/env-ci/__/execa/lib/verbose.js.map +0 -1
  908. package/lib/esm/__/env-ci/__/get-stream/source/array-buffer.js.map +0 -1
  909. package/lib/esm/__/env-ci/__/human-signals/build/src/core.js.map +0 -1
  910. package/lib/esm/__/env-ci/__/human-signals/build/src/main.js.map +0 -1
  911. package/lib/esm/__/env-ci/__/human-signals/build/src/realtime.js.map +0 -1
  912. package/lib/esm/__/env-ci/__/human-signals/build/src/signals.js.map +0 -1
  913. package/lib/esm/__/env-ci/__/is-stream/index.js.map +0 -1
  914. package/lib/esm/__/env-ci/__/npm-run-path/index.js +0 -55
  915. package/lib/esm/__/env-ci/__/npm-run-path/index.js.map +0 -1
  916. package/lib/esm/__/env-ci/__/path-key/index.js.map +0 -1
  917. package/lib/esm/__/env-ci/__/signal-exit/dist/mjs/index.js.map +0 -1
  918. package/lib/esm/__/env-ci/__/signal-exit/dist/mjs/signals.js.map +0 -1
  919. package/lib/esm/__/env-ci/__/strip-final-newline/index.js.map +0 -1
  920. package/lib/esm/__/undici/lib/agent.js +0 -167
  921. package/lib/esm/__/undici/lib/agent.js.map +0 -1
  922. package/lib/esm/__/undici/lib/balanced-pool.js +0 -206
  923. package/lib/esm/__/undici/lib/balanced-pool.js.map +0 -1
  924. package/lib/esm/__/undici/lib/cache/cache.js +0 -861
  925. package/lib/esm/__/undici/lib/cache/cache.js.map +0 -1
  926. package/lib/esm/__/undici/lib/cache/cachestorage.js +0 -159
  927. package/lib/esm/__/undici/lib/cache/cachestorage.js.map +0 -1
  928. package/lib/esm/__/undici/lib/cache/symbols.js +0 -17
  929. package/lib/esm/__/undici/lib/cache/symbols.js.map +0 -1
  930. package/lib/esm/__/undici/lib/cache/util.js +0 -63
  931. package/lib/esm/__/undici/lib/cache/util.js.map +0 -1
  932. package/lib/esm/__/undici/lib/client.js +0 -2305
  933. package/lib/esm/__/undici/lib/client.js.map +0 -1
  934. package/lib/esm/__/undici/lib/compat/dispatcher-weakref.js +0 -61
  935. package/lib/esm/__/undici/lib/compat/dispatcher-weakref.js.map +0 -1
  936. package/lib/esm/__/undici/lib/cookies/constants.js +0 -22
  937. package/lib/esm/__/undici/lib/cookies/constants.js.map +0 -1
  938. package/lib/esm/__/undici/lib/cookies/index.js +0 -198
  939. package/lib/esm/__/undici/lib/cookies/index.js.map +0 -1
  940. package/lib/esm/__/undici/lib/cookies/parse.js +0 -332
  941. package/lib/esm/__/undici/lib/cookies/parse.js.map +0 -1
  942. package/lib/esm/__/undici/lib/cookies/util.js +0 -284
  943. package/lib/esm/__/undici/lib/cookies/util.js.map +0 -1
  944. package/lib/esm/__/undici/lib/dispatcher-base.js +0 -206
  945. package/lib/esm/__/undici/lib/dispatcher-base.js.map +0 -1
  946. package/lib/esm/__/undici/lib/dispatcher.js +0 -31
  947. package/lib/esm/__/undici/lib/dispatcher.js.map +0 -1
  948. package/lib/esm/__/undici/lib/fetch/body.js +0 -638
  949. package/lib/esm/__/undici/lib/fetch/body.js.map +0 -1
  950. package/lib/esm/__/undici/lib/fetch/constants.js +0 -163
  951. package/lib/esm/__/undici/lib/fetch/constants.js.map +0 -1
  952. package/lib/esm/__/undici/lib/fetch/dataURL.js +0 -642
  953. package/lib/esm/__/undici/lib/fetch/dataURL.js.map +0 -1
  954. package/lib/esm/__/undici/lib/fetch/file.js +0 -362
  955. package/lib/esm/__/undici/lib/fetch/file.js.map +0 -1
  956. package/lib/esm/__/undici/lib/fetch/formdata.js +0 -281
  957. package/lib/esm/__/undici/lib/fetch/formdata.js.map +0 -1
  958. package/lib/esm/__/undici/lib/fetch/global.js +0 -50
  959. package/lib/esm/__/undici/lib/fetch/global.js.map +0 -1
  960. package/lib/esm/__/undici/lib/fetch/headers.js +0 -602
  961. package/lib/esm/__/undici/lib/fetch/headers.js.map +0 -1
  962. package/lib/esm/__/undici/lib/fetch/index.js +0 -2102
  963. package/lib/esm/__/undici/lib/fetch/index.js.map +0 -1
  964. package/lib/esm/__/undici/lib/fetch/request.js +0 -971
  965. package/lib/esm/__/undici/lib/fetch/request.js.map +0 -1
  966. package/lib/esm/__/undici/lib/fetch/response.js +0 -596
  967. package/lib/esm/__/undici/lib/fetch/response.js.map +0 -1
  968. package/lib/esm/__/undici/lib/fetch/symbols.js +0 -20
  969. package/lib/esm/__/undici/lib/fetch/symbols.js.map +0 -1
  970. package/lib/esm/__/undici/lib/fetch/util.js +0 -1161
  971. package/lib/esm/__/undici/lib/fetch/util.js.map +0 -1
  972. package/lib/esm/__/undici/lib/fetch/webidl.js +0 -659
  973. package/lib/esm/__/undici/lib/fetch/webidl.js.map +0 -1
  974. package/lib/esm/__/undici/lib/fileapi/encoding.js +0 -300
  975. package/lib/esm/__/undici/lib/fileapi/encoding.js.map +0 -1
  976. package/lib/esm/__/undici/lib/fileapi/filereader.js +0 -359
  977. package/lib/esm/__/undici/lib/fileapi/filereader.js.map +0 -1
  978. package/lib/esm/__/undici/lib/fileapi/progressevent.js +0 -90
  979. package/lib/esm/__/undici/lib/fileapi/progressevent.js.map +0 -1
  980. package/lib/esm/__/undici/lib/fileapi/symbols.js +0 -20
  981. package/lib/esm/__/undici/lib/fileapi/symbols.js.map +0 -1
  982. package/lib/esm/__/undici/lib/fileapi/util.js +0 -411
  983. package/lib/esm/__/undici/lib/fileapi/util.js.map +0 -1
  984. package/lib/esm/__/undici/lib/handler/DecoratorHandler.js +0 -45
  985. package/lib/esm/__/undici/lib/handler/DecoratorHandler.js.map +0 -1
  986. package/lib/esm/__/undici/lib/handler/RedirectHandler.js +0 -219
  987. package/lib/esm/__/undici/lib/handler/RedirectHandler.js.map +0 -1
  988. package/lib/esm/__/undici/lib/handler/RetryHandler.js +0 -352
  989. package/lib/esm/__/undici/lib/handler/RetryHandler.js.map +0 -1
  990. package/lib/esm/__/undici/lib/interceptor/redirectInterceptor.js +0 -33
  991. package/lib/esm/__/undici/lib/interceptor/redirectInterceptor.js.map +0 -1
  992. package/lib/esm/__/undici/lib/node/fixed-queue.js +0 -127
  993. package/lib/esm/__/undici/lib/node/fixed-queue.js.map +0 -1
  994. package/lib/esm/__/undici/lib/pool-base.js +0 -209
  995. package/lib/esm/__/undici/lib/pool-base.js.map +0 -1
  996. package/lib/esm/__/undici/lib/pool-stats.js +0 -47
  997. package/lib/esm/__/undici/lib/pool-stats.js.map +0 -1
  998. package/lib/esm/__/undici/lib/pool.js +0 -125
  999. package/lib/esm/__/undici/lib/pool.js.map +0 -1
  1000. package/lib/esm/__/undici/lib/proxy-agent.js +0 -207
  1001. package/lib/esm/__/undici/lib/proxy-agent.js.map +0 -1
  1002. package/lib/esm/__/undici/lib/timers.js +0 -107
  1003. package/lib/esm/__/undici/lib/timers.js.map +0 -1
  1004. package/lib/esm/__/undici/lib/websocket/connection.js +0 -312
  1005. package/lib/esm/__/undici/lib/websocket/connection.js.map +0 -1
  1006. package/lib/esm/__/undici/lib/websocket/constants.js +0 -61
  1007. package/lib/esm/__/undici/lib/websocket/constants.js.map +0 -1
  1008. package/lib/esm/__/undici/lib/websocket/events.js +0 -317
  1009. package/lib/esm/__/undici/lib/websocket/events.js.map +0 -1
  1010. package/lib/esm/__/undici/lib/websocket/frame.js +0 -85
  1011. package/lib/esm/__/undici/lib/websocket/frame.js.map +0 -1
  1012. package/lib/esm/__/undici/lib/websocket/receiver.js +0 -361
  1013. package/lib/esm/__/undici/lib/websocket/receiver.js.map +0 -1
  1014. package/lib/esm/__/undici/lib/websocket/symbols.js +0 -22
  1015. package/lib/esm/__/undici/lib/websocket/symbols.js.map +0 -1
  1016. package/lib/esm/__/undici/lib/websocket/util.js +0 -214
  1017. package/lib/esm/__/undici/lib/websocket/util.js.map +0 -1
  1018. package/lib/esm/__/undici/lib/websocket/websocket.js +0 -662
  1019. package/lib/esm/__/undici/lib/websocket/websocket.js.map +0 -1
  1020. package/lib/esm/_virtual/api-request2.js +0 -4
  1021. package/lib/esm/_virtual/api-request2.js.map +0 -1
  1022. package/lib/esm/_virtual/constants2.js +0 -4
  1023. package/lib/esm/_virtual/constants2.js.map +0 -1
  1024. package/lib/esm/_virtual/index15.js +0 -4
  1025. package/lib/esm/_virtual/index15.js.map +0 -1
  1026. package/lib/esm/_virtual/index16.js +0 -4
  1027. package/lib/esm/_virtual/index16.js.map +0 -1
  1028. package/lib/esm/_virtual/main.js +0 -4
  1029. package/lib/esm/_virtual/main.js.map +0 -1
  1030. package/lib/esm/_virtual/mock-interceptor2.js +0 -4
  1031. package/lib/esm/_virtual/mock-interceptor2.js.map +0 -1
  1032. package/lib/esm/_virtual/utils4.js +0 -4
  1033. package/lib/esm/_virtual/utils4.js.map +0 -1
  1034. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/auth-token/dist-bundle/index.js +0 -0
  1035. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/index.js +0 -0
  1036. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/version.js +0 -0
  1037. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/endpoint/dist-bundle/index.js +0 -0
  1038. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/graphql/dist-bundle/index.js +0 -0
  1039. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-paginate-rest/dist-bundle/index.js +0 -0
  1040. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js +0 -0
  1041. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +0 -0
  1042. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/index.js +0 -0
  1043. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/version.js +0 -0
  1044. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/request-error/dist-src/index.js +0 -0
  1045. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/index.js +0 -0
  1046. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/add.js +0 -0
  1047. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/register.js +0 -0
  1048. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/remove.js +0 -0
  1049. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/command.js +0 -0
  1050. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/error.js +0 -0
  1051. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/promise.js +0 -0
  1052. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/stdio.js +0 -0
  1053. /package/lib/cjs/__/{env-ci/__/get-stream → get-stream}/source/array-buffer.js +0 -0
  1054. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/core.js +0 -0
  1055. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/main.js +0 -0
  1056. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/realtime.js +0 -0
  1057. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/signals.js +0 -0
  1058. /package/lib/cjs/__/{env-ci/__/is-stream → is-stream}/index.js +0 -0
  1059. /package/lib/cjs/__/{env-ci → npm-run-path}/__/path-key/index.js +0 -0
  1060. /package/lib/cjs/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/index.js +0 -0
  1061. /package/lib/cjs/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/signals.js +0 -0
  1062. /package/lib/cjs/__/{env-ci/__/strip-final-newline → strip-final-newline}/index.js +0 -0
  1063. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/core/tree.js +0 -0
  1064. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/balanced-pool.js +0 -0
  1065. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h1.js +0 -0
  1066. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h2.js +0 -0
  1067. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/env-http-proxy-agent.js +0 -0
  1068. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/fixed-queue.js +0 -0
  1069. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/pool-stats.js +0 -0
  1070. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/proxy-agent.js +0 -0
  1071. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/retry-agent.js +0 -0
  1072. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/handler/decorator-handler.js +0 -0
  1073. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/handler/retry-handler.js +0 -0
  1074. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dns.js +0 -0
  1075. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dump.js +0 -0
  1076. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect-interceptor.js +0 -0
  1077. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect.js +0 -0
  1078. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/retry.js +0 -0
  1079. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/util/timers.js +0 -0
  1080. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cache.js +0 -0
  1081. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cachestorage.js +0 -0
  1082. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/symbols.js +0 -0
  1083. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/util.js +0 -0
  1084. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/constants.js +0 -0
  1085. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/index.js +0 -0
  1086. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/parse.js +0 -0
  1087. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/util.js +0 -0
  1088. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource-stream.js +0 -0
  1089. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource.js +0 -0
  1090. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/util.js +0 -0
  1091. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/body.js +0 -0
  1092. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/constants.js +0 -0
  1093. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/data-url.js +0 -0
  1094. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/dispatcher-weakref.js +0 -0
  1095. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/file.js +0 -0
  1096. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/formdata-parser.js +0 -0
  1097. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/global.js +0 -0
  1098. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/symbols.js +0 -0
  1099. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/encoding.js +0 -0
  1100. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/filereader.js +0 -0
  1101. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/progressevent.js +0 -0
  1102. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/symbols.js +0 -0
  1103. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/connection.js +0 -0
  1104. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/constants.js +0 -0
  1105. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/events.js +0 -0
  1106. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/frame.js +0 -0
  1107. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/sender.js +0 -0
  1108. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/symbols.js +0 -0
  1109. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/util.js +0 -0
  1110. /package/lib/cjs/__/{@actions/github/__/universal-user-agent → universal-user-agent}/index.js +0 -0
  1111. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/auth-token/dist-bundle/index.js +0 -0
  1112. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/index.js +0 -0
  1113. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/version.js +0 -0
  1114. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/endpoint/dist-bundle/index.js +0 -0
  1115. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/graphql/dist-bundle/index.js +0 -0
  1116. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-paginate-rest/dist-bundle/index.js +0 -0
  1117. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js +0 -0
  1118. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +0 -0
  1119. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/index.js +0 -0
  1120. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/version.js +0 -0
  1121. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/request-error/dist-src/index.js +0 -0
  1122. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/index.js +0 -0
  1123. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/add.js +0 -0
  1124. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/register.js +0 -0
  1125. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/remove.js +0 -0
  1126. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/command.js +0 -0
  1127. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/error.js +0 -0
  1128. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/promise.js +0 -0
  1129. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/stdio.js +0 -0
  1130. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/verbose.js +0 -0
  1131. /package/lib/esm/__/{env-ci/__/get-stream → get-stream}/source/array-buffer.js +0 -0
  1132. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/core.js +0 -0
  1133. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/main.js +0 -0
  1134. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/realtime.js +0 -0
  1135. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/signals.js +0 -0
  1136. /package/lib/esm/__/{env-ci/__/is-stream → is-stream}/index.js +0 -0
  1137. /package/lib/esm/__/{env-ci → npm-run-path}/__/path-key/index.js +0 -0
  1138. /package/lib/esm/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/index.js +0 -0
  1139. /package/lib/esm/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/signals.js +0 -0
  1140. /package/lib/esm/__/{env-ci/__/strip-final-newline → strip-final-newline}/index.js +0 -0
  1141. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/core/tree.js +0 -0
  1142. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/balanced-pool.js +0 -0
  1143. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h1.js +0 -0
  1144. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h2.js +0 -0
  1145. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/env-http-proxy-agent.js +0 -0
  1146. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/fixed-queue.js +0 -0
  1147. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/pool-stats.js +0 -0
  1148. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/proxy-agent.js +0 -0
  1149. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/retry-agent.js +0 -0
  1150. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/handler/decorator-handler.js +0 -0
  1151. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/handler/retry-handler.js +0 -0
  1152. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dns.js +0 -0
  1153. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dump.js +0 -0
  1154. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect-interceptor.js +0 -0
  1155. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect.js +0 -0
  1156. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/retry.js +0 -0
  1157. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/util/timers.js +0 -0
  1158. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cache.js +0 -0
  1159. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cachestorage.js +0 -0
  1160. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/symbols.js +0 -0
  1161. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/util.js +0 -0
  1162. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/constants.js +0 -0
  1163. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/index.js +0 -0
  1164. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/parse.js +0 -0
  1165. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/util.js +0 -0
  1166. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource-stream.js +0 -0
  1167. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource.js +0 -0
  1168. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/util.js +0 -0
  1169. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/body.js +0 -0
  1170. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/constants.js +0 -0
  1171. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/data-url.js +0 -0
  1172. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/dispatcher-weakref.js +0 -0
  1173. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/file.js +0 -0
  1174. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/formdata-parser.js +0 -0
  1175. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/global.js +0 -0
  1176. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/symbols.js +0 -0
  1177. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/encoding.js +0 -0
  1178. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/filereader.js +0 -0
  1179. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/progressevent.js +0 -0
  1180. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/symbols.js +0 -0
  1181. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/connection.js +0 -0
  1182. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/constants.js +0 -0
  1183. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/events.js +0 -0
  1184. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/frame.js +0 -0
  1185. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/sender.js +0 -0
  1186. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/symbols.js +0 -0
  1187. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/util.js +0 -0
  1188. /package/lib/esm/__/{@actions/github/__/universal-user-agent → universal-user-agent}/index.js +0 -0
@@ -1,41 +0,0 @@
1
- 'use strict';
2
-
3
- var pluralizer;
4
- var hasRequiredPluralizer;
5
-
6
- function requirePluralizer () {
7
- if (hasRequiredPluralizer) return pluralizer;
8
- hasRequiredPluralizer = 1;
9
-
10
- const singulars = {
11
- pronoun: 'it',
12
- is: 'is',
13
- was: 'was',
14
- this: 'this'
15
- };
16
-
17
- const plurals = {
18
- pronoun: 'they',
19
- is: 'are',
20
- was: 'were',
21
- this: 'these'
22
- };
23
-
24
- pluralizer = class Pluralizer {
25
- constructor (singular, plural) {
26
- this.singular = singular;
27
- this.plural = plural;
28
- }
29
-
30
- pluralize (count) {
31
- const one = count === 1;
32
- const keys = one ? singulars : plurals;
33
- const noun = one ? this.singular : this.plural;
34
- return { ...keys, count, noun }
35
- }
36
- };
37
- return pluralizer;
38
- }
39
-
40
- exports.__require = requirePluralizer;
41
- //# sourceMappingURL=pluralizer.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"pluralizer.js","sources":["../../../../../../../../../../../node_modules/@actions/http-client/node_modules/undici/lib/mock/pluralizer.js"],"sourcesContent":["'use strict'\n\nconst singulars = {\n pronoun: 'it',\n is: 'is',\n was: 'was',\n this: 'this'\n}\n\nconst plurals = {\n pronoun: 'they',\n is: 'are',\n was: 'were',\n this: 'these'\n}\n\nmodule.exports = class Pluralizer {\n constructor (singular, plural) {\n this.singular = singular\n this.plural = plural\n }\n\n pluralize (count) {\n const one = count === 1\n const keys = one ? singulars : plurals\n const noun = one ? this.singular : this.plural\n return { ...keys, count, noun }\n }\n}\n"],"names":[],"mappings":";;;;;;;;;AAEA,CAAA,MAAM,SAAS,GAAG;GAChB,OAAO,EAAE,IAAI;GACb,EAAE,EAAE,IAAI;GACR,GAAG,EAAE,KAAK;AACZ,GAAE,IAAI,EAAE;AACR;;AAEA,CAAA,MAAM,OAAO,GAAG;GACd,OAAO,EAAE,MAAM;GACf,EAAE,EAAE,KAAK;GACT,GAAG,EAAE,MAAM;AACb,GAAE,IAAI,EAAE;AACR;;AAEA,CAAA,UAAc,GAAG,MAAM,UAAU,CAAC;AAClC,GAAE,WAAW,CAAC,CAAC,QAAQ,EAAE,MAAM,EAAE;KAC7B,IAAI,CAAC,QAAQ,GAAG;KAChB,IAAI,CAAC,MAAM,GAAG;AAClB,GAAA;;AAEA,GAAE,SAAS,CAAC,CAAC,KAAK,EAAE;AACpB,KAAI,MAAM,GAAG,GAAG,KAAK,KAAK;AAC1B,KAAI,MAAM,IAAI,GAAG,GAAG,GAAG,SAAS,GAAG;KAC/B,MAAM,IAAI,GAAG,GAAG,GAAG,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC;AAC5C,KAAI,OAAO,EAAE,GAAG,IAAI,EAAE,KAAK,EAAE,IAAI;AACjC,GAAA;AACA;;;;;;","x_google_ignoreList":[0]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"timers.js","sources":["../../../../../../../../../../../node_modules/@actions/http-client/node_modules/undici/lib/util/timers.js"],"sourcesContent":["'use strict'\n\n/**\n * This module offers an optimized timer implementation designed for scenarios\n * where high precision is not critical.\n *\n * The timer achieves faster performance by using a low-resolution approach,\n * with an accuracy target of within 500ms. This makes it particularly useful\n * for timers with delays of 1 second or more, where exact timing is less\n * crucial.\n *\n * It's important to note that Node.js timers are inherently imprecise, as\n * delays can occur due to the event loop being blocked by other operations.\n * Consequently, timers may trigger later than their scheduled time.\n */\n\n/**\n * The fastNow variable contains the internal fast timer clock value.\n *\n * @type {number}\n */\nlet fastNow = 0\n\n/**\n * RESOLUTION_MS represents the target resolution time in milliseconds.\n *\n * @type {number}\n * @default 1000\n */\nconst RESOLUTION_MS = 1e3\n\n/**\n * TICK_MS defines the desired interval in milliseconds between each tick.\n * The target value is set to half the resolution time, minus 1 ms, to account\n * for potential event loop overhead.\n *\n * @type {number}\n * @default 499\n */\nconst TICK_MS = (RESOLUTION_MS >> 1) - 1\n\n/**\n * fastNowTimeout is a Node.js timer used to manage and process\n * the FastTimers stored in the `fastTimers` array.\n *\n * @type {NodeJS.Timeout}\n */\nlet fastNowTimeout\n\n/**\n * The kFastTimer symbol is used to identify FastTimer instances.\n *\n * @type {Symbol}\n */\nconst kFastTimer = Symbol('kFastTimer')\n\n/**\n * The fastTimers array contains all active FastTimers.\n *\n * @type {FastTimer[]}\n */\nconst fastTimers = []\n\n/**\n * These constants represent the various states of a FastTimer.\n */\n\n/**\n * The `NOT_IN_LIST` constant indicates that the FastTimer is not included\n * in the `fastTimers` array. Timers with this status will not be processed\n * during the next tick by the `onTick` function.\n *\n * A FastTimer can be re-added to the `fastTimers` array by invoking the\n * `refresh` method on the FastTimer instance.\n *\n * @type {-2}\n */\nconst NOT_IN_LIST = -2\n\n/**\n * The `TO_BE_CLEARED` constant indicates that the FastTimer is scheduled\n * for removal from the `fastTimers` array. A FastTimer in this state will\n * be removed in the next tick by the `onTick` function and will no longer\n * be processed.\n *\n * This status is also set when the `clear` method is called on the FastTimer instance.\n *\n * @type {-1}\n */\nconst TO_BE_CLEARED = -1\n\n/**\n * The `PENDING` constant signifies that the FastTimer is awaiting processing\n * in the next tick by the `onTick` function. Timers with this status will have\n * their `_idleStart` value set and their status updated to `ACTIVE` in the next tick.\n *\n * @type {0}\n */\nconst PENDING = 0\n\n/**\n * The `ACTIVE` constant indicates that the FastTimer is active and waiting\n * for its timer to expire. During the next tick, the `onTick` function will\n * check if the timer has expired, and if so, it will execute the associated callback.\n *\n * @type {1}\n */\nconst ACTIVE = 1\n\n/**\n * The onTick function processes the fastTimers array.\n *\n * @returns {void}\n */\nfunction onTick () {\n /**\n * Increment the fastNow value by the TICK_MS value, despite the actual time\n * that has passed since the last tick. This approach ensures independence\n * from the system clock and delays caused by a blocked event loop.\n *\n * @type {number}\n */\n fastNow += TICK_MS\n\n /**\n * The `idx` variable is used to iterate over the `fastTimers` array.\n * Expired timers are removed by replacing them with the last element in the array.\n * Consequently, `idx` is only incremented when the current element is not removed.\n *\n * @type {number}\n */\n let idx = 0\n\n /**\n * The len variable will contain the length of the fastTimers array\n * and will be decremented when a FastTimer should be removed from the\n * fastTimers array.\n *\n * @type {number}\n */\n let len = fastTimers.length\n\n while (idx < len) {\n /**\n * @type {FastTimer}\n */\n const timer = fastTimers[idx]\n\n // If the timer is in the ACTIVE state and the timer has expired, it will\n // be processed in the next tick.\n if (timer._state === PENDING) {\n // Set the _idleStart value to the fastNow value minus the TICK_MS value\n // to account for the time the timer was in the PENDING state.\n timer._idleStart = fastNow - TICK_MS\n timer._state = ACTIVE\n } else if (\n timer._state === ACTIVE &&\n fastNow >= timer._idleStart + timer._idleTimeout\n ) {\n timer._state = TO_BE_CLEARED\n timer._idleStart = -1\n timer._onTimeout(timer._timerArg)\n }\n\n if (timer._state === TO_BE_CLEARED) {\n timer._state = NOT_IN_LIST\n\n // Move the last element to the current index and decrement len if it is\n // not the only element in the array.\n if (--len !== 0) {\n fastTimers[idx] = fastTimers[len]\n }\n } else {\n ++idx\n }\n }\n\n // Set the length of the fastTimers array to the new length and thus\n // removing the excess FastTimers elements from the array.\n fastTimers.length = len\n\n // If there are still active FastTimers in the array, refresh the Timer.\n // If there are no active FastTimers, the timer will be refreshed again\n // when a new FastTimer is instantiated.\n if (fastTimers.length !== 0) {\n refreshTimeout()\n }\n}\n\nfunction refreshTimeout () {\n // If the fastNowTimeout is already set, refresh it.\n if (fastNowTimeout) {\n fastNowTimeout.refresh()\n // fastNowTimeout is not instantiated yet, create a new Timer.\n } else {\n clearTimeout(fastNowTimeout)\n fastNowTimeout = setTimeout(onTick, TICK_MS)\n\n // If the Timer has an unref method, call it to allow the process to exit if\n // there are no other active handles.\n if (fastNowTimeout.unref) {\n fastNowTimeout.unref()\n }\n }\n}\n\n/**\n * The `FastTimer` class is a data structure designed to store and manage\n * timer information.\n */\nclass FastTimer {\n [kFastTimer] = true\n\n /**\n * The state of the timer, which can be one of the following:\n * - NOT_IN_LIST (-2)\n * - TO_BE_CLEARED (-1)\n * - PENDING (0)\n * - ACTIVE (1)\n *\n * @type {-2|-1|0|1}\n * @private\n */\n _state = NOT_IN_LIST\n\n /**\n * The number of milliseconds to wait before calling the callback.\n *\n * @type {number}\n * @private\n */\n _idleTimeout = -1\n\n /**\n * The time in milliseconds when the timer was started. This value is used to\n * calculate when the timer should expire.\n *\n * @type {number}\n * @default -1\n * @private\n */\n _idleStart = -1\n\n /**\n * The function to be executed when the timer expires.\n * @type {Function}\n * @private\n */\n _onTimeout\n\n /**\n * The argument to be passed to the callback when the timer expires.\n *\n * @type {*}\n * @private\n */\n _timerArg\n\n /**\n * @constructor\n * @param {Function} callback A function to be executed after the timer\n * expires.\n * @param {number} delay The time, in milliseconds that the timer should wait\n * before the specified function or code is executed.\n * @param {*} arg\n */\n constructor (callback, delay, arg) {\n this._onTimeout = callback\n this._idleTimeout = delay\n this._timerArg = arg\n\n this.refresh()\n }\n\n /**\n * Sets the timer's start time to the current time, and reschedules the timer\n * to call its callback at the previously specified duration adjusted to the\n * current time.\n * Using this on a timer that has already called its callback will reactivate\n * the timer.\n *\n * @returns {void}\n */\n refresh () {\n // In the special case that the timer is not in the list of active timers,\n // add it back to the array to be processed in the next tick by the onTick\n // function.\n if (this._state === NOT_IN_LIST) {\n fastTimers.push(this)\n }\n\n // If the timer is the only active timer, refresh the fastNowTimeout for\n // better resolution.\n if (!fastNowTimeout || fastTimers.length === 1) {\n refreshTimeout()\n }\n\n // Setting the state to PENDING will cause the timer to be reset in the\n // next tick by the onTick function.\n this._state = PENDING\n }\n\n /**\n * The `clear` method cancels the timer, preventing it from executing.\n *\n * @returns {void}\n * @private\n */\n clear () {\n // Set the state to TO_BE_CLEARED to mark the timer for removal in the next\n // tick by the onTick function.\n this._state = TO_BE_CLEARED\n\n // Reset the _idleStart value to -1 to indicate that the timer is no longer\n // active.\n this._idleStart = -1\n }\n}\n\n/**\n * This module exports a setTimeout and clearTimeout function that can be\n * used as a drop-in replacement for the native functions.\n */\nmodule.exports = {\n /**\n * The setTimeout() method sets a timer which executes a function once the\n * timer expires.\n * @param {Function} callback A function to be executed after the timer\n * expires.\n * @param {number} delay The time, in milliseconds that the timer should\n * wait before the specified function or code is executed.\n * @param {*} [arg] An optional argument to be passed to the callback function\n * when the timer expires.\n * @returns {NodeJS.Timeout|FastTimer}\n */\n setTimeout (callback, delay, arg) {\n // If the delay is less than or equal to the RESOLUTION_MS value return a\n // native Node.js Timer instance.\n return delay <= RESOLUTION_MS\n ? setTimeout(callback, delay, arg)\n : new FastTimer(callback, delay, arg)\n },\n /**\n * The clearTimeout method cancels an instantiated Timer previously created\n * by calling setTimeout.\n *\n * @param {NodeJS.Timeout|FastTimer} timeout\n */\n clearTimeout (timeout) {\n // If the timeout is a FastTimer, call its own clear method.\n if (timeout[kFastTimer]) {\n /**\n * @type {FastTimer}\n */\n timeout.clear()\n // Otherwise it is an instance of a native NodeJS.Timeout, so call the\n // Node.js native clearTimeout function.\n } else {\n clearTimeout(timeout)\n }\n },\n /**\n * The setFastTimeout() method sets a fastTimer which executes a function once\n * the timer expires.\n * @param {Function} callback A function to be executed after the timer\n * expires.\n * @param {number} delay The time, in milliseconds that the timer should\n * wait before the specified function or code is executed.\n * @param {*} [arg] An optional argument to be passed to the callback function\n * when the timer expires.\n * @returns {FastTimer}\n */\n setFastTimeout (callback, delay, arg) {\n return new FastTimer(callback, delay, arg)\n },\n /**\n * The clearTimeout method cancels an instantiated FastTimer previously\n * created by calling setFastTimeout.\n *\n * @param {FastTimer} timeout\n */\n clearFastTimeout (timeout) {\n timeout.clear()\n },\n /**\n * The now method returns the value of the internal fast timer clock.\n *\n * @returns {number}\n */\n now () {\n return fastNow\n },\n /**\n * Trigger the onTick function to process the fastTimers array.\n * Exported for testing purposes only.\n * Marking as deprecated to discourage any use outside of testing.\n * @deprecated\n * @param {number} [delay=0] The delay in milliseconds to add to the now value.\n */\n tick (delay = 0) {\n fastNow += delay - RESOLUTION_MS + 1\n onTick()\n onTick()\n },\n /**\n * Reset FastTimers.\n * Exported for testing purposes only.\n * Marking as deprecated to discourage any use outside of testing.\n * @deprecated\n */\n reset () {\n fastNow = 0\n fastTimers.length = 0\n clearTimeout(fastNowTimeout)\n fastNowTimeout = null\n },\n /**\n * Exporting for testing purposes only.\n * Marking as deprecated to discourage any use outside of testing.\n * @deprecated\n */\n kFastTimer\n}\n"],"names":[],"mappings":";;;;;;;;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,CAAA,IAAI,OAAO,GAAG;;AAEd;AACA;AACA;AACA;AACA;AACA;AACA,CAAA,MAAM,aAAa,GAAG;;AAEtB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAA,MAAM,OAAO,GAAG,CAAC,aAAa,IAAI,CAAC,IAAI;;AAEvC;AACA;AACA;AACA;AACA;AACA;CACA,IAAI;;AAEJ;AACA;AACA;AACA;AACA;AACA,CAAA,MAAM,UAAU,GAAG,MAAM,CAAC,YAAY;;AAEtC;AACA;AACA;AACA;AACA;AACA,CAAA,MAAM,UAAU,GAAG;;AAEnB;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;CACA,MAAM,WAAW,GAAG;;AAEpB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;CACA,MAAM,aAAa,GAAG;;AAEtB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAA,MAAM,OAAO,GAAG;;AAEhB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAA,MAAM,MAAM,GAAG;;AAEf;AACA;AACA;AACA;AACA;AACA,CAAA,SAAS,MAAM,IAAI;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAE,OAAO,IAAI;;AAEb;AACA;AACA;AACA;AACA;AACA;AACA;GACE,IAAI,GAAG,GAAG;;AAEZ;AACA;AACA;AACA;AACA;AACA;AACA;AACA,GAAE,IAAI,GAAG,GAAG,UAAU,CAAC;;AAEvB,GAAE,OAAO,GAAG,GAAG,GAAG,EAAE;AACpB;AACA;AACA;AACA,KAAI,MAAM,KAAK,GAAG,UAAU,CAAC,GAAG;;AAEhC;AACA;AACA,KAAI,IAAI,KAAK,CAAC,MAAM,KAAK,OAAO,EAAE;AAClC;AACA;AACA,OAAM,KAAK,CAAC,UAAU,GAAG,OAAO,GAAG;OAC7B,KAAK,CAAC,MAAM,GAAG;AACrB,KAAA,CAAK,MAAM;A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","x_google_ignoreList":[0]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"cache.js","sources":["../../../../../../../../../../../../node_modules/@actions/http-client/node_modules/undici/lib/web/cache/cache.js"],"sourcesContent":["'use strict'\n\nconst { kConstruct } = require('./symbols')\nconst { urlEquals, getFieldValues } = require('./util')\nconst { kEnumerableProperty, isDisturbed } = require('../../core/util')\nconst { webidl } = require('../fetch/webidl')\nconst { Response, cloneResponse, fromInnerResponse } = require('../fetch/response')\nconst { Request, fromInnerRequest } = require('../fetch/request')\nconst { kState } = require('../fetch/symbols')\nconst { fetching } = require('../fetch/index')\nconst { urlIsHttpHttpsScheme, createDeferredPromise, readAllBytes } = require('../fetch/util')\nconst assert = require('node:assert')\n\n/**\n * @see https://w3c.github.io/ServiceWorker/#dfn-cache-batch-operation\n * @typedef {Object} CacheBatchOperation\n * @property {'delete' | 'put'} type\n * @property {any} request\n * @property {any} response\n * @property {import('../../types/cache').CacheQueryOptions} options\n */\n\n/**\n * @see https://w3c.github.io/ServiceWorker/#dfn-request-response-list\n * @typedef {[any, any][]} requestResponseList\n */\n\nclass Cache {\n /**\n * @see https://w3c.github.io/ServiceWorker/#dfn-relevant-request-response-list\n * @type {requestResponseList}\n */\n #relevantRequestResponseList\n\n constructor () {\n if (arguments[0] !== kConstruct) {\n webidl.illegalConstructor()\n }\n\n webidl.util.markAsUncloneable(this)\n this.#relevantRequestResponseList = arguments[1]\n }\n\n async match (request, options = {}) {\n webidl.brandCheck(this, Cache)\n\n const prefix = 'Cache.match'\n webidl.argumentLengthCheck(arguments, 1, prefix)\n\n request = webidl.converters.RequestInfo(request, prefix, 'request')\n options = webidl.converters.CacheQueryOptions(options, prefix, 'options')\n\n const p = this.#internalMatchAll(request, options, 1)\n\n if (p.length === 0) {\n return\n }\n\n return p[0]\n }\n\n async matchAll (request = undefined, options = {}) {\n webidl.brandCheck(this, Cache)\n\n const prefix = 'Cache.matchAll'\n if (request !== undefined) request = webidl.converters.RequestInfo(request, prefix, 'request')\n options = webidl.converters.CacheQueryOptions(options, prefix, 'options')\n\n return this.#internalMatchAll(request, options)\n }\n\n async add (request) {\n webidl.brandCheck(this, Cache)\n\n const prefix = 'Cache.add'\n webidl.argumentLengthCheck(arguments, 1, prefix)\n\n request = webidl.converters.RequestInfo(request, prefix, 'request')\n\n // 1.\n const requests = [request]\n\n // 2.\n const responseArrayPromise = this.addAll(requests)\n\n // 3.\n return await responseArrayPromise\n }\n\n async addAll (requests) {\n webidl.brandCheck(this, Cache)\n\n const prefix = 'Cache.addAll'\n webidl.argumentLengthCheck(arguments, 1, prefix)\n\n // 1.\n const responsePromises = []\n\n // 2.\n const requestList = []\n\n // 3.\n for (let request of requests) {\n if (request === undefined) {\n throw webidl.errors.conversionFailed({\n prefix,\n argument: 'Argument 1',\n types: ['undefined is not allowed']\n })\n }\n\n request = webidl.converters.RequestInfo(request)\n\n if (typeof request === 'string') {\n continue\n }\n\n // 3.1\n const r = request[kState]\n\n // 3.2\n if (!urlIsHttpHttpsScheme(r.url) || r.method !== 'GET') {\n throw webidl.errors.exception({\n header: prefix,\n message: 'Expected http/s scheme when method is not GET.'\n })\n }\n }\n\n // 4.\n /** @type {ReturnType<typeof fetching>[]} */\n const fetchControllers = []\n\n // 5.\n for (const request of requests) {\n // 5.1\n const r = new Request(request)[kState]\n\n // 5.2\n if (!urlIsHttpHttpsScheme(r.url)) {\n throw webidl.errors.exception({\n header: prefix,\n message: 'Expected http/s scheme.'\n })\n }\n\n // 5.4\n r.initiator = 'fetch'\n r.destination = 'subresource'\n\n // 5.5\n requestList.push(r)\n\n // 5.6\n const responsePromise = createDeferredPromise()\n\n // 5.7\n fetchControllers.push(fetching({\n request: r,\n processResponse (response) {\n // 1.\n if (response.type === 'error' || response.status === 206 || response.status < 200 || response.status > 299) {\n responsePromise.reject(webidl.errors.exception({\n header: 'Cache.addAll',\n message: 'Received an invalid status code or the request failed.'\n }))\n } else if (response.headersList.contains('vary')) { // 2.\n // 2.1\n const fieldValues = getFieldValues(response.headersList.get('vary'))\n\n // 2.2\n for (const fieldValue of fieldValues) {\n // 2.2.1\n if (fieldValue === '*') {\n responsePromise.reject(webidl.errors.exception({\n header: 'Cache.addAll',\n message: 'invalid vary field value'\n }))\n\n for (const controller of fetchControllers) {\n controller.abort()\n }\n\n return\n }\n }\n }\n },\n processResponseEndOfBody (response) {\n // 1.\n if (response.aborted) {\n responsePromise.reject(new DOMException('aborted', 'AbortError'))\n return\n }\n\n // 2.\n responsePromise.resolve(response)\n }\n }))\n\n // 5.8\n responsePromises.push(responsePromise.promise)\n }\n\n // 6.\n const p = Promise.all(responsePromises)\n\n // 7.\n const responses = await p\n\n // 7.1\n const operations = []\n\n // 7.2\n let index = 0\n\n // 7.3\n for (const response of responses) {\n // 7.3.1\n /** @type {CacheBatchOperation} */\n const operation = {\n type: 'put', // 7.3.2\n request: requestList[index], // 7.3.3\n response // 7.3.4\n }\n\n operations.push(operation) // 7.3.5\n\n index++ // 7.3.6\n }\n\n // 7.5\n const cacheJobPromise = createDeferredPromise()\n\n // 7.6.1\n let errorData = null\n\n // 7.6.2\n try {\n this.#batchCacheOperations(operations)\n } catch (e) {\n errorData = e\n }\n\n // 7.6.3\n queueMicrotask(() => {\n // 7.6.3.1\n if (errorData === null) {\n cacheJobPromise.resolve(undefined)\n } else {\n // 7.6.3.2\n cacheJobPromise.reject(errorData)\n }\n })\n\n // 7.7\n return cacheJobPromise.promise\n }\n\n async put (request, response) {\n webidl.brandCheck(this, Cache)\n\n const prefix = 'Cache.put'\n webidl.argumentLengthCheck(arguments, 2, prefix)\n\n request = webidl.converters.RequestInfo(request, prefix, 'request')\n response = webidl.converters.Response(response, prefix, 'response')\n\n // 1.\n let innerRequest = null\n\n // 2.\n if (request instanceof Request) {\n innerRequest = request[kState]\n } else { // 3.\n innerRequest = new Request(request)[kState]\n }\n\n // 4.\n if (!urlIsHttpHttpsScheme(innerRequest.url) || innerRequest.method !== 'GET') {\n throw webidl.errors.exception({\n header: prefix,\n message: 'Expected an http/s scheme when method is not GET'\n })\n }\n\n // 5.\n const innerResponse = response[kState]\n\n // 6.\n if (innerResponse.status === 206) {\n throw webidl.errors.exception({\n header: prefix,\n message: 'Got 206 status'\n })\n }\n\n // 7.\n if (innerResponse.headersList.contains('vary')) {\n // 7.1.\n const fieldValues = getFieldValues(innerResponse.headersList.get('vary'))\n\n // 7.2.\n for (const fieldValue of fieldValues) {\n // 7.2.1\n if (fieldValue === '*') {\n throw webidl.errors.exception({\n header: prefix,\n message: 'Got * vary field value'\n })\n }\n }\n }\n\n // 8.\n if (innerResponse.body && (isDisturbed(innerResponse.body.stream) || innerResponse.body.stream.locked)) {\n throw webidl.errors.exception({\n header: prefix,\n message: 'Response body is locked or disturbed'\n })\n }\n\n // 9.\n const clonedResponse = cloneResponse(innerResponse)\n\n // 10.\n const bodyReadPromise = createDeferredPromise()\n\n // 11.\n if (innerResponse.body != null) {\n // 11.1\n const stream = innerResponse.body.stream\n\n // 11.2\n const reader = stream.getReader()\n\n // 11.3\n readAllBytes(reader).then(bodyReadPromise.resolve, bodyReadPromise.reject)\n } else {\n bodyReadPromise.resolve(undefined)\n }\n\n // 12.\n /** @type {CacheBatchOperation[]} */\n const operations = []\n\n // 13.\n /** @type {CacheBatchOperation} */\n const operation = {\n type: 'put', // 14.\n request: innerRequest, // 15.\n response: clonedResponse // 16.\n }\n\n // 17.\n operations.push(operation)\n\n // 19.\n const bytes = await bodyReadPromise.promise\n\n if (clonedResponse.body != null) {\n clonedResponse.body.source = bytes\n }\n\n // 19.1\n const cacheJobPromise = createDeferredPromise()\n\n // 19.2.1\n let errorData = null\n\n // 19.2.2\n try {\n this.#batchCacheOperations(operations)\n } catch (e) {\n errorData = e\n }\n\n // 19.2.3\n queueMicrotask(() => {\n // 19.2.3.1\n if (errorData === null) {\n cacheJobPromise.resolve()\n } else { // 19.2.3.2\n cacheJobPromise.reject(errorData)\n }\n })\n\n return cacheJobPromise.promise\n }\n\n async delete (request, options = {}) {\n webidl.brandCheck(this, Cache)\n\n const prefix = 'Cache.delete'\n webidl.argumentLengthCheck(arguments, 1, prefix)\n\n request = webidl.converters.RequestInfo(request, prefix, 'request')\n options = webidl.converters.CacheQueryOptions(options, prefix, 'options')\n\n /**\n * @type {Request}\n */\n let r = null\n\n if (request instanceof Request) {\n r = request[kState]\n\n if (r.method !== 'GET' && !options.ignoreMethod) {\n return false\n }\n } else {\n assert(typeof request === 'string')\n\n r = new Request(request)[kState]\n }\n\n /** @type {CacheBatchOperation[]} */\n const operations = []\n\n /** @type {CacheBatchOperation} */\n const operation = {\n type: 'delete',\n request: r,\n options\n }\n\n operations.push(operation)\n\n const cacheJobPromise = createDeferredPromise()\n\n let errorData = null\n let requestResponses\n\n try {\n requestResponses = this.#batchCacheOperations(operations)\n } catch (e) {\n errorData = e\n }\n\n queueMicrotask(() => {\n if (errorData === null) {\n cacheJobPromise.resolve(!!requestResponses?.length)\n } else {\n cacheJobPromise.reject(errorData)\n }\n })\n\n return cacheJobPromise.promise\n }\n\n /**\n * @see https://w3c.github.io/ServiceWorker/#dom-cache-keys\n * @param {any} request\n * @param {import('../../types/cache').CacheQueryOptions} options\n * @returns {Promise<readonly Request[]>}\n */\n async keys (request = undefined, options = {}) {\n webidl.brandCheck(this, Cache)\n\n const prefix = 'Cache.keys'\n\n if (request !== undefined) request = webidl.converters.RequestInfo(request, prefix, 'request')\n options = webidl.converters.CacheQueryOptions(options, prefix, 'options')\n\n // 1.\n let r = null\n\n // 2.\n if (request !== undefined) {\n // 2.1\n if (request instanceof Request) {\n // 2.1.1\n r = request[kState]\n\n // 2.1.2\n if (r.method !== 'GET' && !options.ignoreMethod) {\n return []\n }\n } else if (typeof request === 'string') { // 2.2\n r = new Request(request)[kState]\n }\n }\n\n // 4.\n const promise = createDeferredPromise()\n\n // 5.\n // 5.1\n const requests = []\n\n // 5.2\n if (request === undefined) {\n // 5.2.1\n for (const requestResponse of this.#relevantRequestResponseList) {\n // 5.2.1.1\n requests.push(requestResponse[0])\n }\n } else { // 5.3\n // 5.3.1\n const requestResponses = this.#queryCache(r, options)\n\n // 5.3.2\n for (const requestResponse of requestResponses) {\n // 5.3.2.1\n requests.push(requestResponse[0])\n }\n }\n\n // 5.4\n queueMicrotask(() => {\n // 5.4.1\n const requestList = []\n\n // 5.4.2\n for (const request of requests) {\n const requestObject = fromInnerRequest(\n request,\n new AbortController().signal,\n 'immutable'\n )\n // 5.4.2.1\n requestList.push(requestObject)\n }\n\n // 5.4.3\n promise.resolve(Object.freeze(requestList))\n })\n\n return promise.promise\n }\n\n /**\n * @see https://w3c.github.io/ServiceWorker/#batch-cache-operations-algorithm\n * @param {CacheBatchOperation[]} operations\n * @returns {requestResponseList}\n */\n #batchCacheOperations (operations) {\n // 1.\n const cache = this.#relevantRequestResponseList\n\n // 2.\n const backupCache = [...cache]\n\n // 3.\n const addedItems = []\n\n // 4.1\n const resultList = []\n\n try {\n // 4.2\n for (const operation of operations) {\n // 4.2.1\n if (operation.type !== 'delete' && operation.type !== 'put') {\n throw webidl.errors.exception({\n header: 'Cache.#batchCacheOperations',\n message: 'operation type does not match \"delete\" or \"put\"'\n })\n }\n\n // 4.2.2\n if (operation.type === 'delete' && operation.response != null) {\n throw webidl.errors.exception({\n header: 'Cache.#batchCacheOperations',\n message: 'delete operation should not have an associated response'\n })\n }\n\n // 4.2.3\n if (this.#queryCache(operation.request, operation.options, addedItems).length) {\n throw new DOMException('???', 'InvalidStateError')\n }\n\n // 4.2.4\n let requestResponses\n\n // 4.2.5\n if (operation.type === 'delete') {\n // 4.2.5.1\n requestResponses = this.#queryCache(operation.request, operation.options)\n\n // TODO: the spec is wrong, this is needed to pass WPTs\n if (requestResponses.length === 0) {\n return []\n }\n\n // 4.2.5.2\n for (const requestResponse of requestResponses) {\n const idx = cache.indexOf(requestResponse)\n assert(idx !== -1)\n\n // 4.2.5.2.1\n cache.splice(idx, 1)\n }\n } else if (operation.type === 'put') { // 4.2.6\n // 4.2.6.1\n if (operation.response == null) {\n throw webidl.errors.exception({\n header: 'Cache.#batchCacheOperations',\n message: 'put operation should have an associated response'\n })\n }\n\n // 4.2.6.2\n const r = operation.request\n\n // 4.2.6.3\n if (!urlIsHttpHttpsScheme(r.url)) {\n throw webidl.errors.exception({\n header: 'Cache.#batchCacheOperations',\n message: 'expected http or https scheme'\n })\n }\n\n // 4.2.6.4\n if (r.method !== 'GET') {\n throw webidl.errors.exception({\n header: 'Cache.#batchCacheOperations',\n message: 'not get method'\n })\n }\n\n // 4.2.6.5\n if (operation.options != null) {\n throw webidl.errors.exception({\n header: 'Cache.#batchCacheOperations',\n message: 'options must not be defined'\n })\n }\n\n // 4.2.6.6\n requestResponses = this.#queryCache(operation.request)\n\n // 4.2.6.7\n for (const requestResponse of requestResponses) {\n const idx = cache.indexOf(requestResponse)\n assert(idx !== -1)\n\n // 4.2.6.7.1\n cache.splice(idx, 1)\n }\n\n // 4.2.6.8\n cache.push([operation.request, operation.response])\n\n // 4.2.6.10\n addedItems.push([operation.request, operation.response])\n }\n\n // 4.2.7\n resultList.push([operation.request, operation.response])\n }\n\n // 4.3\n return resultList\n } catch (e) { // 5.\n // 5.1\n this.#relevantRequestResponseList.length = 0\n\n // 5.2\n this.#relevantRequestResponseList = backupCache\n\n // 5.3\n throw e\n }\n }\n\n /**\n * @see https://w3c.github.io/ServiceWorker/#query-cache\n * @param {any} requestQuery\n * @param {import('../../types/cache').CacheQueryOptions} options\n * @param {requestResponseList} targetStorage\n * @returns {requestResponseList}\n */\n #queryCache (requestQuery, options, targetStorage) {\n /** @type {requestResponseList} */\n const resultList = []\n\n const storage = targetStorage ?? this.#relevantRequestResponseList\n\n for (const requestResponse of storage) {\n const [cachedRequest, cachedResponse] = requestResponse\n if (this.#requestMatchesCachedItem(requestQuery, cachedRequest, cachedResponse, options)) {\n resultList.push(requestResponse)\n }\n }\n\n return resultList\n }\n\n /**\n * @see https://w3c.github.io/ServiceWorker/#request-matches-cached-item-algorithm\n * @param {any} requestQuery\n * @param {any} request\n * @param {any | null} response\n * @param {import('../../types/cache').CacheQueryOptions | undefined} options\n * @returns {boolean}\n */\n #requestMatchesCachedItem (requestQuery, request, response = null, options) {\n // if (options?.ignoreMethod === false && request.method === 'GET') {\n // return false\n // }\n\n const queryURL = new URL(requestQuery.url)\n\n const cachedURL = new URL(request.url)\n\n if (options?.ignoreSearch) {\n cachedURL.search = ''\n\n queryURL.search = ''\n }\n\n if (!urlEquals(queryURL, cachedURL, true)) {\n return false\n }\n\n if (\n response == null ||\n options?.ignoreVary ||\n !response.headersList.contains('vary')\n ) {\n return true\n }\n\n const fieldValues = getFieldValues(response.headersList.get('vary'))\n\n for (const fieldValue of fieldValues) {\n if (fieldValue === '*') {\n return false\n }\n\n const requestValue = request.headersList.get(fieldValue)\n const queryValue = requestQuery.headersList.get(fieldValue)\n\n // If one has the header and the other doesn't, or one has\n // a different value than the other, return false\n if (requestValue !== queryValue) {\n return false\n }\n }\n\n return true\n }\n\n #internalMatchAll (request, options, maxResponses = Infinity) {\n // 1.\n let r = null\n\n // 2.\n if (request !== undefined) {\n if (request instanceof Request) {\n // 2.1.1\n r = request[kState]\n\n // 2.1.2\n if (r.method !== 'GET' && !options.ignoreMethod) {\n return []\n }\n } else if (typeof request === 'string') {\n // 2.2.1\n r = new Request(request)[kState]\n }\n }\n\n // 5.\n // 5.1\n const responses = []\n\n // 5.2\n if (request === undefined) {\n // 5.2.1\n for (const requestResponse of this.#relevantRequestResponseList) {\n responses.push(requestResponse[1])\n }\n } else { // 5.3\n // 5.3.1\n const requestResponses = this.#queryCache(r, options)\n\n // 5.3.2\n for (const requestResponse of requestResponses) {\n responses.push(requestResponse[1])\n }\n }\n\n // 5.4\n // We don't implement CORs so we don't need to loop over the responses, yay!\n\n // 5.5.1\n const responseList = []\n\n // 5.5.2\n for (const response of responses) {\n // 5.5.2.1\n const responseObject = fromInnerResponse(response, 'immutable')\n\n responseList.push(responseObject.clone())\n\n if (responseList.length >= maxResponses) {\n break\n }\n }\n\n // 6.\n return Object.freeze(responseList)\n }\n}\n\nObject.defineProperties(Cache.prototype, {\n [Symbol.toStringTag]: {\n value: 'Cache',\n configurable: true\n },\n match: kEnumerableProperty,\n matchAll: kEnumerableProperty,\n add: kEnumerableProperty,\n addAll: kEnumerableProperty,\n put: kEnumerableProperty,\n delete: kEnumerableProperty,\n keys: kEnumerableProperty\n})\n\nconst cacheQueryOptionConverters = [\n {\n key: 'ignoreSearch',\n converter: webidl.converters.boolean,\n defaultValue: () => false\n },\n {\n key: 'ignoreMethod',\n converter: webidl.converters.boolean,\n defaultValue: () => false\n },\n {\n key: 'ignoreVary',\n converter: webidl.converters.boolean,\n defaultValue: () => false\n }\n]\n\nwebidl.converters.CacheQueryOptions = webidl.dictionaryConverter(cacheQueryOptionConverters)\n\nwebidl.converters.MultiCacheQueryOptions = webidl.dictionaryConverter([\n ...cacheQueryOptionConverters,\n {\n key: 'cacheName',\n converter: webidl.converters.DOMString\n }\n])\n\nwebidl.converters.Response = webidl.interfaceConverter(Response)\n\nwebidl.converters['sequence<RequestInfo>'] = webidl.sequenceConverter(\n webidl.converters.RequestInfo\n)\n\nmodule.exports = {\n Cache\n}\n"],"names":["require$$0","require$$1","require$$2","webidl","require$$3","require$$4","require$$5","require$$6","require$$7","require$$8","require$$9"],"mappings":"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","x_google_ignoreList":[0]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"cachestorage.js","sources":["../../../../../../../../../../../../node_modules/@actions/http-client/node_modules/undici/lib/web/cache/cachestorage.js"],"sourcesContent":["'use strict'\n\nconst { kConstruct } = require('./symbols')\nconst { Cache } = require('./cache')\nconst { webidl } = require('../fetch/webidl')\nconst { kEnumerableProperty } = require('../../core/util')\n\nclass CacheStorage {\n /**\n * @see https://w3c.github.io/ServiceWorker/#dfn-relevant-name-to-cache-map\n * @type {Map<string, import('./cache').requestResponseList}\n */\n #caches = new Map()\n\n constructor () {\n if (arguments[0] !== kConstruct) {\n webidl.illegalConstructor()\n }\n\n webidl.util.markAsUncloneable(this)\n }\n\n async match (request, options = {}) {\n webidl.brandCheck(this, CacheStorage)\n webidl.argumentLengthCheck(arguments, 1, 'CacheStorage.match')\n\n request = webidl.converters.RequestInfo(request)\n options = webidl.converters.MultiCacheQueryOptions(options)\n\n // 1.\n if (options.cacheName != null) {\n // 1.1.1.1\n if (this.#caches.has(options.cacheName)) {\n // 1.1.1.1.1\n const cacheList = this.#caches.get(options.cacheName)\n const cache = new Cache(kConstruct, cacheList)\n\n return await cache.match(request, options)\n }\n } else { // 2.\n // 2.2\n for (const cacheList of this.#caches.values()) {\n const cache = new Cache(kConstruct, cacheList)\n\n // 2.2.1.2\n const response = await cache.match(request, options)\n\n if (response !== undefined) {\n return response\n }\n }\n }\n }\n\n /**\n * @see https://w3c.github.io/ServiceWorker/#cache-storage-has\n * @param {string} cacheName\n * @returns {Promise<boolean>}\n */\n async has (cacheName) {\n webidl.brandCheck(this, CacheStorage)\n\n const prefix = 'CacheStorage.has'\n webidl.argumentLengthCheck(arguments, 1, prefix)\n\n cacheName = webidl.converters.DOMString(cacheName, prefix, 'cacheName')\n\n // 2.1.1\n // 2.2\n return this.#caches.has(cacheName)\n }\n\n /**\n * @see https://w3c.github.io/ServiceWorker/#dom-cachestorage-open\n * @param {string} cacheName\n * @returns {Promise<Cache>}\n */\n async open (cacheName) {\n webidl.brandCheck(this, CacheStorage)\n\n const prefix = 'CacheStorage.open'\n webidl.argumentLengthCheck(arguments, 1, prefix)\n\n cacheName = webidl.converters.DOMString(cacheName, prefix, 'cacheName')\n\n // 2.1\n if (this.#caches.has(cacheName)) {\n // await caches.open('v1') !== await caches.open('v1')\n\n // 2.1.1\n const cache = this.#caches.get(cacheName)\n\n // 2.1.1.1\n return new Cache(kConstruct, cache)\n }\n\n // 2.2\n const cache = []\n\n // 2.3\n this.#caches.set(cacheName, cache)\n\n // 2.4\n return new Cache(kConstruct, cache)\n }\n\n /**\n * @see https://w3c.github.io/ServiceWorker/#cache-storage-delete\n * @param {string} cacheName\n * @returns {Promise<boolean>}\n */\n async delete (cacheName) {\n webidl.brandCheck(this, CacheStorage)\n\n const prefix = 'CacheStorage.delete'\n webidl.argumentLengthCheck(arguments, 1, prefix)\n\n cacheName = webidl.converters.DOMString(cacheName, prefix, 'cacheName')\n\n return this.#caches.delete(cacheName)\n }\n\n /**\n * @see https://w3c.github.io/ServiceWorker/#cache-storage-keys\n * @returns {Promise<string[]>}\n */\n async keys () {\n webidl.brandCheck(this, CacheStorage)\n\n // 2.1\n const keys = this.#caches.keys()\n\n // 2.2\n return [...keys]\n }\n}\n\nObject.defineProperties(CacheStorage.prototype, {\n [Symbol.toStringTag]: {\n value: 'CacheStorage',\n configurable: true\n },\n match: kEnumerableProperty,\n has: kEnumerableProperty,\n open: kEnumerableProperty,\n delete: kEnumerableProperty,\n keys: kEnumerableProperty\n})\n\nmodule.exports = {\n CacheStorage\n}\n"],"names":["require$$0","require$$1","webidl","require$$2","require$$3"],"mappings":";;;;;;;;;;;;;;CAEA,MAAM,EAAE,UAAU,EAAE,GAAGA,iBAAA;CACvB,MAAM,EAAE,KAAK,EAAE,GAAGC,eAAA;CAClB,MAAM,UAAEC,QAAM,EAAE,GAAGC,gBAAA;CACnB,MAAM,EAAE,mBAAmB,EAAE,GAAGC,cAAA;;AAEhC,CAAA,MAAM,YAAY,CAAC;AACnB;AACA;AACA;AACA;GACE,OAAO,GAAG,IAAI,GAAG;;GAEjB,WAAW,CAAC,GAAG;AACjB,KAAI,IAAI,SAAS,CAAC,CAAC,CAAC,KAAK,UAAU,EAAE;OAC/BF,QAAM,CAAC,kBAAkB;AAC/B,KAAA;;AAEA,KAAIA,QAAM,CAAC,IAAI,CAAC,iBAAiB,CAAC,IAAI;AACtC,GAAA;;GAEE,MAAM,KAAK,CAAC,CAAC,OAAO,EAAE,OAAO,GAAG,EAAE,EAAE;AACtC,KAAIA,QAAM,CAAC,UAAU,CAAC,IAAI,EAAE,YAAY;KACpCA,QAAM,CAAC,mBAAmB,CAAC,SAAS,EAAE,CAAC,EAAE,oBAAoB;;KAE7D,OAAO,GAAGA,QAAM,CAAC,UAAU,CAAC,WAAW,CAAC,OAAO;KAC/C,OAAO,GAAGA,QAAM,CAAC,UAAU,CAAC,sBAAsB,CAAC,OAAO;;AAE9D;AACA,KAAI,IAAI,OAAO,CAAC,SAAS,IAAI,IAAI,EAAE;AACnC;OACM,IAAI,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS,CAAC,EAAE;AAC/C;SACQ,MAAM,SAAS,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,SAAS;SACpD,MAAM,KAAK,GAAG,IAAI,KAAK,CAAC,UAAU,EAAE,SAAS;;SAE7C,OAAO,MAAM,KAAK,CAAC,KAAK,CAAC,OAAO,EAAE,OAAO;AACjD,OAAA;AACA,KAAA,CAAK,MAAM;AACX;OACM,KAAK,MAAM,SAAS,IAAI,IAAI,CAAC,OAAO,CAAC,MAAM,EAAE,EAAE;SAC7C,MAAM,KAAK,GAAG,IAAI,KAAK,CAAC,UAAU,EAAE,SAAS;;AAErD;SACQ,MAAM,QAAQ,GAAG,MAAM,KAAK,CAAC,KAAK,CAAC,OAAO,EAAE,OAAO;;AAE3D,SAAQ,IAAI,QAAQ,KAAK,SAAS,EAAE;AACpC,WAAU,OAAO;AACjB,SAAA;AACA,OAAA;AACA,KAAA;AACA,GAAA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAE,MAAM,GAAG,CAAC,CAAC,SAAS,EAAE;AACxB,KAAIA,QAAM,CAAC,UAAU,CAAC,IAAI,EAAE,YAAY;;KAEpC,MAAM,MAAM,GAAG;KACfA,QAAM,CAAC,mBAAmB,CAAC,SAAS,EAAE,CAAC,EAAE,MAAM;;AAEnD,KAAI,SAAS,GAAGA,QAAM,CAAC,UAAU,CAAC,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,WAAW;;AAE1E;AACA;AACA,KAAI,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS;AACrC,GAAA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAE,MAAM,IAAI,CAAC,CAAC,SAAS,EAAE;AACzB,KAAIA,QAAM,CAAC,UAAU,CAAC,IAAI,EAAE,YAAY;;KAEpC,MAAM,MAAM,GAAG;KACfA,QAAM,CAAC,mBAAmB,CAAC,SAAS,EAAE,CAAC,EAAE,MAAM;;AAEnD,KAAI,SAAS,GAAGA,QAAM,CAAC,UAAU,CAAC,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,WAAW;;AAE1E;KACI,IAAI,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,CAAC,EAAE;AACrC;;AAEA;OACM,MAAM,KAAK,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS;;AAE9C;AACA,OAAM,OAAO,IAAI,KAAK,CAAC,UAAU,EAAE,KAAK;AACxC,KAAA;;AAEA;KACI,MAAM,KAAK,GAAG;;AAElB;KACI,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,SAAS,EAAE,KAAK;;AAErC;AACA,KAAI,OAAO,IAAI,KAAK,CAAC,UAAU,EAAE,KAAK;AACtC,GAAA;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAE,MAAM,MAAM,CAAC,CAAC,SAAS,EAAE;AAC3B,KAAIA,QAAM,CAAC,UAAU,CAAC,IAAI,EAAE,YAAY;;KAEpC,MAAM,MAAM,GAAG;KACfA,QAAM,CAAC,mBAAmB,CAAC,SAAS,EAAE,CAAC,EAAE,MAAM;;AAEnD,KAAI,SAAS,GAAGA,QAAM,CAAC,UAAU,CAAC,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,WAAW;;AAE1E,KAAI,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,SAAS;AACxC,GAAA;;AAEA;AACA;AACA;AACA;GACE,MAAM,IAAI,CAAC,GAAG;AAChB,KAAIA,QAAM,CAAC,UAAU,CAAC,IAAI,EAAE,YAAY;;AAExC;AACA,KAAI,MAAM,IAAI,GAAG,IAAI,CAAC,OAAO,CAAC,IAAI;;AAElC;KACI,OAAO,CAAC,GAAG,IAAI;AACnB,GAAA;AACA;;AAEA,CAAA,MAAM,CAAC,gBAAgB,CAAC,YAAY,CAAC,SAAS,EAAE;AAChD,GAAE,CAAC,MAAM,CAAC,WAAW,GAAG;KACpB,KAAK,EAAE,cAAc;AACzB,KAAI,YAAY,EAAE;IACf;GACD,KAAK,EAAE,mBAAmB;GAC1B,GAAG,EAAE,mBAAmB;GACxB,IAAI,EAAE,mBAAmB;GACzB,MAAM,EAAE,mBAAmB;AAC7B,GAAE,IAAI,EAAE;EACP;;AAED,CAAA,YAAc,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/cache/symbols.js"],"sourcesContent":["'use strict'\n\nmodule.exports = {\n kConstruct: require('../../core/symbols').kConstruct\n}\n"],"names":["require$$0"],"mappings":";;;;;;;;;;;AAEA,CAAA,OAAc,GAAG;GACf,UAAU,EAAEA,mBAAA,EAA6B,CAAC;AAC5C;;;;;;","x_google_ignoreList":[0]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"util.js","sources":["../../../../../../../../../../../../node_modules/@actions/http-client/node_modules/undici/lib/web/cache/util.js"],"sourcesContent":["'use strict'\n\nconst assert = require('node:assert')\nconst { URLSerializer } = require('../fetch/data-url')\nconst { isValidHeaderName } = require('../fetch/util')\n\n/**\n * @see https://url.spec.whatwg.org/#concept-url-equals\n * @param {URL} A\n * @param {URL} B\n * @param {boolean | undefined} excludeFragment\n * @returns {boolean}\n */\nfunction urlEquals (A, B, excludeFragment = false) {\n const serializedA = URLSerializer(A, excludeFragment)\n\n const serializedB = URLSerializer(B, excludeFragment)\n\n return serializedA === serializedB\n}\n\n/**\n * @see https://github.com/chromium/chromium/blob/694d20d134cb553d8d89e5500b9148012b1ba299/content/browser/cache_storage/cache_storage_cache.cc#L260-L262\n * @param {string} header\n */\nfunction getFieldValues (header) {\n assert(header !== null)\n\n const values = []\n\n for (let value of header.split(',')) {\n value = value.trim()\n\n if (isValidHeaderName(value)) {\n values.push(value)\n }\n }\n\n return values\n}\n\nmodule.exports = {\n urlEquals,\n getFieldValues\n}\n"],"names":["require$$0","require$$1","require$$2"],"mappings":";;;;;;;;;;;;;;;;;AAEA,CAAA,MAAM,MAAM,GAAGA;CACf,MAAM,EAAE,aAAa,EAAE,GAAGC,iBAAA;CAC1B,MAAM,EAAE,iBAAiB,EAAE,GAAGC,gBAAA;;AAE9B;AACA;AACA;AACA;AACA;AACA;AACA;CACA,SAAS,SAAS,EAAE,CAAC,EAAE,CAAC,EAAE,eAAe,GAAG,KAAK,EAAE;AACnD,GAAE,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,EAAE,eAAe;;AAEtD,GAAE,MAAM,WAAW,GAAG,aAAa,CAAC,CAAC,EAAE,eAAe;;GAEpD,OAAO,WAAW,KAAK;AACzB,CAAA;;AAEA;AACA;AACA;AACA;CACA,SAAS,cAAc,EAAE,MAAM,EAAE;AACjC,GAAE,MAAM,CAAC,MAAM,KAAK,IAAI;;GAEtB,MAAM,MAAM,GAAG;;GAEf,KAAK,IAAI,KAAK,IAAI,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,EAAE;AACvC,KAAI,KAAK,GAAG,KAAK,CAAC,IAAI;;AAEtB,KAAI,IAAI,iBAAiB,CAAC,KAAK,CAAC,EAAE;AAClC,OAAM,MAAM,CAAC,IAAI,CAAC,KAAK;AACvB,KAAA;AACA,GAAA;;AAEA,GAAE,OAAO;AACT,CAAA;;AAEA,CAAA,IAAc,GAAG;AACjB,GAAE,SAAS;GACT;AACF;;;;;;","x_google_ignoreList":[0]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.js","sources":["../../../../../../../../../../../../node_modules/@actions/http-client/node_modules/undici/lib/web/cookies/constants.js"],"sourcesContent":["'use strict'\n\n// https://wicg.github.io/cookie-store/#cookie-maximum-attribute-value-size\nconst maxAttributeValueSize = 1024\n\n// https://wicg.github.io/cookie-store/#cookie-maximum-name-value-pair-size\nconst maxNameValuePairSize = 4096\n\nmodule.exports = {\n maxAttributeValueSize,\n maxNameValuePairSize\n}\n"],"names":[],"mappings":";;;;;;;;;AAEA;AACA,CAAA,MAAM,qBAAqB,GAAG;;AAE9B;AACA,CAAA,MAAM,oBAAoB,GAAG;;AAE7B,CAAA,SAAc,GAAG;AACjB,GAAE,qBAAqB;GACrB;AACF;;;;;;","x_google_ignoreList":[0]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../../../../../../node_modules/@actions/http-client/node_modules/undici/lib/web/cookies/index.js"],"sourcesContent":["'use strict'\n\nconst { parseSetCookie } = require('./parse')\nconst { stringify } = require('./util')\nconst { webidl } = require('../fetch/webidl')\nconst { Headers } = require('../fetch/headers')\n\n/**\n * @typedef {Object} Cookie\n * @property {string} name\n * @property {string} value\n * @property {Date|number|undefined} expires\n * @property {number|undefined} maxAge\n * @property {string|undefined} domain\n * @property {string|undefined} path\n * @property {boolean|undefined} secure\n * @property {boolean|undefined} httpOnly\n * @property {'Strict'|'Lax'|'None'} sameSite\n * @property {string[]} unparsed\n */\n\n/**\n * @param {Headers} headers\n * @returns {Record<string, string>}\n */\nfunction getCookies (headers) {\n webidl.argumentLengthCheck(arguments, 1, 'getCookies')\n\n webidl.brandCheck(headers, Headers, { strict: false })\n\n const cookie = headers.get('cookie')\n const out = {}\n\n if (!cookie) {\n return out\n }\n\n for (const piece of cookie.split(';')) {\n const [name, ...value] = piece.split('=')\n\n out[name.trim()] = value.join('=')\n }\n\n return out\n}\n\n/**\n * @param {Headers} headers\n * @param {string} name\n * @param {{ path?: string, domain?: string }|undefined} attributes\n * @returns {void}\n */\nfunction deleteCookie (headers, name, attributes) {\n webidl.brandCheck(headers, Headers, { strict: false })\n\n const prefix = 'deleteCookie'\n webidl.argumentLengthCheck(arguments, 2, prefix)\n\n name = webidl.converters.DOMString(name, prefix, 'name')\n attributes = webidl.converters.DeleteCookieAttributes(attributes)\n\n // Matches behavior of\n // https://github.com/denoland/deno_std/blob/63827b16330b82489a04614027c33b7904e08be5/http/cookie.ts#L278\n setCookie(headers, {\n name,\n value: '',\n expires: new Date(0),\n ...attributes\n })\n}\n\n/**\n * @param {Headers} headers\n * @returns {Cookie[]}\n */\nfunction getSetCookies (headers) {\n webidl.argumentLengthCheck(arguments, 1, 'getSetCookies')\n\n webidl.brandCheck(headers, Headers, { strict: false })\n\n const cookies = headers.getSetCookie()\n\n if (!cookies) {\n return []\n }\n\n return cookies.map((pair) => parseSetCookie(pair))\n}\n\n/**\n * @param {Headers} headers\n * @param {Cookie} cookie\n * @returns {void}\n */\nfunction setCookie (headers, cookie) {\n webidl.argumentLengthCheck(arguments, 2, 'setCookie')\n\n webidl.brandCheck(headers, Headers, { strict: false })\n\n cookie = webidl.converters.Cookie(cookie)\n\n const str = stringify(cookie)\n\n if (str) {\n headers.append('Set-Cookie', str)\n }\n}\n\nwebidl.converters.DeleteCookieAttributes = webidl.dictionaryConverter([\n {\n converter: webidl.nullableConverter(webidl.converters.DOMString),\n key: 'path',\n defaultValue: () => null\n },\n {\n converter: webidl.nullableConverter(webidl.converters.DOMString),\n key: 'domain',\n defaultValue: () => null\n }\n])\n\nwebidl.converters.Cookie = webidl.dictionaryConverter([\n {\n converter: webidl.converters.DOMString,\n key: 'name'\n },\n {\n converter: webidl.converters.DOMString,\n key: 'value'\n },\n {\n converter: webidl.nullableConverter((value) => {\n if (typeof value === 'number') {\n return webidl.converters['unsigned long long'](value)\n }\n\n return new Date(value)\n }),\n key: 'expires',\n defaultValue: () => null\n },\n {\n converter: webidl.nullableConverter(webidl.converters['long long']),\n key: 'maxAge',\n defaultValue: () => null\n },\n {\n converter: webidl.nullableConverter(webidl.converters.DOMString),\n key: 'domain',\n defaultValue: () => null\n },\n {\n converter: webidl.nullableConverter(webidl.converters.DOMString),\n key: 'path',\n defaultValue: () => null\n },\n {\n converter: webidl.nullableConverter(webidl.converters.boolean),\n key: 'secure',\n defaultValue: () => null\n },\n {\n converter: webidl.nullableConverter(webidl.converters.boolean),\n key: 'httpOnly',\n defaultValue: () => null\n },\n {\n converter: webidl.converters.USVString,\n key: 'sameSite',\n allowedValues: ['Strict', 'Lax', 'None']\n },\n {\n converter: webidl.sequenceConverter(webidl.converters.DOMString),\n key: 'unparsed',\n defaultValue: () => new Array(0)\n }\n])\n\nmodule.exports = {\n getCookies,\n deleteCookie,\n getSetCookies,\n setCookie\n}\n"],"names":["require$$0","require$$1","webidl","require$$2","require$$3"],"mappings":"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","x_google_ignoreList":[0]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"parse.js","sources":["../../../../../../../../../../../../node_modules/@actions/http-client/node_modules/undici/lib/web/cookies/parse.js"],"sourcesContent":["'use strict'\n\nconst { maxNameValuePairSize, maxAttributeValueSize } = require('./constants')\nconst { isCTLExcludingHtab } = require('./util')\nconst { collectASequenceOfCodePointsFast } = require('../fetch/data-url')\nconst assert = require('node:assert')\n\n/**\n * @description Parses the field-value attributes of a set-cookie header string.\n * @see https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis#section-5.4\n * @param {string} header\n * @returns if the header is invalid, null will be returned\n */\nfunction parseSetCookie (header) {\n // 1. If the set-cookie-string contains a %x00-08 / %x0A-1F / %x7F\n // character (CTL characters excluding HTAB): Abort these steps and\n // ignore the set-cookie-string entirely.\n if (isCTLExcludingHtab(header)) {\n return null\n }\n\n let nameValuePair = ''\n let unparsedAttributes = ''\n let name = ''\n let value = ''\n\n // 2. If the set-cookie-string contains a %x3B (\";\") character:\n if (header.includes(';')) {\n // 1. The name-value-pair string consists of the characters up to,\n // but not including, the first %x3B (\";\"), and the unparsed-\n // attributes consist of the remainder of the set-cookie-string\n // (including the %x3B (\";\") in question).\n const position = { position: 0 }\n\n nameValuePair = collectASequenceOfCodePointsFast(';', header, position)\n unparsedAttributes = header.slice(position.position)\n } else {\n // Otherwise:\n\n // 1. The name-value-pair string consists of all the characters\n // contained in the set-cookie-string, and the unparsed-\n // attributes is the empty string.\n nameValuePair = header\n }\n\n // 3. If the name-value-pair string lacks a %x3D (\"=\") character, then\n // the name string is empty, and the value string is the value of\n // name-value-pair.\n if (!nameValuePair.includes('=')) {\n value = nameValuePair\n } else {\n // Otherwise, the name string consists of the characters up to, but\n // not including, the first %x3D (\"=\") character, and the (possibly\n // empty) value string consists of the characters after the first\n // %x3D (\"=\") character.\n const position = { position: 0 }\n name = collectASequenceOfCodePointsFast(\n '=',\n nameValuePair,\n position\n )\n value = nameValuePair.slice(position.position + 1)\n }\n\n // 4. Remove any leading or trailing WSP characters from the name\n // string and the value string.\n name = name.trim()\n value = value.trim()\n\n // 5. If the sum of the lengths of the name string and the value string\n // is more than 4096 octets, abort these steps and ignore the set-\n // cookie-string entirely.\n if (name.length + value.length > maxNameValuePairSize) {\n return null\n }\n\n // 6. The cookie-name is the name string, and the cookie-value is the\n // value string.\n return {\n name, value, ...parseUnparsedAttributes(unparsedAttributes)\n }\n}\n\n/**\n * Parses the remaining attributes of a set-cookie header\n * @see https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis#section-5.4\n * @param {string} unparsedAttributes\n * @param {[Object.<string, unknown>]={}} cookieAttributeList\n */\nfunction parseUnparsedAttributes (unparsedAttributes, cookieAttributeList = {}) {\n // 1. If the unparsed-attributes string is empty, skip the rest of\n // these steps.\n if (unparsedAttributes.length === 0) {\n return cookieAttributeList\n }\n\n // 2. Discard the first character of the unparsed-attributes (which\n // will be a %x3B (\";\") character).\n assert(unparsedAttributes[0] === ';')\n unparsedAttributes = unparsedAttributes.slice(1)\n\n let cookieAv = ''\n\n // 3. If the remaining unparsed-attributes contains a %x3B (\";\")\n // character:\n if (unparsedAttributes.includes(';')) {\n // 1. Consume the characters of the unparsed-attributes up to, but\n // not including, the first %x3B (\";\") character.\n cookieAv = collectASequenceOfCodePointsFast(\n ';',\n unparsedAttributes,\n { position: 0 }\n )\n unparsedAttributes = unparsedAttributes.slice(cookieAv.length)\n } else {\n // Otherwise:\n\n // 1. Consume the remainder of the unparsed-attributes.\n cookieAv = unparsedAttributes\n unparsedAttributes = ''\n }\n\n // Let the cookie-av string be the characters consumed in this step.\n\n let attributeName = ''\n let attributeValue = ''\n\n // 4. If the cookie-av string contains a %x3D (\"=\") character:\n if (cookieAv.includes('=')) {\n // 1. The (possibly empty) attribute-name string consists of the\n // characters up to, but not including, the first %x3D (\"=\")\n // character, and the (possibly empty) attribute-value string\n // consists of the characters after the first %x3D (\"=\")\n // character.\n const position = { position: 0 }\n\n attributeName = collectASequenceOfCodePointsFast(\n '=',\n cookieAv,\n position\n )\n attributeValue = cookieAv.slice(position.position + 1)\n } else {\n // Otherwise:\n\n // 1. The attribute-name string consists of the entire cookie-av\n // string, and the attribute-value string is empty.\n attributeName = cookieAv\n }\n\n // 5. Remove any leading or trailing WSP characters from the attribute-\n // name string and the attribute-value string.\n attributeName = attributeName.trim()\n attributeValue = attributeValue.trim()\n\n // 6. If the attribute-value is longer than 1024 octets, ignore the\n // cookie-av string and return to Step 1 of this algorithm.\n if (attributeValue.length > maxAttributeValueSize) {\n return parseUnparsedAttributes(unparsedAttributes, cookieAttributeList)\n }\n\n // 7. Process the attribute-name and attribute-value according to the\n // requirements in the following subsections. (Notice that\n // attributes with unrecognized attribute-names are ignored.)\n const attributeNameLowercase = attributeName.toLowerCase()\n\n // https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis#section-5.4.1\n // If the attribute-name case-insensitively matches the string\n // \"Expires\", the user agent MUST process the cookie-av as follows.\n if (attributeNameLowercase === 'expires') {\n // 1. Let the expiry-time be the result of parsing the attribute-value\n // as cookie-date (see Section 5.1.1).\n const expiryTime = new Date(attributeValue)\n\n // 2. If the attribute-value failed to parse as a cookie date, ignore\n // the cookie-av.\n\n cookieAttributeList.expires = expiryTime\n } else if (attributeNameLowercase === 'max-age') {\n // https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis#section-5.4.2\n // If the attribute-name case-insensitively matches the string \"Max-\n // Age\", the user agent MUST process the cookie-av as follows.\n\n // 1. If the first character of the attribute-value is not a DIGIT or a\n // \"-\" character, ignore the cookie-av.\n const charCode = attributeValue.charCodeAt(0)\n\n if ((charCode < 48 || charCode > 57) && attributeValue[0] !== '-') {\n return parseUnparsedAttributes(unparsedAttributes, cookieAttributeList)\n }\n\n // 2. If the remainder of attribute-value contains a non-DIGIT\n // character, ignore the cookie-av.\n if (!/^\\d+$/.test(attributeValue)) {\n return parseUnparsedAttributes(unparsedAttributes, cookieAttributeList)\n }\n\n // 3. Let delta-seconds be the attribute-value converted to an integer.\n const deltaSeconds = Number(attributeValue)\n\n // 4. Let cookie-age-limit be the maximum age of the cookie (which\n // SHOULD be 400 days or less, see Section 4.1.2.2).\n\n // 5. Set delta-seconds to the smaller of its present value and cookie-\n // age-limit.\n // deltaSeconds = Math.min(deltaSeconds * 1000, maxExpiresMs)\n\n // 6. If delta-seconds is less than or equal to zero (0), let expiry-\n // time be the earliest representable date and time. Otherwise, let\n // the expiry-time be the current date and time plus delta-seconds\n // seconds.\n // const expiryTime = deltaSeconds <= 0 ? Date.now() : Date.now() + deltaSeconds\n\n // 7. Append an attribute to the cookie-attribute-list with an\n // attribute-name of Max-Age and an attribute-value of expiry-time.\n cookieAttributeList.maxAge = deltaSeconds\n } else if (attributeNameLowercase === 'domain') {\n // https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis#section-5.4.3\n // If the attribute-name case-insensitively matches the string \"Domain\",\n // the user agent MUST process the cookie-av as follows.\n\n // 1. Let cookie-domain be the attribute-value.\n let cookieDomain = attributeValue\n\n // 2. If cookie-domain starts with %x2E (\".\"), let cookie-domain be\n // cookie-domain without its leading %x2E (\".\").\n if (cookieDomain[0] === '.') {\n cookieDomain = cookieDomain.slice(1)\n }\n\n // 3. Convert the cookie-domain to lower case.\n cookieDomain = cookieDomain.toLowerCase()\n\n // 4. Append an attribute to the cookie-attribute-list with an\n // attribute-name of Domain and an attribute-value of cookie-domain.\n cookieAttributeList.domain = cookieDomain\n } else if (attributeNameLowercase === 'path') {\n // https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis#section-5.4.4\n // If the attribute-name case-insensitively matches the string \"Path\",\n // the user agent MUST process the cookie-av as follows.\n\n // 1. If the attribute-value is empty or if the first character of the\n // attribute-value is not %x2F (\"/\"):\n let cookiePath = ''\n if (attributeValue.length === 0 || attributeValue[0] !== '/') {\n // 1. Let cookie-path be the default-path.\n cookiePath = '/'\n } else {\n // Otherwise:\n\n // 1. Let cookie-path be the attribute-value.\n cookiePath = attributeValue\n }\n\n // 2. Append an attribute to the cookie-attribute-list with an\n // attribute-name of Path and an attribute-value of cookie-path.\n cookieAttributeList.path = cookiePath\n } else if (attributeNameLowercase === 'secure') {\n // https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis#section-5.4.5\n // If the attribute-name case-insensitively matches the string \"Secure\",\n // the user agent MUST append an attribute to the cookie-attribute-list\n // with an attribute-name of Secure and an empty attribute-value.\n\n cookieAttributeList.secure = true\n } else if (attributeNameLowercase === 'httponly') {\n // https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis#section-5.4.6\n // If the attribute-name case-insensitively matches the string\n // \"HttpOnly\", the user agent MUST append an attribute to the cookie-\n // attribute-list with an attribute-name of HttpOnly and an empty\n // attribute-value.\n\n cookieAttributeList.httpOnly = true\n } else if (attributeNameLowercase === 'samesite') {\n // https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis#section-5.4.7\n // If the attribute-name case-insensitively matches the string\n // \"SameSite\", the user agent MUST process the cookie-av as follows:\n\n // 1. Let enforcement be \"Default\".\n let enforcement = 'Default'\n\n const attributeValueLowercase = attributeValue.toLowerCase()\n // 2. If cookie-av's attribute-value is a case-insensitive match for\n // \"None\", set enforcement to \"None\".\n if (attributeValueLowercase.includes('none')) {\n enforcement = 'None'\n }\n\n // 3. If cookie-av's attribute-value is a case-insensitive match for\n // \"Strict\", set enforcement to \"Strict\".\n if (attributeValueLowercase.includes('strict')) {\n enforcement = 'Strict'\n }\n\n // 4. If cookie-av's attribute-value is a case-insensitive match for\n // \"Lax\", set enforcement to \"Lax\".\n if (attributeValueLowercase.includes('lax')) {\n enforcement = 'Lax'\n }\n\n // 5. Append an attribute to the cookie-attribute-list with an\n // attribute-name of \"SameSite\" and an attribute-value of\n // enforcement.\n cookieAttributeList.sameSite = enforcement\n } else {\n cookieAttributeList.unparsed ??= []\n\n cookieAttributeList.unparsed.push(`${attributeName}=${attributeValue}`)\n }\n\n // 8. Return to Step 1 of this algorithm.\n return parseUnparsedAttributes(unparsedAttributes, cookieAttributeList)\n}\n\nmodule.exports = {\n parseSetCookie,\n parseUnparsedAttributes\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":"util.js","sources":["../../../../../../../../../../../../node_modules/@actions/http-client/node_modules/undici/lib/web/cookies/util.js"],"sourcesContent":["'use strict'\n\n/**\n * @param {string} value\n * @returns {boolean}\n */\nfunction isCTLExcludingHtab (value) {\n for (let i = 0; i < value.length; ++i) {\n const code = value.charCodeAt(i)\n\n if (\n (code >= 0x00 && code <= 0x08) ||\n (code >= 0x0A && code <= 0x1F) ||\n code === 0x7F\n ) {\n return true\n }\n }\n return false\n}\n\n/**\n CHAR = <any US-ASCII character (octets 0 - 127)>\n token = 1*<any CHAR except CTLs or separators>\n separators = \"(\" | \")\" | \"<\" | \">\" | \"@\"\n | \",\" | \";\" | \":\" | \"\\\" | <\">\n | \"/\" | \"[\" | \"]\" | \"?\" | \"=\"\n | \"{\" | \"}\" | SP | HT\n * @param {string} name\n */\nfunction validateCookieName (name) {\n for (let i = 0; i < name.length; ++i) {\n const code = name.charCodeAt(i)\n\n if (\n code < 0x21 || // exclude CTLs (0-31), SP and HT\n code > 0x7E || // exclude non-ascii and DEL\n code === 0x22 || // \"\n code === 0x28 || // (\n code === 0x29 || // )\n code === 0x3C || // <\n code === 0x3E || // >\n code === 0x40 || // @\n code === 0x2C || // ,\n code === 0x3B || // ;\n code === 0x3A || // :\n code === 0x5C || // \\\n code === 0x2F || // /\n code === 0x5B || // [\n code === 0x5D || // ]\n code === 0x3F || // ?\n code === 0x3D || // =\n code === 0x7B || // {\n code === 0x7D // }\n ) {\n throw new Error('Invalid cookie name')\n }\n }\n}\n\n/**\n cookie-value = *cookie-octet / ( DQUOTE *cookie-octet DQUOTE )\n cookie-octet = %x21 / %x23-2B / %x2D-3A / %x3C-5B / %x5D-7E\n ; US-ASCII characters excluding CTLs,\n ; whitespace DQUOTE, comma, semicolon,\n ; and backslash\n * @param {string} value\n */\nfunction validateCookieValue (value) {\n let len = value.length\n let i = 0\n\n // if the value is wrapped in DQUOTE\n if (value[0] === '\"') {\n if (len === 1 || value[len - 1] !== '\"') {\n throw new Error('Invalid cookie value')\n }\n --len\n ++i\n }\n\n while (i < len) {\n const code = value.charCodeAt(i++)\n\n if (\n code < 0x21 || // exclude CTLs (0-31)\n code > 0x7E || // non-ascii and DEL (127)\n code === 0x22 || // \"\n code === 0x2C || // ,\n code === 0x3B || // ;\n code === 0x5C // \\\n ) {\n throw new Error('Invalid cookie value')\n }\n }\n}\n\n/**\n * path-value = <any CHAR except CTLs or \";\">\n * @param {string} path\n */\nfunction validateCookiePath (path) {\n for (let i = 0; i < path.length; ++i) {\n const code = path.charCodeAt(i)\n\n if (\n code < 0x20 || // exclude CTLs (0-31)\n code === 0x7F || // DEL\n code === 0x3B // ;\n ) {\n throw new Error('Invalid cookie path')\n }\n }\n}\n\n/**\n * I have no idea why these values aren't allowed to be honest,\n * but Deno tests these. - Khafra\n * @param {string} domain\n */\nfunction validateCookieDomain (domain) {\n if (\n domain.startsWith('-') ||\n domain.endsWith('.') ||\n domain.endsWith('-')\n ) {\n throw new Error('Invalid cookie domain')\n }\n}\n\nconst IMFDays = [\n 'Sun', 'Mon', 'Tue', 'Wed',\n 'Thu', 'Fri', 'Sat'\n]\n\nconst IMFMonths = [\n 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun',\n 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'\n]\n\nconst IMFPaddedNumbers = Array(61).fill(0).map((_, i) => i.toString().padStart(2, '0'))\n\n/**\n * @see https://www.rfc-editor.org/rfc/rfc7231#section-7.1.1.1\n * @param {number|Date} date\n IMF-fixdate = day-name \",\" SP date1 SP time-of-day SP GMT\n ; fixed length/zone/capitalization subset of the format\n ; see Section 3.3 of [RFC5322]\n\n day-name = %x4D.6F.6E ; \"Mon\", case-sensitive\n / %x54.75.65 ; \"Tue\", case-sensitive\n / %x57.65.64 ; \"Wed\", case-sensitive\n / %x54.68.75 ; \"Thu\", case-sensitive\n / %x46.72.69 ; \"Fri\", case-sensitive\n / %x53.61.74 ; \"Sat\", case-sensitive\n / %x53.75.6E ; \"Sun\", case-sensitive\n date1 = day SP month SP year\n ; e.g., 02 Jun 1982\n\n day = 2DIGIT\n month = %x4A.61.6E ; \"Jan\", case-sensitive\n / %x46.65.62 ; \"Feb\", case-sensitive\n / %x4D.61.72 ; \"Mar\", case-sensitive\n / %x41.70.72 ; \"Apr\", case-sensitive\n / %x4D.61.79 ; \"May\", case-sensitive\n / %x4A.75.6E ; \"Jun\", case-sensitive\n / %x4A.75.6C ; \"Jul\", case-sensitive\n / %x41.75.67 ; \"Aug\", case-sensitive\n / %x53.65.70 ; \"Sep\", case-sensitive\n / %x4F.63.74 ; \"Oct\", case-sensitive\n / %x4E.6F.76 ; \"Nov\", case-sensitive\n / %x44.65.63 ; \"Dec\", case-sensitive\n year = 4DIGIT\n\n GMT = %x47.4D.54 ; \"GMT\", case-sensitive\n\n time-of-day = hour \":\" minute \":\" second\n ; 00:00:00 - 23:59:60 (leap second)\n\n hour = 2DIGIT\n minute = 2DIGIT\n second = 2DIGIT\n */\nfunction toIMFDate (date) {\n if (typeof date === 'number') {\n date = new Date(date)\n }\n\n return `${IMFDays[date.getUTCDay()]}, ${IMFPaddedNumbers[date.getUTCDate()]} ${IMFMonths[date.getUTCMonth()]} ${date.getUTCFullYear()} ${IMFPaddedNumbers[date.getUTCHours()]}:${IMFPaddedNumbers[date.getUTCMinutes()]}:${IMFPaddedNumbers[date.getUTCSeconds()]} GMT`\n}\n\n/**\n max-age-av = \"Max-Age=\" non-zero-digit *DIGIT\n ; In practice, both expires-av and max-age-av\n ; are limited to dates representable by the\n ; user agent.\n * @param {number} maxAge\n */\nfunction validateCookieMaxAge (maxAge) {\n if (maxAge < 0) {\n throw new Error('Invalid cookie max-age')\n }\n}\n\n/**\n * @see https://www.rfc-editor.org/rfc/rfc6265#section-4.1.1\n * @param {import('./index').Cookie} cookie\n */\nfunction stringify (cookie) {\n if (cookie.name.length === 0) {\n return null\n }\n\n validateCookieName(cookie.name)\n validateCookieValue(cookie.value)\n\n const out = [`${cookie.name}=${cookie.value}`]\n\n // https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-cookie-prefixes-00#section-3.1\n // https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-cookie-prefixes-00#section-3.2\n if (cookie.name.startsWith('__Secure-')) {\n cookie.secure = true\n }\n\n if (cookie.name.startsWith('__Host-')) {\n cookie.secure = true\n cookie.domain = null\n cookie.path = '/'\n }\n\n if (cookie.secure) {\n out.push('Secure')\n }\n\n if (cookie.httpOnly) {\n out.push('HttpOnly')\n }\n\n if (typeof cookie.maxAge === 'number') {\n validateCookieMaxAge(cookie.maxAge)\n out.push(`Max-Age=${cookie.maxAge}`)\n }\n\n if (cookie.domain) {\n validateCookieDomain(cookie.domain)\n out.push(`Domain=${cookie.domain}`)\n }\n\n if (cookie.path) {\n validateCookiePath(cookie.path)\n out.push(`Path=${cookie.path}`)\n }\n\n if (cookie.expires && cookie.expires.toString() !== 'Invalid Date') {\n out.push(`Expires=${toIMFDate(cookie.expires)}`)\n }\n\n if (cookie.sameSite) {\n out.push(`SameSite=${cookie.sameSite}`)\n }\n\n for (const part of cookie.unparsed) {\n if (!part.includes('=')) {\n throw new Error('Invalid unparsed')\n }\n\n const [key, ...value] = part.split('=')\n\n out.push(`${key.trim()}=${value.join('=')}`)\n }\n\n return out.join('; ')\n}\n\nmodule.exports = {\n isCTLExcludingHtab,\n validateCookieName,\n validateCookiePath,\n validateCookieValue,\n toIMFDate,\n stringify\n}\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"eventsource-stream.js","sources":["../../../../../../../../../../../../node_modules/@actions/http-client/node_modules/undici/lib/web/eventsource/eventsource-stream.js"],"sourcesContent":["'use strict'\nconst { Transform } = require('node:stream')\nconst { isASCIINumber, isValidLastEventId } = require('./util')\n\n/**\n * @type {number[]} BOM\n */\nconst BOM = [0xEF, 0xBB, 0xBF]\n/**\n * @type {10} LF\n */\nconst LF = 0x0A\n/**\n * @type {13} CR\n */\nconst CR = 0x0D\n/**\n * @type {58} COLON\n */\nconst COLON = 0x3A\n/**\n * @type {32} SPACE\n */\nconst SPACE = 0x20\n\n/**\n * @typedef {object} EventSourceStreamEvent\n * @type {object}\n * @property {string} [event] The event type.\n * @property {string} [data] The data of the message.\n * @property {string} [id] A unique ID for the event.\n * @property {string} [retry] The reconnection time, in milliseconds.\n */\n\n/**\n * @typedef eventSourceSettings\n * @type {object}\n * @property {string} lastEventId The last event ID received from the server.\n * @property {string} origin The origin of the event source.\n * @property {number} reconnectionTime The reconnection time, in milliseconds.\n */\n\nclass EventSourceStream extends Transform {\n /**\n * @type {eventSourceSettings}\n */\n state = null\n\n /**\n * Leading byte-order-mark check.\n * @type {boolean}\n */\n checkBOM = true\n\n /**\n * @type {boolean}\n */\n crlfCheck = false\n\n /**\n * @type {boolean}\n */\n eventEndCheck = false\n\n /**\n * @type {Buffer}\n */\n buffer = null\n\n pos = 0\n\n event = {\n data: undefined,\n event: undefined,\n id: undefined,\n retry: undefined\n }\n\n /**\n * @param {object} options\n * @param {eventSourceSettings} options.eventSourceSettings\n * @param {Function} [options.push]\n */\n constructor (options = {}) {\n // Enable object mode as EventSourceStream emits objects of shape\n // EventSourceStreamEvent\n options.readableObjectMode = true\n\n super(options)\n\n this.state = options.eventSourceSettings || {}\n if (options.push) {\n this.push = options.push\n }\n }\n\n /**\n * @param {Buffer} chunk\n * @param {string} _encoding\n * @param {Function} callback\n * @returns {void}\n */\n _transform (chunk, _encoding, callback) {\n if (chunk.length === 0) {\n callback()\n return\n }\n\n // Cache the chunk in the buffer, as the data might not be complete while\n // processing it\n // TODO: Investigate if there is a more performant way to handle\n // incoming chunks\n // see: https://github.com/nodejs/undici/issues/2630\n if (this.buffer) {\n this.buffer = Buffer.concat([this.buffer, chunk])\n } else {\n this.buffer = chunk\n }\n\n // Strip leading byte-order-mark if we opened the stream and started\n // the processing of the incoming data\n if (this.checkBOM) {\n switch (this.buffer.length) {\n case 1:\n // Check if the first byte is the same as the first byte of the BOM\n if (this.buffer[0] === BOM[0]) {\n // If it is, we need to wait for more data\n callback()\n return\n }\n // Set the checkBOM flag to false as we don't need to check for the\n // BOM anymore\n this.checkBOM = false\n\n // The buffer only contains one byte so we need to wait for more data\n callback()\n return\n case 2:\n // Check if the first two bytes are the same as the first two bytes\n // of the BOM\n if (\n this.buffer[0] === BOM[0] &&\n this.buffer[1] === BOM[1]\n ) {\n // If it is, we need to wait for more data, because the third byte\n // is needed to determine if it is the BOM or not\n callback()\n return\n }\n\n // Set the checkBOM flag to false as we don't need to check for the\n // BOM anymore\n this.checkBOM = false\n break\n case 3:\n // Check if the first three bytes are the same as the first three\n // bytes of the BOM\n if (\n this.buffer[0] === BOM[0] &&\n this.buffer[1] === BOM[1] &&\n this.buffer[2] === BOM[2]\n ) {\n // If it is, we can drop the buffered data, as it is only the BOM\n this.buffer = Buffer.alloc(0)\n // Set the checkBOM flag to false as we don't need to check for the\n // BOM anymore\n this.checkBOM = false\n\n // Await more data\n callback()\n return\n }\n // If it is not the BOM, we can start processing the data\n this.checkBOM = false\n break\n default:\n // The buffer is longer than 3 bytes, so we can drop the BOM if it is\n // present\n if (\n this.buffer[0] === BOM[0] &&\n this.buffer[1] === BOM[1] &&\n this.buffer[2] === BOM[2]\n ) {\n // Remove the BOM from the buffer\n this.buffer = this.buffer.subarray(3)\n }\n\n // Set the checkBOM flag to false as we don't need to check for the\n this.checkBOM = false\n break\n }\n }\n\n while (this.pos < this.buffer.length) {\n // If the previous line ended with an end-of-line, we need to check\n // if the next character is also an end-of-line.\n if (this.eventEndCheck) {\n // If the the current character is an end-of-line, then the event\n // is finished and we can process it\n\n // If the previous line ended with a carriage return, we need to\n // check if the current character is a line feed and remove it\n // from the buffer.\n if (this.crlfCheck) {\n // If the current character is a line feed, we can remove it\n // from the buffer and reset the crlfCheck flag\n if (this.buffer[this.pos] === LF) {\n this.buffer = this.buffer.subarray(this.pos + 1)\n this.pos = 0\n this.crlfCheck = false\n\n // It is possible that the line feed is not the end of the\n // event. We need to check if the next character is an\n // end-of-line character to determine if the event is\n // finished. We simply continue the loop to check the next\n // character.\n\n // As we removed the line feed from the buffer and set the\n // crlfCheck flag to false, we basically don't make any\n // distinction between a line feed and a carriage return.\n continue\n }\n this.crlfCheck = false\n }\n\n if (this.buffer[this.pos] === LF || this.buffer[this.pos] === CR) {\n // If the current character is a carriage return, we need to\n // set the crlfCheck flag to true, as we need to check if the\n // next character is a line feed so we can remove it from the\n // buffer\n if (this.buffer[this.pos] === CR) {\n this.crlfCheck = true\n }\n\n this.buffer = this.buffer.subarray(this.pos + 1)\n this.pos = 0\n if (\n this.event.data !== undefined || this.event.event || this.event.id || this.event.retry) {\n this.processEvent(this.event)\n }\n this.clearEvent()\n continue\n }\n // If the current character is not an end-of-line, then the event\n // is not finished and we have to reset the eventEndCheck flag\n this.eventEndCheck = false\n continue\n }\n\n // If the current character is an end-of-line, we can process the\n // line\n if (this.buffer[this.pos] === LF || this.buffer[this.pos] === CR) {\n // If the current character is a carriage return, we need to\n // set the crlfCheck flag to true, as we need to check if the\n // next character is a line feed\n if (this.buffer[this.pos] === CR) {\n this.crlfCheck = true\n }\n\n // In any case, we can process the line as we reached an\n // end-of-line character\n this.parseLine(this.buffer.subarray(0, this.pos), this.event)\n\n // Remove the processed line from the buffer\n this.buffer = this.buffer.subarray(this.pos + 1)\n // Reset the position as we removed the processed line from the buffer\n this.pos = 0\n // A line was processed and this could be the end of the event. We need\n // to check if the next line is empty to determine if the event is\n // finished.\n this.eventEndCheck = true\n continue\n }\n\n this.pos++\n }\n\n callback()\n }\n\n /**\n * @param {Buffer} line\n * @param {EventStreamEvent} event\n */\n parseLine (line, event) {\n // If the line is empty (a blank line)\n // Dispatch the event, as defined below.\n // This will be handled in the _transform method\n if (line.length === 0) {\n return\n }\n\n // If the line starts with a U+003A COLON character (:)\n // Ignore the line.\n const colonPosition = line.indexOf(COLON)\n if (colonPosition === 0) {\n return\n }\n\n let field = ''\n let value = ''\n\n // If the line contains a U+003A COLON character (:)\n if (colonPosition !== -1) {\n // Collect the characters on the line before the first U+003A COLON\n // character (:), and let field be that string.\n // TODO: Investigate if there is a more performant way to extract the\n // field\n // see: https://github.com/nodejs/undici/issues/2630\n field = line.subarray(0, colonPosition).toString('utf8')\n\n // Collect the characters on the line after the first U+003A COLON\n // character (:), and let value be that string.\n // If value starts with a U+0020 SPACE character, remove it from value.\n let valueStart = colonPosition + 1\n if (line[valueStart] === SPACE) {\n ++valueStart\n }\n // TODO: Investigate if there is a more performant way to extract the\n // value\n // see: https://github.com/nodejs/undici/issues/2630\n value = line.subarray(valueStart).toString('utf8')\n\n // Otherwise, the string is not empty but does not contain a U+003A COLON\n // character (:)\n } else {\n // Process the field using the steps described below, using the whole\n // line as the field name, and the empty string as the field value.\n field = line.toString('utf8')\n value = ''\n }\n\n // Modify the event with the field name and value. The value is also\n // decoded as UTF-8\n switch (field) {\n case 'data':\n if (event[field] === undefined) {\n event[field] = value\n } else {\n event[field] += `\\n${value}`\n }\n break\n case 'retry':\n if (isASCIINumber(value)) {\n event[field] = value\n }\n break\n case 'id':\n if (isValidLastEventId(value)) {\n event[field] = value\n }\n break\n case 'event':\n if (value.length > 0) {\n event[field] = value\n }\n break\n }\n }\n\n /**\n * @param {EventSourceStreamEvent} event\n */\n processEvent (event) {\n if (event.retry && isASCIINumber(event.retry)) {\n this.state.reconnectionTime = parseInt(event.retry, 10)\n }\n\n if (event.id && isValidLastEventId(event.id)) {\n this.state.lastEventId = event.id\n }\n\n // only dispatch event, when data is provided\n if (event.data !== undefined) {\n this.push({\n type: event.event || 'message',\n options: {\n data: event.data,\n lastEventId: this.state.lastEventId,\n origin: this.state.origin\n }\n })\n }\n }\n\n clearEvent () {\n this.event = {\n data: undefined,\n event: undefined,\n id: undefined,\n retry: undefined\n }\n }\n}\n\nmodule.exports = {\n EventSourceStream\n}\n"],"names":["require$$0","require$$1"],"mappings":";;;;;;;;;;;;;;;CACA,MAAM,EAAE,SAAS,EAAE,GAAGA;AACtB,CAAA,MAAM,EAAE,aAAa,EAAE,kBAAkB,EAAE,GAAGC,cAAA;;AAE9C;AACA;AACA;AACA,CAAA,MAAM,GAAG,GAAG,CAAC,IAAI,EAAE,IAAI,EAAE,IAAI;AAC7B;AACA;AACA;AACA,CAAA,MAAM,EAAE,GAAG;AACX;AACA;AACA;AACA,CAAA,MAAM,EAAE,GAAG;AACX;AACA;AACA;AACA,CAAA,MAAM,KAAK,GAAG;AACd;AACA;AACA;AACA,CAAA,MAAM,KAAK,GAAG;;AAEd;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;CAEA,MAAM,iBAAiB,SAAS,SAAS,CAAC;AAC1C;AACA;AACA;AACA,GAAE,KAAK,GAAG;;AAEV;AACA;AACA;AACA;AACA,GAAE,QAAQ,GAAG;;AAEb;AACA;AACA;AACA,GAAE,SAAS,GAAG;;AAEd;AACA;AACA;AACA,GAAE,aAAa,GAAG;;AAElB;AACA;AACA;AACA,GAAE,MAAM,GAAG;;AAEX,GAAE,GAAG,GAAG;;AAER,GAAE,KAAK,GAAG;KACN,IAAI,EAAE,SAAS;KACf,KAAK,EAAE,SAAS;KAChB,EAAE,EAAE,SAAS;AACjB,KAAI,KAAK,EAAE;AACX;;AAEA;AACA;AACA;AACA;AACA;AACA,GAAE,WAAW,CAAC,CAAC,OAAO,GAAG,EAAE,EAAE;AAC7B;AACA;KACI,OAAO,CAAC,kBAAkB,GAAG;;KAE7B,KAAK,CAAC,OAAO;;AAEjB,KAAI,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,mBAAmB,IAAI;AAChD,KAAI,IAAI,OAAO,CAAC,IAAI,EAAE;AACtB,OAAM,IAAI,CAAC,IAAI,GAAG,OAAO,CAAC;AAC1B,KAAA;AACA,GAAA;;AAEA;AACA;AACA;AACA;AACA;AACA;GACE,UAAU,CAAC,CAAC,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE;AAC1C,KAAI,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE;AAC5B,OAAM,QAAQ;OACR;AACN,KAAA;;AAEA;AACA;AACA;AACA;AACA;AACA,KAAI,IAAI,IAAI,CAAC,MAAM,EAAE;AACrB,OAAM,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,MAAM,EAAE,KAAK,CAAC;AACtD,KAAA,CAAK,MAAM;OACL,IAAI,CAAC,MAAM,GAAG;AACpB,KAAA;;AAEA;AACA;AACA,KAAI,IAAI,IAAI,CAAC,QAAQ,EAAE;AACvB,OAAM,QAAQ,IAAI,CAAC,MAAM,CAAC,MAAM;AAChC,SAAQ,KAAK,CAAC;AACd;AACA,WAAU,IAAI,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,EAAE;AACzC;AACA,aAAY,QAAQ;aACR;AACZ,WAAA;AACA;AACA;WACU,IAAI,CAAC,QAAQ,GAAG;;AAE1B;AACA,WAAU,QAAQ;WACR;AACV,SAAQ,KAAK,CAAC;AACd;AACA;WACU;aACE,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC;aACzB,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC;aACxB;AACZ;AACA;AACA,aAAY,QAAQ;aACR;AACZ,WAAA;;AAEA;AACA;WACU,IAAI,CAAC,QAAQ,GAAG;WAChB;AACV,SAAQ,KAAK,CAAC;AACd;AACA;WACU;aACE,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC;aACzB,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC;aACzB,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC;aACxB;AACZ;aACY,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;AACxC;AACA;aACY,IAAI,CAAC,QAAQ,GAAG;;AAE5B;AACA,aAAY,QAAQ;aACR;AACZ,WAAA;AACA;WACU,IAAI,CAAC,QAAQ,GAAG;WAChB;SACF;AACR;AACA;WACU;aACE,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC;aACzB,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC;aACzB,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC;aACxB;AACZ;aACY,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;AAChD,WAAA;;AAEA;WACU,IAAI,CAAC,QAAQ,GAAG;WAChB;AACV;AACA,KAAA;;KAEI,OAAO,IAAI,CAAC,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE;AAC1C;AACA;AACA,OAAM,IAAI,IAAI,CAAC,aAAa,EAAE;AAC9B;AACA;;AAEA;AACA;AACA;AACA,SAAQ,IAAI,IAAI,CAAC,SAAS,EAAE;AAC5B;AACA;WACU,IAAI,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,EAAE;AAC5C,aAAY,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC;aAC/C,IAAI,CAAC,GAAG,GAAG;aACX,IAAI,CAAC,SAAS,GAAG;;AAE7B;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;aACY;AACZ,WAAA;WACU,IAAI,CAAC,SAAS,GAAG;AAC3B,SAAA;;SAEQ,IAAI,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,IAAI,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,EAAE;AAC1E;AACA;AACA;AACA;WACU,IAAI,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,EAAE;aAChC,IAAI,CAAC,SAAS,GAAG;AAC7B,WAAA;;AAEA,WAAU,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC;WAC/C,IAAI,CAAC,GAAG,GAAG;WACX;aACE,IAAI,CAAC,KAAK,CAAC,IAAI,KAAK,SAAS,IAAI,IAAI,CAAC,KAAK,CAAC,KAAK,IAAI,IAAI,CAAC,KAAK,CAAC,EAAE,IAAI,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE;AACpG,aAAY,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,KAAK;AACxC,WAAA;WACU,IAAI,CAAC,UAAU;WACf;AACV,SAAA;AACA;AACA;SACQ,IAAI,CAAC,aAAa,GAAG;SACrB;AACR,OAAA;;AAEA;AACA;OACM,IAAI,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,IAAI,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,EAAE;AACxE;AACA;AACA;SACQ,IAAI,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,EAAE;WAChC,IAAI,CAAC,SAAS,GAAG;AAC3B,SAAA;;AAEA;AACA;AACA,SAAQ,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,CAAC,GAAG,CAAC,EAAE,IAAI,CAAC,KAAK;;AAEpE;AACA,SAAQ,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,GAAG,GAAG,CAAC;AACvD;SACQ,IAAI,CAAC,GAAG,GAAG;AACnB;AACA;AACA;SACQ,IAAI,CAAC,aAAa,GAAG;SACrB;AACR,OAAA;;OAEM,IAAI,CAAC,GAAG;AACd,KAAA;;AAEA,KAAI,QAAQ;AACZ,GAAA;;AAEA;AACA;AACA;AACA;AACA,GAAE,SAAS,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE;AAC1B;AACA;AACA;AACA,KAAI,IAAI,IAAI,CAAC,MAAM,KAAK,CAAC,EAAE;OACrB;AACN,KAAA;;AAEA;AACA;AACA,KAAI,MAAM,aAAa,GAAG,IAAI,CAAC,OAAO,CAAC,KAAK;AAC5C,KAAI,IAAI,aAAa,KAAK,CAAC,EAAE;OACvB;AACN,KAAA;;KAEI,IAAI,KAAK,GAAG;KACZ,IAAI,KAAK,GAAG;;AAEhB;AACA,KAAI,IAAI,aAAa,KAAK,EAAE,EAAE;AAC9B;AACA;AACA;AACA;AACA;AACA,OAAM,KAAK,GAAG,IAAI,CAAC,QAAQ,CAAC,CAAC,EAAE,aAAa,CAAC,CAAC,QAAQ,CAAC,MAAM;;AAE7D;AACA;AACA;AACA,OAAM,IAAI,UAAU,GAAG,aAAa,GAAG;AACvC,OAAM,IAAI,IAAI,CAAC,UAAU,CAAC,KAAK,KAAK,EAAE;AACtC,SAAQ,EAAE;AACV,OAAA;AACA;AACA;AACA;OACM,KAAK,GAAG,IAAI,CAAC,QAAQ,CAAC,UAAU,CAAC,CAAC,QAAQ,CAAC,MAAM;;AAEvD;AACA;AACA,KAAA,CAAK,MAAM;AACX;AACA;AACA,OAAM,KAAK,GAAG,IAAI,CAAC,QAAQ,CAAC,MAAM;AAClC,OAAM,KAAK,GAAG;AACd,KAAA;;AAEA;AACA;AACA,KAAI,QAAQ,KAAK;AACjB,OAAM,KAAK,MAAM;AACjB,SAAQ,IAAI,KAAK,CAAC,KAAK,CAAC,KAAK,SAAS,EAAE;AACxC,WAAU,KAAK,CAAC,KAAK,CAAC,GAAG;AACzB,SAAA,CAAS,MAAM;WACL,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,EAAE,KAAK,CAAC;AACrC,SAAA;SACQ;AACR,OAAM,KAAK,OAAO;AAClB,SAAQ,IAAI,aAAa,CAAC,KAAK,CAAC,EAAE;AAClC,WAAU,KAAK,CAAC,KAAK,CAAC,GAAG;AACzB,SAAA;SACQ;AACR,OAAM,KAAK,IAAI;AACf,SAAQ,IAAI,kBAAkB,CAAC,KAAK,CAAC,EAAE;AACvC,WAAU,KAAK,CAAC,KAAK,CAAC,GAAG;AACzB,SAAA;SACQ;AACR,OAAM,KAAK,OAAO;AAClB,SAAQ,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE;AAC9B,WAAU,KAAK,CAAC,KAAK,CAAC,GAAG;AACzB,SAAA;SACQ;AACR;AACA,GAAA;;AAEA;AACA;AACA;AACA,GAAE,YAAY,CAAC,CAAC,KAAK,EAAE;KACnB,IAAI,KAAK,CAAC,KAAK,IAAI,aAAa,CAAC,KAAK,CAAC,KAAK,CAAC,EAAE;AACnD,OAAM,IAAI,CAAC,KAAK,CAAC,gBAAgB,GAAG,QAAQ,CAAC,KAAK,CAAC,KAAK,EAAE,EAAE;AAC5D,KAAA;;KAEI,IAAI,KAAK,CAAC,EAAE,IAAI,kBAAkB,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE;AAClD,OAAM,IAAI,CAAC,KAAK,CAAC,WAAW,GAAG,KAAK,CAAC;AACrC,KAAA;;AAEA;AACA,KAAI,IAAI,KAAK,CAAC,IAAI,KAAK,SAAS,EAAE;OAC5B,IAAI,CAAC,IAAI,CAAC;AAChB,SAAQ,IAAI,EAAE,KAAK,CAAC,KAAK,IAAI,SAAS;AACtC,SAAQ,OAAO,EAAE;AACjB,WAAU,IAAI,EAAE,KAAK,CAAC,IAAI;AAC1B,WAAU,WAAW,EAAE,IAAI,CAAC,KAAK,CAAC,WAAW;AAC7C,WAAU,MAAM,EAAE,IAAI,CAAC,KAAK,CAAC;AAC7B;QACO;AACP,KAAA;AACA,GAAA;;GAEE,UAAU,CAAC,GAAG;KACZ,IAAI,CAAC,KAAK,GAAG;OACX,IAAI,EAAE,SAAS;OACf,KAAK,EAAE,SAAS;OAChB,EAAE,EAAE,SAAS;AACnB,OAAM,KAAK,EAAE;AACb;AACA,GAAA;AACA;;AAEA,CAAA,iBAAc,GAAG;GACf;AACF;;;;;;","x_google_ignoreList":[0]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"eventsource.js","sources":["../../../../../../../../../../../../node_modules/@actions/http-client/node_modules/undici/lib/web/eventsource/eventsource.js"],"sourcesContent":["'use strict'\n\nconst { pipeline } = require('node:stream')\nconst { fetching } = require('../fetch')\nconst { makeRequest } = require('../fetch/request')\nconst { webidl } = require('../fetch/webidl')\nconst { EventSourceStream } = require('./eventsource-stream')\nconst { parseMIMEType } = require('../fetch/data-url')\nconst { createFastMessageEvent } = require('../websocket/events')\nconst { isNetworkError } = require('../fetch/response')\nconst { delay } = require('./util')\nconst { kEnumerableProperty } = require('../../core/util')\nconst { environmentSettingsObject } = require('../fetch/util')\n\nlet experimentalWarned = false\n\n/**\n * A reconnection time, in milliseconds. This must initially be an implementation-defined value,\n * probably in the region of a few seconds.\n *\n * In Comparison:\n * - Chrome uses 3000ms.\n * - Deno uses 5000ms.\n *\n * @type {3000}\n */\nconst defaultReconnectionTime = 3000\n\n/**\n * The readyState attribute represents the state of the connection.\n * @enum\n * @readonly\n * @see https://html.spec.whatwg.org/multipage/server-sent-events.html#dom-eventsource-readystate-dev\n */\n\n/**\n * The connection has not yet been established, or it was closed and the user\n * agent is reconnecting.\n * @type {0}\n */\nconst CONNECTING = 0\n\n/**\n * The user agent has an open connection and is dispatching events as it\n * receives them.\n * @type {1}\n */\nconst OPEN = 1\n\n/**\n * The connection is not open, and the user agent is not trying to reconnect.\n * @type {2}\n */\nconst CLOSED = 2\n\n/**\n * Requests for the element will have their mode set to \"cors\" and their credentials mode set to \"same-origin\".\n * @type {'anonymous'}\n */\nconst ANONYMOUS = 'anonymous'\n\n/**\n * Requests for the element will have their mode set to \"cors\" and their credentials mode set to \"include\".\n * @type {'use-credentials'}\n */\nconst USE_CREDENTIALS = 'use-credentials'\n\n/**\n * The EventSource interface is used to receive server-sent events. It\n * connects to a server over HTTP and receives events in text/event-stream\n * format without closing the connection.\n * @extends {EventTarget}\n * @see https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-events\n * @api public\n */\nclass EventSource extends EventTarget {\n #events = {\n open: null,\n error: null,\n message: null\n }\n\n #url = null\n #withCredentials = false\n\n #readyState = CONNECTING\n\n #request = null\n #controller = null\n\n #dispatcher\n\n /**\n * @type {import('./eventsource-stream').eventSourceSettings}\n */\n #state\n\n /**\n * Creates a new EventSource object.\n * @param {string} url\n * @param {EventSourceInit} [eventSourceInitDict]\n * @see https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface\n */\n constructor (url, eventSourceInitDict = {}) {\n // 1. Let ev be a new EventSource object.\n super()\n\n webidl.util.markAsUncloneable(this)\n\n const prefix = 'EventSource constructor'\n webidl.argumentLengthCheck(arguments, 1, prefix)\n\n if (!experimentalWarned) {\n experimentalWarned = true\n process.emitWarning('EventSource is experimental, expect them to change at any time.', {\n code: 'UNDICI-ES'\n })\n }\n\n url = webidl.converters.USVString(url, prefix, 'url')\n eventSourceInitDict = webidl.converters.EventSourceInitDict(eventSourceInitDict, prefix, 'eventSourceInitDict')\n\n this.#dispatcher = eventSourceInitDict.dispatcher\n this.#state = {\n lastEventId: '',\n reconnectionTime: defaultReconnectionTime\n }\n\n // 2. Let settings be ev's relevant settings object.\n // https://html.spec.whatwg.org/multipage/webappapis.html#environment-settings-object\n const settings = environmentSettingsObject\n\n let urlRecord\n\n try {\n // 3. Let urlRecord be the result of encoding-parsing a URL given url, relative to settings.\n urlRecord = new URL(url, settings.settingsObject.baseUrl)\n this.#state.origin = urlRecord.origin\n } catch (e) {\n // 4. If urlRecord is failure, then throw a \"SyntaxError\" DOMException.\n throw new DOMException(e, 'SyntaxError')\n }\n\n // 5. Set ev's url to urlRecord.\n this.#url = urlRecord.href\n\n // 6. Let corsAttributeState be Anonymous.\n let corsAttributeState = ANONYMOUS\n\n // 7. If the value of eventSourceInitDict's withCredentials member is true,\n // then set corsAttributeState to Use Credentials and set ev's\n // withCredentials attribute to true.\n if (eventSourceInitDict.withCredentials) {\n corsAttributeState = USE_CREDENTIALS\n this.#withCredentials = true\n }\n\n // 8. Let request be the result of creating a potential-CORS request given\n // urlRecord, the empty string, and corsAttributeState.\n const initRequest = {\n redirect: 'follow',\n keepalive: true,\n // @see https://html.spec.whatwg.org/multipage/urls-and-fetching.html#cors-settings-attributes\n mode: 'cors',\n credentials: corsAttributeState === 'anonymous'\n ? 'same-origin'\n : 'omit',\n referrer: 'no-referrer'\n }\n\n // 9. Set request's client to settings.\n initRequest.client = environmentSettingsObject.settingsObject\n\n // 10. User agents may set (`Accept`, `text/event-stream`) in request's header list.\n initRequest.headersList = [['accept', { name: 'accept', value: 'text/event-stream' }]]\n\n // 11. Set request's cache mode to \"no-store\".\n initRequest.cache = 'no-store'\n\n // 12. Set request's initiator type to \"other\".\n initRequest.initiator = 'other'\n\n initRequest.urlList = [new URL(this.#url)]\n\n // 13. Set ev's request to request.\n this.#request = makeRequest(initRequest)\n\n this.#connect()\n }\n\n /**\n * Returns the state of this EventSource object's connection. It can have the\n * values described below.\n * @returns {0|1|2}\n * @readonly\n */\n get readyState () {\n return this.#readyState\n }\n\n /**\n * Returns the URL providing the event stream.\n * @readonly\n * @returns {string}\n */\n get url () {\n return this.#url\n }\n\n /**\n * Returns a boolean indicating whether the EventSource object was\n * instantiated with CORS credentials set (true), or not (false, the default).\n */\n get withCredentials () {\n return this.#withCredentials\n }\n\n #connect () {\n if (this.#readyState === CLOSED) return\n\n this.#readyState = CONNECTING\n\n const fetchParams = {\n request: this.#request,\n dispatcher: this.#dispatcher\n }\n\n // 14. Let processEventSourceEndOfBody given response res be the following step: if res is not a network error, then reestablish the connection.\n const processEventSourceEndOfBody = (response) => {\n if (isNetworkError(response)) {\n this.dispatchEvent(new Event('error'))\n this.close()\n }\n\n this.#reconnect()\n }\n\n // 15. Fetch request, with processResponseEndOfBody set to processEventSourceEndOfBody...\n fetchParams.processResponseEndOfBody = processEventSourceEndOfBody\n\n // and processResponse set to the following steps given response res:\n fetchParams.processResponse = (response) => {\n // 1. If res is an aborted network error, then fail the connection.\n\n if (isNetworkError(response)) {\n // 1. When a user agent is to fail the connection, the user agent\n // must queue a task which, if the readyState attribute is set to a\n // value other than CLOSED, sets the readyState attribute to CLOSED\n // and fires an event named error at the EventSource object. Once the\n // user agent has failed the connection, it does not attempt to\n // reconnect.\n if (response.aborted) {\n this.close()\n this.dispatchEvent(new Event('error'))\n return\n // 2. Otherwise, if res is a network error, then reestablish the\n // connection, unless the user agent knows that to be futile, in\n // which case the user agent may fail the connection.\n } else {\n this.#reconnect()\n return\n }\n }\n\n // 3. Otherwise, if res's status is not 200, or if res's `Content-Type`\n // is not `text/event-stream`, then fail the connection.\n const contentType = response.headersList.get('content-type', true)\n const mimeType = contentType !== null ? parseMIMEType(contentType) : 'failure'\n const contentTypeValid = mimeType !== 'failure' && mimeType.essence === 'text/event-stream'\n if (\n response.status !== 200 ||\n contentTypeValid === false\n ) {\n this.close()\n this.dispatchEvent(new Event('error'))\n return\n }\n\n // 4. Otherwise, announce the connection and interpret res's body\n // line by line.\n\n // When a user agent is to announce the connection, the user agent\n // must queue a task which, if the readyState attribute is set to a\n // value other than CLOSED, sets the readyState attribute to OPEN\n // and fires an event named open at the EventSource object.\n // @see https://html.spec.whatwg.org/multipage/server-sent-events.html#sse-processing-model\n this.#readyState = OPEN\n this.dispatchEvent(new Event('open'))\n\n // If redirected to a different origin, set the origin to the new origin.\n this.#state.origin = response.urlList[response.urlList.length - 1].origin\n\n const eventSourceStream = new EventSourceStream({\n eventSourceSettings: this.#state,\n push: (event) => {\n this.dispatchEvent(createFastMessageEvent(\n event.type,\n event.options\n ))\n }\n })\n\n pipeline(response.body.stream,\n eventSourceStream,\n (error) => {\n if (\n error?.aborted === false\n ) {\n this.close()\n this.dispatchEvent(new Event('error'))\n }\n })\n }\n\n this.#controller = fetching(fetchParams)\n }\n\n /**\n * @see https://html.spec.whatwg.org/multipage/server-sent-events.html#sse-processing-model\n * @returns {Promise<void>}\n */\n async #reconnect () {\n // When a user agent is to reestablish the connection, the user agent must\n // run the following steps. These steps are run in parallel, not as part of\n // a task. (The tasks that it queues, of course, are run like normal tasks\n // and not themselves in parallel.)\n\n // 1. Queue a task to run the following steps:\n\n // 1. If the readyState attribute is set to CLOSED, abort the task.\n if (this.#readyState === CLOSED) return\n\n // 2. Set the readyState attribute to CONNECTING.\n this.#readyState = CONNECTING\n\n // 3. Fire an event named error at the EventSource object.\n this.dispatchEvent(new Event('error'))\n\n // 2. Wait a delay equal to the reconnection time of the event source.\n await delay(this.#state.reconnectionTime)\n\n // 5. Queue a task to run the following steps:\n\n // 1. If the EventSource object's readyState attribute is not set to\n // CONNECTING, then return.\n if (this.#readyState !== CONNECTING) return\n\n // 2. Let request be the EventSource object's request.\n // 3. If the EventSource object's last event ID string is not the empty\n // string, then:\n // 1. Let lastEventIDValue be the EventSource object's last event ID\n // string, encoded as UTF-8.\n // 2. Set (`Last-Event-ID`, lastEventIDValue) in request's header\n // list.\n if (this.#state.lastEventId.length) {\n this.#request.headersList.set('last-event-id', this.#state.lastEventId, true)\n }\n\n // 4. Fetch request and process the response obtained in this fashion, if any, as described earlier in this section.\n this.#connect()\n }\n\n /**\n * Closes the connection, if any, and sets the readyState attribute to\n * CLOSED.\n */\n close () {\n webidl.brandCheck(this, EventSource)\n\n if (this.#readyState === CLOSED) return\n this.#readyState = CLOSED\n this.#controller.abort()\n this.#request = null\n }\n\n get onopen () {\n return this.#events.open\n }\n\n set onopen (fn) {\n if (this.#events.open) {\n this.removeEventListener('open', this.#events.open)\n }\n\n if (typeof fn === 'function') {\n this.#events.open = fn\n this.addEventListener('open', fn)\n } else {\n this.#events.open = null\n }\n }\n\n get onmessage () {\n return this.#events.message\n }\n\n set onmessage (fn) {\n if (this.#events.message) {\n this.removeEventListener('message', this.#events.message)\n }\n\n if (typeof fn === 'function') {\n this.#events.message = fn\n this.addEventListener('message', fn)\n } else {\n this.#events.message = null\n }\n }\n\n get onerror () {\n return this.#events.error\n }\n\n set onerror (fn) {\n if (this.#events.error) {\n this.removeEventListener('error', this.#events.error)\n }\n\n if (typeof fn === 'function') {\n this.#events.error = fn\n this.addEventListener('error', fn)\n } else {\n this.#events.error = null\n }\n }\n}\n\nconst constantsPropertyDescriptors = {\n CONNECTING: {\n __proto__: null,\n configurable: false,\n enumerable: true,\n value: CONNECTING,\n writable: false\n },\n OPEN: {\n __proto__: null,\n configurable: false,\n enumerable: true,\n value: OPEN,\n writable: false\n },\n CLOSED: {\n __proto__: null,\n configurable: false,\n enumerable: true,\n value: CLOSED,\n writable: false\n }\n}\n\nObject.defineProperties(EventSource, constantsPropertyDescriptors)\nObject.defineProperties(EventSource.prototype, constantsPropertyDescriptors)\n\nObject.defineProperties(EventSource.prototype, {\n close: kEnumerableProperty,\n onerror: kEnumerableProperty,\n onmessage: kEnumerableProperty,\n onopen: kEnumerableProperty,\n readyState: kEnumerableProperty,\n url: kEnumerableProperty,\n withCredentials: kEnumerableProperty\n})\n\nwebidl.converters.EventSourceInitDict = webidl.dictionaryConverter([\n {\n key: 'withCredentials',\n converter: webidl.converters.boolean,\n defaultValue: () => false\n },\n {\n key: 'dispatcher', // undici only\n converter: webidl.converters.any\n }\n])\n\nmodule.exports = {\n EventSource,\n defaultReconnectionTime\n}\n"],"names":["require$$0","require$$1","require$$2","webidl","require$$3","require$$4","require$$5","require$$6","require$$7","require$$8","require$$9","require$$10"],"mappings":"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","x_google_ignoreList":[0]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"util.js","sources":["../../../../../../../../../../../../node_modules/@actions/http-client/node_modules/undici/lib/web/eventsource/util.js"],"sourcesContent":["'use strict'\n\n/**\n * Checks if the given value is a valid LastEventId.\n * @param {string} value\n * @returns {boolean}\n */\nfunction isValidLastEventId (value) {\n // LastEventId should not contain U+0000 NULL\n return value.indexOf('\\u0000') === -1\n}\n\n/**\n * Checks if the given value is a base 10 digit.\n * @param {string} value\n * @returns {boolean}\n */\nfunction isASCIINumber (value) {\n if (value.length === 0) return false\n for (let i = 0; i < value.length; i++) {\n if (value.charCodeAt(i) < 0x30 || value.charCodeAt(i) > 0x39) return false\n }\n return true\n}\n\n// https://github.com/nodejs/undici/issues/2664\nfunction delay (ms) {\n return new Promise((resolve) => {\n setTimeout(resolve, ms).unref()\n })\n}\n\nmodule.exports = {\n isValidLastEventId,\n isASCIINumber,\n delay\n}\n"],"names":[],"mappings":";;;;;;;;;AAEA;AACA;AACA;AACA;AACA;CACA,SAAS,kBAAkB,EAAE,KAAK,EAAE;AACpC;GACE,OAAO,KAAK,CAAC,OAAO,CAAC,QAAQ,CAAC,KAAK;AACrC,CAAA;;AAEA;AACA;AACA;AACA;AACA;CACA,SAAS,aAAa,EAAE,KAAK,EAAE;AAC/B,GAAE,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE,OAAO;AACjC,GAAE,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;AACzC,KAAI,IAAI,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,GAAG,IAAI,IAAI,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,GAAG,IAAI,EAAE,OAAO;AACzE,GAAA;AACA,GAAE,OAAO;AACT,CAAA;;AAEA;CACA,SAAS,KAAK,EAAE,EAAE,EAAE;AACpB,GAAE,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,KAAK;AAClC,KAAI,UAAU,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,KAAK;GACjC,CAAG;AACH,CAAA;;AAEA,CAAA,IAAc,GAAG;AACjB,GAAE,kBAAkB;AACpB,GAAE,aAAa;GACb;AACF;;;;;;","x_google_ignoreList":[0]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"body.js","sources":["../../../../../../../../../../../../node_modules/@actions/http-client/node_modules/undici/lib/web/fetch/body.js"],"sourcesContent":["'use strict'\n\nconst util = require('../../core/util')\nconst {\n ReadableStreamFrom,\n isBlobLike,\n isReadableStreamLike,\n readableStreamClose,\n createDeferredPromise,\n fullyReadBody,\n extractMimeType,\n utf8DecodeBytes\n} = require('./util')\nconst { FormData } = require('./formdata')\nconst { kState } = require('./symbols')\nconst { webidl } = require('./webidl')\nconst { Blob } = require('node:buffer')\nconst assert = require('node:assert')\nconst { isErrored, isDisturbed } = require('node:stream')\nconst { isArrayBuffer } = require('node:util/types')\nconst { serializeAMimeType } = require('./data-url')\nconst { multipartFormDataParser } = require('./formdata-parser')\nlet random\n\ntry {\n const crypto = require('node:crypto')\n random = (max) => crypto.randomInt(0, max)\n} catch {\n random = (max) => Math.floor(Math.random(max))\n}\n\nconst textEncoder = new TextEncoder()\nfunction noop () {}\n\nconst hasFinalizationRegistry = globalThis.FinalizationRegistry && process.version.indexOf('v18') !== 0\nlet streamRegistry\n\nif (hasFinalizationRegistry) {\n streamRegistry = new FinalizationRegistry((weakRef) => {\n const stream = weakRef.deref()\n if (stream && !stream.locked && !isDisturbed(stream) && !isErrored(stream)) {\n stream.cancel('Response object has been garbage collected').catch(noop)\n }\n })\n}\n\n// https://fetch.spec.whatwg.org/#concept-bodyinit-extract\nfunction extractBody (object, keepalive = false) {\n // 1. Let stream be null.\n let stream = null\n\n // 2. If object is a ReadableStream object, then set stream to object.\n if (object instanceof ReadableStream) {\n stream = object\n } else if (isBlobLike(object)) {\n // 3. Otherwise, if object is a Blob object, set stream to the\n // result of running object’s get stream.\n stream = object.stream()\n } else {\n // 4. Otherwise, set stream to a new ReadableStream object, and set\n // up stream with byte reading support.\n stream = new ReadableStream({\n async pull (controller) {\n const buffer = typeof source === 'string' ? textEncoder.encode(source) : source\n\n if (buffer.byteLength) {\n controller.enqueue(buffer)\n }\n\n queueMicrotask(() => readableStreamClose(controller))\n },\n start () {},\n type: 'bytes'\n })\n }\n\n // 5. Assert: stream is a ReadableStream object.\n assert(isReadableStreamLike(stream))\n\n // 6. Let action be null.\n let action = null\n\n // 7. Let source be null.\n let source = null\n\n // 8. Let length be null.\n let length = null\n\n // 9. Let type be null.\n let type = null\n\n // 10. Switch on object:\n if (typeof object === 'string') {\n // Set source to the UTF-8 encoding of object.\n // Note: setting source to a Uint8Array here breaks some mocking assumptions.\n source = object\n\n // Set type to `text/plain;charset=UTF-8`.\n type = 'text/plain;charset=UTF-8'\n } else if (object instanceof URLSearchParams) {\n // URLSearchParams\n\n // spec says to run application/x-www-form-urlencoded on body.list\n // this is implemented in Node.js as apart of an URLSearchParams instance toString method\n // See: https://github.com/nodejs/node/blob/e46c680bf2b211bbd52cf959ca17ee98c7f657f5/lib/internal/url.js#L490\n // and https://github.com/nodejs/node/blob/e46c680bf2b211bbd52cf959ca17ee98c7f657f5/lib/internal/url.js#L1100\n\n // Set source to the result of running the application/x-www-form-urlencoded serializer with object’s list.\n source = object.toString()\n\n // Set type to `application/x-www-form-urlencoded;charset=UTF-8`.\n type = 'application/x-www-form-urlencoded;charset=UTF-8'\n } else if (isArrayBuffer(object)) {\n // BufferSource/ArrayBuffer\n\n // Set source to a copy of the bytes held by object.\n source = new Uint8Array(object.slice())\n } else if (ArrayBuffer.isView(object)) {\n // BufferSource/ArrayBufferView\n\n // Set source to a copy of the bytes held by object.\n source = new Uint8Array(object.buffer.slice(object.byteOffset, object.byteOffset + object.byteLength))\n } else if (util.isFormDataLike(object)) {\n const boundary = `----formdata-undici-0${`${random(1e11)}`.padStart(11, '0')}`\n const prefix = `--${boundary}\\r\\nContent-Disposition: form-data`\n\n /*! formdata-polyfill. MIT License. Jimmy Wärting <https://jimmy.warting.se/opensource> */\n const escape = (str) =>\n str.replace(/\\n/g, '%0A').replace(/\\r/g, '%0D').replace(/\"/g, '%22')\n const normalizeLinefeeds = (value) => value.replace(/\\r?\\n|\\r/g, '\\r\\n')\n\n // Set action to this step: run the multipart/form-data\n // encoding algorithm, with object’s entry list and UTF-8.\n // - This ensures that the body is immutable and can't be changed afterwords\n // - That the content-length is calculated in advance.\n // - And that all parts are pre-encoded and ready to be sent.\n\n const blobParts = []\n const rn = new Uint8Array([13, 10]) // '\\r\\n'\n length = 0\n let hasUnknownSizeValue = false\n\n for (const [name, value] of object) {\n if (typeof value === 'string') {\n const chunk = textEncoder.encode(prefix +\n `; name=\"${escape(normalizeLinefeeds(name))}\"` +\n `\\r\\n\\r\\n${normalizeLinefeeds(value)}\\r\\n`)\n blobParts.push(chunk)\n length += chunk.byteLength\n } else {\n const chunk = textEncoder.encode(`${prefix}; name=\"${escape(normalizeLinefeeds(name))}\"` +\n (value.name ? `; filename=\"${escape(value.name)}\"` : '') + '\\r\\n' +\n `Content-Type: ${\n value.type || 'application/octet-stream'\n }\\r\\n\\r\\n`)\n blobParts.push(chunk, value, rn)\n if (typeof value.size === 'number') {\n length += chunk.byteLength + value.size + rn.byteLength\n } else {\n hasUnknownSizeValue = true\n }\n }\n }\n\n // CRLF is appended to the body to function with legacy servers and match other implementations.\n // https://github.com/curl/curl/blob/3434c6b46e682452973972e8313613dfa58cd690/lib/mime.c#L1029-L1030\n // https://github.com/form-data/form-data/issues/63\n const chunk = textEncoder.encode(`--${boundary}--\\r\\n`)\n blobParts.push(chunk)\n length += chunk.byteLength\n if (hasUnknownSizeValue) {\n length = null\n }\n\n // Set source to object.\n source = object\n\n action = async function * () {\n for (const part of blobParts) {\n if (part.stream) {\n yield * part.stream()\n } else {\n yield part\n }\n }\n }\n\n // Set type to `multipart/form-data; boundary=`,\n // followed by the multipart/form-data boundary string generated\n // by the multipart/form-data encoding algorithm.\n type = `multipart/form-data; boundary=${boundary}`\n } else if (isBlobLike(object)) {\n // Blob\n\n // Set source to object.\n source = object\n\n // Set length to object’s size.\n length = object.size\n\n // If object’s type attribute is not the empty byte sequence, set\n // type to its value.\n if (object.type) {\n type = object.type\n }\n } else if (typeof object[Symbol.asyncIterator] === 'function') {\n // If keepalive is true, then throw a TypeError.\n if (keepalive) {\n throw new TypeError('keepalive')\n }\n\n // If object is disturbed or locked, then throw a TypeError.\n if (util.isDisturbed(object) || object.locked) {\n throw new TypeError(\n 'Response body object should not be disturbed or locked'\n )\n }\n\n stream =\n object instanceof ReadableStream ? object : ReadableStreamFrom(object)\n }\n\n // 11. If source is a byte sequence, then set action to a\n // step that returns source and length to source’s length.\n if (typeof source === 'string' || util.isBuffer(source)) {\n length = Buffer.byteLength(source)\n }\n\n // 12. If action is non-null, then run these steps in in parallel:\n if (action != null) {\n // Run action.\n let iterator\n stream = new ReadableStream({\n async start () {\n iterator = action(object)[Symbol.asyncIterator]()\n },\n async pull (controller) {\n const { value, done } = await iterator.next()\n if (done) {\n // When running action is done, close stream.\n queueMicrotask(() => {\n controller.close()\n controller.byobRequest?.respond(0)\n })\n } else {\n // Whenever one or more bytes are available and stream is not errored,\n // enqueue a Uint8Array wrapping an ArrayBuffer containing the available\n // bytes into stream.\n if (!isErrored(stream)) {\n const buffer = new Uint8Array(value)\n if (buffer.byteLength) {\n controller.enqueue(buffer)\n }\n }\n }\n return controller.desiredSize > 0\n },\n async cancel (reason) {\n await iterator.return()\n },\n type: 'bytes'\n })\n }\n\n // 13. Let body be a body whose stream is stream, source is source,\n // and length is length.\n const body = { stream, source, length }\n\n // 14. Return (body, type).\n return [body, type]\n}\n\n// https://fetch.spec.whatwg.org/#bodyinit-safely-extract\nfunction safelyExtractBody (object, keepalive = false) {\n // To safely extract a body and a `Content-Type` value from\n // a byte sequence or BodyInit object object, run these steps:\n\n // 1. If object is a ReadableStream object, then:\n if (object instanceof ReadableStream) {\n // Assert: object is neither disturbed nor locked.\n // istanbul ignore next\n assert(!util.isDisturbed(object), 'The body has already been consumed.')\n // istanbul ignore next\n assert(!object.locked, 'The stream is locked.')\n }\n\n // 2. Return the results of extracting object.\n return extractBody(object, keepalive)\n}\n\nfunction cloneBody (instance, body) {\n // To clone a body body, run these steps:\n\n // https://fetch.spec.whatwg.org/#concept-body-clone\n\n // 1. Let « out1, out2 » be the result of teeing body’s stream.\n const [out1, out2] = body.stream.tee()\n\n // 2. Set body’s stream to out1.\n body.stream = out1\n\n // 3. Return a body whose stream is out2 and other members are copied from body.\n return {\n stream: out2,\n length: body.length,\n source: body.source\n }\n}\n\nfunction throwIfAborted (state) {\n if (state.aborted) {\n throw new DOMException('The operation was aborted.', 'AbortError')\n }\n}\n\nfunction bodyMixinMethods (instance) {\n const methods = {\n blob () {\n // The blob() method steps are to return the result of\n // running consume body with this and the following step\n // given a byte sequence bytes: return a Blob whose\n // contents are bytes and whose type attribute is this’s\n // MIME type.\n return consumeBody(this, (bytes) => {\n let mimeType = bodyMimeType(this)\n\n if (mimeType === null) {\n mimeType = ''\n } else if (mimeType) {\n mimeType = serializeAMimeType(mimeType)\n }\n\n // Return a Blob whose contents are bytes and type attribute\n // is mimeType.\n return new Blob([bytes], { type: mimeType })\n }, instance)\n },\n\n arrayBuffer () {\n // The arrayBuffer() method steps are to return the result\n // of running consume body with this and the following step\n // given a byte sequence bytes: return a new ArrayBuffer\n // whose contents are bytes.\n return consumeBody(this, (bytes) => {\n return new Uint8Array(bytes).buffer\n }, instance)\n },\n\n text () {\n // The text() method steps are to return the result of running\n // consume body with this and UTF-8 decode.\n return consumeBody(this, utf8DecodeBytes, instance)\n },\n\n json () {\n // The json() method steps are to return the result of running\n // consume body with this and parse JSON from bytes.\n return consumeBody(this, parseJSONFromBytes, instance)\n },\n\n formData () {\n // The formData() method steps are to return the result of running\n // consume body with this and the following step given a byte sequence bytes:\n return consumeBody(this, (value) => {\n // 1. Let mimeType be the result of get the MIME type with this.\n const mimeType = bodyMimeType(this)\n\n // 2. If mimeType is non-null, then switch on mimeType’s essence and run\n // the corresponding steps:\n if (mimeType !== null) {\n switch (mimeType.essence) {\n case 'multipart/form-data': {\n // 1. ... [long step]\n const parsed = multipartFormDataParser(value, mimeType)\n\n // 2. If that fails for some reason, then throw a TypeError.\n if (parsed === 'failure') {\n throw new TypeError('Failed to parse body as FormData.')\n }\n\n // 3. Return a new FormData object, appending each entry,\n // resulting from the parsing operation, to its entry list.\n const fd = new FormData()\n fd[kState] = parsed\n\n return fd\n }\n case 'application/x-www-form-urlencoded': {\n // 1. Let entries be the result of parsing bytes.\n const entries = new URLSearchParams(value.toString())\n\n // 2. If entries is failure, then throw a TypeError.\n\n // 3. Return a new FormData object whose entry list is entries.\n const fd = new FormData()\n\n for (const [name, value] of entries) {\n fd.append(name, value)\n }\n\n return fd\n }\n }\n }\n\n // 3. Throw a TypeError.\n throw new TypeError(\n 'Content-Type was not one of \"multipart/form-data\" or \"application/x-www-form-urlencoded\".'\n )\n }, instance)\n },\n\n bytes () {\n // The bytes() method steps are to return the result of running consume body\n // with this and the following step given a byte sequence bytes: return the\n // result of creating a Uint8Array from bytes in this’s relevant realm.\n return consumeBody(this, (bytes) => {\n return new Uint8Array(bytes)\n }, instance)\n }\n }\n\n return methods\n}\n\nfunction mixinBody (prototype) {\n Object.assign(prototype.prototype, bodyMixinMethods(prototype))\n}\n\n/**\n * @see https://fetch.spec.whatwg.org/#concept-body-consume-body\n * @param {Response|Request} object\n * @param {(value: unknown) => unknown} convertBytesToJSValue\n * @param {Response|Request} instance\n */\nasync function consumeBody (object, convertBytesToJSValue, instance) {\n webidl.brandCheck(object, instance)\n\n // 1. If object is unusable, then return a promise rejected\n // with a TypeError.\n if (bodyUnusable(object)) {\n throw new TypeError('Body is unusable: Body has already been read')\n }\n\n throwIfAborted(object[kState])\n\n // 2. Let promise be a new promise.\n const promise = createDeferredPromise()\n\n // 3. Let errorSteps given error be to reject promise with error.\n const errorSteps = (error) => promise.reject(error)\n\n // 4. Let successSteps given a byte sequence data be to resolve\n // promise with the result of running convertBytesToJSValue\n // with data. If that threw an exception, then run errorSteps\n // with that exception.\n const successSteps = (data) => {\n try {\n promise.resolve(convertBytesToJSValue(data))\n } catch (e) {\n errorSteps(e)\n }\n }\n\n // 5. If object’s body is null, then run successSteps with an\n // empty byte sequence.\n if (object[kState].body == null) {\n successSteps(Buffer.allocUnsafe(0))\n return promise.promise\n }\n\n // 6. Otherwise, fully read object’s body given successSteps,\n // errorSteps, and object’s relevant global object.\n await fullyReadBody(object[kState].body, successSteps, errorSteps)\n\n // 7. Return promise.\n return promise.promise\n}\n\n// https://fetch.spec.whatwg.org/#body-unusable\nfunction bodyUnusable (object) {\n const body = object[kState].body\n\n // An object including the Body interface mixin is\n // said to be unusable if its body is non-null and\n // its body’s stream is disturbed or locked.\n return body != null && (body.stream.locked || util.isDisturbed(body.stream))\n}\n\n/**\n * @see https://infra.spec.whatwg.org/#parse-json-bytes-to-a-javascript-value\n * @param {Uint8Array} bytes\n */\nfunction parseJSONFromBytes (bytes) {\n return JSON.parse(utf8DecodeBytes(bytes))\n}\n\n/**\n * @see https://fetch.spec.whatwg.org/#concept-body-mime-type\n * @param {import('./response').Response|import('./request').Request} requestOrResponse\n */\nfunction bodyMimeType (requestOrResponse) {\n // 1. Let headers be null.\n // 2. If requestOrResponse is a Request object, then set headers to requestOrResponse’s request’s header list.\n // 3. Otherwise, set headers to requestOrResponse’s response’s header list.\n /** @type {import('./headers').HeadersList} */\n const headers = requestOrResponse[kState].headersList\n\n // 4. Let mimeType be the result of extracting a MIME type from headers.\n const mimeType = extractMimeType(headers)\n\n // 5. If mimeType is failure, then return null.\n if (mimeType === 'failure') {\n return null\n }\n\n // 6. Return mimeType.\n return mimeType\n}\n\nmodule.exports = {\n extractBody,\n safelyExtractBody,\n cloneBody,\n mixinBody,\n streamRegistry,\n hasFinalizationRegistry,\n bodyUnusable\n}\n"],"names":["util","require$$0","require$$1","require$$2","require$$3","webidl","require$$4","require$$5","require$$6","require$$7","require$$8","require$$9","require$$10"],"mappings":"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","x_google_ignoreList":[0]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.js","sources":["../../../../../../../../../../../../node_modules/@actions/http-client/node_modules/undici/lib/web/fetch/constants.js"],"sourcesContent":["'use strict'\n\nconst corsSafeListedMethods = /** @type {const} */ (['GET', 'HEAD', 'POST'])\nconst corsSafeListedMethodsSet = new Set(corsSafeListedMethods)\n\nconst nullBodyStatus = /** @type {const} */ ([101, 204, 205, 304])\n\nconst redirectStatus = /** @type {const} */ ([301, 302, 303, 307, 308])\nconst redirectStatusSet = new Set(redirectStatus)\n\n/**\n * @see https://fetch.spec.whatwg.org/#block-bad-port\n */\nconst badPorts = /** @type {const} */ ([\n '1', '7', '9', '11', '13', '15', '17', '19', '20', '21', '22', '23', '25', '37', '42', '43', '53', '69', '77', '79',\n '87', '95', '101', '102', '103', '104', '109', '110', '111', '113', '115', '117', '119', '123', '135', '137',\n '139', '143', '161', '179', '389', '427', '465', '512', '513', '514', '515', '526', '530', '531', '532',\n '540', '548', '554', '556', '563', '587', '601', '636', '989', '990', '993', '995', '1719', '1720', '1723',\n '2049', '3659', '4045', '4190', '5060', '5061', '6000', '6566', '6665', '6666', '6667', '6668', '6669', '6679',\n '6697', '10080'\n])\nconst badPortsSet = new Set(badPorts)\n\n/**\n * @see https://w3c.github.io/webappsec-referrer-policy/#referrer-policies\n */\nconst referrerPolicy = /** @type {const} */ ([\n '',\n 'no-referrer',\n 'no-referrer-when-downgrade',\n 'same-origin',\n 'origin',\n 'strict-origin',\n 'origin-when-cross-origin',\n 'strict-origin-when-cross-origin',\n 'unsafe-url'\n])\nconst referrerPolicySet = new Set(referrerPolicy)\n\nconst requestRedirect = /** @type {const} */ (['follow', 'manual', 'error'])\n\nconst safeMethods = /** @type {const} */ (['GET', 'HEAD', 'OPTIONS', 'TRACE'])\nconst safeMethodsSet = new Set(safeMethods)\n\nconst requestMode = /** @type {const} */ (['navigate', 'same-origin', 'no-cors', 'cors'])\n\nconst requestCredentials = /** @type {const} */ (['omit', 'same-origin', 'include'])\n\nconst requestCache = /** @type {const} */ ([\n 'default',\n 'no-store',\n 'reload',\n 'no-cache',\n 'force-cache',\n 'only-if-cached'\n])\n\n/**\n * @see https://fetch.spec.whatwg.org/#request-body-header-name\n */\nconst requestBodyHeader = /** @type {const} */ ([\n 'content-encoding',\n 'content-language',\n 'content-location',\n 'content-type',\n // See https://github.com/nodejs/undici/issues/2021\n // 'Content-Length' is a forbidden header name, which is typically\n // removed in the Headers implementation. However, undici doesn't\n // filter out headers, so we add it here.\n 'content-length'\n])\n\n/**\n * @see https://fetch.spec.whatwg.org/#enumdef-requestduplex\n */\nconst requestDuplex = /** @type {const} */ ([\n 'half'\n])\n\n/**\n * @see http://fetch.spec.whatwg.org/#forbidden-method\n */\nconst forbiddenMethods = /** @type {const} */ (['CONNECT', 'TRACE', 'TRACK'])\nconst forbiddenMethodsSet = new Set(forbiddenMethods)\n\nconst subresource = /** @type {const} */ ([\n 'audio',\n 'audioworklet',\n 'font',\n 'image',\n 'manifest',\n 'paintworklet',\n 'script',\n 'style',\n 'track',\n 'video',\n 'xslt',\n ''\n])\nconst subresourceSet = new Set(subresource)\n\nmodule.exports = {\n subresource,\n forbiddenMethods,\n requestBodyHeader,\n referrerPolicy,\n requestRedirect,\n requestMode,\n requestCredentials,\n requestCache,\n redirectStatus,\n corsSafeListedMethods,\n nullBodyStatus,\n safeMethods,\n badPorts,\n requestDuplex,\n subresourceSet,\n badPortsSet,\n redirectStatusSet,\n corsSafeListedMethodsSet,\n safeMethodsSet,\n forbiddenMethodsSet,\n referrerPolicySet\n}\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}