@relative-ci/core 5.2.2 → 5.3.0-alpha.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 (610) hide show
  1. package/lib/cjs/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js +57 -0
  2. package/lib/cjs/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js.map +1 -0
  3. package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/index.js +144 -0
  4. package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/index.js.map +1 -0
  5. package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/version.js +6 -0
  6. package/lib/cjs/__/@actions/github/__/@octokit/core/dist-src/version.js.map +1 -0
  7. package/lib/cjs/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js +349 -0
  8. package/lib/cjs/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js.map +1 -0
  9. package/lib/cjs/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js +125 -0
  10. package/lib/cjs/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js.map +1 -0
  11. package/lib/cjs/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js +417 -0
  12. package/lib/cjs/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +1 -0
  13. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js +128 -0
  14. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +1 -0
  15. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +2295 -0
  16. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +1 -0
  17. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js +24 -0
  18. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +1 -0
  19. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js +6 -0
  20. package/lib/cjs/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +1 -0
  21. package/lib/cjs/__/@actions/github/__/@octokit/request/dist-bundle/index.js +199 -0
  22. package/lib/cjs/__/@actions/github/__/@octokit/request/dist-bundle/index.js.map +1 -0
  23. package/lib/cjs/__/@actions/github/__/@octokit/request-error/dist-src/index.js +43 -0
  24. package/lib/cjs/__/@actions/github/__/@octokit/request-error/dist-src/index.js.map +1 -0
  25. package/lib/cjs/__/@actions/github/__/before-after-hook/index.js +41 -0
  26. package/lib/cjs/__/@actions/github/__/before-after-hook/index.js.map +1 -0
  27. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/add.js +51 -0
  28. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/add.js.map +1 -0
  29. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/register.js +32 -0
  30. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/register.js.map +1 -0
  31. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/remove.js +24 -0
  32. package/lib/cjs/__/@actions/github/__/before-after-hook/lib/remove.js.map +1 -0
  33. package/lib/cjs/__/@actions/github/__/universal-user-agent/index.js +18 -0
  34. package/lib/cjs/__/@actions/github/__/universal-user-agent/index.js.map +1 -0
  35. package/lib/cjs/__/@actions/github/lib/context.js +76 -0
  36. package/lib/cjs/__/@actions/github/lib/context.js.map +1 -0
  37. package/lib/cjs/__/@actions/github/lib/github.js +66 -0
  38. package/lib/cjs/__/@actions/github/lib/github.js.map +1 -0
  39. package/lib/cjs/__/@actions/github/lib/internal/utils.js +94 -0
  40. package/lib/cjs/__/@actions/github/lib/internal/utils.js.map +1 -0
  41. package/lib/cjs/__/@actions/github/lib/utils.js +89 -0
  42. package/lib/cjs/__/@actions/github/lib/utils.js.map +1 -0
  43. package/lib/cjs/__/@actions/http-client/lib/index.js +760 -0
  44. package/lib/cjs/__/@actions/http-client/lib/index.js.map +1 -0
  45. package/lib/cjs/__/@actions/http-client/lib/proxy.js +107 -0
  46. package/lib/cjs/__/@actions/http-client/lib/proxy.js.map +1 -0
  47. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/Dicer.js +236 -0
  48. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/Dicer.js.map +1 -0
  49. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js +122 -0
  50. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js.map +1 -0
  51. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/PartStream.js +33 -0
  52. package/lib/cjs/__/@fastify/busboy/deps/dicer/lib/PartStream.js.map +1 -0
  53. package/lib/cjs/__/@fastify/busboy/deps/streamsearch/sbmh.js +248 -0
  54. package/lib/cjs/__/@fastify/busboy/deps/streamsearch/sbmh.js.map +1 -0
  55. package/lib/cjs/__/@fastify/busboy/lib/main.js +109 -0
  56. package/lib/cjs/__/@fastify/busboy/lib/main.js.map +1 -0
  57. package/lib/cjs/__/@fastify/busboy/lib/types/multipart.js +331 -0
  58. package/lib/cjs/__/@fastify/busboy/lib/types/multipart.js.map +1 -0
  59. package/lib/cjs/__/@fastify/busboy/lib/types/urlencoded.js +206 -0
  60. package/lib/cjs/__/@fastify/busboy/lib/types/urlencoded.js.map +1 -0
  61. package/lib/cjs/__/@fastify/busboy/lib/utils/Decoder.js +66 -0
  62. package/lib/cjs/__/@fastify/busboy/lib/utils/Decoder.js.map +1 -0
  63. package/lib/cjs/__/@fastify/busboy/lib/utils/basename.js +26 -0
  64. package/lib/cjs/__/@fastify/busboy/lib/utils/basename.js.map +1 -0
  65. package/lib/cjs/__/@fastify/busboy/lib/utils/decodeText.js +126 -0
  66. package/lib/cjs/__/@fastify/busboy/lib/utils/decodeText.js.map +1 -0
  67. package/lib/cjs/__/@fastify/busboy/lib/utils/getLimit.js +28 -0
  68. package/lib/cjs/__/@fastify/busboy/lib/utils/getLimit.js.map +1 -0
  69. package/lib/cjs/__/@fastify/busboy/lib/utils/parseParams.js +211 -0
  70. package/lib/cjs/__/@fastify/busboy/lib/utils/parseParams.js.map +1 -0
  71. package/lib/cjs/__/cross-spawn/index.js +1 -1
  72. package/lib/cjs/__/env-ci/__/execa/index.js +3 -3
  73. package/lib/cjs/__/env-ci/__/execa/index.js.map +1 -1
  74. package/lib/cjs/__/env-ci/__/execa/lib/stream.js +1 -1
  75. package/lib/cjs/__/env-ci/__/execa/lib/verbose.js +2 -2
  76. package/lib/cjs/__/env-ci/__/execa/lib/verbose.js.map +1 -1
  77. package/lib/cjs/__/env-ci/__/npm-run-path/index.js +3 -3
  78. package/lib/cjs/__/env-ci/__/npm-run-path/index.js.map +1 -1
  79. package/lib/cjs/__/fast-content-type-parse/index.js +182 -0
  80. package/lib/cjs/__/fast-content-type-parse/index.js.map +1 -0
  81. package/lib/cjs/__/java-properties/dist-node/index.js +1 -1
  82. package/lib/cjs/__/path-key/index.js +1 -1
  83. package/lib/cjs/__/tunnel/index.js +16 -0
  84. package/lib/cjs/__/tunnel/index.js.map +1 -0
  85. package/lib/cjs/__/tunnel/lib/tunnel.js +289 -0
  86. package/lib/cjs/__/tunnel/lib/tunnel.js.map +1 -0
  87. package/lib/cjs/__/undici/index.js +212 -0
  88. package/lib/cjs/__/undici/index.js.map +1 -0
  89. package/lib/cjs/__/undici/lib/agent.js +169 -0
  90. package/lib/cjs/__/undici/lib/agent.js.map +1 -0
  91. package/lib/cjs/__/undici/lib/api/abort-signal.js +70 -0
  92. package/lib/cjs/__/undici/lib/api/abort-signal.js.map +1 -0
  93. package/lib/cjs/__/undici/lib/api/api-connect.js +125 -0
  94. package/lib/cjs/__/undici/lib/api/api-connect.js.map +1 -0
  95. package/lib/cjs/__/undici/lib/api/api-pipeline.js +274 -0
  96. package/lib/cjs/__/undici/lib/api/api-pipeline.js.map +1 -0
  97. package/lib/cjs/__/undici/lib/api/api-request.js +203 -0
  98. package/lib/cjs/__/undici/lib/api/api-request.js.map +1 -0
  99. package/lib/cjs/__/undici/lib/api/api-stream.js +244 -0
  100. package/lib/cjs/__/undici/lib/api/api-stream.js.map +1 -0
  101. package/lib/cjs/__/undici/lib/api/api-upgrade.js +128 -0
  102. package/lib/cjs/__/undici/lib/api/api-upgrade.js.map +1 -0
  103. package/lib/cjs/__/undici/lib/api/index.js +25 -0
  104. package/lib/cjs/__/undici/lib/api/index.js.map +1 -0
  105. package/lib/cjs/__/undici/lib/api/readable.js +342 -0
  106. package/lib/cjs/__/undici/lib/api/readable.js.map +1 -0
  107. package/lib/cjs/__/undici/lib/api/util.js +67 -0
  108. package/lib/cjs/__/undici/lib/api/util.js.map +1 -0
  109. package/lib/cjs/__/undici/lib/balanced-pool.js +208 -0
  110. package/lib/cjs/__/undici/lib/balanced-pool.js.map +1 -0
  111. package/lib/cjs/__/undici/lib/cache/cache.js +867 -0
  112. package/lib/cjs/__/undici/lib/cache/cache.js.map +1 -0
  113. package/lib/cjs/__/undici/lib/cache/cachestorage.js +161 -0
  114. package/lib/cjs/__/undici/lib/cache/cachestorage.js.map +1 -0
  115. package/lib/cjs/__/undici/lib/cache/symbols.js +19 -0
  116. package/lib/cjs/__/undici/lib/cache/symbols.js.map +1 -0
  117. package/lib/cjs/__/undici/lib/cache/util.js +69 -0
  118. package/lib/cjs/__/undici/lib/cache/util.js.map +1 -0
  119. package/lib/cjs/__/undici/lib/client.js +2314 -0
  120. package/lib/cjs/__/undici/lib/client.js.map +1 -0
  121. package/lib/cjs/__/undici/lib/compat/dispatcher-weakref.js +63 -0
  122. package/lib/cjs/__/undici/lib/compat/dispatcher-weakref.js.map +1 -0
  123. package/lib/cjs/__/undici/lib/cookies/constants.js +24 -0
  124. package/lib/cjs/__/undici/lib/cookies/constants.js.map +1 -0
  125. package/lib/cjs/__/undici/lib/cookies/index.js +200 -0
  126. package/lib/cjs/__/undici/lib/cookies/index.js.map +1 -0
  127. package/lib/cjs/__/undici/lib/cookies/parse.js +338 -0
  128. package/lib/cjs/__/undici/lib/cookies/parse.js.map +1 -0
  129. package/lib/cjs/__/undici/lib/cookies/util.js +286 -0
  130. package/lib/cjs/__/undici/lib/cookies/util.js.map +1 -0
  131. package/lib/cjs/__/undici/lib/core/connect.js +214 -0
  132. package/lib/cjs/__/undici/lib/core/connect.js.map +1 -0
  133. package/lib/cjs/__/undici/lib/core/constants.js +130 -0
  134. package/lib/cjs/__/undici/lib/core/constants.js.map +1 -0
  135. package/lib/cjs/__/undici/lib/core/errors.js +242 -0
  136. package/lib/cjs/__/undici/lib/core/errors.js.map +1 -0
  137. package/lib/cjs/__/undici/lib/core/request.js +521 -0
  138. package/lib/cjs/__/undici/lib/core/request.js.map +1 -0
  139. package/lib/cjs/__/undici/lib/core/symbols.js +76 -0
  140. package/lib/cjs/__/undici/lib/core/symbols.js.map +1 -0
  141. package/lib/cjs/__/undici/lib/core/util.js +557 -0
  142. package/lib/cjs/__/undici/lib/core/util.js.map +1 -0
  143. package/lib/cjs/__/undici/lib/dispatcher-base.js +208 -0
  144. package/lib/cjs/__/undici/lib/dispatcher-base.js.map +1 -0
  145. package/lib/cjs/__/undici/lib/dispatcher.js +37 -0
  146. package/lib/cjs/__/undici/lib/dispatcher.js.map +1 -0
  147. package/lib/cjs/__/undici/lib/fetch/body.js +647 -0
  148. package/lib/cjs/__/undici/lib/fetch/body.js.map +1 -0
  149. package/lib/cjs/__/undici/lib/fetch/constants.js +169 -0
  150. package/lib/cjs/__/undici/lib/fetch/constants.js.map +1 -0
  151. package/lib/cjs/__/undici/lib/fetch/dataURL.js +649 -0
  152. package/lib/cjs/__/undici/lib/fetch/dataURL.js.map +1 -0
  153. package/lib/cjs/__/undici/lib/fetch/file.js +369 -0
  154. package/lib/cjs/__/undici/lib/fetch/file.js.map +1 -0
  155. package/lib/cjs/__/undici/lib/fetch/formdata.js +287 -0
  156. package/lib/cjs/__/undici/lib/fetch/formdata.js.map +1 -0
  157. package/lib/cjs/__/undici/lib/fetch/global.js +52 -0
  158. package/lib/cjs/__/undici/lib/fetch/global.js.map +1 -0
  159. package/lib/cjs/__/undici/lib/fetch/headers.js +609 -0
  160. package/lib/cjs/__/undici/lib/fetch/headers.js.map +1 -0
  161. package/lib/cjs/__/undici/lib/fetch/index.js +2114 -0
  162. package/lib/cjs/__/undici/lib/fetch/index.js.map +1 -0
  163. package/lib/cjs/__/undici/lib/fetch/request.js +979 -0
  164. package/lib/cjs/__/undici/lib/fetch/request.js.map +1 -0
  165. package/lib/cjs/__/undici/lib/fetch/response.js +604 -0
  166. package/lib/cjs/__/undici/lib/fetch/response.js.map +1 -0
  167. package/lib/cjs/__/undici/lib/fetch/symbols.js +22 -0
  168. package/lib/cjs/__/undici/lib/fetch/symbols.js.map +1 -0
  169. package/lib/cjs/__/undici/lib/fetch/util.js +1170 -0
  170. package/lib/cjs/__/undici/lib/fetch/util.js.map +1 -0
  171. package/lib/cjs/__/undici/lib/fetch/webidl.js +665 -0
  172. package/lib/cjs/__/undici/lib/fetch/webidl.js.map +1 -0
  173. package/lib/cjs/__/undici/lib/fileapi/encoding.js +302 -0
  174. package/lib/cjs/__/undici/lib/fileapi/encoding.js.map +1 -0
  175. package/lib/cjs/__/undici/lib/fileapi/filereader.js +361 -0
  176. package/lib/cjs/__/undici/lib/fileapi/filereader.js.map +1 -0
  177. package/lib/cjs/__/undici/lib/fileapi/progressevent.js +92 -0
  178. package/lib/cjs/__/undici/lib/fileapi/progressevent.js.map +1 -0
  179. package/lib/cjs/__/undici/lib/fileapi/symbols.js +22 -0
  180. package/lib/cjs/__/undici/lib/fileapi/symbols.js.map +1 -0
  181. package/lib/cjs/__/undici/lib/fileapi/util.js +419 -0
  182. package/lib/cjs/__/undici/lib/fileapi/util.js.map +1 -0
  183. package/lib/cjs/__/undici/lib/global.js +47 -0
  184. package/lib/cjs/__/undici/lib/global.js.map +1 -0
  185. package/lib/cjs/__/undici/lib/handler/DecoratorHandler.js +47 -0
  186. package/lib/cjs/__/undici/lib/handler/DecoratorHandler.js.map +1 -0
  187. package/lib/cjs/__/undici/lib/handler/RedirectHandler.js +226 -0
  188. package/lib/cjs/__/undici/lib/handler/RedirectHandler.js.map +1 -0
  189. package/lib/cjs/__/undici/lib/handler/RetryHandler.js +358 -0
  190. package/lib/cjs/__/undici/lib/handler/RetryHandler.js.map +1 -0
  191. package/lib/cjs/__/undici/lib/interceptor/redirectInterceptor.js +35 -0
  192. package/lib/cjs/__/undici/lib/interceptor/redirectInterceptor.js.map +1 -0
  193. package/lib/cjs/__/undici/lib/llhttp/constants.js +288 -0
  194. package/lib/cjs/__/undici/lib/llhttp/constants.js.map +1 -0
  195. package/lib/cjs/__/undici/lib/llhttp/llhttp-wasm.js +14 -0
  196. package/lib/cjs/__/undici/lib/llhttp/llhttp-wasm.js.map +1 -0
  197. package/lib/cjs/__/undici/lib/llhttp/llhttp_simd-wasm.js +14 -0
  198. package/lib/cjs/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +1 -0
  199. package/lib/cjs/__/undici/lib/llhttp/utils.js +28 -0
  200. package/lib/cjs/__/undici/lib/llhttp/utils.js.map +1 -0
  201. package/lib/cjs/__/undici/lib/mock/mock-agent.js +194 -0
  202. package/lib/cjs/__/undici/lib/mock/mock-agent.js.map +1 -0
  203. package/lib/cjs/__/undici/lib/mock/mock-client.js +83 -0
  204. package/lib/cjs/__/undici/lib/mock/mock-client.js.map +1 -0
  205. package/lib/cjs/__/undici/lib/mock/mock-errors.js +31 -0
  206. package/lib/cjs/__/undici/lib/mock/mock-errors.js.map +1 -0
  207. package/lib/cjs/__/undici/lib/mock/mock-interceptor.js +223 -0
  208. package/lib/cjs/__/undici/lib/mock/mock-interceptor.js.map +1 -0
  209. package/lib/cjs/__/undici/lib/mock/mock-pool.js +83 -0
  210. package/lib/cjs/__/undici/lib/mock/mock-pool.js.map +1 -0
  211. package/lib/cjs/__/undici/lib/mock/mock-symbols.js +35 -0
  212. package/lib/cjs/__/undici/lib/mock/mock-symbols.js.map +1 -0
  213. package/lib/cjs/__/undici/lib/mock/mock-utils.js +374 -0
  214. package/lib/cjs/__/undici/lib/mock/mock-utils.js.map +1 -0
  215. package/lib/cjs/__/undici/lib/mock/pending-interceptors-formatter.js +60 -0
  216. package/lib/cjs/__/undici/lib/mock/pending-interceptors-formatter.js.map +1 -0
  217. package/lib/cjs/__/undici/lib/mock/pluralizer.js +41 -0
  218. package/lib/cjs/__/undici/lib/mock/pluralizer.js.map +1 -0
  219. package/lib/cjs/__/undici/lib/node/fixed-queue.js +129 -0
  220. package/lib/cjs/__/undici/lib/node/fixed-queue.js.map +1 -0
  221. package/lib/cjs/__/undici/lib/pool-base.js +211 -0
  222. package/lib/cjs/__/undici/lib/pool-base.js.map +1 -0
  223. package/lib/cjs/__/undici/lib/pool-stats.js +49 -0
  224. package/lib/cjs/__/undici/lib/pool-stats.js.map +1 -0
  225. package/lib/cjs/__/undici/lib/pool.js +127 -0
  226. package/lib/cjs/__/undici/lib/pool.js.map +1 -0
  227. package/lib/cjs/__/undici/lib/proxy-agent.js +213 -0
  228. package/lib/cjs/__/undici/lib/proxy-agent.js.map +1 -0
  229. package/lib/cjs/__/undici/lib/timers.js +109 -0
  230. package/lib/cjs/__/undici/lib/timers.js.map +1 -0
  231. package/lib/cjs/__/undici/lib/websocket/connection.js +318 -0
  232. package/lib/cjs/__/undici/lib/websocket/connection.js.map +1 -0
  233. package/lib/cjs/__/undici/lib/websocket/constants.js +63 -0
  234. package/lib/cjs/__/undici/lib/websocket/constants.js.map +1 -0
  235. package/lib/cjs/__/undici/lib/websocket/events.js +323 -0
  236. package/lib/cjs/__/undici/lib/websocket/events.js.map +1 -0
  237. package/lib/cjs/__/undici/lib/websocket/frame.js +87 -0
  238. package/lib/cjs/__/undici/lib/websocket/frame.js.map +1 -0
  239. package/lib/cjs/__/undici/lib/websocket/receiver.js +368 -0
  240. package/lib/cjs/__/undici/lib/websocket/receiver.js.map +1 -0
  241. package/lib/cjs/__/undici/lib/websocket/symbols.js +24 -0
  242. package/lib/cjs/__/undici/lib/websocket/symbols.js.map +1 -0
  243. package/lib/cjs/__/undici/lib/websocket/util.js +216 -0
  244. package/lib/cjs/__/undici/lib/websocket/util.js.map +1 -0
  245. package/lib/cjs/__/undici/lib/websocket/websocket.js +668 -0
  246. package/lib/cjs/__/undici/lib/websocket/websocket.js.map +1 -0
  247. package/lib/cjs/_virtual/_commonjsHelpers.js +30 -0
  248. package/lib/cjs/_virtual/_commonjsHelpers.js.map +1 -1
  249. package/lib/cjs/_virtual/api-request.js +6 -0
  250. package/lib/cjs/_virtual/api-request.js.map +1 -0
  251. package/lib/cjs/_virtual/constants.js +6 -0
  252. package/lib/cjs/_virtual/constants.js.map +1 -0
  253. package/lib/cjs/_virtual/context.js +6 -0
  254. package/lib/cjs/_virtual/context.js.map +1 -0
  255. package/lib/cjs/_virtual/github.js +8 -0
  256. package/lib/cjs/_virtual/github.js.map +1 -0
  257. package/lib/cjs/_virtual/github2.js +6 -0
  258. package/lib/cjs/_virtual/github2.js.map +1 -0
  259. package/lib/cjs/_virtual/index10.js +6 -0
  260. package/lib/cjs/_virtual/index10.js.map +1 -0
  261. package/lib/cjs/_virtual/index11.js +6 -0
  262. package/lib/cjs/_virtual/index11.js.map +1 -0
  263. package/lib/cjs/_virtual/index12.js +6 -0
  264. package/lib/cjs/_virtual/index12.js.map +1 -0
  265. package/lib/cjs/_virtual/index13.js +6 -0
  266. package/lib/cjs/_virtual/index13.js.map +1 -0
  267. package/lib/cjs/_virtual/index14.js +6 -0
  268. package/lib/cjs/_virtual/index14.js.map +1 -0
  269. package/lib/cjs/_virtual/index2.js +5 -2
  270. package/lib/cjs/_virtual/index2.js.map +1 -1
  271. package/lib/cjs/_virtual/index3.js +3 -4
  272. package/lib/cjs/_virtual/index3.js.map +1 -1
  273. package/lib/cjs/_virtual/index4.js +5 -2
  274. package/lib/cjs/_virtual/index4.js.map +1 -1
  275. package/lib/cjs/_virtual/index5.js +2 -2
  276. package/lib/cjs/_virtual/index6.js +6 -2
  277. package/lib/cjs/_virtual/index6.js.map +1 -1
  278. package/lib/cjs/_virtual/index7.js +6 -0
  279. package/lib/cjs/_virtual/index7.js.map +1 -0
  280. package/lib/cjs/_virtual/index8.js +6 -0
  281. package/lib/cjs/_virtual/index8.js.map +1 -0
  282. package/lib/cjs/_virtual/index9.js +8 -0
  283. package/lib/cjs/_virtual/index9.js.map +1 -0
  284. package/lib/cjs/_virtual/main.js +6 -0
  285. package/lib/cjs/_virtual/main.js.map +1 -0
  286. package/lib/cjs/_virtual/mock-interceptor.js +6 -0
  287. package/lib/cjs/_virtual/mock-interceptor.js.map +1 -0
  288. package/lib/cjs/_virtual/proxy.js +6 -0
  289. package/lib/cjs/_virtual/proxy.js.map +1 -0
  290. package/lib/cjs/_virtual/tunnel.js +6 -0
  291. package/lib/cjs/_virtual/tunnel.js.map +1 -0
  292. package/lib/cjs/_virtual/utils.js +6 -0
  293. package/lib/cjs/_virtual/utils.js.map +1 -0
  294. package/lib/cjs/_virtual/utils2.js +6 -0
  295. package/lib/cjs/_virtual/utils2.js.map +1 -0
  296. package/lib/cjs/_virtual/utils3.js +6 -0
  297. package/lib/cjs/_virtual/utils3.js.map +1 -0
  298. package/lib/cjs/artifacts/filter-artifacts.js.map +1 -1
  299. package/lib/cjs/env/ci-env.js +6 -1
  300. package/lib/cjs/env/ci-env.js.map +1 -1
  301. package/lib/cjs/env/load.js +1 -1
  302. package/lib/cjs/env/load.js.map +1 -1
  303. package/lib/cjs/env/service/github.js +3 -22
  304. package/lib/cjs/env/service/github.js.map +1 -1
  305. package/lib/cjs/ingest/ingest.js +4 -4
  306. package/lib/cjs/ingest/ingest.js.map +1 -1
  307. package/lib/cjs/locales/en.js.map +1 -1
  308. package/lib/esm/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js +55 -0
  309. package/lib/esm/__/@actions/github/__/@octokit/auth-token/dist-bundle/index.js.map +1 -0
  310. package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/index.js +142 -0
  311. package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/index.js.map +1 -0
  312. package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/version.js +4 -0
  313. package/lib/esm/__/@actions/github/__/@octokit/core/dist-src/version.js.map +1 -0
  314. package/lib/esm/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js +347 -0
  315. package/lib/esm/__/@actions/github/__/@octokit/endpoint/dist-bundle/index.js.map +1 -0
  316. package/lib/esm/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js +122 -0
  317. package/lib/esm/__/@actions/github/__/@octokit/graphql/dist-bundle/index.js.map +1 -0
  318. package/lib/esm/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js +412 -0
  319. package/lib/esm/__/@actions/github/__/@octokit/plugin-paginate-rest/dist-bundle/index.js.map +1 -0
  320. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js +126 -0
  321. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/endpoints-to-methods.js.map +1 -0
  322. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js +2293 -0
  323. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/generated/endpoints.js.map +1 -0
  324. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js +21 -0
  325. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/index.js.map +1 -0
  326. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js +4 -0
  327. package/lib/esm/__/@actions/github/__/@octokit/plugin-rest-endpoint-methods/dist-src/version.js.map +1 -0
  328. package/lib/esm/__/@actions/github/__/@octokit/request/dist-bundle/index.js +197 -0
  329. package/lib/esm/__/@actions/github/__/@octokit/request/dist-bundle/index.js.map +1 -0
  330. package/lib/esm/__/@actions/github/__/@octokit/request-error/dist-src/index.js +41 -0
  331. package/lib/esm/__/@actions/github/__/@octokit/request-error/dist-src/index.js.map +1 -0
  332. package/lib/esm/__/@actions/github/__/before-after-hook/index.js +39 -0
  333. package/lib/esm/__/@actions/github/__/before-after-hook/index.js.map +1 -0
  334. package/lib/esm/__/@actions/github/__/before-after-hook/lib/add.js +49 -0
  335. package/lib/esm/__/@actions/github/__/before-after-hook/lib/add.js.map +1 -0
  336. package/lib/esm/__/@actions/github/__/before-after-hook/lib/register.js +30 -0
  337. package/lib/esm/__/@actions/github/__/before-after-hook/lib/register.js.map +1 -0
  338. package/lib/esm/__/@actions/github/__/before-after-hook/lib/remove.js +22 -0
  339. package/lib/esm/__/@actions/github/__/before-after-hook/lib/remove.js.map +1 -0
  340. package/lib/esm/__/@actions/github/__/universal-user-agent/index.js +16 -0
  341. package/lib/esm/__/@actions/github/__/universal-user-agent/index.js.map +1 -0
  342. package/lib/esm/__/@actions/github/lib/context.js +69 -0
  343. package/lib/esm/__/@actions/github/lib/context.js.map +1 -0
  344. package/lib/esm/__/@actions/github/lib/github.js +64 -0
  345. package/lib/esm/__/@actions/github/lib/github.js.map +1 -0
  346. package/lib/esm/__/@actions/github/lib/internal/utils.js +92 -0
  347. package/lib/esm/__/@actions/github/lib/internal/utils.js.map +1 -0
  348. package/lib/esm/__/@actions/github/lib/utils.js +87 -0
  349. package/lib/esm/__/@actions/github/lib/utils.js.map +1 -0
  350. package/lib/esm/__/@actions/http-client/lib/index.js +753 -0
  351. package/lib/esm/__/@actions/http-client/lib/index.js.map +1 -0
  352. package/lib/esm/__/@actions/http-client/lib/proxy.js +105 -0
  353. package/lib/esm/__/@actions/http-client/lib/proxy.js.map +1 -0
  354. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/Dicer.js +229 -0
  355. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/Dicer.js.map +1 -0
  356. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js +115 -0
  357. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/HeaderParser.js.map +1 -0
  358. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/PartStream.js +26 -0
  359. package/lib/esm/__/@fastify/busboy/deps/dicer/lib/PartStream.js.map +1 -0
  360. package/lib/esm/__/@fastify/busboy/deps/streamsearch/sbmh.js +241 -0
  361. package/lib/esm/__/@fastify/busboy/deps/streamsearch/sbmh.js.map +1 -0
  362. package/lib/esm/__/@fastify/busboy/lib/main.js +102 -0
  363. package/lib/esm/__/@fastify/busboy/lib/main.js.map +1 -0
  364. package/lib/esm/__/@fastify/busboy/lib/types/multipart.js +324 -0
  365. package/lib/esm/__/@fastify/busboy/lib/types/multipart.js.map +1 -0
  366. package/lib/esm/__/@fastify/busboy/lib/types/urlencoded.js +204 -0
  367. package/lib/esm/__/@fastify/busboy/lib/types/urlencoded.js.map +1 -0
  368. package/lib/esm/__/@fastify/busboy/lib/utils/Decoder.js +64 -0
  369. package/lib/esm/__/@fastify/busboy/lib/utils/Decoder.js.map +1 -0
  370. package/lib/esm/__/@fastify/busboy/lib/utils/basename.js +24 -0
  371. package/lib/esm/__/@fastify/busboy/lib/utils/basename.js.map +1 -0
  372. package/lib/esm/__/@fastify/busboy/lib/utils/decodeText.js +124 -0
  373. package/lib/esm/__/@fastify/busboy/lib/utils/decodeText.js.map +1 -0
  374. package/lib/esm/__/@fastify/busboy/lib/utils/getLimit.js +26 -0
  375. package/lib/esm/__/@fastify/busboy/lib/utils/getLimit.js.map +1 -0
  376. package/lib/esm/__/@fastify/busboy/lib/utils/parseParams.js +209 -0
  377. package/lib/esm/__/@fastify/busboy/lib/utils/parseParams.js.map +1 -0
  378. package/lib/esm/__/cross-spawn/index.js +1 -1
  379. package/lib/esm/__/env-ci/__/execa/index.js +1 -1
  380. package/lib/esm/__/env-ci/__/execa/lib/stream.js +1 -1
  381. package/lib/esm/__/fast-content-type-parse/index.js +180 -0
  382. package/lib/esm/__/fast-content-type-parse/index.js.map +1 -0
  383. package/lib/esm/__/java-properties/dist-node/index.js +1 -1
  384. package/lib/esm/__/path-key/index.js +1 -1
  385. package/lib/esm/__/tunnel/index.js +14 -0
  386. package/lib/esm/__/tunnel/index.js.map +1 -0
  387. package/lib/esm/__/tunnel/lib/tunnel.js +279 -0
  388. package/lib/esm/__/tunnel/lib/tunnel.js.map +1 -0
  389. package/lib/esm/__/undici/index.js +210 -0
  390. package/lib/esm/__/undici/index.js.map +1 -0
  391. package/lib/esm/__/undici/lib/agent.js +167 -0
  392. package/lib/esm/__/undici/lib/agent.js.map +1 -0
  393. package/lib/esm/__/undici/lib/api/abort-signal.js +68 -0
  394. package/lib/esm/__/undici/lib/api/abort-signal.js.map +1 -0
  395. package/lib/esm/__/undici/lib/api/api-connect.js +119 -0
  396. package/lib/esm/__/undici/lib/api/api-connect.js.map +1 -0
  397. package/lib/esm/__/undici/lib/api/api-pipeline.js +266 -0
  398. package/lib/esm/__/undici/lib/api/api-pipeline.js.map +1 -0
  399. package/lib/esm/__/undici/lib/api/api-request.js +197 -0
  400. package/lib/esm/__/undici/lib/api/api-request.js.map +1 -0
  401. package/lib/esm/__/undici/lib/api/api-stream.js +237 -0
  402. package/lib/esm/__/undici/lib/api/api-stream.js.map +1 -0
  403. package/lib/esm/__/undici/lib/api/api-upgrade.js +121 -0
  404. package/lib/esm/__/undici/lib/api/api-upgrade.js.map +1 -0
  405. package/lib/esm/__/undici/lib/api/index.js +23 -0
  406. package/lib/esm/__/undici/lib/api/index.js.map +1 -0
  407. package/lib/esm/__/undici/lib/api/readable.js +335 -0
  408. package/lib/esm/__/undici/lib/api/readable.js.map +1 -0
  409. package/lib/esm/__/undici/lib/api/util.js +61 -0
  410. package/lib/esm/__/undici/lib/api/util.js.map +1 -0
  411. package/lib/esm/__/undici/lib/balanced-pool.js +206 -0
  412. package/lib/esm/__/undici/lib/balanced-pool.js.map +1 -0
  413. package/lib/esm/__/undici/lib/cache/cache.js +861 -0
  414. package/lib/esm/__/undici/lib/cache/cache.js.map +1 -0
  415. package/lib/esm/__/undici/lib/cache/cachestorage.js +159 -0
  416. package/lib/esm/__/undici/lib/cache/cachestorage.js.map +1 -0
  417. package/lib/esm/__/undici/lib/cache/symbols.js +17 -0
  418. package/lib/esm/__/undici/lib/cache/symbols.js.map +1 -0
  419. package/lib/esm/__/undici/lib/cache/util.js +63 -0
  420. package/lib/esm/__/undici/lib/cache/util.js.map +1 -0
  421. package/lib/esm/__/undici/lib/client.js +2305 -0
  422. package/lib/esm/__/undici/lib/client.js.map +1 -0
  423. package/lib/esm/__/undici/lib/compat/dispatcher-weakref.js +61 -0
  424. package/lib/esm/__/undici/lib/compat/dispatcher-weakref.js.map +1 -0
  425. package/lib/esm/__/undici/lib/cookies/constants.js +22 -0
  426. package/lib/esm/__/undici/lib/cookies/constants.js.map +1 -0
  427. package/lib/esm/__/undici/lib/cookies/index.js +198 -0
  428. package/lib/esm/__/undici/lib/cookies/index.js.map +1 -0
  429. package/lib/esm/__/undici/lib/cookies/parse.js +332 -0
  430. package/lib/esm/__/undici/lib/cookies/parse.js.map +1 -0
  431. package/lib/esm/__/undici/lib/cookies/util.js +284 -0
  432. package/lib/esm/__/undici/lib/cookies/util.js.map +1 -0
  433. package/lib/esm/__/undici/lib/core/connect.js +206 -0
  434. package/lib/esm/__/undici/lib/core/connect.js.map +1 -0
  435. package/lib/esm/__/undici/lib/core/constants.js +128 -0
  436. package/lib/esm/__/undici/lib/core/constants.js.map +1 -0
  437. package/lib/esm/__/undici/lib/core/errors.js +240 -0
  438. package/lib/esm/__/undici/lib/core/errors.js.map +1 -0
  439. package/lib/esm/__/undici/lib/core/request.js +515 -0
  440. package/lib/esm/__/undici/lib/core/request.js.map +1 -0
  441. package/lib/esm/__/undici/lib/core/symbols.js +74 -0
  442. package/lib/esm/__/undici/lib/core/symbols.js.map +1 -0
  443. package/lib/esm/__/undici/lib/core/util.js +544 -0
  444. package/lib/esm/__/undici/lib/core/util.js.map +1 -0
  445. package/lib/esm/__/undici/lib/dispatcher-base.js +206 -0
  446. package/lib/esm/__/undici/lib/dispatcher-base.js.map +1 -0
  447. package/lib/esm/__/undici/lib/dispatcher.js +31 -0
  448. package/lib/esm/__/undici/lib/dispatcher.js.map +1 -0
  449. package/lib/esm/__/undici/lib/fetch/body.js +638 -0
  450. package/lib/esm/__/undici/lib/fetch/body.js.map +1 -0
  451. package/lib/esm/__/undici/lib/fetch/constants.js +163 -0
  452. package/lib/esm/__/undici/lib/fetch/constants.js.map +1 -0
  453. package/lib/esm/__/undici/lib/fetch/dataURL.js +642 -0
  454. package/lib/esm/__/undici/lib/fetch/dataURL.js.map +1 -0
  455. package/lib/esm/__/undici/lib/fetch/file.js +362 -0
  456. package/lib/esm/__/undici/lib/fetch/file.js.map +1 -0
  457. package/lib/esm/__/undici/lib/fetch/formdata.js +281 -0
  458. package/lib/esm/__/undici/lib/fetch/formdata.js.map +1 -0
  459. package/lib/esm/__/undici/lib/fetch/global.js +50 -0
  460. package/lib/esm/__/undici/lib/fetch/global.js.map +1 -0
  461. package/lib/esm/__/undici/lib/fetch/headers.js +602 -0
  462. package/lib/esm/__/undici/lib/fetch/headers.js.map +1 -0
  463. package/lib/esm/__/undici/lib/fetch/index.js +2102 -0
  464. package/lib/esm/__/undici/lib/fetch/index.js.map +1 -0
  465. package/lib/esm/__/undici/lib/fetch/request.js +971 -0
  466. package/lib/esm/__/undici/lib/fetch/request.js.map +1 -0
  467. package/lib/esm/__/undici/lib/fetch/response.js +596 -0
  468. package/lib/esm/__/undici/lib/fetch/response.js.map +1 -0
  469. package/lib/esm/__/undici/lib/fetch/symbols.js +20 -0
  470. package/lib/esm/__/undici/lib/fetch/symbols.js.map +1 -0
  471. package/lib/esm/__/undici/lib/fetch/util.js +1161 -0
  472. package/lib/esm/__/undici/lib/fetch/util.js.map +1 -0
  473. package/lib/esm/__/undici/lib/fetch/webidl.js +659 -0
  474. package/lib/esm/__/undici/lib/fetch/webidl.js.map +1 -0
  475. package/lib/esm/__/undici/lib/fileapi/encoding.js +300 -0
  476. package/lib/esm/__/undici/lib/fileapi/encoding.js.map +1 -0
  477. package/lib/esm/__/undici/lib/fileapi/filereader.js +359 -0
  478. package/lib/esm/__/undici/lib/fileapi/filereader.js.map +1 -0
  479. package/lib/esm/__/undici/lib/fileapi/progressevent.js +90 -0
  480. package/lib/esm/__/undici/lib/fileapi/progressevent.js.map +1 -0
  481. package/lib/esm/__/undici/lib/fileapi/symbols.js +20 -0
  482. package/lib/esm/__/undici/lib/fileapi/symbols.js.map +1 -0
  483. package/lib/esm/__/undici/lib/fileapi/util.js +411 -0
  484. package/lib/esm/__/undici/lib/fileapi/util.js.map +1 -0
  485. package/lib/esm/__/undici/lib/global.js +45 -0
  486. package/lib/esm/__/undici/lib/global.js.map +1 -0
  487. package/lib/esm/__/undici/lib/handler/DecoratorHandler.js +45 -0
  488. package/lib/esm/__/undici/lib/handler/DecoratorHandler.js.map +1 -0
  489. package/lib/esm/__/undici/lib/handler/RedirectHandler.js +219 -0
  490. package/lib/esm/__/undici/lib/handler/RedirectHandler.js.map +1 -0
  491. package/lib/esm/__/undici/lib/handler/RetryHandler.js +352 -0
  492. package/lib/esm/__/undici/lib/handler/RetryHandler.js.map +1 -0
  493. package/lib/esm/__/undici/lib/interceptor/redirectInterceptor.js +33 -0
  494. package/lib/esm/__/undici/lib/interceptor/redirectInterceptor.js.map +1 -0
  495. package/lib/esm/__/undici/lib/llhttp/constants.js +286 -0
  496. package/lib/esm/__/undici/lib/llhttp/constants.js.map +1 -0
  497. package/lib/esm/__/undici/lib/llhttp/llhttp-wasm.js +12 -0
  498. package/lib/esm/__/undici/lib/llhttp/llhttp-wasm.js.map +1 -0
  499. package/lib/esm/__/undici/lib/llhttp/llhttp_simd-wasm.js +12 -0
  500. package/lib/esm/__/undici/lib/llhttp/llhttp_simd-wasm.js.map +1 -0
  501. package/lib/esm/__/undici/lib/llhttp/utils.js +26 -0
  502. package/lib/esm/__/undici/lib/llhttp/utils.js.map +1 -0
  503. package/lib/esm/__/undici/lib/mock/mock-agent.js +192 -0
  504. package/lib/esm/__/undici/lib/mock/mock-agent.js.map +1 -0
  505. package/lib/esm/__/undici/lib/mock/mock-client.js +77 -0
  506. package/lib/esm/__/undici/lib/mock/mock-client.js.map +1 -0
  507. package/lib/esm/__/undici/lib/mock/mock-errors.js +29 -0
  508. package/lib/esm/__/undici/lib/mock/mock-errors.js.map +1 -0
  509. package/lib/esm/__/undici/lib/mock/mock-interceptor.js +221 -0
  510. package/lib/esm/__/undici/lib/mock/mock-interceptor.js.map +1 -0
  511. package/lib/esm/__/undici/lib/mock/mock-pool.js +77 -0
  512. package/lib/esm/__/undici/lib/mock/mock-pool.js.map +1 -0
  513. package/lib/esm/__/undici/lib/mock/mock-symbols.js +33 -0
  514. package/lib/esm/__/undici/lib/mock/mock-symbols.js.map +1 -0
  515. package/lib/esm/__/undici/lib/mock/mock-utils.js +367 -0
  516. package/lib/esm/__/undici/lib/mock/mock-utils.js.map +1 -0
  517. package/lib/esm/__/undici/lib/mock/pending-interceptors-formatter.js +53 -0
  518. package/lib/esm/__/undici/lib/mock/pending-interceptors-formatter.js.map +1 -0
  519. package/lib/esm/__/undici/lib/mock/pluralizer.js +39 -0
  520. package/lib/esm/__/undici/lib/mock/pluralizer.js.map +1 -0
  521. package/lib/esm/__/undici/lib/node/fixed-queue.js +127 -0
  522. package/lib/esm/__/undici/lib/node/fixed-queue.js.map +1 -0
  523. package/lib/esm/__/undici/lib/pool-base.js +209 -0
  524. package/lib/esm/__/undici/lib/pool-base.js.map +1 -0
  525. package/lib/esm/__/undici/lib/pool-stats.js +47 -0
  526. package/lib/esm/__/undici/lib/pool-stats.js.map +1 -0
  527. package/lib/esm/__/undici/lib/pool.js +125 -0
  528. package/lib/esm/__/undici/lib/pool.js.map +1 -0
  529. package/lib/esm/__/undici/lib/proxy-agent.js +207 -0
  530. package/lib/esm/__/undici/lib/proxy-agent.js.map +1 -0
  531. package/lib/esm/__/undici/lib/timers.js +107 -0
  532. package/lib/esm/__/undici/lib/timers.js.map +1 -0
  533. package/lib/esm/__/undici/lib/websocket/connection.js +312 -0
  534. package/lib/esm/__/undici/lib/websocket/connection.js.map +1 -0
  535. package/lib/esm/__/undici/lib/websocket/constants.js +61 -0
  536. package/lib/esm/__/undici/lib/websocket/constants.js.map +1 -0
  537. package/lib/esm/__/undici/lib/websocket/events.js +317 -0
  538. package/lib/esm/__/undici/lib/websocket/events.js.map +1 -0
  539. package/lib/esm/__/undici/lib/websocket/frame.js +85 -0
  540. package/lib/esm/__/undici/lib/websocket/frame.js.map +1 -0
  541. package/lib/esm/__/undici/lib/websocket/receiver.js +361 -0
  542. package/lib/esm/__/undici/lib/websocket/receiver.js.map +1 -0
  543. package/lib/esm/__/undici/lib/websocket/symbols.js +22 -0
  544. package/lib/esm/__/undici/lib/websocket/symbols.js.map +1 -0
  545. package/lib/esm/__/undici/lib/websocket/util.js +214 -0
  546. package/lib/esm/__/undici/lib/websocket/util.js.map +1 -0
  547. package/lib/esm/__/undici/lib/websocket/websocket.js +662 -0
  548. package/lib/esm/__/undici/lib/websocket/websocket.js.map +1 -0
  549. package/lib/esm/_virtual/_commonjsHelpers.js +30 -1
  550. package/lib/esm/_virtual/_commonjsHelpers.js.map +1 -1
  551. package/lib/esm/_virtual/api-request.js +4 -0
  552. package/lib/esm/_virtual/api-request.js.map +1 -0
  553. package/lib/esm/_virtual/constants.js +4 -0
  554. package/lib/esm/_virtual/constants.js.map +1 -0
  555. package/lib/esm/_virtual/context.js +4 -0
  556. package/lib/esm/_virtual/context.js.map +1 -0
  557. package/lib/esm/_virtual/github.js +6 -0
  558. package/lib/esm/_virtual/github.js.map +1 -0
  559. package/lib/esm/_virtual/github2.js +4 -0
  560. package/lib/esm/_virtual/github2.js.map +1 -0
  561. package/lib/esm/_virtual/index10.js +4 -0
  562. package/lib/esm/_virtual/index10.js.map +1 -0
  563. package/lib/esm/_virtual/index11.js +4 -0
  564. package/lib/esm/_virtual/index11.js.map +1 -0
  565. package/lib/esm/_virtual/index12.js +4 -0
  566. package/lib/esm/_virtual/index12.js.map +1 -0
  567. package/lib/esm/_virtual/index13.js +4 -0
  568. package/lib/esm/_virtual/index13.js.map +1 -0
  569. package/lib/esm/_virtual/index14.js +4 -0
  570. package/lib/esm/_virtual/index14.js.map +1 -0
  571. package/lib/esm/_virtual/index2.js +4 -5
  572. package/lib/esm/_virtual/index2.js.map +1 -1
  573. package/lib/esm/_virtual/index3.js +5 -2
  574. package/lib/esm/_virtual/index3.js.map +1 -1
  575. package/lib/esm/_virtual/index4.js +5 -2
  576. package/lib/esm/_virtual/index4.js.map +1 -1
  577. package/lib/esm/_virtual/index5.js +2 -2
  578. package/lib/esm/_virtual/index6.js +6 -2
  579. package/lib/esm/_virtual/index6.js.map +1 -1
  580. package/lib/esm/_virtual/index7.js +4 -0
  581. package/lib/esm/_virtual/index7.js.map +1 -0
  582. package/lib/esm/_virtual/index8.js +6 -0
  583. package/lib/esm/_virtual/index8.js.map +1 -0
  584. package/lib/esm/_virtual/index9.js +4 -0
  585. package/lib/esm/_virtual/index9.js.map +1 -0
  586. package/lib/esm/_virtual/main.js +4 -0
  587. package/lib/esm/_virtual/main.js.map +1 -0
  588. package/lib/esm/_virtual/mock-interceptor.js +4 -0
  589. package/lib/esm/_virtual/mock-interceptor.js.map +1 -0
  590. package/lib/esm/_virtual/proxy.js +4 -0
  591. package/lib/esm/_virtual/proxy.js.map +1 -0
  592. package/lib/esm/_virtual/tunnel.js +4 -0
  593. package/lib/esm/_virtual/tunnel.js.map +1 -0
  594. package/lib/esm/_virtual/utils.js +4 -0
  595. package/lib/esm/_virtual/utils.js.map +1 -0
  596. package/lib/esm/_virtual/utils2.js +4 -0
  597. package/lib/esm/_virtual/utils2.js.map +1 -0
  598. package/lib/esm/_virtual/utils3.js +4 -0
  599. package/lib/esm/_virtual/utils3.js.map +1 -0
  600. package/lib/esm/artifacts/filter-artifacts.js.map +1 -1
  601. package/lib/esm/env/ci-env.js +6 -1
  602. package/lib/esm/env/ci-env.js.map +1 -1
  603. package/lib/esm/env/load.js +1 -1
  604. package/lib/esm/env/load.js.map +1 -1
  605. package/lib/esm/env/service/github.js +3 -3
  606. package/lib/esm/env/service/github.js.map +1 -1
  607. package/lib/esm/ingest/ingest.js +1 -1
  608. package/lib/esm/ingest/ingest.js.map +1 -1
  609. package/lib/esm/locales/en.js.map +1 -1
  610. package/package.json +11 -11
