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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1188) hide show
  1. package/lib/cjs/__/@actions/http-client/lib/index.js +2 -2
  2. package/lib/cjs/__/@octokit/auth-token/dist-bundle/index.js.map +1 -0
  3. package/lib/cjs/__/@octokit/core/dist-src/index.js.map +1 -0
  4. package/lib/cjs/__/@octokit/core/dist-src/version.js.map +1 -0
  5. package/lib/cjs/__/@octokit/endpoint/dist-bundle/index.js.map +1 -0
  6. package/lib/cjs/__/@octokit/graphql/dist-bundle/index.js.map +1 -0
  7. package/lib/cjs/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +1 -0
  8. package/lib/cjs/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +1 -0
  9. package/lib/cjs/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +1 -0
  10. package/lib/cjs/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +1 -0
  11. package/lib/cjs/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +1 -0
  12. package/lib/cjs/__/@octokit/request/dist-bundle/index.js +200 -0
  13. package/lib/cjs/__/@octokit/request/dist-bundle/index.js.map +1 -0
  14. package/lib/cjs/__/@octokit/request-error/dist-src/index.js.map +1 -0
  15. package/lib/cjs/__/before-after-hook/index.js.map +1 -0
  16. package/lib/cjs/__/before-after-hook/lib/add.js.map +1 -0
  17. package/lib/cjs/__/before-after-hook/lib/register.js.map +1 -0
  18. package/lib/cjs/__/before-after-hook/lib/remove.js.map +1 -0
  19. package/lib/cjs/__/cross-spawn/index.js +1 -1
  20. package/lib/cjs/__/env-ci/lib/git.js +1 -1
  21. package/lib/cjs/__/execa/index.js +149 -0
  22. package/lib/cjs/__/execa/index.js.map +1 -0
  23. package/lib/cjs/__/execa/lib/command.js.map +1 -0
  24. package/lib/cjs/__/execa/lib/error.js.map +1 -0
  25. package/lib/cjs/__/execa/lib/promise.js.map +1 -0
  26. package/lib/cjs/__/execa/lib/stdio.js.map +1 -0
  27. package/lib/cjs/__/execa/lib/stream.js +35 -0
  28. package/lib/cjs/__/execa/lib/stream.js.map +1 -0
  29. package/lib/cjs/__/execa/lib/verbose.js +29 -0
  30. package/lib/cjs/__/execa/lib/verbose.js.map +1 -0
  31. package/lib/cjs/__/fast-content-type-parse/index.js +1 -1
  32. package/lib/cjs/__/get-stream/source/array-buffer.js.map +1 -0
  33. package/lib/cjs/__/human-signals/build/src/core.js.map +1 -0
  34. package/lib/cjs/__/human-signals/build/src/main.js.map +1 -0
  35. package/lib/cjs/__/human-signals/build/src/realtime.js.map +1 -0
  36. package/lib/cjs/__/human-signals/build/src/signals.js.map +1 -0
  37. package/lib/cjs/__/is-stream/index.js.map +1 -0
  38. package/lib/cjs/__/json-with-bigint/json-with-bigint.js +83 -23
  39. package/lib/cjs/__/json-with-bigint/json-with-bigint.js.map +1 -1
  40. package/lib/cjs/__/npm-run-path/__/path-key/index.js.map +1 -0
  41. package/lib/cjs/__/npm-run-path/index.js +63 -0
  42. package/lib/cjs/__/npm-run-path/index.js.map +1 -0
  43. package/lib/cjs/__/path-key/index.js +1 -1
  44. package/lib/cjs/__/signal-exit/dist/mjs/index.js.map +1 -0
  45. package/lib/cjs/__/signal-exit/dist/mjs/signals.js.map +1 -0
  46. package/lib/cjs/__/strip-final-newline/index.js.map +1 -0
  47. package/lib/cjs/__/tunnel/lib/tunnel.js +9 -9
  48. package/lib/cjs/__/tunnel/lib/tunnel.js.map +1 -1
  49. package/lib/cjs/__/undici/index.js +99 -85
  50. package/lib/cjs/__/undici/index.js.map +1 -1
  51. package/lib/cjs/__/undici/lib/api/abort-signal.js +5 -2
  52. package/lib/cjs/__/undici/lib/api/abort-signal.js.map +1 -1
  53. package/lib/cjs/__/undici/lib/api/api-connect.js +13 -7
  54. package/lib/cjs/__/undici/lib/api/api-connect.js.map +1 -1
  55. package/lib/cjs/__/undici/lib/api/api-pipeline.js +10 -8
  56. package/lib/cjs/__/undici/lib/api/api-pipeline.js.map +1 -1
  57. package/lib/cjs/__/undici/lib/api/api-request.js +63 -28
  58. package/lib/cjs/__/undici/lib/api/api-request.js.map +1 -1
  59. package/lib/cjs/__/undici/lib/api/api-stream.js +14 -12
  60. package/lib/cjs/__/undici/lib/api/api-stream.js.map +1 -1
  61. package/lib/cjs/__/undici/lib/api/api-upgrade.js +12 -9
  62. package/lib/cjs/__/undici/lib/api/api-upgrade.js.map +1 -1
  63. package/lib/cjs/__/undici/lib/api/readable.js +147 -84
  64. package/lib/cjs/__/undici/lib/api/readable.js.map +1 -1
  65. package/lib/cjs/__/undici/lib/api/util.js +74 -27
  66. package/lib/cjs/__/undici/lib/api/util.js.map +1 -1
  67. package/lib/cjs/__/undici/lib/core/connect.js +83 -31
  68. package/lib/cjs/__/undici/lib/core/connect.js.map +1 -1
  69. package/lib/cjs/__/undici/lib/core/diagnostics.js +222 -0
  70. package/lib/cjs/__/undici/lib/core/diagnostics.js.map +1 -0
  71. package/lib/cjs/__/undici/lib/core/errors.js +216 -21
  72. package/lib/cjs/__/undici/lib/core/errors.js.map +1 -1
  73. package/lib/cjs/__/undici/lib/core/request.js +116 -210
  74. package/lib/cjs/__/undici/lib/core/request.js.map +1 -1
  75. package/lib/cjs/__/undici/lib/core/symbols.js +10 -6
  76. package/lib/cjs/__/undici/lib/core/symbols.js.map +1 -1
  77. package/lib/cjs/__/undici/lib/core/tree.js.map +1 -0
  78. package/lib/cjs/__/undici/lib/core/util.js +321 -123
  79. package/lib/cjs/__/undici/lib/core/util.js.map +1 -1
  80. package/lib/cjs/__/undici/lib/dispatcher/agent.js +150 -0
  81. package/lib/cjs/__/undici/lib/dispatcher/agent.js.map +1 -0
  82. package/lib/cjs/__/undici/lib/dispatcher/balanced-pool.js.map +1 -0
  83. package/lib/cjs/__/undici/lib/dispatcher/client-h1.js.map +1 -0
  84. package/lib/cjs/__/undici/lib/dispatcher/client-h2.js.map +1 -0
  85. package/lib/cjs/__/undici/lib/dispatcher/client.js +651 -0
  86. package/lib/cjs/__/undici/lib/dispatcher/client.js.map +1 -0
  87. package/lib/cjs/__/undici/lib/dispatcher/dispatcher-base.js +214 -0
  88. package/lib/cjs/__/undici/lib/dispatcher/dispatcher-base.js.map +1 -0
  89. package/lib/cjs/__/undici/lib/dispatcher/dispatcher.js +83 -0
  90. package/lib/cjs/__/undici/lib/dispatcher/dispatcher.js.map +1 -0
  91. package/lib/cjs/__/undici/lib/dispatcher/env-http-proxy-agent.js.map +1 -0
  92. package/lib/cjs/__/undici/lib/dispatcher/fixed-queue.js.map +1 -0
  93. package/lib/cjs/__/undici/lib/dispatcher/pool-base.js +211 -0
  94. package/lib/cjs/__/undici/lib/dispatcher/pool-base.js.map +1 -0
  95. package/lib/cjs/__/undici/lib/dispatcher/pool-stats.js.map +1 -0
  96. package/lib/cjs/__/undici/lib/dispatcher/pool.js +126 -0
  97. package/lib/cjs/__/undici/lib/dispatcher/pool.js.map +1 -0
  98. package/lib/cjs/__/undici/lib/dispatcher/proxy-agent.js.map +1 -0
  99. package/lib/cjs/__/undici/lib/dispatcher/retry-agent.js.map +1 -0
  100. package/lib/cjs/__/undici/lib/global.js +1 -1
  101. package/lib/cjs/__/undici/lib/global.js.map +1 -1
  102. package/lib/cjs/__/undici/lib/handler/decorator-handler.js.map +1 -0
  103. package/lib/cjs/__/undici/lib/handler/redirect-handler.js +237 -0
  104. package/lib/cjs/__/undici/lib/handler/redirect-handler.js.map +1 -0
  105. package/lib/cjs/__/undici/lib/handler/retry-handler.js.map +1 -0
  106. package/lib/cjs/__/undici/lib/interceptor/dns.js.map +1 -0
  107. package/lib/cjs/__/undici/lib/interceptor/dump.js.map +1 -0
  108. package/lib/cjs/__/undici/lib/interceptor/redirect-interceptor.js.map +1 -0
  109. package/lib/cjs/__/undici/lib/interceptor/redirect.js.map +1 -0
  110. package/lib/cjs/__/undici/lib/interceptor/retry.js.map +1 -0
  111. package/lib/cjs/__/undici/lib/llhttp/llhttp-wasm.js +10 -1
  112. package/lib/cjs/__/undici/lib/llhttp/llhttp-wasm.js.map +1 -1
  113. package/lib/cjs/__/undici/lib/llhttp/llhttp_simd-wasm.js +10 -1
  114. package/lib/cjs/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +1 -1
  115. package/lib/cjs/__/undici/lib/mock/mock-agent.js +10 -21
  116. package/lib/cjs/__/undici/lib/mock/mock-agent.js.map +1 -1
  117. package/lib/cjs/__/undici/lib/mock/mock-client.js +4 -4
  118. package/lib/cjs/__/undici/lib/mock/mock-client.js.map +1 -1
  119. package/lib/cjs/__/undici/lib/mock/mock-errors.js +11 -0
  120. package/lib/cjs/__/undici/lib/mock/mock-errors.js.map +1 -1
  121. package/lib/cjs/__/undici/lib/mock/mock-interceptor.js +19 -18
  122. package/lib/cjs/__/undici/lib/mock/mock-interceptor.js.map +1 -1
  123. package/lib/cjs/__/undici/lib/mock/mock-pool.js +4 -4
  124. package/lib/cjs/__/undici/lib/mock/mock-pool.js.map +1 -1
  125. package/lib/cjs/__/undici/lib/mock/mock-utils.js +33 -17
  126. package/lib/cjs/__/undici/lib/mock/mock-utils.js.map +1 -1
  127. package/lib/cjs/__/undici/lib/mock/pending-interceptors-formatter.js +4 -1
  128. package/lib/cjs/__/undici/lib/mock/pending-interceptors-formatter.js.map +1 -1
  129. package/lib/cjs/__/undici/lib/util/timers.js.map +1 -0
  130. package/lib/cjs/__/undici/lib/web/cache/cache.js.map +1 -0
  131. package/lib/cjs/__/undici/lib/web/cache/cachestorage.js.map +1 -0
  132. package/lib/cjs/__/undici/lib/web/cache/symbols.js.map +1 -0
  133. package/lib/cjs/__/undici/lib/web/cache/util.js.map +1 -0
  134. package/lib/cjs/__/undici/lib/web/cookies/constants.js.map +1 -0
  135. package/lib/cjs/__/undici/lib/web/cookies/index.js.map +1 -0
  136. package/lib/cjs/__/undici/lib/web/cookies/parse.js.map +1 -0
  137. package/lib/cjs/__/undici/lib/web/cookies/util.js.map +1 -0
  138. package/lib/cjs/__/undici/lib/web/eventsource/eventsource-stream.js.map +1 -0
  139. package/lib/cjs/__/undici/lib/web/eventsource/eventsource.js.map +1 -0
  140. package/lib/cjs/__/undici/lib/web/eventsource/util.js.map +1 -0
  141. package/lib/cjs/__/undici/lib/web/fetch/body.js.map +1 -0
  142. package/lib/cjs/__/undici/lib/web/fetch/constants.js.map +1 -0
  143. package/lib/cjs/__/undici/lib/web/fetch/data-url.js.map +1 -0
  144. package/lib/cjs/__/undici/lib/web/fetch/dispatcher-weakref.js.map +1 -0
  145. package/lib/cjs/__/undici/lib/web/fetch/file.js.map +1 -0
  146. package/lib/cjs/__/undici/lib/web/fetch/formdata-parser.js.map +1 -0
  147. package/lib/cjs/__/undici/lib/web/fetch/formdata.js +275 -0
  148. package/lib/cjs/__/undici/lib/web/fetch/formdata.js.map +1 -0
  149. package/lib/cjs/__/undici/lib/web/fetch/global.js.map +1 -0
  150. package/lib/cjs/__/undici/lib/web/fetch/headers.js +709 -0
  151. package/lib/cjs/__/undici/lib/web/fetch/headers.js.map +1 -0
  152. package/lib/cjs/__/undici/lib/web/fetch/index.js +2235 -0
  153. package/lib/cjs/__/undici/lib/web/fetch/index.js.map +1 -0
  154. package/lib/cjs/__/undici/lib/web/fetch/request.js +1069 -0
  155. package/lib/cjs/__/undici/lib/web/fetch/request.js.map +1 -0
  156. package/lib/cjs/__/undici/lib/web/fetch/response.js +640 -0
  157. package/lib/cjs/__/undici/lib/web/fetch/response.js.map +1 -0
  158. package/lib/cjs/__/undici/lib/web/fetch/symbols.js.map +1 -0
  159. package/lib/cjs/__/undici/lib/web/fetch/util.js +1662 -0
  160. package/lib/cjs/__/undici/lib/web/fetch/util.js.map +1 -0
  161. package/lib/cjs/__/undici/lib/web/fetch/webidl.js +716 -0
  162. package/lib/cjs/__/undici/lib/web/fetch/webidl.js.map +1 -0
  163. package/lib/cjs/__/undici/lib/web/fileapi/encoding.js.map +1 -0
  164. package/lib/cjs/__/undici/lib/web/fileapi/filereader.js.map +1 -0
  165. package/lib/cjs/__/undici/lib/web/fileapi/progressevent.js.map +1 -0
  166. package/lib/cjs/__/undici/lib/web/fileapi/symbols.js.map +1 -0
  167. package/lib/cjs/__/undici/lib/web/fileapi/util.js +417 -0
  168. package/lib/cjs/__/undici/lib/web/fileapi/util.js.map +1 -0
  169. package/lib/cjs/__/undici/lib/web/websocket/connection.js.map +1 -0
  170. package/lib/cjs/__/undici/lib/web/websocket/constants.js.map +1 -0
  171. package/lib/cjs/__/undici/lib/web/websocket/events.js.map +1 -0
  172. package/lib/cjs/__/undici/lib/web/websocket/frame.js.map +1 -0
  173. package/lib/cjs/__/undici/lib/web/websocket/permessage-deflate.js +120 -0
  174. package/lib/cjs/__/undici/lib/web/websocket/permessage-deflate.js.map +1 -0
  175. package/lib/cjs/__/undici/lib/web/websocket/receiver.js +518 -0
  176. package/lib/cjs/__/undici/lib/web/websocket/receiver.js.map +1 -0
  177. package/lib/cjs/__/undici/lib/web/websocket/sender.js.map +1 -0
  178. package/lib/cjs/__/undici/lib/web/websocket/symbols.js.map +1 -0
  179. package/lib/cjs/__/undici/lib/web/websocket/util.js.map +1 -0
  180. package/lib/cjs/__/undici/lib/web/websocket/websocket.js +622 -0
  181. package/lib/cjs/__/undici/lib/web/websocket/websocket.js.map +1 -0
  182. package/lib/cjs/__/universal-user-agent/index.js.map +1 -0
  183. package/lib/cjs/_virtual/index10.js +2 -2
  184. package/lib/cjs/_virtual/index11.js +2 -2
  185. package/lib/cjs/_virtual/index13.js +2 -2
  186. package/lib/cjs/_virtual/index14.js +2 -2
  187. package/lib/cjs/_virtual/index2.js +1 -1
  188. package/lib/cjs/_virtual/index3.js +1 -1
  189. package/lib/cjs/_virtual/index4.js +1 -1
  190. package/lib/cjs/_virtual/index8.js +2 -2
  191. package/lib/cjs/env/load.js +1 -1
  192. package/lib/cjs/env/load.js.map +1 -1
  193. package/lib/cjs/ingest/ingest.js +3 -3
  194. package/lib/esm/__/@actions/http-client/lib/index.js +2 -2
  195. package/lib/esm/__/@octokit/auth-token/dist-bundle/index.js.map +1 -0
  196. package/lib/esm/__/@octokit/core/dist-src/index.js.map +1 -0
  197. package/lib/esm/__/@octokit/core/dist-src/version.js.map +1 -0
  198. package/lib/esm/__/@octokit/endpoint/dist-bundle/index.js.map +1 -0
  199. package/lib/esm/__/@octokit/graphql/dist-bundle/index.js.map +1 -0
  200. package/lib/esm/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +1 -0
  201. package/lib/esm/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +1 -0
  202. package/lib/esm/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +1 -0
  203. package/lib/esm/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +1 -0
  204. package/lib/esm/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +1 -0
  205. package/lib/esm/__/@octokit/request/dist-bundle/index.js +198 -0
  206. package/lib/esm/__/@octokit/request/dist-bundle/index.js.map +1 -0
  207. package/lib/esm/__/@octokit/request-error/dist-src/index.js.map +1 -0
  208. package/lib/esm/__/before-after-hook/index.js.map +1 -0
  209. package/lib/esm/__/before-after-hook/lib/add.js.map +1 -0
  210. package/lib/esm/__/before-after-hook/lib/register.js.map +1 -0
  211. package/lib/esm/__/before-after-hook/lib/remove.js.map +1 -0
  212. package/lib/esm/__/cross-spawn/index.js +1 -1
  213. package/lib/esm/__/env-ci/lib/git.js +1 -1
  214. package/lib/esm/__/execa/index.js +141 -0
  215. package/lib/esm/__/execa/index.js.map +1 -0
  216. package/lib/esm/__/execa/lib/command.js.map +1 -0
  217. package/lib/esm/__/execa/lib/error.js.map +1 -0
  218. package/lib/esm/__/execa/lib/promise.js.map +1 -0
  219. package/lib/esm/__/execa/lib/stdio.js.map +1 -0
  220. package/lib/esm/__/execa/lib/stream.js +33 -0
  221. package/lib/esm/__/execa/lib/stream.js.map +1 -0
  222. package/lib/esm/__/execa/lib/verbose.js.map +1 -0
  223. package/lib/esm/__/fast-content-type-parse/index.js +1 -1
  224. package/lib/esm/__/get-stream/source/array-buffer.js.map +1 -0
  225. package/lib/esm/__/human-signals/build/src/core.js.map +1 -0
  226. package/lib/esm/__/human-signals/build/src/main.js.map +1 -0
  227. package/lib/esm/__/human-signals/build/src/realtime.js.map +1 -0
  228. package/lib/esm/__/human-signals/build/src/signals.js.map +1 -0
  229. package/lib/esm/__/is-stream/index.js.map +1 -0
  230. package/lib/esm/__/json-with-bigint/json-with-bigint.js +83 -23
  231. package/lib/esm/__/json-with-bigint/json-with-bigint.js.map +1 -1
  232. package/lib/esm/__/npm-run-path/__/path-key/index.js.map +1 -0
  233. package/lib/esm/__/npm-run-path/index.js +55 -0
  234. package/lib/esm/__/npm-run-path/index.js.map +1 -0
  235. package/lib/esm/__/path-key/index.js +1 -1
  236. package/lib/esm/__/signal-exit/dist/mjs/index.js.map +1 -0
  237. package/lib/esm/__/signal-exit/dist/mjs/signals.js.map +1 -0
  238. package/lib/esm/__/strip-final-newline/index.js.map +1 -0
  239. package/lib/esm/__/tunnel/lib/tunnel.js +6 -6
  240. package/lib/esm/__/tunnel/lib/tunnel.js.map +1 -1
  241. package/lib/esm/__/undici/index.js +89 -79
  242. package/lib/esm/__/undici/index.js.map +1 -1
  243. package/lib/esm/__/undici/lib/api/abort-signal.js +5 -2
  244. package/lib/esm/__/undici/lib/api/abort-signal.js.map +1 -1
  245. package/lib/esm/__/undici/lib/api/api-connect.js +11 -6
  246. package/lib/esm/__/undici/lib/api/api-connect.js.map +1 -1
  247. package/lib/esm/__/undici/lib/api/api-pipeline.js +9 -7
  248. package/lib/esm/__/undici/lib/api/api-pipeline.js.map +1 -1
  249. package/lib/esm/__/undici/lib/api/api-request.js +61 -27
  250. package/lib/esm/__/undici/lib/api/api-request.js.map +1 -1
  251. package/lib/esm/__/undici/lib/api/api-stream.js +12 -11
  252. package/lib/esm/__/undici/lib/api/api-stream.js.map +1 -1
  253. package/lib/esm/__/undici/lib/api/api-upgrade.js +11 -8
  254. package/lib/esm/__/undici/lib/api/api-upgrade.js.map +1 -1
  255. package/lib/esm/__/undici/lib/api/readable.js +147 -84
  256. package/lib/esm/__/undici/lib/api/readable.js.map +1 -1
  257. package/lib/esm/__/undici/lib/api/util.js +74 -27
  258. package/lib/esm/__/undici/lib/api/util.js.map +1 -1
  259. package/lib/esm/__/undici/lib/core/connect.js +83 -31
  260. package/lib/esm/__/undici/lib/core/connect.js.map +1 -1
  261. package/lib/esm/__/undici/lib/core/diagnostics.js +215 -0
  262. package/lib/esm/__/undici/lib/core/diagnostics.js.map +1 -0
  263. package/lib/esm/__/undici/lib/core/errors.js +216 -21
  264. package/lib/esm/__/undici/lib/core/errors.js.map +1 -1
  265. package/lib/esm/__/undici/lib/core/request.js +105 -199
  266. package/lib/esm/__/undici/lib/core/request.js.map +1 -1
  267. package/lib/esm/__/undici/lib/core/symbols.js +10 -6
  268. package/lib/esm/__/undici/lib/core/symbols.js.map +1 -1
  269. package/lib/esm/__/undici/lib/core/tree.js.map +1 -0
  270. package/lib/esm/__/undici/lib/core/util.js +318 -120
  271. package/lib/esm/__/undici/lib/core/util.js.map +1 -1
  272. package/lib/esm/__/undici/lib/dispatcher/agent.js +148 -0
  273. package/lib/esm/__/undici/lib/dispatcher/agent.js.map +1 -0
  274. package/lib/esm/__/undici/lib/dispatcher/balanced-pool.js.map +1 -0
  275. package/lib/esm/__/undici/lib/dispatcher/client-h1.js.map +1 -0
  276. package/lib/esm/__/undici/lib/dispatcher/client-h2.js.map +1 -0
  277. package/lib/esm/__/undici/lib/dispatcher/client.js +643 -0
  278. package/lib/esm/__/undici/lib/dispatcher/client.js.map +1 -0
  279. package/lib/esm/__/undici/lib/dispatcher/dispatcher-base.js +212 -0
  280. package/lib/esm/__/undici/lib/dispatcher/dispatcher-base.js.map +1 -0
  281. package/lib/esm/__/undici/lib/dispatcher/dispatcher.js +77 -0
  282. package/lib/esm/__/undici/lib/dispatcher/dispatcher.js.map +1 -0
  283. package/lib/esm/__/undici/lib/dispatcher/env-http-proxy-agent.js.map +1 -0
  284. package/lib/esm/__/undici/lib/dispatcher/fixed-queue.js.map +1 -0
  285. package/lib/esm/__/undici/lib/dispatcher/pool-base.js +209 -0
  286. package/lib/esm/__/undici/lib/dispatcher/pool-base.js.map +1 -0
  287. package/lib/esm/__/undici/lib/dispatcher/pool-stats.js.map +1 -0
  288. package/lib/esm/__/undici/lib/dispatcher/pool.js +124 -0
  289. package/lib/esm/__/undici/lib/dispatcher/pool.js.map +1 -0
  290. package/lib/esm/__/undici/lib/dispatcher/proxy-agent.js.map +1 -0
  291. package/lib/esm/__/undici/lib/dispatcher/retry-agent.js.map +1 -0
  292. package/lib/esm/__/undici/lib/global.js +1 -1
  293. package/lib/esm/__/undici/lib/global.js.map +1 -1
  294. package/lib/esm/__/undici/lib/handler/decorator-handler.js.map +1 -0
  295. package/lib/esm/__/undici/lib/handler/redirect-handler.js +230 -0
  296. package/lib/esm/__/undici/lib/handler/redirect-handler.js.map +1 -0
  297. package/lib/esm/__/undici/lib/handler/retry-handler.js.map +1 -0
  298. package/lib/esm/__/undici/lib/interceptor/dns.js.map +1 -0
  299. package/lib/esm/__/undici/lib/interceptor/dump.js.map +1 -0
  300. package/lib/esm/__/undici/lib/interceptor/redirect-interceptor.js.map +1 -0
  301. package/lib/esm/__/undici/lib/interceptor/redirect.js.map +1 -0
  302. package/lib/esm/__/undici/lib/interceptor/retry.js.map +1 -0
  303. package/lib/esm/__/undici/lib/llhttp/llhttp-wasm.js +6 -1
  304. package/lib/esm/__/undici/lib/llhttp/llhttp-wasm.js.map +1 -1
  305. package/lib/esm/__/undici/lib/llhttp/llhttp_simd-wasm.js +6 -1
  306. package/lib/esm/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +1 -1
  307. package/lib/esm/__/undici/lib/mock/mock-agent.js +10 -21
  308. package/lib/esm/__/undici/lib/mock/mock-agent.js.map +1 -1
  309. package/lib/esm/__/undici/lib/mock/mock-client.js +3 -3
  310. package/lib/esm/__/undici/lib/mock/mock-client.js.map +1 -1
  311. package/lib/esm/__/undici/lib/mock/mock-errors.js +11 -0
  312. package/lib/esm/__/undici/lib/mock/mock-errors.js.map +1 -1
  313. package/lib/esm/__/undici/lib/mock/mock-interceptor.js +19 -18
  314. package/lib/esm/__/undici/lib/mock/mock-interceptor.js.map +1 -1
  315. package/lib/esm/__/undici/lib/mock/mock-pool.js +3 -3
  316. package/lib/esm/__/undici/lib/mock/mock-pool.js.map +1 -1
  317. package/lib/esm/__/undici/lib/mock/mock-utils.js +32 -16
  318. package/lib/esm/__/undici/lib/mock/mock-utils.js.map +1 -1
  319. package/lib/esm/__/undici/lib/mock/pending-interceptors-formatter.js +4 -1
  320. package/lib/esm/__/undici/lib/mock/pending-interceptors-formatter.js.map +1 -1
  321. package/lib/esm/__/undici/lib/util/timers.js.map +1 -0
  322. package/lib/esm/__/undici/lib/web/cache/cache.js.map +1 -0
  323. package/lib/esm/__/undici/lib/web/cache/cachestorage.js.map +1 -0
  324. package/lib/esm/__/undici/lib/web/cache/symbols.js.map +1 -0
  325. package/lib/esm/__/undici/lib/web/cache/util.js.map +1 -0
  326. package/lib/esm/__/undici/lib/web/cookies/constants.js.map +1 -0
  327. package/lib/esm/__/undici/lib/web/cookies/index.js.map +1 -0
  328. package/lib/esm/__/undici/lib/web/cookies/parse.js.map +1 -0
  329. package/lib/esm/__/undici/lib/web/cookies/util.js.map +1 -0
  330. package/lib/esm/__/undici/lib/web/eventsource/eventsource-stream.js.map +1 -0
  331. package/lib/esm/__/undici/lib/web/eventsource/eventsource.js.map +1 -0
  332. package/lib/esm/__/undici/lib/web/eventsource/util.js.map +1 -0
  333. package/lib/esm/__/undici/lib/web/fetch/body.js.map +1 -0
  334. package/lib/esm/__/undici/lib/web/fetch/constants.js.map +1 -0
  335. package/lib/esm/__/undici/lib/web/fetch/data-url.js.map +1 -0
  336. package/lib/esm/__/undici/lib/web/fetch/dispatcher-weakref.js.map +1 -0
  337. package/lib/esm/__/undici/lib/web/fetch/file.js.map +1 -0
  338. package/lib/esm/__/undici/lib/web/fetch/formdata-parser.js.map +1 -0
  339. package/lib/esm/__/undici/lib/web/fetch/formdata.js +268 -0
  340. package/lib/esm/__/undici/lib/web/fetch/formdata.js.map +1 -0
  341. package/lib/esm/__/undici/lib/web/fetch/global.js.map +1 -0
  342. package/lib/esm/__/undici/lib/web/fetch/headers.js +702 -0
  343. package/lib/esm/__/undici/lib/web/fetch/headers.js.map +1 -0
  344. package/lib/esm/__/undici/lib/web/fetch/index.js +2224 -0
  345. package/lib/esm/__/undici/lib/web/fetch/index.js.map +1 -0
  346. package/lib/esm/__/undici/lib/web/fetch/request.js +1061 -0
  347. package/lib/esm/__/undici/lib/web/fetch/request.js.map +1 -0
  348. package/lib/esm/__/undici/lib/web/fetch/response.js +633 -0
  349. package/lib/esm/__/undici/lib/web/fetch/response.js.map +1 -0
  350. package/lib/esm/__/undici/lib/web/fetch/symbols.js.map +1 -0
  351. package/lib/esm/__/undici/lib/web/fetch/util.js +1652 -0
  352. package/lib/esm/__/undici/lib/web/fetch/util.js.map +1 -0
  353. package/lib/esm/__/undici/lib/web/fetch/webidl.js +709 -0
  354. package/lib/esm/__/undici/lib/web/fetch/webidl.js.map +1 -0
  355. package/lib/esm/__/undici/lib/web/fileapi/encoding.js.map +1 -0
  356. package/lib/esm/__/undici/lib/web/fileapi/filereader.js.map +1 -0
  357. package/lib/esm/__/undici/lib/web/fileapi/progressevent.js.map +1 -0
  358. package/lib/esm/__/undici/lib/web/fileapi/symbols.js.map +1 -0
  359. package/lib/esm/__/undici/lib/web/fileapi/util.js +409 -0
  360. package/lib/esm/__/undici/lib/web/fileapi/util.js.map +1 -0
  361. package/lib/esm/__/undici/lib/web/websocket/connection.js.map +1 -0
  362. package/lib/esm/__/undici/lib/web/websocket/constants.js.map +1 -0
  363. package/lib/esm/__/undici/lib/web/websocket/events.js.map +1 -0
  364. package/lib/esm/__/undici/lib/web/websocket/frame.js.map +1 -0
  365. package/lib/esm/__/undici/lib/web/websocket/permessage-deflate.js +114 -0
  366. package/lib/esm/__/undici/lib/web/websocket/permessage-deflate.js.map +1 -0
  367. package/lib/esm/__/undici/lib/web/websocket/receiver.js +511 -0
  368. package/lib/esm/__/undici/lib/web/websocket/receiver.js.map +1 -0
  369. package/lib/esm/__/undici/lib/web/websocket/sender.js.map +1 -0
  370. package/lib/esm/__/undici/lib/web/websocket/symbols.js.map +1 -0
  371. package/lib/esm/__/undici/lib/web/websocket/util.js.map +1 -0
  372. package/lib/esm/__/undici/lib/web/websocket/websocket.js +616 -0
  373. package/lib/esm/__/undici/lib/web/websocket/websocket.js.map +1 -0
  374. package/lib/esm/__/universal-user-agent/index.js.map +1 -0
  375. package/lib/esm/_virtual/index10.js +2 -2
  376. package/lib/esm/_virtual/index11.js +2 -2
  377. package/lib/esm/_virtual/index13.js +2 -2
  378. package/lib/esm/_virtual/index14.js +2 -2
  379. package/lib/esm/_virtual/index2.js +1 -1
  380. package/lib/esm/_virtual/index3.js +1 -1
  381. package/lib/esm/_virtual/index4.js +1 -1
  382. package/lib/esm/_virtual/index8.js +4 -2
  383. package/lib/esm/_virtual/index8.js.map +1 -1
  384. package/lib/esm/_virtual/index9.js +2 -4
  385. package/lib/esm/_virtual/index9.js.map +1 -1
  386. package/lib/esm/env/load.js +1 -1
  387. package/lib/esm/env/load.js.map +1 -1
  388. package/package.json +12 -12
  389. package/lib/cjs/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js.map +0 -1
  390. package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/index.js.map +0 -1
  391. package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/version.js.map +0 -1
  392. package/lib/cjs/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js.map +0 -1
  393. package/lib/cjs/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js.map +0 -1
  394. package/lib/cjs/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +0 -1
  395. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +0 -1
  396. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +0 -1
  397. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +0 -1
  398. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +0 -1
  399. package/lib/cjs/__/@actions/github/__/@octokit/request/dist-bundle/index.js +0 -200
  400. package/lib/cjs/__/@actions/github/__/@octokit/request/dist-bundle/index.js.map +0 -1
  401. package/lib/cjs/__/@actions/github/__/@octokit/request-error/dist-src/index.js.map +0 -1
  402. package/lib/cjs/__/@actions/github/__/before-after-hook/index.js.map +0 -1
  403. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/add.js.map +0 -1
  404. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/register.js.map +0 -1
  405. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/remove.js.map +0 -1
  406. package/lib/cjs/__/@actions/github/__/universal-user-agent/index.js.map +0 -1
  407. package/lib/cjs/__/@actions/http-client/__/undici/index.js +0 -226
  408. package/lib/cjs/__/@actions/http-client/__/undici/index.js.map +0 -1
  409. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/abort-signal.js +0 -73
  410. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/abort-signal.js.map +0 -1
  411. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-connect.js +0 -131
  412. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-connect.js.map +0 -1
  413. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-pipeline.js +0 -276
  414. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-pipeline.js.map +0 -1
  415. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-request.js +0 -238
  416. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-request.js.map +0 -1
  417. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-stream.js +0 -246
  418. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-stream.js.map +0 -1
  419. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-upgrade.js +0 -131
  420. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/api-upgrade.js.map +0 -1
  421. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/index.js +0 -25
  422. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/index.js.map +0 -1
  423. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/readable.js +0 -405
  424. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/readable.js.map +0 -1
  425. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/util.js +0 -114
  426. package/lib/cjs/__/@actions/http-client/__/undici/lib/api/util.js.map +0 -1
  427. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/connect.js +0 -266
  428. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/connect.js.map +0 -1
  429. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/constants.js +0 -130
  430. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/constants.js.map +0 -1
  431. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/diagnostics.js +0 -222
  432. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/diagnostics.js.map +0 -1
  433. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/errors.js +0 -437
  434. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/errors.js.map +0 -1
  435. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/request.js +0 -427
  436. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/request.js.map +0 -1
  437. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/symbols.js +0 -80
  438. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/symbols.js.map +0 -1
  439. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/tree.js.map +0 -1
  440. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/util.js +0 -755
  441. package/lib/cjs/__/@actions/http-client/__/undici/lib/core/util.js.map +0 -1
  442. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/agent.js +0 -149
  443. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/agent.js.map +0 -1
  444. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/balanced-pool.js.map +0 -1
  445. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client-h1.js.map +0 -1
  446. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client-h2.js.map +0 -1
  447. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client.js +0 -650
  448. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/client.js.map +0 -1
  449. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js +0 -206
  450. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js.map +0 -1
  451. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js +0 -83
  452. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js.map +0 -1
  453. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/env-http-proxy-agent.js.map +0 -1
  454. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/fixed-queue.js.map +0 -1
  455. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js +0 -211
  456. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js.map +0 -1
  457. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool-stats.js.map +0 -1
  458. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool.js +0 -126
  459. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/pool.js.map +0 -1
  460. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/proxy-agent.js.map +0 -1
  461. package/lib/cjs/__/@actions/http-client/__/undici/lib/dispatcher/retry-agent.js.map +0 -1
  462. package/lib/cjs/__/@actions/http-client/__/undici/lib/global.js +0 -47
  463. package/lib/cjs/__/@actions/http-client/__/undici/lib/global.js.map +0 -1
  464. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/decorator-handler.js.map +0 -1
  465. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js +0 -237
  466. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js.map +0 -1
  467. package/lib/cjs/__/@actions/http-client/__/undici/lib/handler/retry-handler.js.map +0 -1
  468. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/dns.js.map +0 -1
  469. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/dump.js.map +0 -1
  470. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/redirect-interceptor.js.map +0 -1
  471. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/redirect.js.map +0 -1
  472. package/lib/cjs/__/@actions/http-client/__/undici/lib/interceptor/retry.js.map +0 -1
  473. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/constants.js +0 -288
  474. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/constants.js.map +0 -1
  475. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js +0 -23
  476. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js.map +0 -1
  477. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js +0 -23
  478. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +0 -1
  479. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/utils.js +0 -28
  480. package/lib/cjs/__/@actions/http-client/__/undici/lib/llhttp/utils.js.map +0 -1
  481. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-agent.js +0 -183
  482. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-agent.js.map +0 -1
  483. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-client.js +0 -83
  484. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-client.js.map +0 -1
  485. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-errors.js +0 -42
  486. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-errors.js.map +0 -1
  487. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js +0 -224
  488. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js.map +0 -1
  489. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-pool.js +0 -83
  490. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-pool.js.map +0 -1
  491. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js +0 -35
  492. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js.map +0 -1
  493. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-utils.js +0 -390
  494. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/mock-utils.js.map +0 -1
  495. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js +0 -63
  496. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js.map +0 -1
  497. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pluralizer.js +0 -41
  498. package/lib/cjs/__/@actions/http-client/__/undici/lib/mock/pluralizer.js.map +0 -1
  499. package/lib/cjs/__/@actions/http-client/__/undici/lib/util/timers.js.map +0 -1
  500. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/cache.js.map +0 -1
  501. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/cachestorage.js.map +0 -1
  502. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/symbols.js.map +0 -1
  503. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cache/util.js.map +0 -1
  504. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/constants.js.map +0 -1
  505. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/index.js.map +0 -1
  506. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/parse.js.map +0 -1
  507. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/cookies/util.js.map +0 -1
  508. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource-stream.js.map +0 -1
  509. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource.js.map +0 -1
  510. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/eventsource/util.js.map +0 -1
  511. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/body.js.map +0 -1
  512. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/constants.js.map +0 -1
  513. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/data-url.js.map +0 -1
  514. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/dispatcher-weakref.js.map +0 -1
  515. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/file.js.map +0 -1
  516. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/formdata-parser.js.map +0 -1
  517. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js +0 -275
  518. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js.map +0 -1
  519. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/global.js.map +0 -1
  520. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/headers.js +0 -709
  521. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/headers.js.map +0 -1
  522. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/index.js +0 -2235
  523. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/index.js.map +0 -1
  524. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/request.js +0 -1069
  525. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/request.js.map +0 -1
  526. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/response.js +0 -640
  527. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/response.js.map +0 -1
  528. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/symbols.js.map +0 -1
  529. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/util.js +0 -1662
  530. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/util.js.map +0 -1
  531. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js +0 -716
  532. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js.map +0 -1
  533. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/encoding.js.map +0 -1
  534. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/filereader.js.map +0 -1
  535. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/progressevent.js.map +0 -1
  536. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/symbols.js.map +0 -1
  537. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/util.js +0 -417
  538. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/fileapi/util.js.map +0 -1
  539. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/connection.js.map +0 -1
  540. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/constants.js.map +0 -1
  541. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/events.js.map +0 -1
  542. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/frame.js.map +0 -1
  543. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js +0 -138
  544. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js.map +0 -1
  545. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js +0 -454
  546. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js.map +0 -1
  547. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/sender.js.map +0 -1
  548. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/symbols.js.map +0 -1
  549. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/util.js.map +0 -1
  550. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js +0 -618
  551. package/lib/cjs/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js.map +0 -1
  552. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/Dicer.js +0 -236
  553. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/Dicer.js.map +0 -1
  554. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js +0 -122
  555. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js.map +0 -1
  556. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/PartStream.js +0 -33
  557. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/PartStream.js.map +0 -1
  558. package/lib/cjs/__/@fastify/busboy/deps/streamsearch/sbmh.js +0 -248
  559. package/lib/cjs/__/@fastify/busboy/deps/streamsearch/sbmh.js.map +0 -1
  560. package/lib/cjs/__/@fastify/busboy/lib/main.js +0 -109
  561. package/lib/cjs/__/@fastify/busboy/lib/main.js.map +0 -1
  562. package/lib/cjs/__/@fastify/busboy/lib/types/multipart.js +0 -331
  563. package/lib/cjs/__/@fastify/busboy/lib/types/multipart.js.map +0 -1
  564. package/lib/cjs/__/@fastify/busboy/lib/types/urlencoded.js +0 -206
  565. package/lib/cjs/__/@fastify/busboy/lib/types/urlencoded.js.map +0 -1
  566. package/lib/cjs/__/@fastify/busboy/lib/utils/Decoder.js +0 -66
  567. package/lib/cjs/__/@fastify/busboy/lib/utils/Decoder.js.map +0 -1
  568. package/lib/cjs/__/@fastify/busboy/lib/utils/basename.js +0 -26
  569. package/lib/cjs/__/@fastify/busboy/lib/utils/basename.js.map +0 -1
  570. package/lib/cjs/__/@fastify/busboy/lib/utils/decodeText.js +0 -126
  571. package/lib/cjs/__/@fastify/busboy/lib/utils/decodeText.js.map +0 -1
  572. package/lib/cjs/__/@fastify/busboy/lib/utils/getLimit.js +0 -28
  573. package/lib/cjs/__/@fastify/busboy/lib/utils/getLimit.js.map +0 -1
  574. package/lib/cjs/__/@fastify/busboy/lib/utils/parseParams.js +0 -211
  575. package/lib/cjs/__/@fastify/busboy/lib/utils/parseParams.js.map +0 -1
  576. package/lib/cjs/__/env-ci/__/execa/index.js +0 -149
  577. package/lib/cjs/__/env-ci/__/execa/index.js.map +0 -1
  578. package/lib/cjs/__/env-ci/__/execa/lib/command.js.map +0 -1
  579. package/lib/cjs/__/env-ci/__/execa/lib/error.js.map +0 -1
  580. package/lib/cjs/__/env-ci/__/execa/lib/promise.js.map +0 -1
  581. package/lib/cjs/__/env-ci/__/execa/lib/stdio.js.map +0 -1
  582. package/lib/cjs/__/env-ci/__/execa/lib/stream.js +0 -35
  583. package/lib/cjs/__/env-ci/__/execa/lib/stream.js.map +0 -1
  584. package/lib/cjs/__/env-ci/__/execa/lib/verbose.js +0 -29
  585. package/lib/cjs/__/env-ci/__/execa/lib/verbose.js.map +0 -1
  586. package/lib/cjs/__/env-ci/__/get-stream/source/array-buffer.js.map +0 -1
  587. package/lib/cjs/__/env-ci/__/human-signals/build/src/core.js.map +0 -1
  588. package/lib/cjs/__/env-ci/__/human-signals/build/src/main.js.map +0 -1
  589. package/lib/cjs/__/env-ci/__/human-signals/build/src/realtime.js.map +0 -1
  590. package/lib/cjs/__/env-ci/__/human-signals/build/src/signals.js.map +0 -1
  591. package/lib/cjs/__/env-ci/__/is-stream/index.js.map +0 -1
  592. package/lib/cjs/__/env-ci/__/npm-run-path/index.js +0 -63
  593. package/lib/cjs/__/env-ci/__/npm-run-path/index.js.map +0 -1
  594. package/lib/cjs/__/env-ci/__/path-key/index.js.map +0 -1
  595. package/lib/cjs/__/env-ci/__/signal-exit/dist/mjs/index.js.map +0 -1
  596. package/lib/cjs/__/env-ci/__/signal-exit/dist/mjs/signals.js.map +0 -1
  597. package/lib/cjs/__/env-ci/__/strip-final-newline/index.js.map +0 -1
  598. package/lib/cjs/__/undici/lib/agent.js +0 -169
  599. package/lib/cjs/__/undici/lib/agent.js.map +0 -1
  600. package/lib/cjs/__/undici/lib/balanced-pool.js +0 -208
  601. package/lib/cjs/__/undici/lib/balanced-pool.js.map +0 -1
  602. package/lib/cjs/__/undici/lib/cache/cache.js +0 -867
  603. package/lib/cjs/__/undici/lib/cache/cache.js.map +0 -1
  604. package/lib/cjs/__/undici/lib/cache/cachestorage.js +0 -161
  605. package/lib/cjs/__/undici/lib/cache/cachestorage.js.map +0 -1
  606. package/lib/cjs/__/undici/lib/cache/symbols.js +0 -19
  607. package/lib/cjs/__/undici/lib/cache/symbols.js.map +0 -1
  608. package/lib/cjs/__/undici/lib/cache/util.js +0 -69
  609. package/lib/cjs/__/undici/lib/cache/util.js.map +0 -1
  610. package/lib/cjs/__/undici/lib/client.js +0 -2314
  611. package/lib/cjs/__/undici/lib/client.js.map +0 -1
  612. package/lib/cjs/__/undici/lib/compat/dispatcher-weakref.js +0 -63
  613. package/lib/cjs/__/undici/lib/compat/dispatcher-weakref.js.map +0 -1
  614. package/lib/cjs/__/undici/lib/cookies/constants.js +0 -24
  615. package/lib/cjs/__/undici/lib/cookies/constants.js.map +0 -1
  616. package/lib/cjs/__/undici/lib/cookies/index.js +0 -200
  617. package/lib/cjs/__/undici/lib/cookies/index.js.map +0 -1
  618. package/lib/cjs/__/undici/lib/cookies/parse.js +0 -338
  619. package/lib/cjs/__/undici/lib/cookies/parse.js.map +0 -1
  620. package/lib/cjs/__/undici/lib/cookies/util.js +0 -286
  621. package/lib/cjs/__/undici/lib/cookies/util.js.map +0 -1
  622. package/lib/cjs/__/undici/lib/dispatcher-base.js +0 -208
  623. package/lib/cjs/__/undici/lib/dispatcher-base.js.map +0 -1
  624. package/lib/cjs/__/undici/lib/dispatcher.js +0 -37
  625. package/lib/cjs/__/undici/lib/dispatcher.js.map +0 -1
  626. package/lib/cjs/__/undici/lib/fetch/body.js +0 -647
  627. package/lib/cjs/__/undici/lib/fetch/body.js.map +0 -1
  628. package/lib/cjs/__/undici/lib/fetch/constants.js +0 -169
  629. package/lib/cjs/__/undici/lib/fetch/constants.js.map +0 -1
  630. package/lib/cjs/__/undici/lib/fetch/dataURL.js +0 -649
  631. package/lib/cjs/__/undici/lib/fetch/dataURL.js.map +0 -1
  632. package/lib/cjs/__/undici/lib/fetch/file.js +0 -369
  633. package/lib/cjs/__/undici/lib/fetch/file.js.map +0 -1
  634. package/lib/cjs/__/undici/lib/fetch/formdata.js +0 -287
  635. package/lib/cjs/__/undici/lib/fetch/formdata.js.map +0 -1
  636. package/lib/cjs/__/undici/lib/fetch/global.js +0 -52
  637. package/lib/cjs/__/undici/lib/fetch/global.js.map +0 -1
  638. package/lib/cjs/__/undici/lib/fetch/headers.js +0 -609
  639. package/lib/cjs/__/undici/lib/fetch/headers.js.map +0 -1
  640. package/lib/cjs/__/undici/lib/fetch/index.js +0 -2114
  641. package/lib/cjs/__/undici/lib/fetch/index.js.map +0 -1
  642. package/lib/cjs/__/undici/lib/fetch/request.js +0 -979
  643. package/lib/cjs/__/undici/lib/fetch/request.js.map +0 -1
  644. package/lib/cjs/__/undici/lib/fetch/response.js +0 -604
  645. package/lib/cjs/__/undici/lib/fetch/response.js.map +0 -1
  646. package/lib/cjs/__/undici/lib/fetch/symbols.js +0 -22
  647. package/lib/cjs/__/undici/lib/fetch/symbols.js.map +0 -1
  648. package/lib/cjs/__/undici/lib/fetch/util.js +0 -1170
  649. package/lib/cjs/__/undici/lib/fetch/util.js.map +0 -1
  650. package/lib/cjs/__/undici/lib/fetch/webidl.js +0 -665
  651. package/lib/cjs/__/undici/lib/fetch/webidl.js.map +0 -1
  652. package/lib/cjs/__/undici/lib/fileapi/encoding.js +0 -302
  653. package/lib/cjs/__/undici/lib/fileapi/encoding.js.map +0 -1
  654. package/lib/cjs/__/undici/lib/fileapi/filereader.js +0 -361
  655. package/lib/cjs/__/undici/lib/fileapi/filereader.js.map +0 -1
  656. package/lib/cjs/__/undici/lib/fileapi/progressevent.js +0 -92
  657. package/lib/cjs/__/undici/lib/fileapi/progressevent.js.map +0 -1
  658. package/lib/cjs/__/undici/lib/fileapi/symbols.js +0 -22
  659. package/lib/cjs/__/undici/lib/fileapi/symbols.js.map +0 -1
  660. package/lib/cjs/__/undici/lib/fileapi/util.js +0 -419
  661. package/lib/cjs/__/undici/lib/fileapi/util.js.map +0 -1
  662. package/lib/cjs/__/undici/lib/handler/DecoratorHandler.js +0 -47
  663. package/lib/cjs/__/undici/lib/handler/DecoratorHandler.js.map +0 -1
  664. package/lib/cjs/__/undici/lib/handler/RedirectHandler.js +0 -226
  665. package/lib/cjs/__/undici/lib/handler/RedirectHandler.js.map +0 -1
  666. package/lib/cjs/__/undici/lib/handler/RetryHandler.js +0 -358
  667. package/lib/cjs/__/undici/lib/handler/RetryHandler.js.map +0 -1
  668. package/lib/cjs/__/undici/lib/interceptor/redirectInterceptor.js +0 -35
  669. package/lib/cjs/__/undici/lib/interceptor/redirectInterceptor.js.map +0 -1
  670. package/lib/cjs/__/undici/lib/node/fixed-queue.js +0 -129
  671. package/lib/cjs/__/undici/lib/node/fixed-queue.js.map +0 -1
  672. package/lib/cjs/__/undici/lib/pool-base.js +0 -211
  673. package/lib/cjs/__/undici/lib/pool-base.js.map +0 -1
  674. package/lib/cjs/__/undici/lib/pool-stats.js +0 -49
  675. package/lib/cjs/__/undici/lib/pool-stats.js.map +0 -1
  676. package/lib/cjs/__/undici/lib/pool.js +0 -127
  677. package/lib/cjs/__/undici/lib/pool.js.map +0 -1
  678. package/lib/cjs/__/undici/lib/proxy-agent.js +0 -213
  679. package/lib/cjs/__/undici/lib/proxy-agent.js.map +0 -1
  680. package/lib/cjs/__/undici/lib/timers.js +0 -109
  681. package/lib/cjs/__/undici/lib/timers.js.map +0 -1
  682. package/lib/cjs/__/undici/lib/websocket/connection.js +0 -318
  683. package/lib/cjs/__/undici/lib/websocket/connection.js.map +0 -1
  684. package/lib/cjs/__/undici/lib/websocket/constants.js +0 -63
  685. package/lib/cjs/__/undici/lib/websocket/constants.js.map +0 -1
  686. package/lib/cjs/__/undici/lib/websocket/events.js +0 -323
  687. package/lib/cjs/__/undici/lib/websocket/events.js.map +0 -1
  688. package/lib/cjs/__/undici/lib/websocket/frame.js +0 -87
  689. package/lib/cjs/__/undici/lib/websocket/frame.js.map +0 -1
  690. package/lib/cjs/__/undici/lib/websocket/receiver.js +0 -368
  691. package/lib/cjs/__/undici/lib/websocket/receiver.js.map +0 -1
  692. package/lib/cjs/__/undici/lib/websocket/symbols.js +0 -24
  693. package/lib/cjs/__/undici/lib/websocket/symbols.js.map +0 -1
  694. package/lib/cjs/__/undici/lib/websocket/util.js +0 -216
  695. package/lib/cjs/__/undici/lib/websocket/util.js.map +0 -1
  696. package/lib/cjs/__/undici/lib/websocket/websocket.js +0 -668
  697. package/lib/cjs/__/undici/lib/websocket/websocket.js.map +0 -1
  698. package/lib/cjs/_virtual/api-request2.js +0 -6
  699. package/lib/cjs/_virtual/api-request2.js.map +0 -1
  700. package/lib/cjs/_virtual/constants2.js +0 -6
  701. package/lib/cjs/_virtual/constants2.js.map +0 -1
  702. package/lib/cjs/_virtual/index15.js +0 -6
  703. package/lib/cjs/_virtual/index15.js.map +0 -1
  704. package/lib/cjs/_virtual/index16.js +0 -6
  705. package/lib/cjs/_virtual/index16.js.map +0 -1
  706. package/lib/cjs/_virtual/main.js +0 -6
  707. package/lib/cjs/_virtual/main.js.map +0 -1
  708. package/lib/cjs/_virtual/mock-interceptor2.js +0 -6
  709. package/lib/cjs/_virtual/mock-interceptor2.js.map +0 -1
  710. package/lib/cjs/_virtual/utils4.js +0 -6
  711. package/lib/cjs/_virtual/utils4.js.map +0 -1
  712. package/lib/esm/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js.map +0 -1
  713. package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/index.js.map +0 -1
  714. package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/version.js.map +0 -1
  715. package/lib/esm/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js.map +0 -1
  716. package/lib/esm/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js.map +0 -1
  717. package/lib/esm/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +0 -1
  718. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +0 -1
  719. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +0 -1
  720. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +0 -1
  721. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +0 -1
  722. package/lib/esm/__/@actions/github/__/@octokit/request/dist-bundle/index.js +0 -198
  723. package/lib/esm/__/@actions/github/__/@octokit/request/dist-bundle/index.js.map +0 -1
  724. package/lib/esm/__/@actions/github/__/@octokit/request-error/dist-src/index.js.map +0 -1
  725. package/lib/esm/__/@actions/github/__/before-after-hook/index.js.map +0 -1
  726. package/lib/esm/__/@actions/github/__/before-after-hook/lib/add.js.map +0 -1
  727. package/lib/esm/__/@actions/github/__/before-after-hook/lib/register.js.map +0 -1
  728. package/lib/esm/__/@actions/github/__/before-after-hook/lib/remove.js.map +0 -1
  729. package/lib/esm/__/@actions/github/__/universal-user-agent/index.js.map +0 -1
  730. package/lib/esm/__/@actions/http-client/__/undici/index.js +0 -220
  731. package/lib/esm/__/@actions/http-client/__/undici/index.js.map +0 -1
  732. package/lib/esm/__/@actions/http-client/__/undici/lib/api/abort-signal.js +0 -71
  733. package/lib/esm/__/@actions/http-client/__/undici/lib/api/abort-signal.js.map +0 -1
  734. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-connect.js +0 -124
  735. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-connect.js.map +0 -1
  736. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-pipeline.js +0 -268
  737. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-pipeline.js.map +0 -1
  738. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-request.js +0 -231
  739. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-request.js.map +0 -1
  740. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-stream.js +0 -238
  741. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-stream.js.map +0 -1
  742. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-upgrade.js +0 -124
  743. package/lib/esm/__/@actions/http-client/__/undici/lib/api/api-upgrade.js.map +0 -1
  744. package/lib/esm/__/@actions/http-client/__/undici/lib/api/index.js +0 -23
  745. package/lib/esm/__/@actions/http-client/__/undici/lib/api/index.js.map +0 -1
  746. package/lib/esm/__/@actions/http-client/__/undici/lib/api/readable.js +0 -398
  747. package/lib/esm/__/@actions/http-client/__/undici/lib/api/readable.js.map +0 -1
  748. package/lib/esm/__/@actions/http-client/__/undici/lib/api/util.js +0 -108
  749. package/lib/esm/__/@actions/http-client/__/undici/lib/api/util.js.map +0 -1
  750. package/lib/esm/__/@actions/http-client/__/undici/lib/core/connect.js +0 -258
  751. package/lib/esm/__/@actions/http-client/__/undici/lib/core/connect.js.map +0 -1
  752. package/lib/esm/__/@actions/http-client/__/undici/lib/core/constants.js +0 -128
  753. package/lib/esm/__/@actions/http-client/__/undici/lib/core/constants.js.map +0 -1
  754. package/lib/esm/__/@actions/http-client/__/undici/lib/core/diagnostics.js +0 -215
  755. package/lib/esm/__/@actions/http-client/__/undici/lib/core/diagnostics.js.map +0 -1
  756. package/lib/esm/__/@actions/http-client/__/undici/lib/core/errors.js +0 -435
  757. package/lib/esm/__/@actions/http-client/__/undici/lib/core/errors.js.map +0 -1
  758. package/lib/esm/__/@actions/http-client/__/undici/lib/core/request.js +0 -421
  759. package/lib/esm/__/@actions/http-client/__/undici/lib/core/request.js.map +0 -1
  760. package/lib/esm/__/@actions/http-client/__/undici/lib/core/symbols.js +0 -78
  761. package/lib/esm/__/@actions/http-client/__/undici/lib/core/symbols.js.map +0 -1
  762. package/lib/esm/__/@actions/http-client/__/undici/lib/core/tree.js.map +0 -1
  763. package/lib/esm/__/@actions/http-client/__/undici/lib/core/util.js +0 -742
  764. package/lib/esm/__/@actions/http-client/__/undici/lib/core/util.js.map +0 -1
  765. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/agent.js +0 -147
  766. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/agent.js.map +0 -1
  767. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/balanced-pool.js.map +0 -1
  768. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client-h1.js.map +0 -1
  769. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client-h2.js.map +0 -1
  770. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client.js +0 -642
  771. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/client.js.map +0 -1
  772. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js +0 -204
  773. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher-base.js.map +0 -1
  774. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js +0 -77
  775. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/dispatcher.js.map +0 -1
  776. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/env-http-proxy-agent.js.map +0 -1
  777. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/fixed-queue.js.map +0 -1
  778. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js +0 -209
  779. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool-base.js.map +0 -1
  780. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool-stats.js.map +0 -1
  781. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool.js +0 -124
  782. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/pool.js.map +0 -1
  783. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/proxy-agent.js.map +0 -1
  784. package/lib/esm/__/@actions/http-client/__/undici/lib/dispatcher/retry-agent.js.map +0 -1
  785. package/lib/esm/__/@actions/http-client/__/undici/lib/global.js +0 -45
  786. package/lib/esm/__/@actions/http-client/__/undici/lib/global.js.map +0 -1
  787. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/decorator-handler.js.map +0 -1
  788. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js +0 -230
  789. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/redirect-handler.js.map +0 -1
  790. package/lib/esm/__/@actions/http-client/__/undici/lib/handler/retry-handler.js.map +0 -1
  791. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/dns.js.map +0 -1
  792. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/dump.js.map +0 -1
  793. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/redirect-interceptor.js.map +0 -1
  794. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/redirect.js.map +0 -1
  795. package/lib/esm/__/@actions/http-client/__/undici/lib/interceptor/retry.js.map +0 -1
  796. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/constants.js +0 -286
  797. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/constants.js.map +0 -1
  798. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js +0 -17
  799. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp-wasm.js.map +0 -1
  800. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js +0 -17
  801. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +0 -1
  802. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/utils.js +0 -26
  803. package/lib/esm/__/@actions/http-client/__/undici/lib/llhttp/utils.js.map +0 -1
  804. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-agent.js +0 -181
  805. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-agent.js.map +0 -1
  806. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-client.js +0 -77
  807. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-client.js.map +0 -1
  808. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-errors.js +0 -40
  809. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-errors.js.map +0 -1
  810. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js +0 -222
  811. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-interceptor.js.map +0 -1
  812. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-pool.js +0 -77
  813. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-pool.js.map +0 -1
  814. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js +0 -33
  815. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-symbols.js.map +0 -1
  816. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-utils.js +0 -383
  817. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/mock-utils.js.map +0 -1
  818. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js +0 -56
  819. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pending-interceptors-formatter.js.map +0 -1
  820. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pluralizer.js +0 -39
  821. package/lib/esm/__/@actions/http-client/__/undici/lib/mock/pluralizer.js.map +0 -1
  822. package/lib/esm/__/@actions/http-client/__/undici/lib/util/timers.js.map +0 -1
  823. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/cache.js.map +0 -1
  824. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/cachestorage.js.map +0 -1
  825. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/symbols.js.map +0 -1
  826. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cache/util.js.map +0 -1
  827. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/constants.js.map +0 -1
  828. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/index.js.map +0 -1
  829. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/parse.js.map +0 -1
  830. package/lib/esm/__/@actions/http-client/__/undici/lib/web/cookies/util.js.map +0 -1
  831. package/lib/esm/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource-stream.js.map +0 -1
  832. package/lib/esm/__/@actions/http-client/__/undici/lib/web/eventsource/eventsource.js.map +0 -1
  833. package/lib/esm/__/@actions/http-client/__/undici/lib/web/eventsource/util.js.map +0 -1
  834. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/body.js.map +0 -1
  835. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/constants.js.map +0 -1
  836. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/data-url.js.map +0 -1
  837. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/dispatcher-weakref.js.map +0 -1
  838. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/file.js.map +0 -1
  839. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/formdata-parser.js.map +0 -1
  840. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js +0 -268
  841. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/formdata.js.map +0 -1
  842. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/global.js.map +0 -1
  843. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/headers.js +0 -702
  844. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/headers.js.map +0 -1
  845. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/index.js +0 -2224
  846. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/index.js.map +0 -1
  847. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/request.js +0 -1061
  848. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/request.js.map +0 -1
  849. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/response.js +0 -633
  850. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/response.js.map +0 -1
  851. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/symbols.js.map +0 -1
  852. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/util.js +0 -1652
  853. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/util.js.map +0 -1
  854. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js +0 -709
  855. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fetch/webidl.js.map +0 -1
  856. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/encoding.js.map +0 -1
  857. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/filereader.js.map +0 -1
  858. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/progressevent.js.map +0 -1
  859. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/symbols.js.map +0 -1
  860. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/util.js +0 -409
  861. package/lib/esm/__/@actions/http-client/__/undici/lib/web/fileapi/util.js.map +0 -1
  862. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/connection.js.map +0 -1
  863. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/constants.js.map +0 -1
  864. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/events.js.map +0 -1
  865. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/frame.js.map +0 -1
  866. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js +0 -132
  867. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/permessage-deflate.js.map +0 -1
  868. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js +0 -447
  869. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/receiver.js.map +0 -1
  870. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/sender.js.map +0 -1
  871. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/symbols.js.map +0 -1
  872. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/util.js.map +0 -1
  873. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js +0 -612
  874. package/lib/esm/__/@actions/http-client/__/undici/lib/web/websocket/websocket.js.map +0 -1
  875. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/Dicer.js +0 -229
  876. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/Dicer.js.map +0 -1
  877. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js +0 -115
  878. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js.map +0 -1
  879. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/PartStream.js +0 -26
  880. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/PartStream.js.map +0 -1
  881. package/lib/esm/__/@fastify/busboy/deps/streamsearch/sbmh.js +0 -241
  882. package/lib/esm/__/@fastify/busboy/deps/streamsearch/sbmh.js.map +0 -1
  883. package/lib/esm/__/@fastify/busboy/lib/main.js +0 -102
  884. package/lib/esm/__/@fastify/busboy/lib/main.js.map +0 -1
  885. package/lib/esm/__/@fastify/busboy/lib/types/multipart.js +0 -324
  886. package/lib/esm/__/@fastify/busboy/lib/types/multipart.js.map +0 -1
  887. package/lib/esm/__/@fastify/busboy/lib/types/urlencoded.js +0 -204
  888. package/lib/esm/__/@fastify/busboy/lib/types/urlencoded.js.map +0 -1
  889. package/lib/esm/__/@fastify/busboy/lib/utils/Decoder.js +0 -64
  890. package/lib/esm/__/@fastify/busboy/lib/utils/Decoder.js.map +0 -1
  891. package/lib/esm/__/@fastify/busboy/lib/utils/basename.js +0 -24
  892. package/lib/esm/__/@fastify/busboy/lib/utils/basename.js.map +0 -1
  893. package/lib/esm/__/@fastify/busboy/lib/utils/decodeText.js +0 -124
  894. package/lib/esm/__/@fastify/busboy/lib/utils/decodeText.js.map +0 -1
  895. package/lib/esm/__/@fastify/busboy/lib/utils/getLimit.js +0 -26
  896. package/lib/esm/__/@fastify/busboy/lib/utils/getLimit.js.map +0 -1
  897. package/lib/esm/__/@fastify/busboy/lib/utils/parseParams.js +0 -209
  898. package/lib/esm/__/@fastify/busboy/lib/utils/parseParams.js.map +0 -1
  899. package/lib/esm/__/env-ci/__/execa/index.js +0 -141
  900. package/lib/esm/__/env-ci/__/execa/index.js.map +0 -1
  901. package/lib/esm/__/env-ci/__/execa/lib/command.js.map +0 -1
  902. package/lib/esm/__/env-ci/__/execa/lib/error.js.map +0 -1
  903. package/lib/esm/__/env-ci/__/execa/lib/promise.js.map +0 -1
  904. package/lib/esm/__/env-ci/__/execa/lib/stdio.js.map +0 -1
  905. package/lib/esm/__/env-ci/__/execa/lib/stream.js +0 -33
  906. package/lib/esm/__/env-ci/__/execa/lib/stream.js.map +0 -1
  907. package/lib/esm/__/env-ci/__/execa/lib/verbose.js.map +0 -1
  908. package/lib/esm/__/env-ci/__/get-stream/source/array-buffer.js.map +0 -1
  909. package/lib/esm/__/env-ci/__/human-signals/build/src/core.js.map +0 -1
  910. package/lib/esm/__/env-ci/__/human-signals/build/src/main.js.map +0 -1
  911. package/lib/esm/__/env-ci/__/human-signals/build/src/realtime.js.map +0 -1
  912. package/lib/esm/__/env-ci/__/human-signals/build/src/signals.js.map +0 -1
  913. package/lib/esm/__/env-ci/__/is-stream/index.js.map +0 -1
  914. package/lib/esm/__/env-ci/__/npm-run-path/index.js +0 -55
  915. package/lib/esm/__/env-ci/__/npm-run-path/index.js.map +0 -1
  916. package/lib/esm/__/env-ci/__/path-key/index.js.map +0 -1
  917. package/lib/esm/__/env-ci/__/signal-exit/dist/mjs/index.js.map +0 -1
  918. package/lib/esm/__/env-ci/__/signal-exit/dist/mjs/signals.js.map +0 -1
  919. package/lib/esm/__/env-ci/__/strip-final-newline/index.js.map +0 -1
  920. package/lib/esm/__/undici/lib/agent.js +0 -167
  921. package/lib/esm/__/undici/lib/agent.js.map +0 -1
  922. package/lib/esm/__/undici/lib/balanced-pool.js +0 -206
  923. package/lib/esm/__/undici/lib/balanced-pool.js.map +0 -1
  924. package/lib/esm/__/undici/lib/cache/cache.js +0 -861
  925. package/lib/esm/__/undici/lib/cache/cache.js.map +0 -1
  926. package/lib/esm/__/undici/lib/cache/cachestorage.js +0 -159
  927. package/lib/esm/__/undici/lib/cache/cachestorage.js.map +0 -1
  928. package/lib/esm/__/undici/lib/cache/symbols.js +0 -17
  929. package/lib/esm/__/undici/lib/cache/symbols.js.map +0 -1
  930. package/lib/esm/__/undici/lib/cache/util.js +0 -63
  931. package/lib/esm/__/undici/lib/cache/util.js.map +0 -1
  932. package/lib/esm/__/undici/lib/client.js +0 -2305
  933. package/lib/esm/__/undici/lib/client.js.map +0 -1
  934. package/lib/esm/__/undici/lib/compat/dispatcher-weakref.js +0 -61
  935. package/lib/esm/__/undici/lib/compat/dispatcher-weakref.js.map +0 -1
  936. package/lib/esm/__/undici/lib/cookies/constants.js +0 -22
  937. package/lib/esm/__/undici/lib/cookies/constants.js.map +0 -1
  938. package/lib/esm/__/undici/lib/cookies/index.js +0 -198
  939. package/lib/esm/__/undici/lib/cookies/index.js.map +0 -1
  940. package/lib/esm/__/undici/lib/cookies/parse.js +0 -332
  941. package/lib/esm/__/undici/lib/cookies/parse.js.map +0 -1
  942. package/lib/esm/__/undici/lib/cookies/util.js +0 -284
  943. package/lib/esm/__/undici/lib/cookies/util.js.map +0 -1
  944. package/lib/esm/__/undici/lib/dispatcher-base.js +0 -206
  945. package/lib/esm/__/undici/lib/dispatcher-base.js.map +0 -1
  946. package/lib/esm/__/undici/lib/dispatcher.js +0 -31
  947. package/lib/esm/__/undici/lib/dispatcher.js.map +0 -1
  948. package/lib/esm/__/undici/lib/fetch/body.js +0 -638
  949. package/lib/esm/__/undici/lib/fetch/body.js.map +0 -1
  950. package/lib/esm/__/undici/lib/fetch/constants.js +0 -163
  951. package/lib/esm/__/undici/lib/fetch/constants.js.map +0 -1
  952. package/lib/esm/__/undici/lib/fetch/dataURL.js +0 -642
  953. package/lib/esm/__/undici/lib/fetch/dataURL.js.map +0 -1
  954. package/lib/esm/__/undici/lib/fetch/file.js +0 -362
  955. package/lib/esm/__/undici/lib/fetch/file.js.map +0 -1
  956. package/lib/esm/__/undici/lib/fetch/formdata.js +0 -281
  957. package/lib/esm/__/undici/lib/fetch/formdata.js.map +0 -1
  958. package/lib/esm/__/undici/lib/fetch/global.js +0 -50
  959. package/lib/esm/__/undici/lib/fetch/global.js.map +0 -1
  960. package/lib/esm/__/undici/lib/fetch/headers.js +0 -602
  961. package/lib/esm/__/undici/lib/fetch/headers.js.map +0 -1
  962. package/lib/esm/__/undici/lib/fetch/index.js +0 -2102
  963. package/lib/esm/__/undici/lib/fetch/index.js.map +0 -1
  964. package/lib/esm/__/undici/lib/fetch/request.js +0 -971
  965. package/lib/esm/__/undici/lib/fetch/request.js.map +0 -1
  966. package/lib/esm/__/undici/lib/fetch/response.js +0 -596
  967. package/lib/esm/__/undici/lib/fetch/response.js.map +0 -1
  968. package/lib/esm/__/undici/lib/fetch/symbols.js +0 -20
  969. package/lib/esm/__/undici/lib/fetch/symbols.js.map +0 -1
  970. package/lib/esm/__/undici/lib/fetch/util.js +0 -1161
  971. package/lib/esm/__/undici/lib/fetch/util.js.map +0 -1
  972. package/lib/esm/__/undici/lib/fetch/webidl.js +0 -659
  973. package/lib/esm/__/undici/lib/fetch/webidl.js.map +0 -1
  974. package/lib/esm/__/undici/lib/fileapi/encoding.js +0 -300
  975. package/lib/esm/__/undici/lib/fileapi/encoding.js.map +0 -1
  976. package/lib/esm/__/undici/lib/fileapi/filereader.js +0 -359
  977. package/lib/esm/__/undici/lib/fileapi/filereader.js.map +0 -1
  978. package/lib/esm/__/undici/lib/fileapi/progressevent.js +0 -90
  979. package/lib/esm/__/undici/lib/fileapi/progressevent.js.map +0 -1
  980. package/lib/esm/__/undici/lib/fileapi/symbols.js +0 -20
  981. package/lib/esm/__/undici/lib/fileapi/symbols.js.map +0 -1
  982. package/lib/esm/__/undici/lib/fileapi/util.js +0 -411
  983. package/lib/esm/__/undici/lib/fileapi/util.js.map +0 -1
  984. package/lib/esm/__/undici/lib/handler/DecoratorHandler.js +0 -45
  985. package/lib/esm/__/undici/lib/handler/DecoratorHandler.js.map +0 -1
  986. package/lib/esm/__/undici/lib/handler/RedirectHandler.js +0 -219
  987. package/lib/esm/__/undici/lib/handler/RedirectHandler.js.map +0 -1
  988. package/lib/esm/__/undici/lib/handler/RetryHandler.js +0 -352
  989. package/lib/esm/__/undici/lib/handler/RetryHandler.js.map +0 -1
  990. package/lib/esm/__/undici/lib/interceptor/redirectInterceptor.js +0 -33
  991. package/lib/esm/__/undici/lib/interceptor/redirectInterceptor.js.map +0 -1
  992. package/lib/esm/__/undici/lib/node/fixed-queue.js +0 -127
  993. package/lib/esm/__/undici/lib/node/fixed-queue.js.map +0 -1
  994. package/lib/esm/__/undici/lib/pool-base.js +0 -209
  995. package/lib/esm/__/undici/lib/pool-base.js.map +0 -1
  996. package/lib/esm/__/undici/lib/pool-stats.js +0 -47
  997. package/lib/esm/__/undici/lib/pool-stats.js.map +0 -1
  998. package/lib/esm/__/undici/lib/pool.js +0 -125
  999. package/lib/esm/__/undici/lib/pool.js.map +0 -1
  1000. package/lib/esm/__/undici/lib/proxy-agent.js +0 -207
  1001. package/lib/esm/__/undici/lib/proxy-agent.js.map +0 -1
  1002. package/lib/esm/__/undici/lib/timers.js +0 -107
  1003. package/lib/esm/__/undici/lib/timers.js.map +0 -1
  1004. package/lib/esm/__/undici/lib/websocket/connection.js +0 -312
  1005. package/lib/esm/__/undici/lib/websocket/connection.js.map +0 -1
  1006. package/lib/esm/__/undici/lib/websocket/constants.js +0 -61
  1007. package/lib/esm/__/undici/lib/websocket/constants.js.map +0 -1
  1008. package/lib/esm/__/undici/lib/websocket/events.js +0 -317
  1009. package/lib/esm/__/undici/lib/websocket/events.js.map +0 -1
  1010. package/lib/esm/__/undici/lib/websocket/frame.js +0 -85
  1011. package/lib/esm/__/undici/lib/websocket/frame.js.map +0 -1
  1012. package/lib/esm/__/undici/lib/websocket/receiver.js +0 -361
  1013. package/lib/esm/__/undici/lib/websocket/receiver.js.map +0 -1
  1014. package/lib/esm/__/undici/lib/websocket/symbols.js +0 -22
  1015. package/lib/esm/__/undici/lib/websocket/symbols.js.map +0 -1
  1016. package/lib/esm/__/undici/lib/websocket/util.js +0 -214
  1017. package/lib/esm/__/undici/lib/websocket/util.js.map +0 -1
  1018. package/lib/esm/__/undici/lib/websocket/websocket.js +0 -662
  1019. package/lib/esm/__/undici/lib/websocket/websocket.js.map +0 -1
  1020. package/lib/esm/_virtual/api-request2.js +0 -4
  1021. package/lib/esm/_virtual/api-request2.js.map +0 -1
  1022. package/lib/esm/_virtual/constants2.js +0 -4
  1023. package/lib/esm/_virtual/constants2.js.map +0 -1
  1024. package/lib/esm/_virtual/index15.js +0 -4
  1025. package/lib/esm/_virtual/index15.js.map +0 -1
  1026. package/lib/esm/_virtual/index16.js +0 -4
  1027. package/lib/esm/_virtual/index16.js.map +0 -1
  1028. package/lib/esm/_virtual/main.js +0 -4
  1029. package/lib/esm/_virtual/main.js.map +0 -1
  1030. package/lib/esm/_virtual/mock-interceptor2.js +0 -4
  1031. package/lib/esm/_virtual/mock-interceptor2.js.map +0 -1
  1032. package/lib/esm/_virtual/utils4.js +0 -4
  1033. package/lib/esm/_virtual/utils4.js.map +0 -1
  1034. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/auth-token/dist-bundle/index.js +0 -0
  1035. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/index.js +0 -0
  1036. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/version.js +0 -0
  1037. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/endpoint/dist-bundle/index.js +0 -0
  1038. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/graphql/dist-bundle/index.js +0 -0
  1039. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-paginate-rest/dist-bundle/index.js +0 -0
  1040. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js +0 -0
  1041. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +0 -0
  1042. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/index.js +0 -0
  1043. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/version.js +0 -0
  1044. /package/lib/cjs/__/{@actions/github/__/@octokit → @octokit}/request-error/dist-src/index.js +0 -0
  1045. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/index.js +0 -0
  1046. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/add.js +0 -0
  1047. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/register.js +0 -0
  1048. /package/lib/cjs/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/remove.js +0 -0
  1049. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/command.js +0 -0
  1050. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/error.js +0 -0
  1051. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/promise.js +0 -0
  1052. /package/lib/cjs/__/{env-ci/__/execa → execa}/lib/stdio.js +0 -0
  1053. /package/lib/cjs/__/{env-ci/__/get-stream → get-stream}/source/array-buffer.js +0 -0
  1054. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/core.js +0 -0
  1055. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/main.js +0 -0
  1056. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/realtime.js +0 -0
  1057. /package/lib/cjs/__/{env-ci/__/human-signals → human-signals}/build/src/signals.js +0 -0
  1058. /package/lib/cjs/__/{env-ci/__/is-stream → is-stream}/index.js +0 -0
  1059. /package/lib/cjs/__/{env-ci → npm-run-path}/__/path-key/index.js +0 -0
  1060. /package/lib/cjs/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/index.js +0 -0
  1061. /package/lib/cjs/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/signals.js +0 -0
  1062. /package/lib/cjs/__/{env-ci/__/strip-final-newline → strip-final-newline}/index.js +0 -0
  1063. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/core/tree.js +0 -0
  1064. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/balanced-pool.js +0 -0
  1065. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h1.js +0 -0
  1066. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h2.js +0 -0
  1067. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/env-http-proxy-agent.js +0 -0
  1068. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/fixed-queue.js +0 -0
  1069. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/pool-stats.js +0 -0
  1070. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/proxy-agent.js +0 -0
  1071. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/retry-agent.js +0 -0
  1072. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/handler/decorator-handler.js +0 -0
  1073. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/handler/retry-handler.js +0 -0
  1074. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dns.js +0 -0
  1075. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dump.js +0 -0
  1076. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect-interceptor.js +0 -0
  1077. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect.js +0 -0
  1078. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/interceptor/retry.js +0 -0
  1079. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/util/timers.js +0 -0
  1080. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cache.js +0 -0
  1081. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cachestorage.js +0 -0
  1082. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/symbols.js +0 -0
  1083. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cache/util.js +0 -0
  1084. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/constants.js +0 -0
  1085. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/index.js +0 -0
  1086. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/parse.js +0 -0
  1087. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/util.js +0 -0
  1088. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource-stream.js +0 -0
  1089. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource.js +0 -0
  1090. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/util.js +0 -0
  1091. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/body.js +0 -0
  1092. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/constants.js +0 -0
  1093. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/data-url.js +0 -0
  1094. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/dispatcher-weakref.js +0 -0
  1095. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/file.js +0 -0
  1096. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/formdata-parser.js +0 -0
  1097. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/global.js +0 -0
  1098. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/symbols.js +0 -0
  1099. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/encoding.js +0 -0
  1100. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/filereader.js +0 -0
  1101. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/progressevent.js +0 -0
  1102. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/symbols.js +0 -0
  1103. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/connection.js +0 -0
  1104. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/constants.js +0 -0
  1105. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/events.js +0 -0
  1106. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/frame.js +0 -0
  1107. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/sender.js +0 -0
  1108. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/symbols.js +0 -0
  1109. /package/lib/cjs/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/util.js +0 -0
  1110. /package/lib/cjs/__/{@actions/github/__/universal-user-agent → universal-user-agent}/index.js +0 -0
  1111. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/auth-token/dist-bundle/index.js +0 -0
  1112. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/index.js +0 -0
  1113. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/core/dist-src/version.js +0 -0
  1114. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/endpoint/dist-bundle/index.js +0 -0
  1115. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/graphql/dist-bundle/index.js +0 -0
  1116. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-paginate-rest/dist-bundle/index.js +0 -0
  1117. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js +0 -0
  1118. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +0 -0
  1119. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/index.js +0 -0
  1120. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/plugin-rest-endpoint-methods/dist-src/version.js +0 -0
  1121. /package/lib/esm/__/{@actions/github/__/@octokit → @octokit}/request-error/dist-src/index.js +0 -0
  1122. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/index.js +0 -0
  1123. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/add.js +0 -0
  1124. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/register.js +0 -0
  1125. /package/lib/esm/__/{@actions/github/__/before-after-hook → before-after-hook}/lib/remove.js +0 -0
  1126. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/command.js +0 -0
  1127. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/error.js +0 -0
  1128. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/promise.js +0 -0
  1129. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/stdio.js +0 -0
  1130. /package/lib/esm/__/{env-ci/__/execa → execa}/lib/verbose.js +0 -0
  1131. /package/lib/esm/__/{env-ci/__/get-stream → get-stream}/source/array-buffer.js +0 -0
  1132. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/core.js +0 -0
  1133. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/main.js +0 -0
  1134. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/realtime.js +0 -0
  1135. /package/lib/esm/__/{env-ci/__/human-signals → human-signals}/build/src/signals.js +0 -0
  1136. /package/lib/esm/__/{env-ci/__/is-stream → is-stream}/index.js +0 -0
  1137. /package/lib/esm/__/{env-ci → npm-run-path}/__/path-key/index.js +0 -0
  1138. /package/lib/esm/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/index.js +0 -0
  1139. /package/lib/esm/__/{env-ci/__/signal-exit → signal-exit}/dist/mjs/signals.js +0 -0
  1140. /package/lib/esm/__/{env-ci/__/strip-final-newline → strip-final-newline}/index.js +0 -0
  1141. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/core/tree.js +0 -0
  1142. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/balanced-pool.js +0 -0
  1143. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h1.js +0 -0
  1144. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/client-h2.js +0 -0
  1145. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/env-http-proxy-agent.js +0 -0
  1146. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/fixed-queue.js +0 -0
  1147. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/pool-stats.js +0 -0
  1148. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/proxy-agent.js +0 -0
  1149. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/dispatcher/retry-agent.js +0 -0
  1150. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/handler/decorator-handler.js +0 -0
  1151. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/handler/retry-handler.js +0 -0
  1152. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dns.js +0 -0
  1153. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/dump.js +0 -0
  1154. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect-interceptor.js +0 -0
  1155. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/redirect.js +0 -0
  1156. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/interceptor/retry.js +0 -0
  1157. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/util/timers.js +0 -0
  1158. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cache.js +0 -0
  1159. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/cachestorage.js +0 -0
  1160. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/symbols.js +0 -0
  1161. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cache/util.js +0 -0
  1162. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/constants.js +0 -0
  1163. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/index.js +0 -0
  1164. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/parse.js +0 -0
  1165. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/cookies/util.js +0 -0
  1166. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource-stream.js +0 -0
  1167. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/eventsource.js +0 -0
  1168. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/eventsource/util.js +0 -0
  1169. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/body.js +0 -0
  1170. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/constants.js +0 -0
  1171. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/data-url.js +0 -0
  1172. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/dispatcher-weakref.js +0 -0
  1173. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/file.js +0 -0
  1174. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/formdata-parser.js +0 -0
  1175. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/global.js +0 -0
  1176. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fetch/symbols.js +0 -0
  1177. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/encoding.js +0 -0
  1178. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/filereader.js +0 -0
  1179. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/progressevent.js +0 -0
  1180. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/fileapi/symbols.js +0 -0
  1181. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/connection.js +0 -0
  1182. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/constants.js +0 -0
  1183. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/events.js +0 -0
  1184. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/frame.js +0 -0
  1185. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/sender.js +0 -0
  1186. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/symbols.js +0 -0
  1187. /package/lib/esm/__/{@actions/http-client/__/undici → undici}/lib/web/websocket/util.js +0 -0
  1188. /package/lib/esm/__/{@actions/github/__/universal-user-agent → universal-user-agent}/index.js +0 -0
