@relative-ci/core 5.3.1-alpha.0 → 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 (1193) 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/__/java-properties/dist-node/index.js +1 -1
  231. package/lib/esm/__/json-with-bigint/json-with-bigint.js +83 -23
  232. package/lib/esm/__/json-with-bigint/json-with-bigint.js.map +1 -1
  233. package/lib/esm/__/npm-run-path/__/path-key/index.js.map +1 -0
  234. package/lib/esm/__/npm-run-path/index.js +55 -0
  235. package/lib/esm/__/npm-run-path/index.js.map +1 -0
  236. package/lib/esm/__/path-key/index.js +1 -1
  237. package/lib/esm/__/signal-exit/dist/mjs/index.js.map +1 -0
  238. package/lib/esm/__/signal-exit/dist/mjs/signals.js.map +1 -0
  239. package/lib/esm/__/strip-final-newline/index.js.map +1 -0
  240. package/lib/esm/__/tunnel/lib/tunnel.js +6 -6
  241. package/lib/esm/__/tunnel/lib/tunnel.js.map +1 -1
  242. package/lib/esm/__/undici/index.js +89 -79
  243. package/lib/esm/__/undici/index.js.map +1 -1
  244. package/lib/esm/__/undici/lib/api/abort-signal.js +5 -2
  245. package/lib/esm/__/undici/lib/api/abort-signal.js.map +1 -1
  246. package/lib/esm/__/undici/lib/api/api-connect.js +11 -6
  247. package/lib/esm/__/undici/lib/api/api-connect.js.map +1 -1
  248. package/lib/esm/__/undici/lib/api/api-pipeline.js +9 -7
  249. package/lib/esm/__/undici/lib/api/api-pipeline.js.map +1 -1
  250. package/lib/esm/__/undici/lib/api/api-request.js +61 -27
  251. package/lib/esm/__/undici/lib/api/api-request.js.map +1 -1
  252. package/lib/esm/__/undici/lib/api/api-stream.js +12 -11
  253. package/lib/esm/__/undici/lib/api/api-stream.js.map +1 -1
  254. package/lib/esm/__/undici/lib/api/api-upgrade.js +11 -8
  255. package/lib/esm/__/undici/lib/api/api-upgrade.js.map +1 -1
  256. package/lib/esm/__/undici/lib/api/readable.js +147 -84
  257. package/lib/esm/__/undici/lib/api/readable.js.map +1 -1
  258. package/lib/esm/__/undici/lib/api/util.js +74 -27
  259. package/lib/esm/__/undici/lib/api/util.js.map +1 -1
  260. package/lib/esm/__/undici/lib/core/connect.js +83 -31
  261. package/lib/esm/__/undici/lib/core/connect.js.map +1 -1
  262. package/lib/esm/__/undici/lib/core/diagnostics.js +215 -0
  263. package/lib/esm/__/undici/lib/core/diagnostics.js.map +1 -0
  264. package/lib/esm/__/undici/lib/core/errors.js +216 -21
  265. package/lib/esm/__/undici/lib/core/errors.js.map +1 -1
  266. package/lib/esm/__/undici/lib/core/request.js +105 -199
  267. package/lib/esm/__/undici/lib/core/request.js.map +1 -1
  268. package/lib/esm/__/undici/lib/core/symbols.js +10 -6
  269. package/lib/esm/__/undici/lib/core/symbols.js.map +1 -1
  270. package/lib/esm/__/undici/lib/core/tree.js.map +1 -0
  271. package/lib/esm/__/undici/lib/core/util.js +318 -120
  272. package/lib/esm/__/undici/lib/core/util.js.map +1 -1
  273. package/lib/esm/__/undici/lib/dispatcher/agent.js +148 -0
  274. package/lib/esm/__/undici/lib/dispatcher/agent.js.map +1 -0
  275. package/lib/esm/__/undici/lib/dispatcher/balanced-pool.js.map +1 -0
  276. package/lib/esm/__/undici/lib/dispatcher/client-h1.js.map +1 -0
  277. package/lib/esm/__/undici/lib/dispatcher/client-h2.js.map +1 -0
  278. package/lib/esm/__/undici/lib/dispatcher/client.js +643 -0
  279. package/lib/esm/__/undici/lib/dispatcher/client.js.map +1 -0
  280. package/lib/esm/__/undici/lib/dispatcher/dispatcher-base.js +212 -0
  281. package/lib/esm/__/undici/lib/dispatcher/dispatcher-base.js.map +1 -0
  282. package/lib/esm/__/undici/lib/dispatcher/dispatcher.js +77 -0
  283. package/lib/esm/__/undici/lib/dispatcher/dispatcher.js.map +1 -0
  284. package/lib/esm/__/undici/lib/dispatcher/env-http-proxy-agent.js.map +1 -0
  285. package/lib/esm/__/undici/lib/dispatcher/fixed-queue.js.map +1 -0
  286. package/lib/esm/__/undici/lib/dispatcher/pool-base.js +209 -0
  287. package/lib/esm/__/undici/lib/dispatcher/pool-base.js.map +1 -0
  288. package/lib/esm/__/undici/lib/dispatcher/pool-stats.js.map +1 -0
  289. package/lib/esm/__/undici/lib/dispatcher/pool.js +124 -0
  290. package/lib/esm/__/undici/lib/dispatcher/pool.js.map +1 -0
  291. package/lib/esm/__/undici/lib/dispatcher/proxy-agent.js.map +1 -0
  292. package/lib/esm/__/undici/lib/dispatcher/retry-agent.js.map +1 -0
  293. package/lib/esm/__/undici/lib/global.js +1 -1
  294. package/lib/esm/__/undici/lib/global.js.map +1 -1
  295. package/lib/esm/__/undici/lib/handler/decorator-handler.js.map +1 -0
  296. package/lib/esm/__/undici/lib/handler/redirect-handler.js +230 -0
  297. package/lib/esm/__/undici/lib/handler/redirect-handler.js.map +1 -0
  298. package/lib/esm/__/undici/lib/handler/retry-handler.js.map +1 -0
  299. package/lib/esm/__/undici/lib/interceptor/dns.js.map +1 -0
  300. package/lib/esm/__/undici/lib/interceptor/dump.js.map +1 -0
  301. package/lib/esm/__/undici/lib/interceptor/redirect-interceptor.js.map +1 -0
  302. package/lib/esm/__/undici/lib/interceptor/redirect.js.map +1 -0
  303. package/lib/esm/__/undici/lib/interceptor/retry.js.map +1 -0
  304. package/lib/esm/__/undici/lib/llhttp/llhttp-wasm.js +6 -1
  305. package/lib/esm/__/undici/lib/llhttp/llhttp-wasm.js.map +1 -1
  306. package/lib/esm/__/undici/lib/llhttp/llhttp_simd-wasm.js +6 -1
  307. package/lib/esm/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +1 -1
  308. package/lib/esm/__/undici/lib/mock/mock-agent.js +10 -21
  309. package/lib/esm/__/undici/lib/mock/mock-agent.js.map +1 -1
  310. package/lib/esm/__/undici/lib/mock/mock-client.js +3 -3
  311. package/lib/esm/__/undici/lib/mock/mock-client.js.map +1 -1
  312. package/lib/esm/__/undici/lib/mock/mock-errors.js +11 -0
  313. package/lib/esm/__/undici/lib/mock/mock-errors.js.map +1 -1
  314. package/lib/esm/__/undici/lib/mock/mock-interceptor.js +19 -18
  315. package/lib/esm/__/undici/lib/mock/mock-interceptor.js.map +1 -1
  316. package/lib/esm/__/undici/lib/mock/mock-pool.js +3 -3
  317. package/lib/esm/__/undici/lib/mock/mock-pool.js.map +1 -1
  318. package/lib/esm/__/undici/lib/mock/mock-utils.js +32 -16
  319. package/lib/esm/__/undici/lib/mock/mock-utils.js.map +1 -1
  320. package/lib/esm/__/undici/lib/mock/pending-interceptors-formatter.js +4 -1
  321. package/lib/esm/__/undici/lib/mock/pending-interceptors-formatter.js.map +1 -1
  322. package/lib/esm/__/undici/lib/util/timers.js.map +1 -0
  323. package/lib/esm/__/undici/lib/web/cache/cache.js.map +1 -0
  324. package/lib/esm/__/undici/lib/web/cache/cachestorage.js.map +1 -0
  325. package/lib/esm/__/undici/lib/web/cache/symbols.js.map +1 -0
  326. package/lib/esm/__/undici/lib/web/cache/util.js.map +1 -0
  327. package/lib/esm/__/undici/lib/web/cookies/constants.js.map +1 -0
  328. package/lib/esm/__/undici/lib/web/cookies/index.js.map +1 -0
  329. package/lib/esm/__/undici/lib/web/cookies/parse.js.map +1 -0
  330. package/lib/esm/__/undici/lib/web/cookies/util.js.map +1 -0
  331. package/lib/esm/__/undici/lib/web/eventsource/eventsource-stream.js.map +1 -0
  332. package/lib/esm/__/undici/lib/web/eventsource/eventsource.js.map +1 -0
  333. package/lib/esm/__/undici/lib/web/eventsource/util.js.map +1 -0
  334. package/lib/esm/__/undici/lib/web/fetch/body.js.map +1 -0
  335. package/lib/esm/__/undici/lib/web/fetch/constants.js.map +1 -0
  336. package/lib/esm/__/undici/lib/web/fetch/data-url.js.map +1 -0
  337. package/lib/esm/__/undici/lib/web/fetch/dispatcher-weakref.js.map +1 -0
  338. package/lib/esm/__/undici/lib/web/fetch/file.js.map +1 -0
  339. package/lib/esm/__/undici/lib/web/fetch/formdata-parser.js.map +1 -0
  340. package/lib/esm/__/undici/lib/web/fetch/formdata.js +268 -0
  341. package/lib/esm/__/undici/lib/web/fetch/formdata.js.map +1 -0
  342. package/lib/esm/__/undici/lib/web/fetch/global.js.map +1 -0
  343. package/lib/esm/__/undici/lib/web/fetch/headers.js +702 -0
  344. package/lib/esm/__/undici/lib/web/fetch/headers.js.map +1 -0
  345. package/lib/esm/__/undici/lib/web/fetch/index.js +2224 -0
  346. package/lib/esm/__/undici/lib/web/fetch/index.js.map +1 -0
  347. package/lib/esm/__/undici/lib/web/fetch/request.js +1061 -0
  348. package/lib/esm/__/undici/lib/web/fetch/request.js.map +1 -0
  349. package/lib/esm/__/undici/lib/web/fetch/response.js +633 -0
  350. package/lib/esm/__/undici/lib/web/fetch/response.js.map +1 -0
  351. package/lib/esm/__/undici/lib/web/fetch/symbols.js.map +1 -0
  352. package/lib/esm/__/undici/lib/web/fetch/util.js +1652 -0
  353. package/lib/esm/__/undici/lib/web/fetch/util.js.map +1 -0
  354. package/lib/esm/__/undici/lib/web/fetch/webidl.js +709 -0
  355. package/lib/esm/__/undici/lib/web/fetch/webidl.js.map +1 -0
  356. package/lib/esm/__/undici/lib/web/fileapi/encoding.js.map +1 -0
  357. package/lib/esm/__/undici/lib/web/fileapi/filereader.js.map +1 -0
  358. package/lib/esm/__/undici/lib/web/fileapi/progressevent.js.map +1 -0
  359. package/lib/esm/__/undici/lib/web/fileapi/symbols.js.map +1 -0
  360. package/lib/esm/__/undici/lib/web/fileapi/util.js +409 -0
  361. package/lib/esm/__/undici/lib/web/fileapi/util.js.map +1 -0
  362. package/lib/esm/__/undici/lib/web/websocket/connection.js.map +1 -0
  363. package/lib/esm/__/undici/lib/web/websocket/constants.js.map +1 -0
  364. package/lib/esm/__/undici/lib/web/websocket/events.js.map +1 -0
  365. package/lib/esm/__/undici/lib/web/websocket/frame.js.map +1 -0
  366. package/lib/esm/__/undici/lib/web/websocket/permessage-deflate.js +114 -0
  367. package/lib/esm/__/undici/lib/web/websocket/permessage-deflate.js.map +1 -0
  368. package/lib/esm/__/undici/lib/web/websocket/receiver.js +511 -0
  369. package/lib/esm/__/undici/lib/web/websocket/receiver.js.map +1 -0
  370. package/lib/esm/__/undici/lib/web/websocket/sender.js.map +1 -0
  371. package/lib/esm/__/undici/lib/web/websocket/symbols.js.map +1 -0
  372. package/lib/esm/__/undici/lib/web/websocket/util.js.map +1 -0
  373. package/lib/esm/__/undici/lib/web/websocket/websocket.js +616 -0
  374. package/lib/esm/__/undici/lib/web/websocket/websocket.js.map +1 -0
  375. package/lib/esm/__/universal-user-agent/index.js.map +1 -0
  376. package/lib/esm/_virtual/index10.js +2 -2
  377. package/lib/esm/_virtual/index11.js +2 -2
  378. package/lib/esm/_virtual/index13.js +2 -2
  379. package/lib/esm/_virtual/index14.js +2 -2
  380. package/lib/esm/_virtual/index2.js +1 -1
  381. package/lib/esm/_virtual/index3.js +1 -1
  382. package/lib/esm/_virtual/index4.js +1 -1
  383. package/lib/esm/_virtual/index5.js +2 -6
  384. package/lib/esm/_virtual/index5.js.map +1 -1
  385. package/lib/esm/_virtual/index6.js +6 -2
  386. package/lib/esm/_virtual/index6.js.map +1 -1
  387. package/lib/esm/_virtual/index8.js +4 -2
  388. package/lib/esm/_virtual/index8.js.map +1 -1
  389. package/lib/esm/_virtual/index9.js +2 -4
  390. package/lib/esm/_virtual/index9.js.map +1 -1
  391. package/lib/esm/env/load.js +1 -1
  392. package/lib/esm/env/load.js.map +1 -1
  393. package/package.json +12 -12
  394. package/lib/cjs/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js.map +0 -1
  395. package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/index.js.map +0 -1
  396. package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/version.js.map +0 -1
  397. package/lib/cjs/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js.map +0 -1
  398. package/lib/cjs/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js.map +0 -1
  399. package/lib/cjs/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +0 -1
  400. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +0 -1
  401. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +0 -1
  402. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +0 -1
  403. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +0 -1
  404. package/lib/cjs/__/@actions/github/__/@octokit/request/dist-bundle/index.js +0 -200
  405. package/lib/cjs/__/@actions/github/__/@octokit/request/dist-bundle/index.js.map +0 -1
  406. package/lib/cjs/__/@actions/github/__/@octokit/request-error/dist-src/index.js.map +0 -1
  407. package/lib/cjs/__/@actions/github/__/before-after-hook/index.js.map +0 -1
  408. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/add.js.map +0 -1
  409. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/register.js.map +0 -1
  410. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/remove.js.map +0 -1
  411. package/lib/cjs/__/@actions/github/__/universal-user-agent/index.js.map +0 -1
  412. package/lib/cjs/__/@actions/http-client/__/undici/index.js +0 -226
  413. package/lib/cjs/__/@actions/http-client/__/undici/index.js.map +0 -1
  414. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/abort-signal.js +0 -73
  415. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/abort-signal.js.map +0 -1
  416. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-connect.js +0 -131
  417. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-connect.js.map +0 -1
  418. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-pipeline.js +0 -276
  419. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-pipeline.js.map +0 -1
  420. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-request.js +0 -238
  421. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-request.js.map +0 -1
  422. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-stream.js +0 -246
  423. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-stream.js.map +0 -1
  424. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-upgrade.js +0 -131
  425. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-upgrade.js.map +0 -1
  426. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/index.js +0 -25
  427. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/index.js.map +0 -1
  428. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/readable.js +0 -405
  429. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/readable.js.map +0 -1
  430. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/util.js +0 -114
  431. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/util.js.map +0 -1
  432. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/connect.js +0 -266
  433. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/connect.js.map +0 -1
  434. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/constants.js +0 -130
  435. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/constants.js.map +0 -1
  436. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/diagnostics.js +0 -222
  437. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/diagnostics.js.map +0 -1
  438. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/errors.js +0 -437
  439. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/errors.js.map +0 -1
  440. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/request.js +0 -427
  441. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/request.js.map +0 -1
  442. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/symbols.js +0 -80
  443. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/symbols.js.map +0 -1
  444. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/tree.js.map +0 -1
  445. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/util.js +0 -755
  446. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/util.js.map +0 -1
  447. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/agent.js +0 -149
  448. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/agent.js.map +0 -1
  449. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/balanced-pool.js.map +0 -1
  450. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client-h1.js.map +0 -1
  451. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client-h2.js.map +0 -1
  452. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client.js +0 -650
  453. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client.js.map +0 -1
  454. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js +0 -206
  455. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js.map +0 -1
  456. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js +0 -83
  457. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js.map +0 -1
  458. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/env-http-proxy-agent.js.map +0 -1
  459. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/fixed-queue.js.map +0 -1
  460. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js +0 -211
  461. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js.map +0 -1
  462. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool-stats.js.map +0 -1
  463. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool.js +0 -126
  464. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool.js.map +0 -1
  465. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/proxy-agent.js.map +0 -1
  466. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/retry-agent.js.map +0 -1
  467. package/lib/cjs/__/@actions/http-client/__/undici/lib/global.js +0 -47
  468. package/lib/cjs/__/@actions/http-client/__/undici/lib/global.js.map +0 -1
  469. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/decorator-handler.js.map +0 -1
  470. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js +0 -237
  471. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js.map +0 -1
  472. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/retry-handler.js.map +0 -1
  473. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/dns.js.map +0 -1
  474. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/dump.js.map +0 -1
  475. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/redirect-interceptor.js.map +0 -1
  476. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/redirect.js.map +0 -1
  477. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/retry.js.map +0 -1
  478. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/constants.js +0 -288
  479. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/constants.js.map +0 -1
  480. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js +0 -23
  481. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js.map +0 -1
  482. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js +0 -23
  483. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +0 -1
  484. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/utils.js +0 -28
  485. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/utils.js.map +0 -1
  486. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-agent.js +0 -183
  487. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-agent.js.map +0 -1
  488. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-client.js +0 -83
  489. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-client.js.map +0 -1
  490. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-errors.js +0 -42
  491. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-errors.js.map +0 -1
  492. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js +0 -224
  493. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js.map +0 -1
  494. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-pool.js +0 -83
  495. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-pool.js.map +0 -1
  496. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js +0 -35
  497. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js.map +0 -1
  498. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-utils.js +0 -390
  499. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-utils.js.map +0 -1
  500. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js +0 -63
  501. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js.map +0 -1
  502. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pluralizer.js +0 -41
  503. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pluralizer.js.map +0 -1
  504. package/lib/cjs/__/@actions/http-client/__/undici/lib/util/timers.js.map +0 -1
  505. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/cache.js.map +0 -1
  506. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/cachestorage.js.map +0 -1
  507. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/symbols.js.map +0 -1
  508. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/util.js.map +0 -1
  509. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/constants.js.map +0 -1
  510. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/index.js.map +0 -1
  511. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/parse.js.map +0 -1
  512. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/util.js.map +0 -1
  513. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource-stream.js.map +0 -1
  514. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource.js.map +0 -1
  515. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/eventsource/util.js.map +0 -1
  516. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/body.js.map +0 -1
  517. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/constants.js.map +0 -1
  518. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/data-url.js.map +0 -1
  519. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/dispatcher-weakref.js.map +0 -1
  520. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/file.js.map +0 -1
  521. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/formdata-parser.js.map +0 -1
  522. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js +0 -275
  523. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js.map +0 -1
  524. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/global.js.map +0 -1
  525. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/headers.js +0 -709
  526. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/headers.js.map +0 -1
  527. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/index.js +0 -2235
  528. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/index.js.map +0 -1
  529. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/request.js +0 -1069
  530. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/request.js.map +0 -1
  531. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/response.js +0 -640
  532. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/response.js.map +0 -1
  533. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/symbols.js.map +0 -1
  534. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/util.js +0 -1662
  535. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/util.js.map +0 -1
  536. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js +0 -716
  537. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js.map +0 -1
  538. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/encoding.js.map +0 -1
  539. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/filereader.js.map +0 -1
  540. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/progressevent.js.map +0 -1
  541. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/symbols.js.map +0 -1
  542. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/util.js +0 -417
  543. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/util.js.map +0 -1
  544. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/connection.js.map +0 -1
  545. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/constants.js.map +0 -1
  546. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/events.js.map +0 -1
  547. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/frame.js.map +0 -1
  548. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js +0 -138
  549. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js.map +0 -1
  550. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js +0 -454
  551. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js.map +0 -1
  552. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/sender.js.map +0 -1
  553. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/symbols.js.map +0 -1
  554. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/util.js.map +0 -1
  555. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js +0 -618
  556. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js.map +0 -1
  557. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/Dicer.js +0 -236
  558. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/Dicer.js.map +0 -1
  559. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js +0 -122
  560. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js.map +0 -1
  561. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/PartStream.js +0 -33
  562. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/PartStream.js.map +0 -1
  563. package/lib/cjs/__/@fastify/busboy/deps/streamsearch/sbmh.js +0 -248
  564. package/lib/cjs/__/@fastify/busboy/deps/streamsearch/sbmh.js.map +0 -1
  565. package/lib/cjs/__/@fastify/busboy/lib/main.js +0 -109
  566. package/lib/cjs/__/@fastify/busboy/lib/main.js.map +0 -1
  567. package/lib/cjs/__/@fastify/busboy/lib/types/multipart.js +0 -331
  568. package/lib/cjs/__/@fastify/busboy/lib/types/multipart.js.map +0 -1
  569. package/lib/cjs/__/@fastify/busboy/lib/types/urlencoded.js +0 -206
  570. package/lib/cjs/__/@fastify/busboy/lib/types/urlencoded.js.map +0 -1
  571. package/lib/cjs/__/@fastify/busboy/lib/utils/Decoder.js +0 -66
  572. package/lib/cjs/__/@fastify/busboy/lib/utils/Decoder.js.map +0 -1
  573. package/lib/cjs/__/@fastify/busboy/lib/utils/basename.js +0 -26
  574. package/lib/cjs/__/@fastify/busboy/lib/utils/basename.js.map +0 -1
  575. package/lib/cjs/__/@fastify/busboy/lib/utils/decodeText.js +0 -126
  576. package/lib/cjs/__/@fastify/busboy/lib/utils/decodeText.js.map +0 -1
  577. package/lib/cjs/__/@fastify/busboy/lib/utils/getLimit.js +0 -28
  578. package/lib/cjs/__/@fastify/busboy/lib/utils/getLimit.js.map +0 -1
  579. package/lib/cjs/__/@fastify/busboy/lib/utils/parseParams.js +0 -211
  580. package/lib/cjs/__/@fastify/busboy/lib/utils/parseParams.js.map +0 -1
  581. package/lib/cjs/__/env-ci/__/execa/index.js +0 -149
  582. package/lib/cjs/__/env-ci/__/execa/index.js.map +0 -1
  583. package/lib/cjs/__/env-ci/__/execa/lib/command.js.map +0 -1
  584. package/lib/cjs/__/env-ci/__/execa/lib/error.js.map +0 -1
  585. package/lib/cjs/__/env-ci/__/execa/lib/promise.js.map +0 -1
  586. package/lib/cjs/__/env-ci/__/execa/lib/stdio.js.map +0 -1
  587. package/lib/cjs/__/env-ci/__/execa/lib/stream.js +0 -35
  588. package/lib/cjs/__/env-ci/__/execa/lib/stream.js.map +0 -1
  589. package/lib/cjs/__/env-ci/__/execa/lib/verbose.js +0 -29
  590. package/lib/cjs/__/env-ci/__/execa/lib/verbose.js.map +0 -1
  591. package/lib/cjs/__/env-ci/__/get-stream/source/array-buffer.js.map +0 -1
  592. package/lib/cjs/__/env-ci/__/human-signals/build/src/core.js.map +0 -1
  593. package/lib/cjs/__/env-ci/__/human-signals/build/src/main.js.map +0 -1
  594. package/lib/cjs/__/env-ci/__/human-signals/build/src/realtime.js.map +0 -1
  595. package/lib/cjs/__/env-ci/__/human-signals/build/src/signals.js.map +0 -1
  596. package/lib/cjs/__/env-ci/__/is-stream/index.js.map +0 -1
  597. package/lib/cjs/__/env-ci/__/npm-run-path/index.js +0 -63
  598. package/lib/cjs/__/env-ci/__/npm-run-path/index.js.map +0 -1
  599. package/lib/cjs/__/env-ci/__/path-key/index.js.map +0 -1
  600. package/lib/cjs/__/env-ci/__/signal-exit/dist/mjs/index.js.map +0 -1
  601. package/lib/cjs/__/env-ci/__/signal-exit/dist/mjs/signals.js.map +0 -1
  602. package/lib/cjs/__/env-ci/__/strip-final-newline/index.js.map +0 -1
  603. package/lib/cjs/__/undici/lib/agent.js +0 -169
  604. package/lib/cjs/__/undici/lib/agent.js.map +0 -1
  605. package/lib/cjs/__/undici/lib/balanced-pool.js +0 -208
  606. package/lib/cjs/__/undici/lib/balanced-pool.js.map +0 -1
  607. package/lib/cjs/__/undici/lib/cache/cache.js +0 -867
  608. package/lib/cjs/__/undici/lib/cache/cache.js.map +0 -1
  609. package/lib/cjs/__/undici/lib/cache/cachestorage.js +0 -161
  610. package/lib/cjs/__/undici/lib/cache/cachestorage.js.map +0 -1
  611. package/lib/cjs/__/undici/lib/cache/symbols.js +0 -19
  612. package/lib/cjs/__/undici/lib/cache/symbols.js.map +0 -1
  613. package/lib/cjs/__/undici/lib/cache/util.js +0 -69
  614. package/lib/cjs/__/undici/lib/cache/util.js.map +0 -1
  615. package/lib/cjs/__/undici/lib/client.js +0 -2314
  616. package/lib/cjs/__/undici/lib/client.js.map +0 -1
  617. package/lib/cjs/__/undici/lib/compat/dispatcher-weakref.js +0 -63
  618. package/lib/cjs/__/undici/lib/compat/dispatcher-weakref.js.map +0 -1
  619. package/lib/cjs/__/undici/lib/cookies/constants.js +0 -24
  620. package/lib/cjs/__/undici/lib/cookies/constants.js.map +0 -1
  621. package/lib/cjs/__/undici/lib/cookies/index.js +0 -200
  622. package/lib/cjs/__/undici/lib/cookies/index.js.map +0 -1
  623. package/lib/cjs/__/undici/lib/cookies/parse.js +0 -338
  624. package/lib/cjs/__/undici/lib/cookies/parse.js.map +0 -1
  625. package/lib/cjs/__/undici/lib/cookies/util.js +0 -286
  626. package/lib/cjs/__/undici/lib/cookies/util.js.map +0 -1
  627. package/lib/cjs/__/undici/lib/dispatcher-base.js +0 -208
  628. package/lib/cjs/__/undici/lib/dispatcher-base.js.map +0 -1
  629. package/lib/cjs/__/undici/lib/dispatcher.js +0 -37
  630. package/lib/cjs/__/undici/lib/dispatcher.js.map +0 -1
  631. package/lib/cjs/__/undici/lib/fetch/body.js +0 -647
  632. package/lib/cjs/__/undici/lib/fetch/body.js.map +0 -1
  633. package/lib/cjs/__/undici/lib/fetch/constants.js +0 -169
  634. package/lib/cjs/__/undici/lib/fetch/constants.js.map +0 -1
  635. package/lib/cjs/__/undici/lib/fetch/dataURL.js +0 -649
  636. package/lib/cjs/__/undici/lib/fetch/dataURL.js.map +0 -1
  637. package/lib/cjs/__/undici/lib/fetch/file.js +0 -369
  638. package/lib/cjs/__/undici/lib/fetch/file.js.map +0 -1
  639. package/lib/cjs/__/undici/lib/fetch/formdata.js +0 -287
  640. package/lib/cjs/__/undici/lib/fetch/formdata.js.map +0 -1
  641. package/lib/cjs/__/undici/lib/fetch/global.js +0 -52
  642. package/lib/cjs/__/undici/lib/fetch/global.js.map +0 -1
  643. package/lib/cjs/__/undici/lib/fetch/headers.js +0 -609
  644. package/lib/cjs/__/undici/lib/fetch/headers.js.map +0 -1
  645. package/lib/cjs/__/undici/lib/fetch/index.js +0 -2114
  646. package/lib/cjs/__/undici/lib/fetch/index.js.map +0 -1
  647. package/lib/cjs/__/undici/lib/fetch/request.js +0 -979
  648. package/lib/cjs/__/undici/lib/fetch/request.js.map +0 -1
  649. package/lib/cjs/__/undici/lib/fetch/response.js +0 -604
  650. package/lib/cjs/__/undici/lib/fetch/response.js.map +0 -1
  651. package/lib/cjs/__/undici/lib/fetch/symbols.js +0 -22
  652. package/lib/cjs/__/undici/lib/fetch/symbols.js.map +0 -1
  653. package/lib/cjs/__/undici/lib/fetch/util.js +0 -1170
  654. package/lib/cjs/__/undici/lib/fetch/util.js.map +0 -1
  655. package/lib/cjs/__/undici/lib/fetch/webidl.js +0 -665
  656. package/lib/cjs/__/undici/lib/fetch/webidl.js.map +0 -1
  657. package/lib/cjs/__/undici/lib/fileapi/encoding.js +0 -302
  658. package/lib/cjs/__/undici/lib/fileapi/encoding.js.map +0 -1
  659. package/lib/cjs/__/undici/lib/fileapi/filereader.js +0 -361
  660. package/lib/cjs/__/undici/lib/fileapi/filereader.js.map +0 -1
  661. package/lib/cjs/__/undici/lib/fileapi/progressevent.js +0 -92
  662. package/lib/cjs/__/undici/lib/fileapi/progressevent.js.map +0 -1
  663. package/lib/cjs/__/undici/lib/fileapi/symbols.js +0 -22
  664. package/lib/cjs/__/undici/lib/fileapi/symbols.js.map +0 -1
  665. package/lib/cjs/__/undici/lib/fileapi/util.js +0 -419
  666. package/lib/cjs/__/undici/lib/fileapi/util.js.map +0 -1
  667. package/lib/cjs/__/undici/lib/handler/DecoratorHandler.js +0 -47
  668. package/lib/cjs/__/undici/lib/handler/DecoratorHandler.js.map +0 -1
  669. package/lib/cjs/__/undici/lib/handler/RedirectHandler.js +0 -226
  670. package/lib/cjs/__/undici/lib/handler/RedirectHandler.js.map +0 -1
  671. package/lib/cjs/__/undici/lib/handler/RetryHandler.js +0 -358
  672. package/lib/cjs/__/undici/lib/handler/RetryHandler.js.map +0 -1
  673. package/lib/cjs/__/undici/lib/interceptor/redirectInterceptor.js +0 -35
  674. package/lib/cjs/__/undici/lib/interceptor/redirectInterceptor.js.map +0 -1
  675. package/lib/cjs/__/undici/lib/node/fixed-queue.js +0 -129
  676. package/lib/cjs/__/undici/lib/node/fixed-queue.js.map +0 -1
  677. package/lib/cjs/__/undici/lib/pool-base.js +0 -211
  678. package/lib/cjs/__/undici/lib/pool-base.js.map +0 -1
  679. package/lib/cjs/__/undici/lib/pool-stats.js +0 -49
  680. package/lib/cjs/__/undici/lib/pool-stats.js.map +0 -1
  681. package/lib/cjs/__/undici/lib/pool.js +0 -127
  682. package/lib/cjs/__/undici/lib/pool.js.map +0 -1
  683. package/lib/cjs/__/undici/lib/proxy-agent.js +0 -213
  684. package/lib/cjs/__/undici/lib/proxy-agent.js.map +0 -1
  685. package/lib/cjs/__/undici/lib/timers.js +0 -109
  686. package/lib/cjs/__/undici/lib/timers.js.map +0 -1
  687. package/lib/cjs/__/undici/lib/websocket/connection.js +0 -318
  688. package/lib/cjs/__/undici/lib/websocket/connection.js.map +0 -1
  689. package/lib/cjs/__/undici/lib/websocket/constants.js +0 -63
  690. package/lib/cjs/__/undici/lib/websocket/constants.js.map +0 -1
  691. package/lib/cjs/__/undici/lib/websocket/events.js +0 -323
  692. package/lib/cjs/__/undici/lib/websocket/events.js.map +0 -1
  693. package/lib/cjs/__/undici/lib/websocket/frame.js +0 -87
  694. package/lib/cjs/__/undici/lib/websocket/frame.js.map +0 -1
  695. package/lib/cjs/__/undici/lib/websocket/receiver.js +0 -368
  696. package/lib/cjs/__/undici/lib/websocket/receiver.js.map +0 -1
  697. package/lib/cjs/__/undici/lib/websocket/symbols.js +0 -24
  698. package/lib/cjs/__/undici/lib/websocket/symbols.js.map +0 -1
  699. package/lib/cjs/__/undici/lib/websocket/util.js +0 -216
  700. package/lib/cjs/__/undici/lib/websocket/util.js.map +0 -1
  701. package/lib/cjs/__/undici/lib/websocket/websocket.js +0 -668
  702. package/lib/cjs/__/undici/lib/websocket/websocket.js.map +0 -1
  703. package/lib/cjs/_virtual/api-request2.js +0 -6
  704. package/lib/cjs/_virtual/api-request2.js.map +0 -1
  705. package/lib/cjs/_virtual/constants2.js +0 -6
  706. package/lib/cjs/_virtual/constants2.js.map +0 -1
  707. package/lib/cjs/_virtual/index15.js +0 -6
  708. package/lib/cjs/_virtual/index15.js.map +0 -1
  709. package/lib/cjs/_virtual/index16.js +0 -6
  710. package/lib/cjs/_virtual/index16.js.map +0 -1
  711. package/lib/cjs/_virtual/main.js +0 -6
  712. package/lib/cjs/_virtual/main.js.map +0 -1
  713. package/lib/cjs/_virtual/mock-interceptor2.js +0 -6
  714. package/lib/cjs/_virtual/mock-interceptor2.js.map +0 -1
  715. package/lib/cjs/_virtual/utils4.js +0 -6
  716. package/lib/cjs/_virtual/utils4.js.map +0 -1
  717. package/lib/esm/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js.map +0 -1
  718. package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/index.js.map +0 -1
  719. package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/version.js.map +0 -1
  720. package/lib/esm/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js.map +0 -1
  721. package/lib/esm/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js.map +0 -1
  722. package/lib/esm/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +0 -1
  723. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +0 -1
  724. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +0 -1
  725. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +0 -1
  726. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +0 -1
  727. package/lib/esm/__/@actions/github/__/@octokit/request/dist-bundle/index.js +0 -198
  728. package/lib/esm/__/@actions/github/__/@octokit/request/dist-bundle/index.js.map +0 -1
  729. package/lib/esm/__/@actions/github/__/@octokit/request-error/dist-src/index.js.map +0 -1
  730. package/lib/esm/__/@actions/github/__/before-after-hook/index.js.map +0 -1
  731. package/lib/esm/__/@actions/github/__/before-after-hook/lib/add.js.map +0 -1
  732. package/lib/esm/__/@actions/github/__/before-after-hook/lib/register.js.map +0 -1
  733. package/lib/esm/__/@actions/github/__/before-after-hook/lib/remove.js.map +0 -1
  734. package/lib/esm/__/@actions/github/__/universal-user-agent/index.js.map +0 -1
  735. package/lib/esm/__/@actions/http-client/__/undici/index.js +0 -220
  736. package/lib/esm/__/@actions/http-client/__/undici/index.js.map +0 -1
  737. package/lib/esm/__/@actions/http-client/__/undici/lib/api/abort-signal.js +0 -71
  738. package/lib/esm/__/@actions/http-client/__/undici/lib/api/abort-signal.js.map +0 -1
  739. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-connect.js +0 -124
  740. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-connect.js.map +0 -1
  741. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-pipeline.js +0 -268
  742. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-pipeline.js.map +0 -1
  743. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-request.js +0 -231
  744. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-request.js.map +0 -1
  745. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-stream.js +0 -238
  746. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-stream.js.map +0 -1
  747. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-upgrade.js +0 -124
  748. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-upgrade.js.map +0 -1
  749. package/lib/esm/__/@actions/http-client/__/undici/lib/api/index.js +0 -23
  750. package/lib/esm/__/@actions/http-client/__/undici/lib/api/index.js.map +0 -1
  751. package/lib/esm/__/@actions/http-client/__/undici/lib/api/readable.js +0 -398
  752. package/lib/esm/__/@actions/http-client/__/undici/lib/api/readable.js.map +0 -1
  753. package/lib/esm/__/@actions/http-client/__/undici/lib/api/util.js +0 -108
  754. package/lib/esm/__/@actions/http-client/__/undici/lib/api/util.js.map +0 -1
  755. package/lib/esm/__/@actions/http-client/__/undici/lib/core/connect.js +0 -258
  756. package/lib/esm/__/@actions/http-client/__/undici/lib/core/connect.js.map +0 -1
  757. package/lib/esm/__/@actions/http-client/__/undici/lib/core/constants.js +0 -128
  758. package/lib/esm/__/@actions/http-client/__/undici/lib/core/constants.js.map +0 -1
  759. package/lib/esm/__/@actions/http-client/__/undici/lib/core/diagnostics.js +0 -215
  760. package/lib/esm/__/@actions/http-client/__/undici/lib/core/diagnostics.js.map +0 -1
  761. package/lib/esm/__/@actions/http-client/__/undici/lib/core/errors.js +0 -435
  762. package/lib/esm/__/@actions/http-client/__/undici/lib/core/errors.js.map +0 -1
  763. package/lib/esm/__/@actions/http-client/__/undici/lib/core/request.js +0 -421
  764. package/lib/esm/__/@actions/http-client/__/undici/lib/core/request.js.map +0 -1
  765. package/lib/esm/__/@actions/http-client/__/undici/lib/core/symbols.js +0 -78
  766. package/lib/esm/__/@actions/http-client/__/undici/lib/core/symbols.js.map +0 -1
  767. package/lib/esm/__/@actions/http-client/__/undici/lib/core/tree.js.map +0 -1
  768. package/lib/esm/__/@actions/http-client/__/undici/lib/core/util.js +0 -742
  769. package/lib/esm/__/@actions/http-client/__/undici/lib/core/util.js.map +0 -1
  770. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/agent.js +0 -147
  771. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/agent.js.map +0 -1
  772. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/balanced-pool.js.map +0 -1
  773. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client-h1.js.map +0 -1
  774. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client-h2.js.map +0 -1
  775. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client.js +0 -642
  776. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client.js.map +0 -1
  777. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js +0 -204
  778. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js.map +0 -1
  779. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js +0 -77
  780. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js.map +0 -1
  781. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/env-http-proxy-agent.js.map +0 -1
  782. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/fixed-queue.js.map +0 -1
  783. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js +0 -209
  784. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js.map +0 -1
  785. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool-stats.js.map +0 -1
  786. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool.js +0 -124
  787. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool.js.map +0 -1
  788. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/proxy-agent.js.map +0 -1
  789. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/retry-agent.js.map +0 -1
  790. package/lib/esm/__/@actions/http-client/__/undici/lib/global.js +0 -45
  791. package/lib/esm/__/@actions/http-client/__/undici/lib/global.js.map +0 -1
  792. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/decorator-handler.js.map +0 -1
  793. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js +0 -230
  794. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js.map +0 -1
  795. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/retry-handler.js.map +0 -1
  796. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/dns.js.map +0 -1
  797. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/dump.js.map +0 -1
  798. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/redirect-interceptor.js.map +0 -1
  799. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/redirect.js.map +0 -1
  800. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/retry.js.map +0 -1
  801. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/constants.js +0 -286
  802. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/constants.js.map +0 -1
  803. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js +0 -17
  804. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js.map +0 -1
  805. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js +0 -17
  806. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +0 -1
  807. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/utils.js +0 -26
  808. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/utils.js.map +0 -1
  809. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-agent.js +0 -181
  810. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-agent.js.map +0 -1
  811. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-client.js +0 -77
  812. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-client.js.map +0 -1
  813. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-errors.js +0 -40
  814. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-errors.js.map +0 -1
  815. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js +0 -222
  816. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js.map +0 -1
  817. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-pool.js +0 -77
  818. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-pool.js.map +0 -1
  819. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js +0 -33
  820. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js.map +0 -1
  821. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-utils.js +0 -383
  822. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-utils.js.map +0 -1
  823. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js +0 -56
  824. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js.map +0 -1
  825. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pluralizer.js +0 -39
  826. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pluralizer.js.map +0 -1
  827. package/lib/esm/__/@actions/http-client/__/undici/lib/util/timers.js.map +0 -1
  828. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/cache.js.map +0 -1
  829. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/cachestorage.js.map +0 -1
  830. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/symbols.js.map +0 -1
  831. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/util.js.map +0 -1
  832. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/constants.js.map +0 -1
  833. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/index.js.map +0 -1
  834. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/parse.js.map +0 -1
  835. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/util.js.map +0 -1
  836. package/lib/esm/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource-stream.js.map +0 -1
  837. package/lib/esm/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource.js.map +0 -1
  838. package/lib/esm/__/@actions/http-client/__/undici/lib/web/eventsource/util.js.map +0 -1
  839. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/body.js.map +0 -1
  840. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/constants.js.map +0 -1
  841. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/data-url.js.map +0 -1
  842. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/dispatcher-weakref.js.map +0 -1
  843. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/file.js.map +0 -1
  844. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/formdata-parser.js.map +0 -1
  845. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js +0 -268
  846. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js.map +0 -1
  847. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/global.js.map +0 -1
  848. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/headers.js +0 -702
  849. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/headers.js.map +0 -1
  850. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/index.js +0 -2224
  851. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/index.js.map +0 -1
  852. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/request.js +0 -1061
  853. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/request.js.map +0 -1
  854. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/response.js +0 -633
  855. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/response.js.map +0 -1
  856. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/symbols.js.map +0 -1
  857. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/util.js +0 -1652
  858. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/util.js.map +0 -1
  859. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js +0 -709
  860. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js.map +0 -1
  861. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/encoding.js.map +0 -1
  862. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/filereader.js.map +0 -1
  863. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/progressevent.js.map +0 -1
  864. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/symbols.js.map +0 -1
  865. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/util.js +0 -409
  866. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/util.js.map +0 -1
  867. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/connection.js.map +0 -1
  868. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/constants.js.map +0 -1
  869. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/events.js.map +0 -1
  870. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/frame.js.map +0 -1
  871. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js +0 -132
  872. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js.map +0 -1
  873. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js +0 -447
  874. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js.map +0 -1
  875. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/sender.js.map +0 -1
  876. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/symbols.js.map +0 -1
  877. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/util.js.map +0 -1
  878. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js +0 -612
  879. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js.map +0 -1
  880. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/Dicer.js +0 -229
  881. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/Dicer.js.map +0 -1
  882. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js +0 -115
  883. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js.map +0 -1
  884. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/PartStream.js +0 -26
  885. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/PartStream.js.map +0 -1
  886. package/lib/esm/__/@fastify/busboy/deps/streamsearch/sbmh.js +0 -241
  887. package/lib/esm/__/@fastify/busboy/deps/streamsearch/sbmh.js.map +0 -1
  888. package/lib/esm/__/@fastify/busboy/lib/main.js +0 -102
  889. package/lib/esm/__/@fastify/busboy/lib/main.js.map +0 -1
  890. package/lib/esm/__/@fastify/busboy/lib/types/multipart.js +0 -324
  891. package/lib/esm/__/@fastify/busboy/lib/types/multipart.js.map +0 -1
  892. package/lib/esm/__/@fastify/busboy/lib/types/urlencoded.js +0 -204
  893. package/lib/esm/__/@fastify/busboy/lib/types/urlencoded.js.map +0 -1
  894. package/lib/esm/__/@fastify/busboy/lib/utils/Decoder.js +0 -64
  895. package/lib/esm/__/@fastify/busboy/lib/utils/Decoder.js.map +0 -1
  896. package/lib/esm/__/@fastify/busboy/lib/utils/basename.js +0 -24
  897. package/lib/esm/__/@fastify/busboy/lib/utils/basename.js.map +0 -1
  898. package/lib/esm/__/@fastify/busboy/lib/utils/decodeText.js +0 -124
  899. package/lib/esm/__/@fastify/busboy/lib/utils/decodeText.js.map +0 -1
  900. package/lib/esm/__/@fastify/busboy/lib/utils/getLimit.js +0 -26
  901. package/lib/esm/__/@fastify/busboy/lib/utils/getLimit.js.map +0 -1
  902. package/lib/esm/__/@fastify/busboy/lib/utils/parseParams.js +0 -209
  903. package/lib/esm/__/@fastify/busboy/lib/utils/parseParams.js.map +0 -1
  904. package/lib/esm/__/env-ci/__/execa/index.js +0 -141
  905. package/lib/esm/__/env-ci/__/execa/index.js.map +0 -1
  906. package/lib/esm/__/env-ci/__/execa/lib/command.js.map +0 -1
  907. package/lib/esm/__/env-ci/__/execa/lib/error.js.map +0 -1
  908. package/lib/esm/__/env-ci/__/execa/lib/promise.js.map +0 -1
  909. package/lib/esm/__/env-ci/__/execa/lib/stdio.js.map +0 -1
  910. package/lib/esm/__/env-ci/__/execa/lib/stream.js +0 -33
  911. package/lib/esm/__/env-ci/__/execa/lib/stream.js.map +0 -1
  912. package/lib/esm/__/env-ci/__/execa/lib/verbose.js.map +0 -1
  913. package/lib/esm/__/env-ci/__/get-stream/source/array-buffer.js.map +0 -1
  914. package/lib/esm/__/env-ci/__/human-signals/build/src/core.js.map +0 -1
  915. package/lib/esm/__/env-ci/__/human-signals/build/src/main.js.map +0 -1
  916. package/lib/esm/__/env-ci/__/human-signals/build/src/realtime.js.map +0 -1
  917. package/lib/esm/__/env-ci/__/human-signals/build/src/signals.js.map +0 -1
  918. package/lib/esm/__/env-ci/__/is-stream/index.js.map +0 -1
  919. package/lib/esm/__/env-ci/__/npm-run-path/index.js +0 -55
  920. package/lib/esm/__/env-ci/__/npm-run-path/index.js.map +0 -1
  921. package/lib/esm/__/env-ci/__/path-key/index.js.map +0 -1
  922. package/lib/esm/__/env-ci/__/signal-exit/dist/mjs/index.js.map +0 -1
  923. package/lib/esm/__/env-ci/__/signal-exit/dist/mjs/signals.js.map +0 -1
  924. package/lib/esm/__/env-ci/__/strip-final-newline/index.js.map +0 -1
  925. package/lib/esm/__/undici/lib/agent.js +0 -167
  926. package/lib/esm/__/undici/lib/agent.js.map +0 -1
  927. package/lib/esm/__/undici/lib/balanced-pool.js +0 -206
  928. package/lib/esm/__/undici/lib/balanced-pool.js.map +0 -1
  929. package/lib/esm/__/undici/lib/cache/cache.js +0 -861
  930. package/lib/esm/__/undici/lib/cache/cache.js.map +0 -1
  931. package/lib/esm/__/undici/lib/cache/cachestorage.js +0 -159
  932. package/lib/esm/__/undici/lib/cache/cachestorage.js.map +0 -1
  933. package/lib/esm/__/undici/lib/cache/symbols.js +0 -17
  934. package/lib/esm/__/undici/lib/cache/symbols.js.map +0 -1
  935. package/lib/esm/__/undici/lib/cache/util.js +0 -63
  936. package/lib/esm/__/undici/lib/cache/util.js.map +0 -1
  937. package/lib/esm/__/undici/lib/client.js +0 -2305
  938. package/lib/esm/__/undici/lib/client.js.map +0 -1
  939. package/lib/esm/__/undici/lib/compat/dispatcher-weakref.js +0 -61
  940. package/lib/esm/__/undici/lib/compat/dispatcher-weakref.js.map +0 -1
  941. package/lib/esm/__/undici/lib/cookies/constants.js +0 -22
  942. package/lib/esm/__/undici/lib/cookies/constants.js.map +0 -1
  943. package/lib/esm/__/undici/lib/cookies/index.js +0 -198
  944. package/lib/esm/__/undici/lib/cookies/index.js.map +0 -1
  945. package/lib/esm/__/undici/lib/cookies/parse.js +0 -332
  946. package/lib/esm/__/undici/lib/cookies/parse.js.map +0 -1
  947. package/lib/esm/__/undici/lib/cookies/util.js +0 -284
  948. package/lib/esm/__/undici/lib/cookies/util.js.map +0 -1
  949. package/lib/esm/__/undici/lib/dispatcher-base.js +0 -206
  950. package/lib/esm/__/undici/lib/dispatcher-base.js.map +0 -1
  951. package/lib/esm/__/undici/lib/dispatcher.js +0 -31
  952. package/lib/esm/__/undici/lib/dispatcher.js.map +0 -1
  953. package/lib/esm/__/undici/lib/fetch/body.js +0 -638
  954. package/lib/esm/__/undici/lib/fetch/body.js.map +0 -1
  955. package/lib/esm/__/undici/lib/fetch/constants.js +0 -163
  956. package/lib/esm/__/undici/lib/fetch/constants.js.map +0 -1
  957. package/lib/esm/__/undici/lib/fetch/dataURL.js +0 -642
  958. package/lib/esm/__/undici/lib/fetch/dataURL.js.map +0 -1
  959. package/lib/esm/__/undici/lib/fetch/file.js +0 -362
  960. package/lib/esm/__/undici/lib/fetch/file.js.map +0 -1
  961. package/lib/esm/__/undici/lib/fetch/formdata.js +0 -281
  962. package/lib/esm/__/undici/lib/fetch/formdata.js.map +0 -1
  963. package/lib/esm/__/undici/lib/fetch/global.js +0 -50
  964. package/lib/esm/__/undici/lib/fetch/global.js.map +0 -1
  965. package/lib/esm/__/undici/lib/fetch/headers.js +0 -602
  966. package/lib/esm/__/undici/lib/fetch/headers.js.map +0 -1
  967. package/lib/esm/__/undici/lib/fetch/index.js +0 -2102
  968. package/lib/esm/__/undici/lib/fetch/index.js.map +0 -1
  969. package/lib/esm/__/undici/lib/fetch/request.js +0 -971
  970. package/lib/esm/__/undici/lib/fetch/request.js.map +0 -1
  971. package/lib/esm/__/undici/lib/fetch/response.js +0 -596
  972. package/lib/esm/__/undici/lib/fetch/response.js.map +0 -1
  973. package/lib/esm/__/undici/lib/fetch/symbols.js +0 -20
  974. package/lib/esm/__/undici/lib/fetch/symbols.js.map +0 -1
  975. package/lib/esm/__/undici/lib/fetch/util.js +0 -1161
  976. package/lib/esm/__/undici/lib/fetch/util.js.map +0 -1
  977. package/lib/esm/__/undici/lib/fetch/webidl.js +0 -659
  978. package/lib/esm/__/undici/lib/fetch/webidl.js.map +0 -1
  979. package/lib/esm/__/undici/lib/fileapi/encoding.js +0 -300
  980. package/lib/esm/__/undici/lib/fileapi/encoding.js.map +0 -1
  981. package/lib/esm/__/undici/lib/fileapi/filereader.js +0 -359
  982. package/lib/esm/__/undici/lib/fileapi/filereader.js.map +0 -1
  983. package/lib/esm/__/undici/lib/fileapi/progressevent.js +0 -90
  984. package/lib/esm/__/undici/lib/fileapi/progressevent.js.map +0 -1
  985. package/lib/esm/__/undici/lib/fileapi/symbols.js +0 -20
  986. package/lib/esm/__/undici/lib/fileapi/symbols.js.map +0 -1
  987. package/lib/esm/__/undici/lib/fileapi/util.js +0 -411
  988. package/lib/esm/__/undici/lib/fileapi/util.js.map +0 -1
  989. package/lib/esm/__/undici/lib/handler/DecoratorHandler.js +0 -45
  990. package/lib/esm/__/undici/lib/handler/DecoratorHandler.js.map +0 -1
  991. package/lib/esm/__/undici/lib/handler/RedirectHandler.js +0 -219
  992. package/lib/esm/__/undici/lib/handler/RedirectHandler.js.map +0 -1
  993. package/lib/esm/__/undici/lib/handler/RetryHandler.js +0 -352
  994. package/lib/esm/__/undici/lib/handler/RetryHandler.js.map +0 -1
  995. package/lib/esm/__/undici/lib/interceptor/redirectInterceptor.js +0 -33
  996. package/lib/esm/__/undici/lib/interceptor/redirectInterceptor.js.map +0 -1
  997. package/lib/esm/__/undici/lib/node/fixed-queue.js +0 -127
  998. package/lib/esm/__/undici/lib/node/fixed-queue.js.map +0 -1
  999. package/lib/esm/__/undici/lib/pool-base.js +0 -209
  1000. package/lib/esm/__/undici/lib/pool-base.js.map +0 -1
  1001. package/lib/esm/__/undici/lib/pool-stats.js +0 -47
  1002. package/lib/esm/__/undici/lib/pool-stats.js.map +0 -1
  1003. package/lib/esm/__/undici/lib/pool.js +0 -125
  1004. package/lib/esm/__/undici/lib/pool.js.map +0 -1
  1005. package/lib/esm/__/undici/lib/proxy-agent.js +0 -207
  1006. package/lib/esm/__/undici/lib/proxy-agent.js.map +0 -1
  1007. package/lib/esm/__/undici/lib/timers.js +0 -107
  1008. package/lib/esm/__/undici/lib/timers.js.map +0 -1
  1009. package/lib/esm/__/undici/lib/websocket/connection.js +0 -312
  1010. package/lib/esm/__/undici/lib/websocket/connection.js.map +0 -1
  1011. package/lib/esm/__/undici/lib/websocket/constants.js +0 -61
  1012. package/lib/esm/__/undici/lib/websocket/constants.js.map +0 -1
  1013. package/lib/esm/__/undici/lib/websocket/events.js +0 -317
  1014. package/lib/esm/__/undici/lib/websocket/events.js.map +0 -1
  1015. package/lib/esm/__/undici/lib/websocket/frame.js +0 -85
  1016. package/lib/esm/__/undici/lib/websocket/frame.js.map +0 -1
  1017. package/lib/esm/__/undici/lib/websocket/receiver.js +0 -361
  1018. package/lib/esm/__/undici/lib/websocket/receiver.js.map +0 -1
  1019. package/lib/esm/__/undici/lib/websocket/symbols.js +0 -22
  1020. package/lib/esm/__/undici/lib/websocket/symbols.js.map +0 -1
  1021. package/lib/esm/__/undici/lib/websocket/util.js +0 -214
  1022. package/lib/esm/__/undici/lib/websocket/util.js.map +0 -1
  1023. package/lib/esm/__/undici/lib/websocket/websocket.js +0 -662
  1024. package/lib/esm/__/undici/lib/websocket/websocket.js.map +0 -1
  1025. package/lib/esm/_virtual/api-request2.js +0 -4
  1026. package/lib/esm/_virtual/api-request2.js.map +0 -1
  1027. package/lib/esm/_virtual/constants2.js +0 -4
  1028. package/lib/esm/_virtual/constants2.js.map +0 -1
  1029. package/lib/esm/_virtual/index15.js +0 -4
  1030. package/lib/esm/_virtual/index15.js.map +0 -1
  1031. package/lib/esm/_virtual/index16.js +0 -4
  1032. package/lib/esm/_virtual/index16.js.map +0 -1
  1033. package/lib/esm/_virtual/main.js +0 -4
  1034. package/lib/esm/_virtual/main.js.map +0 -1
  1035. package/lib/esm/_virtual/mock-interceptor2.js +0 -4
  1036. package/lib/esm/_virtual/mock-interceptor2.js.map +0 -1
  1037. package/lib/esm/_virtual/utils4.js +0 -4
  1038. package/lib/esm/_virtual/utils4.js.map +0 -1
  1039. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/auth-token/dist-bundle/index.js +0 -0
  1040. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/index.js +0 -0
  1041. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/version.js +0 -0
  1042. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/endpoint/dist-bundle/index.js +0 -0
  1043. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/graphql/dist-bundle/index.js +0 -0
  1044. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-paginate-rest/dist-bundle/index.js +0 -0
  1045. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js +0 -0
  1046. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +0 -0
  1047. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/index.js +0 -0
  1048. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/version.js +0 -0
  1049. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/request-error/dist-src/index.js +0 -0
  1050. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/index.js +0 -0
  1051. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/add.js +0 -0
  1052. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/register.js +0 -0
  1053. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/remove.js +0 -0
  1054. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/command.js +0 -0
  1055. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/error.js +0 -0
  1056. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/promise.js +0 -0
  1057. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/stdio.js +0 -0
  1058. /package/lib/cjs/__/{env-ci/__/get-stream → get-stream}/source/array-buffer.js +0 -0
  1059. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/core.js +0 -0
  1060. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/main.js +0 -0
  1061. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/realtime.js +0 -0
  1062. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/signals.js +0 -0
  1063. /package/lib/cjs/__/{env-ci/__/is-stream → is-stream}/index.js +0 -0
  1064. /package/lib/cjs/__/{env-ci → npm-run-path}/__/path-key/index.js +0 -0
  1065. /package/lib/cjs/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/index.js +0 -0
  1066. /package/lib/cjs/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/signals.js +0 -0
  1067. /package/lib/cjs/__/{env-ci/__/strip-final-newline → strip-final-newline}/index.js +0 -0
  1068. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/core/tree.js +0 -0
  1069. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/balanced-pool.js +0 -0
  1070. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h1.js +0 -0
  1071. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h2.js +0 -0
  1072. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/env-http-proxy-agent.js +0 -0
  1073. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/fixed-queue.js +0 -0
  1074. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/pool-stats.js +0 -0
  1075. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/proxy-agent.js +0 -0
  1076. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/retry-agent.js +0 -0
  1077. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/handler/decorator-handler.js +0 -0
  1078. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/handler/retry-handler.js +0 -0
  1079. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dns.js +0 -0
  1080. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dump.js +0 -0
  1081. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect-interceptor.js +0 -0
  1082. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect.js +0 -0
  1083. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/retry.js +0 -0
  1084. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/util/timers.js +0 -0
  1085. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cache.js +0 -0
  1086. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cachestorage.js +0 -0
  1087. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/symbols.js +0 -0
  1088. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/util.js +0 -0
  1089. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/constants.js +0 -0
  1090. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/index.js +0 -0
  1091. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/parse.js +0 -0
  1092. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/util.js +0 -0
  1093. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource-stream.js +0 -0
  1094. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource.js +0 -0
  1095. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/util.js +0 -0
  1096. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/body.js +0 -0
  1097. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/constants.js +0 -0
  1098. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/data-url.js +0 -0
  1099. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/dispatcher-weakref.js +0 -0
  1100. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/file.js +0 -0
  1101. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/formdata-parser.js +0 -0
  1102. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/global.js +0 -0
  1103. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/symbols.js +0 -0
  1104. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/encoding.js +0 -0
  1105. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/filereader.js +0 -0
  1106. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/progressevent.js +0 -0
  1107. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/symbols.js +0 -0
  1108. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/connection.js +0 -0
  1109. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/constants.js +0 -0
  1110. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/events.js +0 -0
  1111. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/frame.js +0 -0
  1112. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/sender.js +0 -0
  1113. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/symbols.js +0 -0
  1114. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/util.js +0 -0
  1115. /package/lib/cjs/__/{@actions/github/__/universal-user-agent → universal-user-agent}/index.js +0 -0
  1116. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/auth-token/dist-bundle/index.js +0 -0
  1117. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/index.js +0 -0
  1118. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/version.js +0 -0
  1119. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/endpoint/dist-bundle/index.js +0 -0
  1120. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/graphql/dist-bundle/index.js +0 -0
  1121. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-paginate-rest/dist-bundle/index.js +0 -0
  1122. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js +0 -0
  1123. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +0 -0
  1124. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/index.js +0 -0
  1125. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/version.js +0 -0
  1126. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/request-error/dist-src/index.js +0 -0
  1127. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/index.js +0 -0
  1128. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/add.js +0 -0
  1129. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/register.js +0 -0
  1130. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/remove.js +0 -0
  1131. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/command.js +0 -0
  1132. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/error.js +0 -0
  1133. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/promise.js +0 -0
  1134. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/stdio.js +0 -0
  1135. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/verbose.js +0 -0
  1136. /package/lib/esm/__/{env-ci/__/get-stream → get-stream}/source/array-buffer.js +0 -0
  1137. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/core.js +0 -0
  1138. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/main.js +0 -0
  1139. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/realtime.js +0 -0
  1140. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/signals.js +0 -0
  1141. /package/lib/esm/__/{env-ci/__/is-stream → is-stream}/index.js +0 -0
  1142. /package/lib/esm/__/{env-ci → npm-run-path}/__/path-key/index.js +0 -0
  1143. /package/lib/esm/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/index.js +0 -0
  1144. /package/lib/esm/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/signals.js +0 -0
  1145. /package/lib/esm/__/{env-ci/__/strip-final-newline → strip-final-newline}/index.js +0 -0
  1146. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/core/tree.js +0 -0
  1147. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/balanced-pool.js +0 -0
  1148. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h1.js +0 -0
  1149. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h2.js +0 -0
  1150. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/env-http-proxy-agent.js +0 -0
  1151. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/fixed-queue.js +0 -0
  1152. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/pool-stats.js +0 -0
  1153. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/proxy-agent.js +0 -0
  1154. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/retry-agent.js +0 -0
  1155. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/handler/decorator-handler.js +0 -0
  1156. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/handler/retry-handler.js +0 -0
  1157. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dns.js +0 -0
  1158. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dump.js +0 -0
  1159. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect-interceptor.js +0 -0
  1160. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect.js +0 -0
  1161. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/retry.js +0 -0
  1162. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/util/timers.js +0 -0
  1163. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cache.js +0 -0
  1164. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cachestorage.js +0 -0
  1165. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/symbols.js +0 -0
  1166. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/util.js +0 -0
  1167. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/constants.js +0 -0
  1168. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/index.js +0 -0
  1169. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/parse.js +0 -0
  1170. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/util.js +0 -0
  1171. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource-stream.js +0 -0
  1172. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource.js +0 -0
  1173. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/util.js +0 -0
  1174. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/body.js +0 -0
  1175. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/constants.js +0 -0
  1176. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/data-url.js +0 -0
  1177. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/dispatcher-weakref.js +0 -0
  1178. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/file.js +0 -0
  1179. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/formdata-parser.js +0 -0
  1180. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/global.js +0 -0
  1181. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/symbols.js +0 -0
  1182. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/encoding.js +0 -0
  1183. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/filereader.js +0 -0
  1184. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/progressevent.js +0 -0
  1185. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/symbols.js +0 -0
  1186. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/connection.js +0 -0
  1187. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/constants.js +0 -0
  1188. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/events.js +0 -0
  1189. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/frame.js +0 -0
  1190. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/sender.js +0 -0
  1191. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/symbols.js +0 -0
  1192. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/util.js +0 -0
  1193. /package/lib/esm/__/{@actions/github/__/universal-user-agent → universal-user-agent}/index.js +0 -0