@@ -0,0 +1,609 @@
1
+ 'use strict';
2
+
3
+ var symbols = require('../core/symbols.js');
4
+ var symbols$1 = require('./symbols.js');
5
+ var util = require('../core/util.js');
6
+ var util$1 = require('./util.js');
7
+ var require$$1 = require('node:util');
8
+ var webidl = require('./webidl.js');
9
+ var require$$0 = require('node:assert');
10
+
11
+ function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
12
+
13
+ var require$$1__default = /*#__PURE__*/_interopDefault(require$$1);
14
+ var require$$0__default = /*#__PURE__*/_interopDefault(require$$0);
15
+
16
+ var headers;
17
+ var hasRequiredHeaders;
18
+
19
+ function requireHeaders () {
20
+ if (hasRequiredHeaders) return headers;
21
+ hasRequiredHeaders = 1;
22
+
23
+ const { kHeadersList, kConstruct } = symbols.__require();
24
+ const { kGuard } = symbols$1.__require();
25
+ const { kEnumerableProperty } = util.__require();
26
+ const {
27
+ makeIterator,
28
+ isValidHeaderName,
29
+ isValidHeaderValue
30
+ } = util$1.__require();
31
+ const util$2 = require$$1__default.default;
32
+ const { webidl: webidl$1 } = webidl.__require();
33
+ const assert = require$$0__default.default;
34
+
35
+ const kHeadersMap = Symbol('headers map');
36
+ const kHeadersSortedMap = Symbol('headers map sorted');
37
+
38
+ /**
39
+ * @param {number} code
40
+ */
41
+ function isHTTPWhiteSpaceCharCode (code) {
42
+ return code === 0x00a || code === 0x00d || code === 0x009 || code === 0x020
43
+ }
44
+
45
+ /**
46
+ * @see https://fetch.spec.whatwg.org/#concept-header-value-normalize
47
+ * @param {string} potentialValue
48
+ */
49
+ function headerValueNormalize (potentialValue) {
50
+ // To normalize a byte sequence potentialValue, remove
51
+ // any leading and trailing HTTP whitespace bytes from
52
+ // potentialValue.
53
+ let i = 0; let j = potentialValue.length;
54
+
55
+ while (j > i && isHTTPWhiteSpaceCharCode(potentialValue.charCodeAt(j - 1))) --j;
56
+ while (j > i && isHTTPWhiteSpaceCharCode(potentialValue.charCodeAt(i))) ++i;
57
+
58
+ return i === 0 && j === potentialValue.length ? potentialValue : potentialValue.substring(i, j)
59
+ }
60
+
61
+ function fill (headers, object) {
62
+ // To fill a Headers object headers with a given object object, run these steps:
63
+
64
+ // 1. If object is a sequence, then for each header in object:
65
+ // Note: webidl conversion to array has already been done.
66
+ if (Array.isArray(object)) {
67
+ for (let i = 0; i < object.length; ++i) {
68
+ const header = object[i];
69
+ // 1. If header does not contain exactly two items, then throw a TypeError.
70
+ if (header.length !== 2) {
71
+ throw webidl$1.errors.exception({
72
+ header: 'Headers constructor',
73
+ message: `expected name/value pair to be length 2, found ${header.length}.`
74
+ })
75
+ }
76
+
77
+ // 2. Append (header’s first item, header’s second item) to headers.
78
+ appendHeader(headers, header[0], header[1]);
79
+ }
80
+ } else if (typeof object === 'object' && object !== null) {
81
+ // Note: null should throw
82
+
83
+ // 2. Otherwise, object is a record, then for each key → value in object,
84
+ // append (key, value) to headers
85
+ const keys = Object.keys(object);
86
+ for (let i = 0; i < keys.length; ++i) {
87
+ appendHeader(headers, keys[i], object[keys[i]]);
88
+ }
89
+ } else {
90
+ throw webidl$1.errors.conversionFailed({
91
+ prefix: 'Headers constructor',
92
+ argument: 'Argument 1',
93
+ types: ['sequence<sequence<ByteString>>', 'record<ByteString, ByteString>']
94
+ })
95
+ }
96
+ }
97
+
98
+ /**
99
+ * @see https://fetch.spec.whatwg.org/#concept-headers-append
100
+ */
101
+ function appendHeader (headers, name, value) {
102
+ // 1. Normalize value.
103
+ value = headerValueNormalize(value);
104
+
105
+ // 2. If name is not a header name or value is not a
106
+ // header value, then throw a TypeError.
107
+ if (!isValidHeaderName(name)) {
108
+ throw webidl$1.errors.invalidArgument({
109
+ prefix: 'Headers.append',
110
+ value: name,
111
+ type: 'header name'
112
+ })
113
+ } else if (!isValidHeaderValue(value)) {
114
+ throw webidl$1.errors.invalidArgument({
115
+ prefix: 'Headers.append',
116
+ value,
117
+ type: 'header value'
118
+ })
119
+ }
120
+
121
+ // 3. If headers’s guard is "immutable", then throw a TypeError.
122
+ // 4. Otherwise, if headers’s guard is "request" and name is a
123
+ // forbidden header name, return.
124
+ // Note: undici does not implement forbidden header names
125
+ if (headers[kGuard] === 'immutable') {
126
+ throw new TypeError('immutable')
127
+ } else if (headers[kGuard] === 'request-no-cors') ;
128
+
129
+ // 6. Otherwise, if headers’s guard is "response" and name is a
130
+ // forbidden response-header name, return.
131
+
132
+ // 7. Append (name, value) to headers’s header list.
133
+ return headers[kHeadersList].append(name, value)
134
+
135
+ // 8. If headers’s guard is "request-no-cors", then remove
136
+ // privileged no-CORS request headers from headers
137
+ }
138
+
139
+ class HeadersList {
140
+ /** @type {[string, string][]|null} */
141
+ cookies = null
142
+
143
+ constructor (init) {
144
+ if (init instanceof HeadersList) {
145
+ this[kHeadersMap] = new Map(init[kHeadersMap]);
146
+ this[kHeadersSortedMap] = init[kHeadersSortedMap];
147
+ this.cookies = init.cookies === null ? null : [...init.cookies];
148
+ } else {
149
+ this[kHeadersMap] = new Map(init);
150
+ this[kHeadersSortedMap] = null;
151
+ }
152
+ }
153
+
154
+ // https://fetch.spec.whatwg.org/#header-list-contains
155
+ contains (name) {
156
+ // A header list list contains a header name name if list
157
+ // contains a header whose name is a byte-case-insensitive
158
+ // match for name.
159
+ name = name.toLowerCase();
160
+
161
+ return this[kHeadersMap].has(name)
162
+ }
163
+
164
+ clear () {
165
+ this[kHeadersMap].clear();
166
+ this[kHeadersSortedMap] = null;
167
+ this.cookies = null;
168
+ }
169
+
170
+ // https://fetch.spec.whatwg.org/#concept-header-list-append
171
+ append (name, value) {
172
+ this[kHeadersSortedMap] = null;
173
+
174
+ // 1. If list contains name, then set name to the first such
175
+ // header’s name.
176
+ const lowercaseName = name.toLowerCase();
177
+ const exists = this[kHeadersMap].get(lowercaseName);
178
+
179
+ // 2. Append (name, value) to list.
180
+ if (exists) {
181
+ const delimiter = lowercaseName === 'cookie' ? '; ' : ', ';
182
+ this[kHeadersMap].set(lowercaseName, {
183
+ name: exists.name,
184
+ value: `${exists.value}${delimiter}${value}`
185
+ });
186
+ } else {
187
+ this[kHeadersMap].set(lowercaseName, { name, value });
188
+ }
189
+
190
+ if (lowercaseName === 'set-cookie') {
191
+ this.cookies ??= [];
192
+ this.cookies.push(value);
193
+ }
194
+ }
195
+
196
+ // https://fetch.spec.whatwg.org/#concept-header-list-set
197
+ set (name, value) {
198
+ this[kHeadersSortedMap] = null;
199
+ const lowercaseName = name.toLowerCase();
200
+
201
+ if (lowercaseName === 'set-cookie') {
202
+ this.cookies = [value];
203
+ }
204
+
205
+ // 1. If list contains name, then set the value of
206
+ // the first such header to value and remove the
207
+ // others.
208
+ // 2. Otherwise, append header (name, value) to list.
209
+ this[kHeadersMap].set(lowercaseName, { name, value });
210
+ }
211
+
212
+ // https://fetch.spec.whatwg.org/#concept-header-list-delete
213
+ delete (name) {
214
+ this[kHeadersSortedMap] = null;
215
+
216
+ name = name.toLowerCase();
217
+
218
+ if (name === 'set-cookie') {
219
+ this.cookies = null;
220
+ }
221
+
222
+ this[kHeadersMap].delete(name);
223
+ }
224
+
225
+ // https://fetch.spec.whatwg.org/#concept-header-list-get
226
+ get (name) {
227
+ const value = this[kHeadersMap].get(name.toLowerCase());
228
+
229
+ // 1. If list does not contain name, then return null.
230
+ // 2. Return the values of all headers in list whose name
231
+ // is a byte-case-insensitive match for name,
232
+ // separated from each other by 0x2C 0x20, in order.
233
+ return value === undefined ? null : value.value
234
+ }
235
+
236
+ * [Symbol.iterator] () {
237
+ // use the lowercased name
238
+ for (const [name, { value }] of this[kHeadersMap]) {
239
+ yield [name, value];
240
+ }
241
+ }
242
+
243
+ get entries () {
244
+ const headers = {};
245
+
246
+ if (this[kHeadersMap].size) {
247
+ for (const { name, value } of this[kHeadersMap].values()) {
248
+ headers[name] = value;
249
+ }
250
+ }
251
+
252
+ return headers
253
+ }
254
+ }
255
+
256
+ // https://fetch.spec.whatwg.org/#headers-class
257
+ class Headers {
258
+ constructor (init = undefined) {
259
+ if (init === kConstruct) {
260
+ return
261
+ }
262
+ this[kHeadersList] = new HeadersList();
263
+
264
+ // The new Headers(init) constructor steps are:
265
+
266
+ // 1. Set this’s guard to "none".
267
+ this[kGuard] = 'none';
268
+
269
+ // 2. If init is given, then fill this with init.
270
+ if (init !== undefined) {
271
+ init = webidl$1.converters.HeadersInit(init);
272
+ fill(this, init);
273
+ }
274
+ }
275
+
276
+ // https://fetch.spec.whatwg.org/#dom-headers-append
277
+ append (name, value) {
278
+ webidl$1.brandCheck(this, Headers);
279
+
280
+ webidl$1.argumentLengthCheck(arguments, 2, { header: 'Headers.append' });
281
+
282
+ name = webidl$1.converters.ByteString(name);
283
+ value = webidl$1.converters.ByteString(value);
284
+
285
+ return appendHeader(this, name, value)
286
+ }
287
+
288
+ // https://fetch.spec.whatwg.org/#dom-headers-delete
289
+ delete (name) {
290
+ webidl$1.brandCheck(this, Headers);
291
+
292
+ webidl$1.argumentLengthCheck(arguments, 1, { header: 'Headers.delete' });
293
+
294
+ name = webidl$1.converters.ByteString(name);
295
+
296
+ // 1. If name is not a header name, then throw a TypeError.
297
+ if (!isValidHeaderName(name)) {
298
+ throw webidl$1.errors.invalidArgument({
299
+ prefix: 'Headers.delete',
300
+ value: name,
301
+ type: 'header name'
302
+ })
303
+ }
304
+
305
+ // 2. If this’s guard is "immutable", then throw a TypeError.
306
+ // 3. Otherwise, if this’s guard is "request" and name is a
307
+ // forbidden header name, return.
308
+ // 4. Otherwise, if this’s guard is "request-no-cors", name
309
+ // is not a no-CORS-safelisted request-header name, and
310
+ // name is not a privileged no-CORS request-header name,
311
+ // return.
312
+ // 5. Otherwise, if this’s guard is "response" and name is
313
+ // a forbidden response-header name, return.
314
+ // Note: undici does not implement forbidden header names
315
+ if (this[kGuard] === 'immutable') {
316
+ throw new TypeError('immutable')
317
+ } else if (this[kGuard] === 'request-no-cors') ;
318
+
319
+ // 6. If this’s header list does not contain name, then
320
+ // return.
321
+ if (!this[kHeadersList].contains(name)) {
322
+ return
323
+ }
324
+
325
+ // 7. Delete name from this’s header list.
326
+ // 8. If this’s guard is "request-no-cors", then remove
327
+ // privileged no-CORS request headers from this.
328
+ this[kHeadersList].delete(name);
329
+ }
330
+
331
+ // https://fetch.spec.whatwg.org/#dom-headers-get
332
+ get (name) {
333
+ webidl$1.brandCheck(this, Headers);
334
+
335
+ webidl$1.argumentLengthCheck(arguments, 1, { header: 'Headers.get' });
336
+
337
+ name = webidl$1.converters.ByteString(name);
338
+
339
+ // 1. If name is not a header name, then throw a TypeError.
340
+ if (!isValidHeaderName(name)) {
341
+ throw webidl$1.errors.invalidArgument({
342
+ prefix: 'Headers.get',
343
+ value: name,
344
+ type: 'header name'
345
+ })
346
+ }
347
+
348
+ // 2. Return the result of getting name from this’s header
349
+ // list.
350
+ return this[kHeadersList].get(name)
351
+ }
352
+
353
+ // https://fetch.spec.whatwg.org/#dom-headers-has
354
+ has (name) {
355
+ webidl$1.brandCheck(this, Headers);
356
+
357
+ webidl$1.argumentLengthCheck(arguments, 1, { header: 'Headers.has' });
358
+
359
+ name = webidl$1.converters.ByteString(name);
360
+
361
+ // 1. If name is not a header name, then throw a TypeError.
362
+ if (!isValidHeaderName(name)) {
363
+ throw webidl$1.errors.invalidArgument({
364
+ prefix: 'Headers.has',
365
+ value: name,
366
+ type: 'header name'
367
+ })
368
+ }
369
+
370
+ // 2. Return true if this’s header list contains name;
371
+ // otherwise false.
372
+ return this[kHeadersList].contains(name)
373
+ }
374
+
375
+ // https://fetch.spec.whatwg.org/#dom-headers-set
376
+ set (name, value) {
377
+ webidl$1.brandCheck(this, Headers);
378
+
379
+ webidl$1.argumentLengthCheck(arguments, 2, { header: 'Headers.set' });
380
+
381
+ name = webidl$1.converters.ByteString(name);
382
+ value = webidl$1.converters.ByteString(value);
383
+
384
+ // 1. Normalize value.
385
+ value = headerValueNormalize(value);
386
+
387
+ // 2. If name is not a header name or value is not a
388
+ // header value, then throw a TypeError.
389
+ if (!isValidHeaderName(name)) {
390
+ throw webidl$1.errors.invalidArgument({
391
+ prefix: 'Headers.set',
392
+ value: name,
393
+ type: 'header name'
394
+ })
395
+ } else if (!isValidHeaderValue(value)) {
396
+ throw webidl$1.errors.invalidArgument({
397
+ prefix: 'Headers.set',
398
+ value,
399
+ type: 'header value'
400
+ })
401
+ }
402
+
403
+ // 3. If this’s guard is "immutable", then throw a TypeError.
404
+ // 4. Otherwise, if this’s guard is "request" and name is a
405
+ // forbidden header name, return.
406
+ // 5. Otherwise, if this’s guard is "request-no-cors" and
407
+ // name/value is not a no-CORS-safelisted request-header,
408
+ // return.
409
+ // 6. Otherwise, if this’s guard is "response" and name is a
410
+ // forbidden response-header name, return.
411
+ // Note: undici does not implement forbidden header names
412
+ if (this[kGuard] === 'immutable') {
413
+ throw new TypeError('immutable')
414
+ } else if (this[kGuard] === 'request-no-cors') ;
415
+
416
+ // 7. Set (name, value) in this’s header list.
417
+ // 8. If this’s guard is "request-no-cors", then remove
418
+ // privileged no-CORS request headers from this
419
+ this[kHeadersList].set(name, value);
420
+ }
421
+
422
+ // https://fetch.spec.whatwg.org/#dom-headers-getsetcookie
423
+ getSetCookie () {
424
+ webidl$1.brandCheck(this, Headers);
425
+
426
+ // 1. If this’s header list does not contain `Set-Cookie`, then return « ».
427
+ // 2. Return the values of all headers in this’s header list whose name is
428
+ // a byte-case-insensitive match for `Set-Cookie`, in order.
429
+
430
+ const list = this[kHeadersList].cookies;
431
+
432
+ if (list) {
433
+ return [...list]
434
+ }
435
+
436
+ return []
437
+ }
438
+
439
+ // https://fetch.spec.whatwg.org/#concept-header-list-sort-and-combine
440
+ get [kHeadersSortedMap] () {
441
+ if (this[kHeadersList][kHeadersSortedMap]) {
442
+ return this[kHeadersList][kHeadersSortedMap]
443
+ }
444
+
445
+ // 1. Let headers be an empty list of headers with the key being the name
446
+ // and value the value.
447
+ const headers = [];
448
+
449
+ // 2. Let names be the result of convert header names to a sorted-lowercase
450
+ // set with all the names of the headers in list.
451
+ const names = [...this[kHeadersList]].sort((a, b) => a[0] < b[0] ? -1 : 1);
452
+ const cookies = this[kHeadersList].cookies;
453
+
454
+ // 3. For each name of names:
455
+ for (let i = 0; i < names.length; ++i) {
456
+ const [name, value] = names[i];
457
+ // 1. If name is `set-cookie`, then:
458
+ if (name === 'set-cookie') {
459
+ // 1. Let values be a list of all values of headers in list whose name
460
+ // is a byte-case-insensitive match for name, in order.
461
+
462
+ // 2. For each value of values:
463
+ // 1. Append (name, value) to headers.
464
+ for (let j = 0; j < cookies.length; ++j) {
465
+ headers.push([name, cookies[j]]);
466
+ }
467
+ } else {
468
+ // 2. Otherwise:
469
+
470
+ // 1. Let value be the result of getting name from list.
471
+
472
+ // 2. Assert: value is non-null.
473
+ assert(value !== null);
474
+
475
+ // 3. Append (name, value) to headers.
476
+ headers.push([name, value]);
477
+ }
478
+ }
479
+
480
+ this[kHeadersList][kHeadersSortedMap] = headers;
481
+
482
+ // 4. Return headers.
483
+ return headers
484
+ }
485
+
486
+ keys () {
487
+ webidl$1.brandCheck(this, Headers);
488
+
489
+ if (this[kGuard] === 'immutable') {
490
+ const value = this[kHeadersSortedMap];
491
+ return makeIterator(() => value, 'Headers',
492
+ 'key')
493
+ }
494
+
495
+ return makeIterator(
496
+ () => [...this[kHeadersSortedMap].values()],
497
+ 'Headers',
498
+ 'key'
499
+ )
500
+ }
501
+
502
+ values () {
503
+ webidl$1.brandCheck(this, Headers);
504
+
505
+ if (this[kGuard] === 'immutable') {
506
+ const value = this[kHeadersSortedMap];
507
+ return makeIterator(() => value, 'Headers',
508
+ 'value')
509
+ }
510
+
511
+ return makeIterator(
512
+ () => [...this[kHeadersSortedMap].values()],
513
+ 'Headers',
514
+ 'value'
515
+ )
516
+ }
517
+
518
+ entries () {
519
+ webidl$1.brandCheck(this, Headers);
520
+
521
+ if (this[kGuard] === 'immutable') {
522
+ const value = this[kHeadersSortedMap];
523
+ return makeIterator(() => value, 'Headers',
524
+ 'key+value')
525
+ }
526
+
527
+ return makeIterator(
528
+ () => [...this[kHeadersSortedMap].values()],
529
+ 'Headers',
530
+ 'key+value'
531
+ )
532
+ }
533
+
534
+ /**
535
+ * @param {(value: string, key: string, self: Headers) => void} callbackFn
536
+ * @param {unknown} thisArg
537
+ */
538
+ forEach (callbackFn, thisArg = globalThis) {
539
+ webidl$1.brandCheck(this, Headers);
540
+
541
+ webidl$1.argumentLengthCheck(arguments, 1, { header: 'Headers.forEach' });
542
+
543
+ if (typeof callbackFn !== 'function') {
544
+ throw new TypeError(
545
+ "Failed to execute 'forEach' on 'Headers': parameter 1 is not of type 'Function'."
546
+ )
547
+ }
548
+
549
+ for (const [key, value] of this) {
550
+ callbackFn.apply(thisArg, [value, key, this]);
551
+ }
552
+ }
553
+
554
+ [Symbol.for('nodejs.util.inspect.custom')] () {
555
+ webidl$1.brandCheck(this, Headers);
556
+
557
+ return this[kHeadersList]
558
+ }
559
+ }
560
+
561
+ Headers.prototype[Symbol.iterator] = Headers.prototype.entries;
562
+
563
+ Object.defineProperties(Headers.prototype, {
564
+ append: kEnumerableProperty,
565
+ delete: kEnumerableProperty,
566
+ get: kEnumerableProperty,
567
+ has: kEnumerableProperty,
568
+ set: kEnumerableProperty,
569
+ getSetCookie: kEnumerableProperty,
570
+ keys: kEnumerableProperty,
571
+ values: kEnumerableProperty,
572
+ entries: kEnumerableProperty,
573
+ forEach: kEnumerableProperty,
574
+ [Symbol.iterator]: { enumerable: false },
575
+ [Symbol.toStringTag]: {
576
+ value: 'Headers',
577
+ configurable: true
578
+ },
579
+ [util$2.inspect.custom]: {
580
+ enumerable: false
581
+ }
582
+ });
583
+
584
+ webidl$1.converters.HeadersInit = function (V) {
585
+ if (webidl$1.util.Type(V) === 'Object') {
586
+ if (V[Symbol.iterator]) {
587
+ return webidl$1.converters['sequence<sequence<ByteString>>'](V)
588
+ }
589
+
590
+ return webidl$1.converters['record<ByteString, ByteString>'](V)
591
+ }
592
+
593
+ throw webidl$1.errors.conversionFailed({
594
+ prefix: 'Headers constructor',
595
+ argument: 'Argument 1',
596
+ types: ['sequence<sequence<ByteString>>', 'record<ByteString, ByteString>']
597
+ })
598
+ };
599
+
600
+ headers = {
601
+ fill,
602
+ Headers,
603
+ HeadersList
604
+ };
605
+ return headers;
606
+ }
607
+
608
+ exports.__require = requireHeaders;
609
+ //# sourceMappingURL=headers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"headers.js","sources":["../../../../../../../../node_modules/undici/lib/fetch/headers.js"],"sourcesContent":["// https://github.com/Ethan-Arrowood/undici-fetch\n\n'use strict'\n\nconst { kHeadersList, kConstruct } = require('../core/symbols')\nconst { kGuard } = require('./symbols')\nconst { kEnumerableProperty } = require('../core/util')\nconst {\n makeIterator,\n isValidHeaderName,\n isValidHeaderValue\n} = require('./util')\nconst util = require('util')\nconst { webidl } = require('./webidl')\nconst assert = require('assert')\n\nconst kHeadersMap = Symbol('headers map')\nconst kHeadersSortedMap = Symbol('headers map sorted')\n\n/**\n * @param {number} code\n */\nfunction isHTTPWhiteSpaceCharCode (code) {\n return code === 0x00a || code === 0x00d || code === 0x009 || code === 0x020\n}\n\n/**\n * @see https://fetch.spec.whatwg.org/#concept-header-value-normalize\n * @param {string} potentialValue\n */\nfunction headerValueNormalize (potentialValue) {\n // To normalize a byte sequence potentialValue, remove\n // any leading and trailing HTTP whitespace bytes from\n // potentialValue.\n let i = 0; let j = potentialValue.length\n\n while (j > i && isHTTPWhiteSpaceCharCode(potentialValue.charCodeAt(j - 1))) --j\n while (j > i && isHTTPWhiteSpaceCharCode(potentialValue.charCodeAt(i))) ++i\n\n return i === 0 && j === potentialValue.length ? potentialValue : potentialValue.substring(i, j)\n}\n\nfunction fill (headers, object) {\n // To fill a Headers object headers with a given object object, run these steps:\n\n // 1. If object is a sequence, then for each header in object:\n // Note: webidl conversion to array has already been done.\n if (Array.isArray(object)) {\n for (let i = 0; i < object.length; ++i) {\n const header = object[i]\n // 1. If header does not contain exactly two items, then throw a TypeError.\n if (header.length !== 2) {\n throw webidl.errors.exception({\n header: 'Headers constructor',\n message: `expected name/value pair to be length 2, found ${header.length}.`\n })\n }\n\n // 2. Append (header’s first item, header’s second item) to headers.\n appendHeader(headers, header[0], header[1])\n }\n } else if (typeof object === 'object' && object !== null) {\n // Note: null should throw\n\n // 2. Otherwise, object is a record, then for each key → value in object,\n // append (key, value) to headers\n const keys = Object.keys(object)\n for (let i = 0; i < keys.length; ++i) {\n appendHeader(headers, keys[i], object[keys[i]])\n }\n } else {\n throw webidl.errors.conversionFailed({\n prefix: 'Headers constructor',\n argument: 'Argument 1',\n types: ['sequence<sequence<ByteString>>', 'record<ByteString, ByteString>']\n })\n }\n}\n\n/**\n * @see https://fetch.spec.whatwg.org/#concept-headers-append\n */\nfunction appendHeader (headers, name, value) {\n // 1. Normalize value.\n value = headerValueNormalize(value)\n\n // 2. If name is not a header name or value is not a\n // header value, then throw a TypeError.\n if (!isValidHeaderName(name)) {\n throw webidl.errors.invalidArgument({\n prefix: 'Headers.append',\n value: name,\n type: 'header name'\n })\n } else if (!isValidHeaderValue(value)) {\n throw webidl.errors.invalidArgument({\n prefix: 'Headers.append',\n value,\n type: 'header value'\n })\n }\n\n // 3. If headers’s guard is \"immutable\", then throw a TypeError.\n // 4. Otherwise, if headers’s guard is \"request\" and name is a\n // forbidden header name, return.\n // Note: undici does not implement forbidden header names\n if (headers[kGuard] === 'immutable') {\n throw new TypeError('immutable')\n } else if (headers[kGuard] === 'request-no-cors') {\n // 5. Otherwise, if headers’s guard is \"request-no-cors\":\n // TODO\n }\n\n // 6. Otherwise, if headers’s guard is \"response\" and name is a\n // forbidden response-header name, return.\n\n // 7. Append (name, value) to headers’s header list.\n return headers[kHeadersList].append(name, value)\n\n // 8. If headers’s guard is \"request-no-cors\", then remove\n // privileged no-CORS request headers from headers\n}\n\nclass HeadersList {\n /** @type {[string, string][]|null} */\n cookies = null\n\n constructor (init) {\n if (init instanceof HeadersList) {\n this[kHeadersMap] = new Map(init[kHeadersMap])\n this[kHeadersSortedMap] = init[kHeadersSortedMap]\n this.cookies = init.cookies === null ? null : [...init.cookies]\n } else {\n this[kHeadersMap] = new Map(init)\n this[kHeadersSortedMap] = null\n }\n }\n\n // https://fetch.spec.whatwg.org/#header-list-contains\n contains (name) {\n // A header list list contains a header name name if list\n // contains a header whose name is a byte-case-insensitive\n // match for name.\n name = name.toLowerCase()\n\n return this[kHeadersMap].has(name)\n }\n\n clear () {\n this[kHeadersMap].clear()\n this[kHeadersSortedMap] = null\n this.cookies = null\n }\n\n // https://fetch.spec.whatwg.org/#concept-header-list-append\n append (name, value) {\n this[kHeadersSortedMap] = null\n\n // 1. If list contains name, then set name to the first such\n // header’s name.\n const lowercaseName = name.toLowerCase()\n const exists = this[kHeadersMap].get(lowercaseName)\n\n // 2. Append (name, value) to list.\n if (exists) {\n const delimiter = lowercaseName === 'cookie' ? '; ' : ', '\n this[kHeadersMap].set(lowercaseName, {\n name: exists.name,\n value: `${exists.value}${delimiter}${value}`\n })\n } else {\n this[kHeadersMap].set(lowercaseName, { name, value })\n }\n\n if (lowercaseName === 'set-cookie') {\n this.cookies ??= []\n this.cookies.push(value)\n }\n }\n\n // https://fetch.spec.whatwg.org/#concept-header-list-set\n set (name, value) {\n this[kHeadersSortedMap] = null\n const lowercaseName = name.toLowerCase()\n\n if (lowercaseName === 'set-cookie') {\n this.cookies = [value]\n }\n\n // 1. If list contains name, then set the value of\n // the first such header to value and remove the\n // others.\n // 2. Otherwise, append header (name, value) to list.\n this[kHeadersMap].set(lowercaseName, { name, value })\n }\n\n // https://fetch.spec.whatwg.org/#concept-header-list-delete\n delete (name) {\n this[kHeadersSortedMap] = null\n\n name = name.toLowerCase()\n\n if (name === 'set-cookie') {\n this.cookies = null\n }\n\n this[kHeadersMap].delete(name)\n }\n\n // https://fetch.spec.whatwg.org/#concept-header-list-get\n get (name) {\n const value = this[kHeadersMap].get(name.toLowerCase())\n\n // 1. If list does not contain name, then return null.\n // 2. Return the values of all headers in list whose name\n // is a byte-case-insensitive match for name,\n // separated from each other by 0x2C 0x20, in order.\n return value === undefined ? null : value.value\n }\n\n * [Symbol.iterator] () {\n // use the lowercased name\n for (const [name, { value }] of this[kHeadersMap]) {\n yield [name, value]\n }\n }\n\n get entries () {\n const headers = {}\n\n if (this[kHeadersMap].size) {\n for (const { name, value } of this[kHeadersMap].values()) {\n headers[name] = value\n }\n }\n\n return headers\n }\n}\n\n// https://fetch.spec.whatwg.org/#headers-class\nclass Headers {\n constructor (init = undefined) {\n if (init === kConstruct) {\n return\n }\n this[kHeadersList] = new HeadersList()\n\n // The new Headers(init) constructor steps are:\n\n // 1. Set this’s guard to \"none\".\n this[kGuard] = 'none'\n\n // 2. If init is given, then fill this with init.\n if (init !== undefined) {\n init = webidl.converters.HeadersInit(init)\n fill(this, init)\n }\n }\n\n // https://fetch.spec.whatwg.org/#dom-headers-append\n append (name, value) {\n webidl.brandCheck(this, Headers)\n\n webidl.argumentLengthCheck(arguments, 2, { header: 'Headers.append' })\n\n name = webidl.converters.ByteString(name)\n value = webidl.converters.ByteString(value)\n\n return appendHeader(this, name, value)\n }\n\n // https://fetch.spec.whatwg.org/#dom-headers-delete\n delete (name) {\n webidl.brandCheck(this, Headers)\n\n webidl.argumentLengthCheck(arguments, 1, { header: 'Headers.delete' })\n\n name = webidl.converters.ByteString(name)\n\n // 1. If name is not a header name, then throw a TypeError.\n if (!isValidHeaderName(name)) {\n throw webidl.errors.invalidArgument({\n prefix: 'Headers.delete',\n value: name,\n type: 'header name'\n })\n }\n\n // 2. If this’s guard is \"immutable\", then throw a TypeError.\n // 3. Otherwise, if this’s guard is \"request\" and name is a\n // forbidden header name, return.\n // 4. Otherwise, if this’s guard is \"request-no-cors\", name\n // is not a no-CORS-safelisted request-header name, and\n // name is not a privileged no-CORS request-header name,\n // return.\n // 5. Otherwise, if this’s guard is \"response\" and name is\n // a forbidden response-header name, return.\n // Note: undici does not implement forbidden header names\n if (this[kGuard] === 'immutable') {\n throw new TypeError('immutable')\n } else if (this[kGuard] === 'request-no-cors') {\n // TODO\n }\n\n // 6. If this’s header list does not contain name, then\n // return.\n if (!this[kHeadersList].contains(name)) {\n return\n }\n\n // 7. Delete name from this’s header list.\n // 8. If this’s guard is \"request-no-cors\", then remove\n // privileged no-CORS request headers from this.\n this[kHeadersList].delete(name)\n }\n\n // https://fetch.spec.whatwg.org/#dom-headers-get\n get (name) {\n webidl.brandCheck(this, Headers)\n\n webidl.argumentLengthCheck(arguments, 1, { header: 'Headers.get' })\n\n name = webidl.converters.ByteString(name)\n\n // 1. If name is not a header name, then throw a TypeError.\n if (!isValidHeaderName(name)) {\n throw webidl.errors.invalidArgument({\n prefix: 'Headers.get',\n value: name,\n type: 'header name'\n })\n }\n\n // 2. Return the result of getting name from this’s header\n // list.\n return this[kHeadersList].get(name)\n }\n\n // https://fetch.spec.whatwg.org/#dom-headers-has\n has (name) {\n webidl.brandCheck(this, Headers)\n\n webidl.argumentLengthCheck(arguments, 1, { header: 'Headers.has' })\n\n name = webidl.converters.ByteString(name)\n\n // 1. If name is not a header name, then throw a TypeError.\n if (!isValidHeaderName(name)) {\n throw webidl.errors.invalidArgument({\n prefix: 'Headers.has',\n value: name,\n type: 'header name'\n })\n }\n\n // 2. Return true if this’s header list contains name;\n // otherwise false.\n return this[kHeadersList].contains(name)\n }\n\n // https://fetch.spec.whatwg.org/#dom-headers-set\n set (name, value) {\n webidl.brandCheck(this, Headers)\n\n webidl.argumentLengthCheck(arguments, 2, { header: 'Headers.set' })\n\n name = webidl.converters.ByteString(name)\n value = webidl.converters.ByteString(value)\n\n // 1. Normalize value.\n value = headerValueNormalize(value)\n\n // 2. If name is not a header name or value is not a\n // header value, then throw a TypeError.\n if (!isValidHeaderName(name)) {\n throw webidl.errors.invalidArgument({\n prefix: 'Headers.set',\n value: name,\n type: 'header name'\n })\n } else if (!isValidHeaderValue(value)) {\n throw webidl.errors.invalidArgument({\n prefix: 'Headers.set',\n value,\n type: 'header value'\n })\n }\n\n // 3. If this’s guard is \"immutable\", then throw a TypeError.\n // 4. Otherwise, if this’s guard is \"request\" and name is a\n // forbidden header name, return.\n // 5. Otherwise, if this’s guard is \"request-no-cors\" and\n // name/value is not a no-CORS-safelisted request-header,\n // return.\n // 6. Otherwise, if this’s guard is \"response\" and name is a\n // forbidden response-header name, return.\n // Note: undici does not implement forbidden header names\n if (this[kGuard] === 'immutable') {\n throw new TypeError('immutable')\n } else if (this[kGuard] === 'request-no-cors') {\n // TODO\n }\n\n // 7. Set (name, value) in this’s header list.\n // 8. If this’s guard is \"request-no-cors\", then remove\n // privileged no-CORS request headers from this\n this[kHeadersList].set(name, value)\n }\n\n // https://fetch.spec.whatwg.org/#dom-headers-getsetcookie\n getSetCookie () {\n webidl.brandCheck(this, Headers)\n\n // 1. If this’s header list does not contain `Set-Cookie`, then return « ».\n // 2. Return the values of all headers in this’s header list whose name is\n // a byte-case-insensitive match for `Set-Cookie`, in order.\n\n const list = this[kHeadersList].cookies\n\n if (list) {\n return [...list]\n }\n\n return []\n }\n\n // https://fetch.spec.whatwg.org/#concept-header-list-sort-and-combine\n get [kHeadersSortedMap] () {\n if (this[kHeadersList][kHeadersSortedMap]) {\n return this[kHeadersList][kHeadersSortedMap]\n }\n\n // 1. Let headers be an empty list of headers with the key being the name\n // and value the value.\n const headers = []\n\n // 2. Let names be the result of convert header names to a sorted-lowercase\n // set with all the names of the headers in list.\n const names = [...this[kHeadersList]].sort((a, b) => a[0] < b[0] ? -1 : 1)\n const cookies = this[kHeadersList].cookies\n\n // 3. For each name of names:\n for (let i = 0; i < names.length; ++i) {\n const [name, value] = names[i]\n // 1. If name is `set-cookie`, then:\n if (name === 'set-cookie') {\n // 1. Let values be a list of all values of headers in list whose name\n // is a byte-case-insensitive match for name, in order.\n\n // 2. For each value of values:\n // 1. Append (name, value) to headers.\n for (let j = 0; j < cookies.length; ++j) {\n headers.push([name, cookies[j]])\n }\n } else {\n // 2. Otherwise:\n\n // 1. Let value be the result of getting name from list.\n\n // 2. Assert: value is non-null.\n assert(value !== null)\n\n // 3. Append (name, value) to headers.\n headers.push([name, value])\n }\n }\n\n this[kHeadersList][kHeadersSortedMap] = headers\n\n // 4. Return headers.\n return headers\n }\n\n keys () {\n webidl.brandCheck(this, Headers)\n\n if (this[kGuard] === 'immutable') {\n const value = this[kHeadersSortedMap]\n return makeIterator(() => value, 'Headers',\n 'key')\n }\n\n return makeIterator(\n () => [...this[kHeadersSortedMap].values()],\n 'Headers',\n 'key'\n )\n }\n\n values () {\n webidl.brandCheck(this, Headers)\n\n if (this[kGuard] === 'immutable') {\n const value = this[kHeadersSortedMap]\n return makeIterator(() => value, 'Headers',\n 'value')\n }\n\n return makeIterator(\n () => [...this[kHeadersSortedMap].values()],\n 'Headers',\n 'value'\n )\n }\n\n entries () {\n webidl.brandCheck(this, Headers)\n\n if (this[kGuard] === 'immutable') {\n const value = this[kHeadersSortedMap]\n return makeIterator(() => value, 'Headers',\n 'key+value')\n }\n\n return makeIterator(\n () => [...this[kHeadersSortedMap].values()],\n 'Headers',\n 'key+value'\n )\n }\n\n /**\n * @param {(value: string, key: string, self: Headers) => void} callbackFn\n * @param {unknown} thisArg\n */\n forEach (callbackFn, thisArg = globalThis) {\n webidl.brandCheck(this, Headers)\n\n webidl.argumentLengthCheck(arguments, 1, { header: 'Headers.forEach' })\n\n if (typeof callbackFn !== 'function') {\n throw new TypeError(\n \"Failed to execute 'forEach' on 'Headers': parameter 1 is not of type 'Function'.\"\n )\n }\n\n for (const [key, value] of this) {\n callbackFn.apply(thisArg, [value, key, this])\n }\n }\n\n [Symbol.for('nodejs.util.inspect.custom')] () {\n webidl.brandCheck(this, Headers)\n\n return this[kHeadersList]\n }\n}\n\nHeaders.prototype[Symbol.iterator] = Headers.prototype.entries\n\nObject.defineProperties(Headers.prototype, {\n append: kEnumerableProperty,\n delete: kEnumerableProperty,\n get: kEnumerableProperty,\n has: kEnumerableProperty,\n set: kEnumerableProperty,\n getSetCookie: kEnumerableProperty,\n keys: kEnumerableProperty,\n values: kEnumerableProperty,\n entries: kEnumerableProperty,\n forEach: kEnumerableProperty,\n [Symbol.iterator]: { enumerable: false },\n [Symbol.toStringTag]: {\n value: 'Headers',\n configurable: true\n },\n [util.inspect.custom]: {\n enumerable: false\n }\n})\n\nwebidl.converters.HeadersInit = function (V) {\n if (webidl.util.Type(V) === 'Object') {\n if (V[Symbol.iterator]) {\n return webidl.converters['sequence<sequence<ByteString>>'](V)\n }\n\n return webidl.converters['record<ByteString, ByteString>'](V)\n }\n\n throw webidl.errors.conversionFailed({\n prefix: 'Headers constructor',\n argument: 'Argument 1',\n types: ['sequence<sequence<ByteString>>', 'record<ByteString, ByteString>']\n })\n}\n\nmodule.exports = {\n fill,\n Headers,\n HeadersList\n}\n"],"names":["require$$0","require$$1","require$$2","require$$3","util","require$$4","webidl","require$$5","require$$6"],"mappings":"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","x_google_ignoreList":[0]}