@@ -1 +0,0 @@
1
- {"version":3,"file":"connection.js","sources":["../../../../../../../../node_modules/undici/lib/websocket/connection.js"],"sourcesContent":["'use strict'\n\nconst diagnosticsChannel = require('diagnostics_channel')\nconst { uid, states } = require('./constants')\nconst {\n kReadyState,\n kSentClose,\n kByteParser,\n kReceivedClose\n} = require('./symbols')\nconst { fireEvent, failWebsocketConnection } = require('./util')\nconst { CloseEvent } = require('./events')\nconst { makeRequest } = require('../fetch/request')\nconst { fetching } = require('../fetch/index')\nconst { Headers } = require('../fetch/headers')\nconst { getGlobalDispatcher } = require('../global')\nconst { kHeadersList } = require('../core/symbols')\n\nconst channels = {}\nchannels.open = diagnosticsChannel.channel('undici:websocket:open')\nchannels.close = diagnosticsChannel.channel('undici:websocket:close')\nchannels.socketError = diagnosticsChannel.channel('undici:websocket:socket_error')\n\n/** @type {import('crypto')} */\nlet crypto\ntry {\n crypto = require('crypto')\n} catch {\n\n}\n\n/**\n * @see https://websockets.spec.whatwg.org/#concept-websocket-establish\n * @param {URL} url\n * @param {string|string[]} protocols\n * @param {import('./websocket').WebSocket} ws\n * @param {(response: any) => void} onEstablish\n * @param {Partial<import('../../types/websocket').WebSocketInit>} options\n */\nfunction establishWebSocketConnection (url, protocols, ws, onEstablish, options) {\n // 1. Let requestURL be a copy of url, with its scheme set to \"http\", if url’s\n // scheme is \"ws\", and to \"https\" otherwise.\n const requestURL = url\n\n requestURL.protocol = url.protocol === 'ws:' ? 'http:' : 'https:'\n\n // 2. Let request be a new request, whose URL is requestURL, client is client,\n // service-workers mode is \"none\", referrer is \"no-referrer\", mode is\n // \"websocket\", credentials mode is \"include\", cache mode is \"no-store\" ,\n // and redirect mode is \"error\".\n const request = makeRequest({\n urlList: [requestURL],\n serviceWorkers: 'none',\n referrer: 'no-referrer',\n mode: 'websocket',\n credentials: 'include',\n cache: 'no-store',\n redirect: 'error'\n })\n\n // Note: undici extension, allow setting custom headers.\n if (options.headers) {\n const headersList = new Headers(options.headers)[kHeadersList]\n\n request.headersList = headersList\n }\n\n // 3. Append (`Upgrade`, `websocket`) to request’s header list.\n // 4. Append (`Connection`, `Upgrade`) to request’s header list.\n // Note: both of these are handled by undici currently.\n // https://github.com/nodejs/undici/blob/68c269c4144c446f3f1220951338daef4a6b5ec4/lib/client.js#L1397\n\n // 5. Let keyValue be a nonce consisting of a randomly selected\n // 16-byte value that has been forgiving-base64-encoded and\n // isomorphic encoded.\n const keyValue = crypto.randomBytes(16).toString('base64')\n\n // 6. Append (`Sec-WebSocket-Key`, keyValue) to request’s\n // header list.\n request.headersList.append('sec-websocket-key', keyValue)\n\n // 7. Append (`Sec-WebSocket-Version`, `13`) to request’s\n // header list.\n request.headersList.append('sec-websocket-version', '13')\n\n // 8. For each protocol in protocols, combine\n // (`Sec-WebSocket-Protocol`, protocol) in request’s header\n // list.\n for (const protocol of protocols) {\n request.headersList.append('sec-websocket-protocol', protocol)\n }\n\n // 9. Let permessageDeflate be a user-agent defined\n // \"permessage-deflate\" extension header value.\n // https://github.com/mozilla/gecko-dev/blob/ce78234f5e653a5d3916813ff990f053510227bc/netwerk/protocol/websocket/WebSocketChannel.cpp#L2673\n // TODO: enable once permessage-deflate is supported\n const permessageDeflate = '' // 'permessage-deflate; 15'\n\n // 10. Append (`Sec-WebSocket-Extensions`, permessageDeflate) to\n // request’s header list.\n // request.headersList.append('sec-websocket-extensions', permessageDeflate)\n\n // 11. Fetch request with useParallelQueue set to true, and\n // processResponse given response being these steps:\n const controller = fetching({\n request,\n useParallelQueue: true,\n dispatcher: options.dispatcher ?? getGlobalDispatcher(),\n processResponse (response) {\n // 1. If response is a network error or its status is not 101,\n // fail the WebSocket connection.\n if (response.type === 'error' || response.status !== 101) {\n failWebsocketConnection(ws, 'Received network error or non-101 status code.')\n return\n }\n\n // 2. If protocols is not the empty list and extracting header\n // list values given `Sec-WebSocket-Protocol` and response’s\n // header list results in null, failure, or the empty byte\n // sequence, then fail the WebSocket connection.\n if (protocols.length !== 0 && !response.headersList.get('Sec-WebSocket-Protocol')) {\n failWebsocketConnection(ws, 'Server did not respond with sent protocols.')\n return\n }\n\n // 3. Follow the requirements stated step 2 to step 6, inclusive,\n // of the last set of steps in section 4.1 of The WebSocket\n // Protocol to validate response. This either results in fail\n // the WebSocket connection or the WebSocket connection is\n // established.\n\n // 2. If the response lacks an |Upgrade| header field or the |Upgrade|\n // header field contains a value that is not an ASCII case-\n // insensitive match for the value \"websocket\", the client MUST\n // _Fail the WebSocket Connection_.\n if (response.headersList.get('Upgrade')?.toLowerCase() !== 'websocket') {\n failWebsocketConnection(ws, 'Server did not set Upgrade header to \"websocket\".')\n return\n }\n\n // 3. If the response lacks a |Connection| header field or the\n // |Connection| header field doesn't contain a token that is an\n // ASCII case-insensitive match for the value \"Upgrade\", the client\n // MUST _Fail the WebSocket Connection_.\n if (response.headersList.get('Connection')?.toLowerCase() !== 'upgrade') {\n failWebsocketConnection(ws, 'Server did not set Connection header to \"upgrade\".')\n return\n }\n\n // 4. If the response lacks a |Sec-WebSocket-Accept| header field or\n // the |Sec-WebSocket-Accept| contains a value other than the\n // base64-encoded SHA-1 of the concatenation of the |Sec-WebSocket-\n // Key| (as a string, not base64-decoded) with the string \"258EAFA5-\n // E914-47DA-95CA-C5AB0DC85B11\" but ignoring any leading and\n // trailing whitespace, the client MUST _Fail the WebSocket\n // Connection_.\n const secWSAccept = response.headersList.get('Sec-WebSocket-Accept')\n const digest = crypto.createHash('sha1').update(keyValue + uid).digest('base64')\n if (secWSAccept !== digest) {\n failWebsocketConnection(ws, 'Incorrect hash received in Sec-WebSocket-Accept header.')\n return\n }\n\n // 5. If the response includes a |Sec-WebSocket-Extensions| header\n // field and this header field indicates the use of an extension\n // that was not present in the client's handshake (the server has\n // indicated an extension not requested by the client), the client\n // MUST _Fail the WebSocket Connection_. (The parsing of this\n // header field to determine which extensions are requested is\n // discussed in Section 9.1.)\n const secExtension = response.headersList.get('Sec-WebSocket-Extensions')\n\n if (secExtension !== null && secExtension !== permessageDeflate) {\n failWebsocketConnection(ws, 'Received different permessage-deflate than the one set.')\n return\n }\n\n // 6. If the response includes a |Sec-WebSocket-Protocol| header field\n // and this header field indicates the use of a subprotocol that was\n // not present in the client's handshake (the server has indicated a\n // subprotocol not requested by the client), the client MUST _Fail\n // the WebSocket Connection_.\n const secProtocol = response.headersList.get('Sec-WebSocket-Protocol')\n\n if (secProtocol !== null && secProtocol !== request.headersList.get('Sec-WebSocket-Protocol')) {\n failWebsocketConnection(ws, 'Protocol was not set in the opening handshake.')\n return\n }\n\n response.socket.on('data', onSocketData)\n response.socket.on('close', onSocketClose)\n response.socket.on('error', onSocketError)\n\n if (channels.open.hasSubscribers) {\n channels.open.publish({\n address: response.socket.address(),\n protocol: secProtocol,\n extensions: secExtension\n })\n }\n\n onEstablish(response)\n }\n })\n\n return controller\n}\n\n/**\n * @param {Buffer} chunk\n */\nfunction onSocketData (chunk) {\n if (!this.ws[kByteParser].write(chunk)) {\n this.pause()\n }\n}\n\n/**\n * @see https://websockets.spec.whatwg.org/#feedback-from-the-protocol\n * @see https://datatracker.ietf.org/doc/html/rfc6455#section-7.1.4\n */\nfunction onSocketClose () {\n const { ws } = this\n\n // If the TCP connection was closed after the\n // WebSocket closing handshake was completed, the WebSocket connection\n // is said to have been closed _cleanly_.\n const wasClean = ws[kSentClose] && ws[kReceivedClose]\n\n let code = 1005\n let reason = ''\n\n const result = ws[kByteParser].closingInfo\n\n if (result) {\n code = result.code ?? 1005\n reason = result.reason\n } else if (!ws[kSentClose]) {\n // If _The WebSocket\n // Connection is Closed_ and no Close control frame was received by the\n // endpoint (such as could occur if the underlying transport connection\n // is lost), _The WebSocket Connection Close Code_ is considered to be\n // 1006.\n code = 1006\n }\n\n // 1. Change the ready state to CLOSED (3).\n ws[kReadyState] = states.CLOSED\n\n // 2. If the user agent was required to fail the WebSocket\n // connection, or if the WebSocket connection was closed\n // after being flagged as full, fire an event named error\n // at the WebSocket object.\n // TODO\n\n // 3. Fire an event named close at the WebSocket object,\n // using CloseEvent, with the wasClean attribute\n // initialized to true if the connection closed cleanly\n // and false otherwise, the code attribute initialized to\n // the WebSocket connection close code, and the reason\n // attribute initialized to the result of applying UTF-8\n // decode without BOM to the WebSocket connection close\n // reason.\n fireEvent('close', ws, CloseEvent, {\n wasClean, code, reason\n })\n\n if (channels.close.hasSubscribers) {\n channels.close.publish({\n websocket: ws,\n code,\n reason\n })\n }\n}\n\nfunction onSocketError (error) {\n const { ws } = this\n\n ws[kReadyState] = states.CLOSING\n\n if (channels.socketError.hasSubscribers) {\n channels.socketError.publish(error)\n }\n\n this.destroy()\n}\n\nmodule.exports = {\n establishWebSocketConnection\n}\n"],"names":["require$$1","require$$2","require$$3","require$$4","require$$5","require$$6","require$$7","require$$8","require$$9"],"mappings":"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","x_google_ignoreList":[0]}
@@ -1,61 +0,0 @@
1
- var constants;
2
- var hasRequiredConstants;
3
-
4
- function requireConstants () {
5
- if (hasRequiredConstants) return constants;
6
- hasRequiredConstants = 1;
7
-
8
- // This is a Globally Unique Identifier unique used
9
- // to validate that the endpoint accepts websocket
10
- // connections.
11
- // See https://www.rfc-editor.org/rfc/rfc6455.html#section-1.3
12
- const uid = '258EAFA5-E914-47DA-95CA-C5AB0DC85B11';
13
-
14
- /** @type {PropertyDescriptor} */
15
- const staticPropertyDescriptors = {
16
- enumerable: true,
17
- writable: false,
18
- configurable: false
19
- };
20
-
21
- const states = {
22
- CONNECTING: 0,
23
- OPEN: 1,
24
- CLOSING: 2,
25
- CLOSED: 3
26
- };
27
-
28
- const opcodes = {
29
- CONTINUATION: 0x0,
30
- TEXT: 0x1,
31
- BINARY: 0x2,
32
- CLOSE: 0x8,
33
- PING: 0x9,
34
- PONG: 0xA
35
- };
36
-
37
- const maxUnsigned16Bit = 2 ** 16 - 1; // 65535
38
-
39
- const parserStates = {
40
- INFO: 0,
41
- PAYLOADLENGTH_16: 2,
42
- PAYLOADLENGTH_64: 3,
43
- READ_DATA: 4
44
- };
45
-
46
- const emptyBuffer = Buffer.allocUnsafe(0);
47
-
48
- constants = {
49
- uid,
50
- staticPropertyDescriptors,
51
- states,
52
- opcodes,
53
- maxUnsigned16Bit,
54
- parserStates,
55
- emptyBuffer
56
- };
57
- return constants;
58
- }
59
-
60
- export { requireConstants as __require };
61
- //# sourceMappingURL=constants.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"constants.js","sources":["../../../../../../../../node_modules/undici/lib/websocket/constants.js"],"sourcesContent":["'use strict'\n\n// This is a Globally Unique Identifier unique used\n// to validate that the endpoint accepts websocket\n// connections.\n// See https://www.rfc-editor.org/rfc/rfc6455.html#section-1.3\nconst uid = '258EAFA5-E914-47DA-95CA-C5AB0DC85B11'\n\n/** @type {PropertyDescriptor} */\nconst staticPropertyDescriptors = {\n enumerable: true,\n writable: false,\n configurable: false\n}\n\nconst states = {\n CONNECTING: 0,\n OPEN: 1,\n CLOSING: 2,\n CLOSED: 3\n}\n\nconst opcodes = {\n CONTINUATION: 0x0,\n TEXT: 0x1,\n BINARY: 0x2,\n CLOSE: 0x8,\n PING: 0x9,\n PONG: 0xA\n}\n\nconst maxUnsigned16Bit = 2 ** 16 - 1 // 65535\n\nconst parserStates = {\n INFO: 0,\n PAYLOADLENGTH_16: 2,\n PAYLOADLENGTH_64: 3,\n READ_DATA: 4\n}\n\nconst emptyBuffer = Buffer.allocUnsafe(0)\n\nmodule.exports = {\n uid,\n staticPropertyDescriptors,\n states,\n opcodes,\n maxUnsigned16Bit,\n parserStates,\n emptyBuffer\n}\n"],"names":[],"mappings":";;;;;;;AAEA;AACA;AACA;AACA;AACA,CAAA,MAAM,GAAG,GAAG;;AAEZ;AACA,CAAA,MAAM,yBAAyB,GAAG;GAChC,UAAU,EAAE,IAAI;GAChB,QAAQ,EAAE,KAAK;AACjB,GAAE,YAAY,EAAE;AAChB;;AAEA,CAAA,MAAM,MAAM,GAAG;GACb,UAAU,EAAE,CAAC;GACb,IAAI,EAAE,CAAC;GACP,OAAO,EAAE,CAAC;AACZ,GAAE,MAAM,EAAE;AACV;;AAEA,CAAA,MAAM,OAAO,GAAG;GACd,YAAY,EAAE,GAAG;GACjB,IAAI,EAAE,GAAG;GACT,MAAM,EAAE,GAAG;GACX,KAAK,EAAE,GAAG;GACV,IAAI,EAAE,GAAG;AACX,GAAE,IAAI,EAAE;AACR;;AAEA,CAAA,MAAM,gBAAgB,GAAG,CAAC,IAAI,EAAE,GAAG,EAAC;;AAEpC,CAAA,MAAM,YAAY,GAAG;GACnB,IAAI,EAAE,CAAC;GACP,gBAAgB,EAAE,CAAC;GACnB,gBAAgB,EAAE,CAAC;AACrB,GAAE,SAAS,EAAE;AACb;;AAEA,CAAA,MAAM,WAAW,GAAG,MAAM,CAAC,WAAW,CAAC,CAAC;;AAExC,CAAA,SAAc,GAAG;AACjB,GAAE,GAAG;AACL,GAAE,yBAAyB;AAC3B,GAAE,MAAM;AACR,GAAE,OAAO;AACT,GAAE,gBAAgB;AAClB,GAAE,YAAY;GACZ;AACF;;;;;;","x_google_ignoreList":[0]}
@@ -1,317 +0,0 @@
1
- import { __require as requireWebidl } from '../fetch/webidl.js';
2
- import { __require as requireUtil } from '../core/util.js';
3
- import require$$1 from 'node:worker_threads';
4
-
5
- var events;
6
- var hasRequiredEvents;
7
-
8
- function requireEvents () {
9
- if (hasRequiredEvents) return events;
10
- hasRequiredEvents = 1;
11
-
12
- const { webidl } = requireWebidl();
13
- const { kEnumerableProperty } = requireUtil();
14
- const { MessagePort } = require$$1;
15
-
16
- /**
17
- * @see https://html.spec.whatwg.org/multipage/comms.html#messageevent
18
- */
19
- class MessageEvent extends Event {
20
- #eventInit
21
-
22
- constructor (type, eventInitDict = {}) {
23
- webidl.argumentLengthCheck(arguments, 1, { header: 'MessageEvent constructor' });
24
-
25
- type = webidl.converters.DOMString(type);
26
- eventInitDict = webidl.converters.MessageEventInit(eventInitDict);
27
-
28
- super(type, eventInitDict);
29
-
30
- this.#eventInit = eventInitDict;
31
- }
32
-
33
- get data () {
34
- webidl.brandCheck(this, MessageEvent);
35
-
36
- return this.#eventInit.data
37
- }
38
-
39
- get origin () {
40
- webidl.brandCheck(this, MessageEvent);
41
-
42
- return this.#eventInit.origin
43
- }
44
-
45
- get lastEventId () {
46
- webidl.brandCheck(this, MessageEvent);
47
-
48
- return this.#eventInit.lastEventId
49
- }
50
-
51
- get source () {
52
- webidl.brandCheck(this, MessageEvent);
53
-
54
- return this.#eventInit.source
55
- }
56
-
57
- get ports () {
58
- webidl.brandCheck(this, MessageEvent);
59
-
60
- if (!Object.isFrozen(this.#eventInit.ports)) {
61
- Object.freeze(this.#eventInit.ports);
62
- }
63
-
64
- return this.#eventInit.ports
65
- }
66
-
67
- initMessageEvent (
68
- type,
69
- bubbles = false,
70
- cancelable = false,
71
- data = null,
72
- origin = '',
73
- lastEventId = '',
74
- source = null,
75
- ports = []
76
- ) {
77
- webidl.brandCheck(this, MessageEvent);
78
-
79
- webidl.argumentLengthCheck(arguments, 1, { header: 'MessageEvent.initMessageEvent' });
80
-
81
- return new MessageEvent(type, {
82
- bubbles, cancelable, data, origin, lastEventId, source, ports
83
- })
84
- }
85
- }
86
-
87
- /**
88
- * @see https://websockets.spec.whatwg.org/#the-closeevent-interface
89
- */
90
- class CloseEvent extends Event {
91
- #eventInit
92
-
93
- constructor (type, eventInitDict = {}) {
94
- webidl.argumentLengthCheck(arguments, 1, { header: 'CloseEvent constructor' });
95
-
96
- type = webidl.converters.DOMString(type);
97
- eventInitDict = webidl.converters.CloseEventInit(eventInitDict);
98
-
99
- super(type, eventInitDict);
100
-
101
- this.#eventInit = eventInitDict;
102
- }
103
-
104
- get wasClean () {
105
- webidl.brandCheck(this, CloseEvent);
106
-
107
- return this.#eventInit.wasClean
108
- }
109
-
110
- get code () {
111
- webidl.brandCheck(this, CloseEvent);
112
-
113
- return this.#eventInit.code
114
- }
115
-
116
- get reason () {
117
- webidl.brandCheck(this, CloseEvent);
118
-
119
- return this.#eventInit.reason
120
- }
121
- }
122
-
123
- // https://html.spec.whatwg.org/multipage/webappapis.html#the-errorevent-interface
124
- class ErrorEvent extends Event {
125
- #eventInit
126
-
127
- constructor (type, eventInitDict) {
128
- webidl.argumentLengthCheck(arguments, 1, { header: 'ErrorEvent constructor' });
129
-
130
- super(type, eventInitDict);
131
-
132
- type = webidl.converters.DOMString(type);
133
- eventInitDict = webidl.converters.ErrorEventInit(eventInitDict ?? {});
134
-
135
- this.#eventInit = eventInitDict;
136
- }
137
-
138
- get message () {
139
- webidl.brandCheck(this, ErrorEvent);
140
-
141
- return this.#eventInit.message
142
- }
143
-
144
- get filename () {
145
- webidl.brandCheck(this, ErrorEvent);
146
-
147
- return this.#eventInit.filename
148
- }
149
-
150
- get lineno () {
151
- webidl.brandCheck(this, ErrorEvent);
152
-
153
- return this.#eventInit.lineno
154
- }
155
-
156
- get colno () {
157
- webidl.brandCheck(this, ErrorEvent);
158
-
159
- return this.#eventInit.colno
160
- }
161
-
162
- get error () {
163
- webidl.brandCheck(this, ErrorEvent);
164
-
165
- return this.#eventInit.error
166
- }
167
- }
168
-
169
- Object.defineProperties(MessageEvent.prototype, {
170
- [Symbol.toStringTag]: {
171
- value: 'MessageEvent',
172
- configurable: true
173
- },
174
- data: kEnumerableProperty,
175
- origin: kEnumerableProperty,
176
- lastEventId: kEnumerableProperty,
177
- source: kEnumerableProperty,
178
- ports: kEnumerableProperty,
179
- initMessageEvent: kEnumerableProperty
180
- });
181
-
182
- Object.defineProperties(CloseEvent.prototype, {
183
- [Symbol.toStringTag]: {
184
- value: 'CloseEvent',
185
- configurable: true
186
- },
187
- reason: kEnumerableProperty,
188
- code: kEnumerableProperty,
189
- wasClean: kEnumerableProperty
190
- });
191
-
192
- Object.defineProperties(ErrorEvent.prototype, {
193
- [Symbol.toStringTag]: {
194
- value: 'ErrorEvent',
195
- configurable: true
196
- },
197
- message: kEnumerableProperty,
198
- filename: kEnumerableProperty,
199
- lineno: kEnumerableProperty,
200
- colno: kEnumerableProperty,
201
- error: kEnumerableProperty
202
- });
203
-
204
- webidl.converters.MessagePort = webidl.interfaceConverter(MessagePort);
205
-
206
- webidl.converters['sequence<MessagePort>'] = webidl.sequenceConverter(
207
- webidl.converters.MessagePort
208
- );
209
-
210
- const eventInit = [
211
- {
212
- key: 'bubbles',
213
- converter: webidl.converters.boolean,
214
- defaultValue: false
215
- },
216
- {
217
- key: 'cancelable',
218
- converter: webidl.converters.boolean,
219
- defaultValue: false
220
- },
221
- {
222
- key: 'composed',
223
- converter: webidl.converters.boolean,
224
- defaultValue: false
225
- }
226
- ];
227
-
228
- webidl.converters.MessageEventInit = webidl.dictionaryConverter([
229
- ...eventInit,
230
- {
231
- key: 'data',
232
- converter: webidl.converters.any,
233
- defaultValue: null
234
- },
235
- {
236
- key: 'origin',
237
- converter: webidl.converters.USVString,
238
- defaultValue: ''
239
- },
240
- {
241
- key: 'lastEventId',
242
- converter: webidl.converters.DOMString,
243
- defaultValue: ''
244
- },
245
- {
246
- key: 'source',
247
- // Node doesn't implement WindowProxy or ServiceWorker, so the only
248
- // valid value for source is a MessagePort.
249
- converter: webidl.nullableConverter(webidl.converters.MessagePort),
250
- defaultValue: null
251
- },
252
- {
253
- key: 'ports',
254
- converter: webidl.converters['sequence<MessagePort>'],
255
- get defaultValue () {
256
- return []
257
- }
258
- }
259
- ]);
260
-
261
- webidl.converters.CloseEventInit = webidl.dictionaryConverter([
262
- ...eventInit,
263
- {
264
- key: 'wasClean',
265
- converter: webidl.converters.boolean,
266
- defaultValue: false
267
- },
268
- {
269
- key: 'code',
270
- converter: webidl.converters['unsigned short'],
271
- defaultValue: 0
272
- },
273
- {
274
- key: 'reason',
275
- converter: webidl.converters.USVString,
276
- defaultValue: ''
277
- }
278
- ]);
279
-
280
- webidl.converters.ErrorEventInit = webidl.dictionaryConverter([
281
- ...eventInit,
282
- {
283
- key: 'message',
284
- converter: webidl.converters.DOMString,
285
- defaultValue: ''
286
- },
287
- {
288
- key: 'filename',
289
- converter: webidl.converters.USVString,
290
- defaultValue: ''
291
- },
292
- {
293
- key: 'lineno',
294
- converter: webidl.converters['unsigned long'],
295
- defaultValue: 0
296
- },
297
- {
298
- key: 'colno',
299
- converter: webidl.converters['unsigned long'],
300
- defaultValue: 0
301
- },
302
- {
303
- key: 'error',
304
- converter: webidl.converters.any
305
- }
306
- ]);
307
-
308
- events = {
309
- MessageEvent,
310
- CloseEvent,
311
- ErrorEvent
312
- };
313
- return events;
314
- }
315
-
316
- export { requireEvents as __require };
317
- //# sourceMappingURL=events.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"events.js","sources":["../../../../../../../../node_modules/undici/lib/websocket/events.js"],"sourcesContent":["'use strict'\n\nconst { webidl } = require('../fetch/webidl')\nconst { kEnumerableProperty } = require('../core/util')\nconst { MessagePort } = require('worker_threads')\n\n/**\n * @see https://html.spec.whatwg.org/multipage/comms.html#messageevent\n */\nclass MessageEvent extends Event {\n #eventInit\n\n constructor (type, eventInitDict = {}) {\n webidl.argumentLengthCheck(arguments, 1, { header: 'MessageEvent constructor' })\n\n type = webidl.converters.DOMString(type)\n eventInitDict = webidl.converters.MessageEventInit(eventInitDict)\n\n super(type, eventInitDict)\n\n this.#eventInit = eventInitDict\n }\n\n get data () {\n webidl.brandCheck(this, MessageEvent)\n\n return this.#eventInit.data\n }\n\n get origin () {\n webidl.brandCheck(this, MessageEvent)\n\n return this.#eventInit.origin\n }\n\n get lastEventId () {\n webidl.brandCheck(this, MessageEvent)\n\n return this.#eventInit.lastEventId\n }\n\n get source () {\n webidl.brandCheck(this, MessageEvent)\n\n return this.#eventInit.source\n }\n\n get ports () {\n webidl.brandCheck(this, MessageEvent)\n\n if (!Object.isFrozen(this.#eventInit.ports)) {\n Object.freeze(this.#eventInit.ports)\n }\n\n return this.#eventInit.ports\n }\n\n initMessageEvent (\n type,\n bubbles = false,\n cancelable = false,\n data = null,\n origin = '',\n lastEventId = '',\n source = null,\n ports = []\n ) {\n webidl.brandCheck(this, MessageEvent)\n\n webidl.argumentLengthCheck(arguments, 1, { header: 'MessageEvent.initMessageEvent' })\n\n return new MessageEvent(type, {\n bubbles, cancelable, data, origin, lastEventId, source, ports\n })\n }\n}\n\n/**\n * @see https://websockets.spec.whatwg.org/#the-closeevent-interface\n */\nclass CloseEvent extends Event {\n #eventInit\n\n constructor (type, eventInitDict = {}) {\n webidl.argumentLengthCheck(arguments, 1, { header: 'CloseEvent constructor' })\n\n type = webidl.converters.DOMString(type)\n eventInitDict = webidl.converters.CloseEventInit(eventInitDict)\n\n super(type, eventInitDict)\n\n this.#eventInit = eventInitDict\n }\n\n get wasClean () {\n webidl.brandCheck(this, CloseEvent)\n\n return this.#eventInit.wasClean\n }\n\n get code () {\n webidl.brandCheck(this, CloseEvent)\n\n return this.#eventInit.code\n }\n\n get reason () {\n webidl.brandCheck(this, CloseEvent)\n\n return this.#eventInit.reason\n }\n}\n\n// https://html.spec.whatwg.org/multipage/webappapis.html#the-errorevent-interface\nclass ErrorEvent extends Event {\n #eventInit\n\n constructor (type, eventInitDict) {\n webidl.argumentLengthCheck(arguments, 1, { header: 'ErrorEvent constructor' })\n\n super(type, eventInitDict)\n\n type = webidl.converters.DOMString(type)\n eventInitDict = webidl.converters.ErrorEventInit(eventInitDict ?? {})\n\n this.#eventInit = eventInitDict\n }\n\n get message () {\n webidl.brandCheck(this, ErrorEvent)\n\n return this.#eventInit.message\n }\n\n get filename () {\n webidl.brandCheck(this, ErrorEvent)\n\n return this.#eventInit.filename\n }\n\n get lineno () {\n webidl.brandCheck(this, ErrorEvent)\n\n return this.#eventInit.lineno\n }\n\n get colno () {\n webidl.brandCheck(this, ErrorEvent)\n\n return this.#eventInit.colno\n }\n\n get error () {\n webidl.brandCheck(this, ErrorEvent)\n\n return this.#eventInit.error\n }\n}\n\nObject.defineProperties(MessageEvent.prototype, {\n [Symbol.toStringTag]: {\n value: 'MessageEvent',\n configurable: true\n },\n data: kEnumerableProperty,\n origin: kEnumerableProperty,\n lastEventId: kEnumerableProperty,\n source: kEnumerableProperty,\n ports: kEnumerableProperty,\n initMessageEvent: kEnumerableProperty\n})\n\nObject.defineProperties(CloseEvent.prototype, {\n [Symbol.toStringTag]: {\n value: 'CloseEvent',\n configurable: true\n },\n reason: kEnumerableProperty,\n code: kEnumerableProperty,\n wasClean: kEnumerableProperty\n})\n\nObject.defineProperties(ErrorEvent.prototype, {\n [Symbol.toStringTag]: {\n value: 'ErrorEvent',\n configurable: true\n },\n message: kEnumerableProperty,\n filename: kEnumerableProperty,\n lineno: kEnumerableProperty,\n colno: kEnumerableProperty,\n error: kEnumerableProperty\n})\n\nwebidl.converters.MessagePort = webidl.interfaceConverter(MessagePort)\n\nwebidl.converters['sequence<MessagePort>'] = webidl.sequenceConverter(\n webidl.converters.MessagePort\n)\n\nconst eventInit = [\n {\n key: 'bubbles',\n converter: webidl.converters.boolean,\n defaultValue: false\n },\n {\n key: 'cancelable',\n converter: webidl.converters.boolean,\n defaultValue: false\n },\n {\n key: 'composed',\n converter: webidl.converters.boolean,\n defaultValue: false\n }\n]\n\nwebidl.converters.MessageEventInit = webidl.dictionaryConverter([\n ...eventInit,\n {\n key: 'data',\n converter: webidl.converters.any,\n defaultValue: null\n },\n {\n key: 'origin',\n converter: webidl.converters.USVString,\n defaultValue: ''\n },\n {\n key: 'lastEventId',\n converter: webidl.converters.DOMString,\n defaultValue: ''\n },\n {\n key: 'source',\n // Node doesn't implement WindowProxy or ServiceWorker, so the only\n // valid value for source is a MessagePort.\n converter: webidl.nullableConverter(webidl.converters.MessagePort),\n defaultValue: null\n },\n {\n key: 'ports',\n converter: webidl.converters['sequence<MessagePort>'],\n get defaultValue () {\n return []\n }\n }\n])\n\nwebidl.converters.CloseEventInit = webidl.dictionaryConverter([\n ...eventInit,\n {\n key: 'wasClean',\n converter: webidl.converters.boolean,\n defaultValue: false\n },\n {\n key: 'code',\n converter: webidl.converters['unsigned short'],\n defaultValue: 0\n },\n {\n key: 'reason',\n converter: webidl.converters.USVString,\n defaultValue: ''\n }\n])\n\nwebidl.converters.ErrorEventInit = webidl.dictionaryConverter([\n ...eventInit,\n {\n key: 'message',\n converter: webidl.converters.DOMString,\n defaultValue: ''\n },\n {\n key: 'filename',\n converter: webidl.converters.USVString,\n defaultValue: ''\n },\n {\n key: 'lineno',\n converter: webidl.converters['unsigned long'],\n defaultValue: 0\n },\n {\n key: 'colno',\n converter: webidl.converters['unsigned long'],\n defaultValue: 0\n },\n {\n key: 'error',\n converter: webidl.converters.any\n }\n])\n\nmodule.exports = {\n MessageEvent,\n CloseEvent,\n ErrorEvent\n}\n"],"names":["require$$0","require$$1","require$$2"],"mappings":"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","x_google_ignoreList":[0]}
@@ -1,85 +0,0 @@
1
- import { __require as requireConstants } from './constants.js';
2
-
3
- var frame;
4
- var hasRequiredFrame;
5
-
6
- function requireFrame () {
7
- if (hasRequiredFrame) return frame;
8
- hasRequiredFrame = 1;
9
-
10
- const { maxUnsigned16Bit } = requireConstants();
11
-
12
- /** @type {import('crypto')} */
13
- let crypto;
14
- try {
15
- crypto = require('crypto');
16
- } catch {
17
-
18
- }
19
-
20
- class WebsocketFrameSend {
21
- /**
22
- * @param {Buffer|undefined} data
23
- */
24
- constructor (data) {
25
- this.frameData = data;
26
- this.maskKey = crypto.randomBytes(4);
27
- }
28
-
29
- createFrame (opcode) {
30
- const bodyLength = this.frameData?.byteLength ?? 0;
31
-
32
- /** @type {number} */
33
- let payloadLength = bodyLength; // 0-125
34
- let offset = 6;
35
-
36
- if (bodyLength > maxUnsigned16Bit) {
37
- offset += 8; // payload length is next 8 bytes
38
- payloadLength = 127;
39
- } else if (bodyLength > 125) {
40
- offset += 2; // payload length is next 2 bytes
41
- payloadLength = 126;
42
- }
43
-
44
- const buffer = Buffer.allocUnsafe(bodyLength + offset);
45
-
46
- // Clear first 2 bytes, everything else is overwritten
47
- buffer[0] = buffer[1] = 0;
48
- buffer[0] |= 0x80; // FIN
49
- buffer[0] = (buffer[0] & 0xF0) + opcode; // opcode
50
-
51
- /*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> */
52
- buffer[offset - 4] = this.maskKey[0];
53
- buffer[offset - 3] = this.maskKey[1];
54
- buffer[offset - 2] = this.maskKey[2];
55
- buffer[offset - 1] = this.maskKey[3];
56
-
57
- buffer[1] = payloadLength;
58
-
59
- if (payloadLength === 126) {
60
- buffer.writeUInt16BE(bodyLength, 2);
61
- } else if (payloadLength === 127) {
62
- // Clear extended payload length
63
- buffer[2] = buffer[3] = 0;
64
- buffer.writeUIntBE(bodyLength, 4, 6);
65
- }
66
-
67
- buffer[1] |= 0x80; // MASK
68
-
69
- // mask body
70
- for (let i = 0; i < bodyLength; i++) {
71
- buffer[offset + i] = this.frameData[i] ^ this.maskKey[i % 4];
72
- }
73
-
74
- return buffer
75
- }
76
- }
77
-
78
- frame = {
79
- WebsocketFrameSend
80
- };
81
- return frame;
82
- }
83
-
84
- export { requireFrame as __require };
85
- //# sourceMappingURL=frame.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"frame.js","sources":["../../../../../../../../node_modules/undici/lib/websocket/frame.js"],"sourcesContent":["'use strict'\n\nconst { maxUnsigned16Bit } = require('./constants')\n\n/** @type {import('crypto')} */\nlet crypto\ntry {\n crypto = require('crypto')\n} catch {\n\n}\n\nclass WebsocketFrameSend {\n /**\n * @param {Buffer|undefined} data\n */\n constructor (data) {\n this.frameData = data\n this.maskKey = crypto.randomBytes(4)\n }\n\n createFrame (opcode) {\n const bodyLength = this.frameData?.byteLength ?? 0\n\n /** @type {number} */\n let payloadLength = bodyLength // 0-125\n let offset = 6\n\n if (bodyLength > maxUnsigned16Bit) {\n offset += 8 // payload length is next 8 bytes\n payloadLength = 127\n } else if (bodyLength > 125) {\n offset += 2 // payload length is next 2 bytes\n payloadLength = 126\n }\n\n const buffer = Buffer.allocUnsafe(bodyLength + offset)\n\n // Clear first 2 bytes, everything else is overwritten\n buffer[0] = buffer[1] = 0\n buffer[0] |= 0x80 // FIN\n buffer[0] = (buffer[0] & 0xF0) + opcode // opcode\n\n /*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> */\n buffer[offset - 4] = this.maskKey[0]\n buffer[offset - 3] = this.maskKey[1]\n buffer[offset - 2] = this.maskKey[2]\n buffer[offset - 1] = this.maskKey[3]\n\n buffer[1] = payloadLength\n\n if (payloadLength === 126) {\n buffer.writeUInt16BE(bodyLength, 2)\n } else if (payloadLength === 127) {\n // Clear extended payload length\n buffer[2] = buffer[3] = 0\n buffer.writeUIntBE(bodyLength, 4, 6)\n }\n\n buffer[1] |= 0x80 // MASK\n\n // mask body\n for (let i = 0; i < bodyLength; i++) {\n buffer[offset + i] = this.frameData[i] ^ this.maskKey[i % 4]\n }\n\n return buffer\n }\n}\n\nmodule.exports = {\n WebsocketFrameSend\n}\n"],"names":["require$$0"],"mappings":";;;;;;;;;CAEA,MAAM,EAAE,gBAAgB,EAAE,GAAGA,gBAAA;;AAE7B;CACA,IAAI;CACJ,IAAI;GACF,MAAM,GAAG,OAAA,CAAQ,QAAQ;AAC3B,CAAA,CAAC,CAAC,MAAM;;AAER,CAAA;;AAEA,CAAA,MAAM,kBAAkB,CAAC;AACzB;AACA;AACA;AACA,GAAE,WAAW,CAAC,CAAC,IAAI,EAAE;KACjB,IAAI,CAAC,SAAS,GAAG;KACjB,IAAI,CAAC,OAAO,GAAG,MAAM,CAAC,WAAW,CAAC,CAAC;AACvC,GAAA;;AAEA,GAAE,WAAW,CAAC,CAAC,MAAM,EAAE;KACnB,MAAM,UAAU,GAAG,IAAI,CAAC,SAAS,EAAE,UAAU,IAAI;;AAErD;KACI,IAAI,aAAa,GAAG,WAAU;KAC9B,IAAI,MAAM,GAAG;;AAEjB,KAAI,IAAI,UAAU,GAAG,gBAAgB,EAAE;OACjC,MAAM,IAAI,EAAC;AACjB,OAAM,aAAa,GAAG;AACtB,KAAA,CAAK,MAAM,IAAI,UAAU,GAAG,GAAG,EAAE;OAC3B,MAAM,IAAI,EAAC;AACjB,OAAM,aAAa,GAAG;AACtB,KAAA;;KAEI,MAAM,MAAM,GAAG,MAAM,CAAC,WAAW,CAAC,UAAU,GAAG,MAAM;;AAEzD;KACI,MAAM,CAAC,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,GAAG;AAC5B,KAAI,MAAM,CAAC,CAAC,CAAC,IAAI,KAAI;AACrB,KAAI,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,IAAI,IAAI,OAAM;;AAE3C;KACI,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC;KACnC,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC;KACnC,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC;KACnC,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC;;AAEvC,KAAI,MAAM,CAAC,CAAC,CAAC,GAAG;;AAEhB,KAAI,IAAI,aAAa,KAAK,GAAG,EAAE;AAC/B,OAAM,MAAM,CAAC,aAAa,CAAC,UAAU,EAAE,CAAC;AACxC,KAAA,CAAK,MAAM,IAAI,aAAa,KAAK,GAAG,EAAE;AACtC;OACM,MAAM,CAAC,CAAC,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,GAAG;OACxB,MAAM,CAAC,WAAW,CAAC,UAAU,EAAE,CAAC,EAAE,CAAC;AACzC,KAAA;;AAEA,KAAI,MAAM,CAAC,CAAC,CAAC,IAAI,KAAI;;AAErB;AACA,KAAI,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,UAAU,EAAE,CAAC,EAAE,EAAE;OACnC,MAAM,CAAC,MAAM,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,OAAO,CAAC,CAAC,GAAG,CAAC;AACjE,KAAA;;AAEA,KAAI,OAAO;AACX,GAAA;AACA;;AAEA,CAAA,KAAc,GAAG;GACf;AACF;;;;;;","x_google_ignoreList":[0]}