@@ -1,248 +0,0 @@
1
- 'use strict';
2
-
3
- var require$$0 = require('node:events');
4
- var require$$1 = require('node:util');
5
-
6
- function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
7
-
8
- var require$$0__default = /*#__PURE__*/_interopDefault(require$$0);
9
- var require$$1__default = /*#__PURE__*/_interopDefault(require$$1);
10
-
11
- var sbmh;
12
- var hasRequiredSbmh;
13
-
14
- function requireSbmh () {
15
- if (hasRequiredSbmh) return sbmh;
16
- hasRequiredSbmh = 1;
17
-
18
- /**
19
- * Copyright Brian White. All rights reserved.
20
- *
21
- * @see https://github.com/mscdex/streamsearch
22
- *
23
- * Permission is hereby granted, free of charge, to any person obtaining a copy
24
- * of this software and associated documentation files (the "Software"), to
25
- * deal in the Software without restriction, including without limitation the
26
- * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
27
- * sell copies of the Software, and to permit persons to whom the Software is
28
- * furnished to do so, subject to the following conditions:
29
- *
30
- * The above copyright notice and this permission notice shall be included in
31
- * all copies or substantial portions of the Software.
32
- *
33
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
36
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
37
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
38
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
39
- * IN THE SOFTWARE.
40
- *
41
- * Based heavily on the Streaming Boyer-Moore-Horspool C++ implementation
42
- * by Hongli Lai at: https://github.com/FooBarWidget/boyer-moore-horspool
43
- */
44
- const EventEmitter = require$$0__default.default.EventEmitter;
45
- const inherits = require$$1__default.default.inherits;
46
-
47
- function SBMH (needle) {
48
- if (typeof needle === 'string') {
49
- needle = Buffer.from(needle);
50
- }
51
-
52
- if (!Buffer.isBuffer(needle)) {
53
- throw new TypeError('The needle has to be a String or a Buffer.')
54
- }
55
-
56
- const needleLength = needle.length;
57
-
58
- if (needleLength === 0) {
59
- throw new Error('The needle cannot be an empty String/Buffer.')
60
- }
61
-
62
- if (needleLength > 256) {
63
- throw new Error('The needle cannot have a length bigger than 256.')
64
- }
65
-
66
- this.maxMatches = Infinity;
67
- this.matches = 0;
68
-
69
- this._occ = new Array(256)
70
- .fill(needleLength); // Initialize occurrence table.
71
- this._lookbehind_size = 0;
72
- this._needle = needle;
73
- this._bufpos = 0;
74
-
75
- this._lookbehind = Buffer.alloc(needleLength);
76
-
77
- // Populate occurrence table with analysis of the needle,
78
- // ignoring last letter.
79
- for (var i = 0; i < needleLength - 1; ++i) { // eslint-disable-line no-var
80
- this._occ[needle[i]] = needleLength - 1 - i;
81
- }
82
- }
83
- inherits(SBMH, EventEmitter);
84
-
85
- SBMH.prototype.reset = function () {
86
- this._lookbehind_size = 0;
87
- this.matches = 0;
88
- this._bufpos = 0;
89
- };
90
-
91
- SBMH.prototype.push = function (chunk, pos) {
92
- if (!Buffer.isBuffer(chunk)) {
93
- chunk = Buffer.from(chunk, 'binary');
94
- }
95
- const chlen = chunk.length;
96
- this._bufpos = pos || 0;
97
- let r;
98
- while (r !== chlen && this.matches < this.maxMatches) { r = this._sbmh_feed(chunk); }
99
- return r
100
- };
101
-
102
- SBMH.prototype._sbmh_feed = function (data) {
103
- const len = data.length;
104
- const needle = this._needle;
105
- const needleLength = needle.length;
106
- const lastNeedleChar = needle[needleLength - 1];
107
-
108
- // Positive: points to a position in `data`
109
- // pos == 3 points to data[3]
110
- // Negative: points to a position in the lookbehind buffer
111
- // pos == -2 points to lookbehind[lookbehind_size - 2]
112
- let pos = -this._lookbehind_size;
113
- let ch;
114
-
115
- if (pos < 0) {
116
- // Lookbehind buffer is not empty. Perform Boyer-Moore-Horspool
117
- // search with character lookup code that considers both the
118
- // lookbehind buffer and the current round's haystack data.
119
- //
120
- // Loop until
121
- // there is a match.
122
- // or until
123
- // we've moved past the position that requires the
124
- // lookbehind buffer. In this case we switch to the
125
- // optimized loop.
126
- // or until
127
- // the character to look at lies outside the haystack.
128
- while (pos < 0 && pos <= len - needleLength) {
129
- ch = this._sbmh_lookup_char(data, pos + needleLength - 1);
130
-
131
- if (
132
- ch === lastNeedleChar &&
133
- this._sbmh_memcmp(data, pos, needleLength - 1)
134
- ) {
135
- this._lookbehind_size = 0;
136
- ++this.matches;
137
- this.emit('info', true);
138
-
139
- return (this._bufpos = pos + needleLength)
140
- }
141
- pos += this._occ[ch];
142
- }
143
-
144
- // No match.
145
-
146
- if (pos < 0) {
147
- // There's too few data for Boyer-Moore-Horspool to run,
148
- // so let's use a different algorithm to skip as much as
149
- // we can.
150
- // Forward pos until
151
- // the trailing part of lookbehind + data
152
- // looks like the beginning of the needle
153
- // or until
154
- // pos == 0
155
- while (pos < 0 && !this._sbmh_memcmp(data, pos, len - pos)) { ++pos; }
156
- }
157
-
158
- if (pos >= 0) {
159
- // Discard lookbehind buffer.
160
- this.emit('info', false, this._lookbehind, 0, this._lookbehind_size);
161
- this._lookbehind_size = 0;
162
- } else {
163
- // Cut off part of the lookbehind buffer that has
164
- // been processed and append the entire haystack
165
- // into it.
166
- const bytesToCutOff = this._lookbehind_size + pos;
167
- if (bytesToCutOff > 0) {
168
- // The cut off data is guaranteed not to contain the needle.
169
- this.emit('info', false, this._lookbehind, 0, bytesToCutOff);
170
- }
171
-
172
- this._lookbehind.copy(this._lookbehind, 0, bytesToCutOff,
173
- this._lookbehind_size - bytesToCutOff);
174
- this._lookbehind_size -= bytesToCutOff;
175
-
176
- data.copy(this._lookbehind, this._lookbehind_size);
177
- this._lookbehind_size += len;
178
-
179
- this._bufpos = len;
180
- return len
181
- }
182
- }
183
-
184
- pos += (pos >= 0) * this._bufpos;
185
-
186
- // Lookbehind buffer is now empty. We only need to check if the
187
- // needle is in the haystack.
188
- if (data.indexOf(needle, pos) !== -1) {
189
- pos = data.indexOf(needle, pos);
190
- ++this.matches;
191
- if (pos > 0) { this.emit('info', true, data, this._bufpos, pos); } else { this.emit('info', true); }
192
-
193
- return (this._bufpos = pos + needleLength)
194
- } else {
195
- pos = len - needleLength;
196
- }
197
-
198
- // There was no match. If there's trailing haystack data that we cannot
199
- // match yet using the Boyer-Moore-Horspool algorithm (because the trailing
200
- // data is less than the needle size) then match using a modified
201
- // algorithm that starts matching from the beginning instead of the end.
202
- // Whatever trailing data is left after running this algorithm is added to
203
- // the lookbehind buffer.
204
- while (
205
- pos < len &&
206
- (
207
- data[pos] !== needle[0] ||
208
- (
209
- (Buffer.compare(
210
- data.subarray(pos, pos + len - pos),
211
- needle.subarray(0, len - pos)
212
- ) !== 0)
213
- )
214
- )
215
- ) {
216
- ++pos;
217
- }
218
- if (pos < len) {
219
- data.copy(this._lookbehind, 0, pos, pos + (len - pos));
220
- this._lookbehind_size = len - pos;
221
- }
222
-
223
- // Everything until pos is guaranteed not to contain needle data.
224
- if (pos > 0) { this.emit('info', false, data, this._bufpos, pos < len ? pos : len); }
225
-
226
- this._bufpos = len;
227
- return len
228
- };
229
-
230
- SBMH.prototype._sbmh_lookup_char = function (data, pos) {
231
- return (pos < 0)
232
- ? this._lookbehind[this._lookbehind_size + pos]
233
- : data[pos]
234
- };
235
-
236
- SBMH.prototype._sbmh_memcmp = function (data, pos, len) {
237
- for (var i = 0; i < len; ++i) { // eslint-disable-line no-var
238
- if (this._sbmh_lookup_char(data, pos + i) !== this._needle[i]) { return false }
239
- }
240
- return true
241
- };
242
-
243
- sbmh = SBMH;
244
- return sbmh;
245
- }
246
-
247
- exports.__require = requireSbmh;
248
- //# sourceMappingURL=sbmh.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sbmh.js","sources":["../../../../../../../../../node_modules/@fastify/busboy/deps/streamsearch/sbmh.js"],"sourcesContent":["'use strict'\n\n/**\n * Copyright Brian White. All rights reserved.\n *\n * @see https://github.com/mscdex/streamsearch\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n *\n * Based heavily on the Streaming Boyer-Moore-Horspool C++ implementation\n * by Hongli Lai at: https://github.com/FooBarWidget/boyer-moore-horspool\n */\nconst EventEmitter = require('node:events').EventEmitter\nconst inherits = require('node:util').inherits\n\nfunction SBMH (needle) {\n if (typeof needle === 'string') {\n needle = Buffer.from(needle)\n }\n\n if (!Buffer.isBuffer(needle)) {\n throw new TypeError('The needle has to be a String or a Buffer.')\n }\n\n const needleLength = needle.length\n\n if (needleLength === 0) {\n throw new Error('The needle cannot be an empty String/Buffer.')\n }\n\n if (needleLength > 256) {\n throw new Error('The needle cannot have a length bigger than 256.')\n }\n\n this.maxMatches = Infinity\n this.matches = 0\n\n this._occ = new Array(256)\n .fill(needleLength) // Initialize occurrence table.\n this._lookbehind_size = 0\n this._needle = needle\n this._bufpos = 0\n\n this._lookbehind = Buffer.alloc(needleLength)\n\n // Populate occurrence table with analysis of the needle,\n // ignoring last letter.\n for (var i = 0; i < needleLength - 1; ++i) { // eslint-disable-line no-var\n this._occ[needle[i]] = needleLength - 1 - i\n }\n}\ninherits(SBMH, EventEmitter)\n\nSBMH.prototype.reset = function () {\n this._lookbehind_size = 0\n this.matches = 0\n this._bufpos = 0\n}\n\nSBMH.prototype.push = function (chunk, pos) {\n if (!Buffer.isBuffer(chunk)) {\n chunk = Buffer.from(chunk, 'binary')\n }\n const chlen = chunk.length\n this._bufpos = pos || 0\n let r\n while (r !== chlen && this.matches < this.maxMatches) { r = this._sbmh_feed(chunk) }\n return r\n}\n\nSBMH.prototype._sbmh_feed = function (data) {\n const len = data.length\n const needle = this._needle\n const needleLength = needle.length\n const lastNeedleChar = needle[needleLength - 1]\n\n // Positive: points to a position in `data`\n // pos == 3 points to data[3]\n // Negative: points to a position in the lookbehind buffer\n // pos == -2 points to lookbehind[lookbehind_size - 2]\n let pos = -this._lookbehind_size\n let ch\n\n if (pos < 0) {\n // Lookbehind buffer is not empty. Perform Boyer-Moore-Horspool\n // search with character lookup code that considers both the\n // lookbehind buffer and the current round's haystack data.\n //\n // Loop until\n // there is a match.\n // or until\n // we've moved past the position that requires the\n // lookbehind buffer. In this case we switch to the\n // optimized loop.\n // or until\n // the character to look at lies outside the haystack.\n while (pos < 0 && pos <= len - needleLength) {\n ch = this._sbmh_lookup_char(data, pos + needleLength - 1)\n\n if (\n ch === lastNeedleChar &&\n this._sbmh_memcmp(data, pos, needleLength - 1)\n ) {\n this._lookbehind_size = 0\n ++this.matches\n this.emit('info', true)\n\n return (this._bufpos = pos + needleLength)\n }\n pos += this._occ[ch]\n }\n\n // No match.\n\n if (pos < 0) {\n // There's too few data for Boyer-Moore-Horspool to run,\n // so let's use a different algorithm to skip as much as\n // we can.\n // Forward pos until\n // the trailing part of lookbehind + data\n // looks like the beginning of the needle\n // or until\n // pos == 0\n while (pos < 0 && !this._sbmh_memcmp(data, pos, len - pos)) { ++pos }\n }\n\n if (pos >= 0) {\n // Discard lookbehind buffer.\n this.emit('info', false, this._lookbehind, 0, this._lookbehind_size)\n this._lookbehind_size = 0\n } else {\n // Cut off part of the lookbehind buffer that has\n // been processed and append the entire haystack\n // into it.\n const bytesToCutOff = this._lookbehind_size + pos\n if (bytesToCutOff > 0) {\n // The cut off data is guaranteed not to contain the needle.\n this.emit('info', false, this._lookbehind, 0, bytesToCutOff)\n }\n\n this._lookbehind.copy(this._lookbehind, 0, bytesToCutOff,\n this._lookbehind_size - bytesToCutOff)\n this._lookbehind_size -= bytesToCutOff\n\n data.copy(this._lookbehind, this._lookbehind_size)\n this._lookbehind_size += len\n\n this._bufpos = len\n return len\n }\n }\n\n pos += (pos >= 0) * this._bufpos\n\n // Lookbehind buffer is now empty. We only need to check if the\n // needle is in the haystack.\n if (data.indexOf(needle, pos) !== -1) {\n pos = data.indexOf(needle, pos)\n ++this.matches\n if (pos > 0) { this.emit('info', true, data, this._bufpos, pos) } else { this.emit('info', true) }\n\n return (this._bufpos = pos + needleLength)\n } else {\n pos = len - needleLength\n }\n\n // There was no match. If there's trailing haystack data that we cannot\n // match yet using the Boyer-Moore-Horspool algorithm (because the trailing\n // data is less than the needle size) then match using a modified\n // algorithm that starts matching from the beginning instead of the end.\n // Whatever trailing data is left after running this algorithm is added to\n // the lookbehind buffer.\n while (\n pos < len &&\n (\n data[pos] !== needle[0] ||\n (\n (Buffer.compare(\n data.subarray(pos, pos + len - pos),\n needle.subarray(0, len - pos)\n ) !== 0)\n )\n )\n ) {\n ++pos\n }\n if (pos < len) {\n data.copy(this._lookbehind, 0, pos, pos + (len - pos))\n this._lookbehind_size = len - pos\n }\n\n // Everything until pos is guaranteed not to contain needle data.\n if (pos > 0) { this.emit('info', false, data, this._bufpos, pos < len ? pos : len) }\n\n this._bufpos = len\n return len\n}\n\nSBMH.prototype._sbmh_lookup_char = function (data, pos) {\n return (pos < 0)\n ? this._lookbehind[this._lookbehind_size + pos]\n : data[pos]\n}\n\nSBMH.prototype._sbmh_memcmp = function (data, pos, len) {\n for (var i = 0; i < len; ++i) { // eslint-disable-line no-var\n if (this._sbmh_lookup_char(data, pos + i) !== this._needle[i]) { return false }\n }\n return true\n}\n\nmodule.exports = SBMH\n"],"names":["require$$0","require$$1"],"mappings":"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","x_google_ignoreList":[0]}
@@ -1,109 +0,0 @@
1
- 'use strict';
2
-
3
- var main = require('../../../../_virtual/main.js');
4
- var require$$0 = require('node:stream');
5
- var require$$1 = require('node:util');
6
- var Dicer = require('../deps/dicer/lib/Dicer.js');
7
- var multipart = require('./types/multipart.js');
8
- var urlencoded = require('./types/urlencoded.js');
9
- var parseParams = require('./utils/parseParams.js');
10
-
11
- function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
12
-
13
- var require$$0__default = /*#__PURE__*/_interopDefault(require$$0);
14
- var require$$1__default = /*#__PURE__*/_interopDefault(require$$1);
15
-
16
- var hasRequiredMain;
17
-
18
- function requireMain () {
19
- if (hasRequiredMain) return main.__module.exports;
20
- hasRequiredMain = 1;
21
-
22
- const WritableStream = require$$0__default.default.Writable;
23
- const { inherits } = require$$1__default.default;
24
- const Dicer$1 = Dicer.__require();
25
-
26
- const MultipartParser = multipart.__require();
27
- const UrlencodedParser = urlencoded.__require();
28
- const parseParams$1 = parseParams.__require();
29
-
30
- function Busboy (opts) {
31
- if (!(this instanceof Busboy)) { return new Busboy(opts) }
32
-
33
- if (typeof opts !== 'object') {
34
- throw new TypeError('Busboy expected an options-Object.')
35
- }
36
- if (typeof opts.headers !== 'object') {
37
- throw new TypeError('Busboy expected an options-Object with headers-attribute.')
38
- }
39
- if (typeof opts.headers['content-type'] !== 'string') {
40
- throw new TypeError('Missing Content-Type-header.')
41
- }
42
-
43
- const {
44
- headers,
45
- ...streamOptions
46
- } = opts;
47
-
48
- this.opts = {
49
- autoDestroy: false,
50
- ...streamOptions
51
- };
52
- WritableStream.call(this, this.opts);
53
-
54
- this._done = false;
55
- this._parser = this.getParserByHeaders(headers);
56
- this._finished = false;
57
- }
58
- inherits(Busboy, WritableStream);
59
-
60
- Busboy.prototype.emit = function (ev) {
61
- if (ev === 'finish') {
62
- if (!this._done) {
63
- this._parser?.end();
64
- return
65
- } else if (this._finished) {
66
- return
67
- }
68
- this._finished = true;
69
- }
70
- WritableStream.prototype.emit.apply(this, arguments);
71
- };
72
-
73
- Busboy.prototype.getParserByHeaders = function (headers) {
74
- const parsed = parseParams$1(headers['content-type']);
75
-
76
- const cfg = {
77
- defCharset: this.opts.defCharset,
78
- fileHwm: this.opts.fileHwm,
79
- headers,
80
- highWaterMark: this.opts.highWaterMark,
81
- isPartAFile: this.opts.isPartAFile,
82
- limits: this.opts.limits,
83
- parsedConType: parsed,
84
- preservePath: this.opts.preservePath
85
- };
86
-
87
- if (MultipartParser.detect.test(parsed[0])) {
88
- return new MultipartParser(this, cfg)
89
- }
90
- if (UrlencodedParser.detect.test(parsed[0])) {
91
- return new UrlencodedParser(this, cfg)
92
- }
93
- throw new Error('Unsupported Content-Type.')
94
- };
95
-
96
- Busboy.prototype._write = function (chunk, encoding, cb) {
97
- this._parser.write(chunk, cb);
98
- };
99
-
100
- main.__module.exports = Busboy;
101
- main.__module.exports.default = Busboy;
102
- main.__module.exports.Busboy = Busboy;
103
-
104
- main.__module.exports.Dicer = Dicer$1;
105
- return main.__module.exports;
106
- }
107
-
108
- exports.__require = requireMain;
109
- //# sourceMappingURL=main.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"main.js","sources":["../../../../../../../../node_modules/@fastify/busboy/lib/main.js"],"sourcesContent":["'use strict'\n\nconst WritableStream = require('node:stream').Writable\nconst { inherits } = require('node:util')\nconst Dicer = require('../deps/dicer/lib/Dicer')\n\nconst MultipartParser = require('./types/multipart')\nconst UrlencodedParser = require('./types/urlencoded')\nconst parseParams = require('./utils/parseParams')\n\nfunction Busboy (opts) {\n if (!(this instanceof Busboy)) { return new Busboy(opts) }\n\n if (typeof opts !== 'object') {\n throw new TypeError('Busboy expected an options-Object.')\n }\n if (typeof opts.headers !== 'object') {\n throw new TypeError('Busboy expected an options-Object with headers-attribute.')\n }\n if (typeof opts.headers['content-type'] !== 'string') {\n throw new TypeError('Missing Content-Type-header.')\n }\n\n const {\n headers,\n ...streamOptions\n } = opts\n\n this.opts = {\n autoDestroy: false,\n ...streamOptions\n }\n WritableStream.call(this, this.opts)\n\n this._done = false\n this._parser = this.getParserByHeaders(headers)\n this._finished = false\n}\ninherits(Busboy, WritableStream)\n\nBusboy.prototype.emit = function (ev) {\n if (ev === 'finish') {\n if (!this._done) {\n this._parser?.end()\n return\n } else if (this._finished) {\n return\n }\n this._finished = true\n }\n WritableStream.prototype.emit.apply(this, arguments)\n}\n\nBusboy.prototype.getParserByHeaders = function (headers) {\n const parsed = parseParams(headers['content-type'])\n\n const cfg = {\n defCharset: this.opts.defCharset,\n fileHwm: this.opts.fileHwm,\n headers,\n highWaterMark: this.opts.highWaterMark,\n isPartAFile: this.opts.isPartAFile,\n limits: this.opts.limits,\n parsedConType: parsed,\n preservePath: this.opts.preservePath\n }\n\n if (MultipartParser.detect.test(parsed[0])) {\n return new MultipartParser(this, cfg)\n }\n if (UrlencodedParser.detect.test(parsed[0])) {\n return new UrlencodedParser(this, cfg)\n }\n throw new Error('Unsupported Content-Type.')\n}\n\nBusboy.prototype._write = function (chunk, encoding, cb) {\n this._parser.write(chunk, cb)\n}\n\nmodule.exports = Busboy\nmodule.exports.default = Busboy\nmodule.exports.Busboy = Busboy\n\nmodule.exports.Dicer = Dicer\n"],"names":["require$$0","require$$1","Dicer","require$$2","require$$3","require$$4","parseParams","require$$5","mainModule"],"mappings":"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","x_google_ignoreList":[0]}