@shopify/cli 3.72.2 → 3.73.1

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 (149) hide show
  1. package/dist/assets/hydrogen/starter/CHANGELOG.md +814 -0
  2. package/dist/assets/hydrogen/starter/app/components/Aside.tsx +1 -1
  3. package/dist/assets/hydrogen/starter/app/components/PaginatedResourceSection.tsx +3 -4
  4. package/dist/assets/hydrogen/starter/app/components/ProductForm.tsx +113 -44
  5. package/dist/assets/hydrogen/starter/app/components/SearchResults.tsx +8 -3
  6. package/dist/assets/hydrogen/starter/app/components/SearchResultsPredictive.tsx +6 -5
  7. package/dist/assets/hydrogen/starter/app/lib/variants.ts +3 -3
  8. package/dist/assets/hydrogen/starter/app/routes/account_.logout.tsx +1 -1
  9. package/dist/assets/hydrogen/starter/app/routes/cart.tsx +9 -16
  10. package/dist/assets/hydrogen/starter/app/routes/collections.$handle.tsx +1 -10
  11. package/dist/assets/hydrogen/starter/app/routes/collections.all.tsx +1 -10
  12. package/dist/assets/hydrogen/starter/app/routes/products.$handle.tsx +50 -119
  13. package/dist/assets/hydrogen/starter/app/routes/search.tsx +42 -38
  14. package/dist/assets/hydrogen/starter/app/styles/app.css +25 -1
  15. package/dist/assets/hydrogen/starter/guides/predictiveSearch/predictiveSearch.md +23 -20
  16. package/dist/assets/hydrogen/starter/guides/search/search.md +27 -25
  17. package/dist/assets/hydrogen/starter/package.json +3 -3
  18. package/dist/assets/hydrogen/starter/storefrontapi.generated.d.ts +177 -194
  19. package/dist/assets/hydrogen/tailwind/tailwind.css +1 -1
  20. package/dist/{chokidar-OESTCX4H.js → chokidar-5LLC6S6D.js} +47 -90
  21. package/dist/{chunk-VSLR7ET4.js → chunk-25IMI7TH.js} +8 -46
  22. package/dist/{chunk-NCKQIOV4.js → chunk-3HBRMIPY.js} +28 -50
  23. package/dist/{chunk-NXHZX3WR.js → chunk-3UQTWISO.js} +9 -9
  24. package/dist/{chunk-GVNIHXMX.js → chunk-4SP4IRCQ.js} +38 -60
  25. package/dist/{chunk-QDPQB6WU.js → chunk-4UAFBJXJ.js} +5 -5
  26. package/dist/{chunk-L2J5VM7R.js → chunk-5YYJVU2L.js} +41 -68
  27. package/dist/{chunk-I6R52HNI.js → chunk-6NZVGPSV.js} +39 -68
  28. package/dist/{chunk-XVNW332R.js → chunk-75LV6AQS.js} +6 -10
  29. package/dist/{chunk-N2V4IFX3.js → chunk-7JQIHXLD.js} +3 -3
  30. package/dist/{chunk-2HGYYNE5.js → chunk-B5EXYCV3.js} +5 -9
  31. package/dist/{chunk-NB4NLOEJ.js → chunk-BUFIEXZ5.js} +11 -20
  32. package/dist/{chunk-522OB3EU.js → chunk-CFIKVUNW.js} +2 -2
  33. package/dist/{chunk-KYB6A4PE.js → chunk-CRHXI6PS.js} +13 -23
  34. package/dist/{chunk-SO2RZ6TZ.js → chunk-CXHISGHD.js} +5 -5
  35. package/dist/{chunk-2YCRDHPC.js → chunk-DZHO64DX.js} +4 -4
  36. package/dist/{chunk-KGKTCQ7H.js → chunk-EKIVYQZC.js} +5 -5
  37. package/dist/{chunk-NUP5TATA.js → chunk-EZQWZ57B.js} +2 -2
  38. package/dist/{chunk-UBB7JKND.js → chunk-G2ZZKGSV.js} +2 -2
  39. package/dist/{chunk-CBBS4CV7.js → chunk-G5R6YD27.js} +8 -13
  40. package/dist/{chunk-ECWFBV2F.js → chunk-GLYEBL66.js} +5 -5
  41. package/dist/{chunk-E37RRDIH.js → chunk-HIQDOFZI.js} +4 -4
  42. package/dist/{chunk-HYGCZ6GV.js → chunk-HYVCBINV.js} +68 -49
  43. package/dist/{chunk-ZESD7DR7.js → chunk-I72O5WWR.js} +67 -104
  44. package/dist/{chunk-OXKHBIW7.js → chunk-IG5SOACB.js} +29 -34
  45. package/dist/{chunk-OWLPHMUA.js → chunk-J673ZU5S.js} +4 -4
  46. package/dist/{chunk-K6Y4FYT5.js → chunk-K7HGDAI4.js} +17 -20
  47. package/dist/{chunk-UIRMJZRW.js → chunk-KD7WMX4J.js} +4 -4
  48. package/dist/{chunk-BYPQXSAL.js → chunk-KUM3DVPF.js} +17 -13
  49. package/dist/{chunk-6IUL3QZW.js → chunk-LPBV67AA.js} +4 -4
  50. package/dist/{chunk-WNDN5FAY.js → chunk-MHUINF7I.js} +3 -3
  51. package/dist/{chunk-JDM5VOXB.js → chunk-MJWFXPPX.js} +3 -3
  52. package/dist/{chunk-NE43V3EI.js → chunk-MLL3JKVY.js} +6 -7
  53. package/dist/{chunk-QXIIXX7G.js → chunk-NHV2E73I.js} +16518 -24140
  54. package/dist/{chunk-HMUOOT55.js → chunk-NQZUE7SY.js} +6 -6
  55. package/dist/{chunk-PQQTBTYM.js → chunk-O72ZUVEA.js} +4 -5
  56. package/dist/{chunk-SNOECVP4.js → chunk-OAZFIMJ3.js} +2 -2
  57. package/dist/{chunk-UIAIRQSP.js → chunk-OFYEMT6X.js} +3 -3
  58. package/dist/{chunk-4HTVLK2H.js → chunk-OXS42VB7.js} +1402 -1989
  59. package/dist/{chunk-TAKO7LSJ.js → chunk-P63UVLRS.js} +7 -7
  60. package/dist/{chunk-GKEFW755.js → chunk-PBDGN4T2.js} +6 -6
  61. package/dist/{chunk-POZ5MGPT.js → chunk-PKR7KJ6P.js} +2 -3
  62. package/dist/{chunk-PKJLXLTR.js → chunk-PVMQM44E.js} +5 -5
  63. package/dist/{chunk-KCI6QCAV.js → chunk-PWMEMGZN.js} +4 -4
  64. package/dist/{chunk-KMZ5JSGS.js → chunk-QIM24FVT.js} +3 -3
  65. package/dist/{chunk-VJ7TIVX7.js → chunk-RBLSG22M.js} +6 -7
  66. package/dist/{chunk-K7B4JJLF.js → chunk-RDZJQNFU.js} +4 -4
  67. package/dist/{chunk-YKUYPSCY.js → chunk-RZOW7U2N.js} +3 -3
  68. package/dist/{chunk-OJOHMVV7.js → chunk-SBPFWO4S.js} +294 -448
  69. package/dist/{chunk-O5K4AU7Q.js → chunk-SHWOPMLQ.js} +3 -4
  70. package/dist/{chunk-KWLJTNRE.js → chunk-SNXQ36U2.js} +4 -4
  71. package/dist/{chunk-KVEY52WG.js → chunk-TIXENOYB.js} +4 -4
  72. package/dist/{chunk-RCRRAFH7.js → chunk-X4N2QZOS.js} +3 -3
  73. package/dist/{chunk-VWNWE4HG.js → chunk-X5WKMCE4.js} +111 -84
  74. package/dist/{chunk-PMUQTGZJ.js → chunk-X7YTIMNN.js} +4 -6
  75. package/dist/{chunk-7Q3MMWAC.js → chunk-XE5EOEBL.js} +2 -2
  76. package/dist/{chunk-YXJHYEP7.js → chunk-YVXC5Q6R.js} +4 -4
  77. package/dist/{chunk-HSTSRNLJ.js → chunk-ZX3L2JKV.js} +64 -86
  78. package/dist/cli/commands/auth/logout.js +28 -28
  79. package/dist/cli/commands/auth/logout.test.js +30 -30
  80. package/dist/cli/commands/cache/clear.js +27 -27
  81. package/dist/cli/commands/debug/command-flags.js +27 -27
  82. package/dist/cli/commands/docs/generate.js +27 -27
  83. package/dist/cli/commands/docs/generate.test.js +28 -28
  84. package/dist/cli/commands/help.js +27 -27
  85. package/dist/cli/commands/kitchen-sink/async.js +28 -28
  86. package/dist/cli/commands/kitchen-sink/async.test.js +29 -29
  87. package/dist/cli/commands/kitchen-sink/index.js +30 -30
  88. package/dist/cli/commands/kitchen-sink/index.test.js +31 -31
  89. package/dist/cli/commands/kitchen-sink/prompts.js +28 -28
  90. package/dist/cli/commands/kitchen-sink/prompts.test.js +29 -29
  91. package/dist/cli/commands/kitchen-sink/static.js +28 -28
  92. package/dist/cli/commands/kitchen-sink/static.test.js +29 -29
  93. package/dist/cli/commands/notifications/generate.js +28 -28
  94. package/dist/cli/commands/notifications/list.js +28 -28
  95. package/dist/cli/commands/search.js +28 -28
  96. package/dist/cli/commands/upgrade.js +28 -28
  97. package/dist/cli/commands/upgrade.test.js +3 -3
  98. package/dist/cli/commands/version.js +28 -28
  99. package/dist/cli/commands/version.test.js +29 -29
  100. package/dist/cli/services/commands/notifications.js +21 -21
  101. package/dist/cli/services/commands/search.js +15 -15
  102. package/dist/cli/services/commands/search.test.js +16 -16
  103. package/dist/cli/services/commands/version.js +16 -16
  104. package/dist/cli/services/commands/version.test.js +18 -18
  105. package/dist/cli/services/kitchen-sink/async.js +15 -15
  106. package/dist/cli/services/kitchen-sink/prompts.js +15 -15
  107. package/dist/cli/services/kitchen-sink/static.js +15 -15
  108. package/dist/cli/services/upgrade.js +17 -17
  109. package/dist/cli/services/upgrade.test.js +20 -20
  110. package/dist/configs/all.yml +12 -0
  111. package/dist/configs/recommended.yml +15 -0
  112. package/dist/configs/theme-app-extension.yml +3 -0
  113. package/dist/{custom-oclif-loader-G2DAJL7B.js → custom-oclif-loader-L4JT3EUD.js} +15 -15
  114. package/dist/data/latest.json +1 -1
  115. package/dist/data/manifest_theme.json +1 -0
  116. package/dist/data/preset.json +66 -0
  117. package/dist/data/preset_blocks.json +20 -13
  118. package/dist/data/section.json +1 -15
  119. package/dist/data/setting.json +1 -1
  120. package/dist/data/theme_block.json +1 -15
  121. package/dist/{del-K5ZJEWTD.js → del-P2RS6GN2.js} +9 -9
  122. package/dist/{devtools-KYKGATNX.js → devtools-K7FXBBFZ.js} +3 -3
  123. package/dist/error-handler-4CU3ZOV7.js +38 -0
  124. package/dist/hooks/postrun.js +22 -22
  125. package/dist/hooks/prerun.js +22 -22
  126. package/dist/{http-proxy-GGTVQ6CU.js → http-proxy-FXWKYHZ3.js} +14 -24
  127. package/dist/index.js +7234 -7320
  128. package/dist/lib-JVEIEXYB.js +6 -0
  129. package/dist/lib-QZGSY5YB.js +13 -0
  130. package/dist/{local-Q5ZG2NHX.js → local-2K66O4X2.js} +15 -15
  131. package/dist/{magic-string.es-3RXPUXZF.js → magic-string.es-PJMYOE6F.js} +49 -96
  132. package/dist/{morph-SEECJQ2W.js → morph-OSHCID2F.js} +261 -347
  133. package/dist/{multipart-parser-QKUAJJP5.js → multipart-parser-WSNBP656.js} +8 -7
  134. package/dist/{node-S6CM3NTX.js → node-342GUJIM.js} +31 -31
  135. package/dist/{node-package-manager-GUY5IO3W.js → node-package-manager-RJSBCFD7.js} +19 -17
  136. package/dist/{npa-RLWNZ3BM.js → npa-TM76BGG3.js} +10 -16
  137. package/dist/{open-MZGVNFZO.js → open-BHIF7E3E.js} +3 -3
  138. package/dist/out-JR4DWQ2G.js +7 -0
  139. package/dist/{path-NDLRQPLA.js → path-2HZUSAGR.js} +3 -3
  140. package/dist/{source-map-7AAPWPHZ.js → source-map-QCVC46UY.js} +2 -2
  141. package/dist/tsconfig.tsbuildinfo +1 -1
  142. package/dist/{ui-AWSBLSD4.js → ui-YBLW4B72.js} +15 -15
  143. package/dist/{workerd-3HGLHQET.js → workerd-5KR5CP5F.js} +30 -30
  144. package/oclif.manifest.json +81 -1
  145. package/package.json +8 -8
  146. package/dist/error-handler-6HCFKLTC.js +0 -38
  147. package/dist/lib-PPXZBVZX.js +0 -6
  148. package/dist/lib-XYCLX35G.js +0 -13
  149. package/dist/out-MHEKZJWS.js +0 -7
@@ -99,21 +99,7 @@
99
99
  "description": "Presets are default configurations of sections that enable users to easily add a section to a JSON template through the theme editor.",
100
100
  "markdownDescription": "Presets are default configurations of sections that enable users to easily add a section to a [JSON template](https://shopify.dev/docs/themes/architecture/templates/json-templates) through the theme editor.\n\n---\n\n[Shopify reference](https://shopify.dev/docs/themes/architecture/sections/section-schema#presets)",
101
101
  "items": {
102
- "type": "object",
103
- "required": ["name"],
104
- "properties": {
105
- "name": {
106
- "type": "string",
107
- "description": "The preset name, which will show in the Add section picker of the theme editor.",
108
- "markdownDescription": "The preset name, which will show in the Add section picker of the theme editor.\n\n---\n\n[Shopify reference](https://shopify.dev/docs/themes/architecture/sections/section-schema#presets)"
109
- },
110
- "settings": {
111
- "$ref": "./default_setting_values.json"
112
- },
113
- "blocks": {
114
- "$ref": "./preset_blocks.json"
115
- }
116
- }
102
+ "$ref": "./preset.json"
117
103
  }
118
104
  },
119
105
 
@@ -591,7 +591,7 @@
591
591
  "markdownDescription": "A setting of type `number` outputs a single number field.\n\n---\n\n[Shopify reference](https://shopify.dev/docs/themes/architecture/settings/input-settings#number)"
592
592
  },
593
593
  "placeholder": {
594
- "type": "number",
594
+ "type": "string",
595
595
  "description": "A placeholder value for the input."
596
596
  },
597
597
  "default": { "type": "number" },
@@ -60,21 +60,7 @@
60
60
  "description": "Presets are default configurations of blocks that enable merchants to easily add a block to a JSON template through the theme editor.",
61
61
  "markdownDescription": "Presets are default configurations of blocks that enable merchants to easily add a block to a JSON template through the theme editor.\n\n---\n\n[Shopify reference](https://shopify.dev/docs/themes/architecture/blocks/theme-blocks/schema#presets)",
62
62
  "items": {
63
- "type": "object",
64
- "required": ["name"],
65
- "properties": {
66
- "name": {
67
- "type": "string",
68
- "description": "The preset name, which displays in the Add block picker of the theme editor.",
69
- "markdownDescription": "The preset name, which displays in the <strong>Add block</strong> picker of the theme editor.\n\n---\n\n[Shopify reference](https://shopify.dev/docs/themes/architecture/blocks/theme-blocks/schema#presets)"
70
- },
71
- "settings": {
72
- "$ref": "./default_setting_values.json"
73
- },
74
- "blocks": {
75
- "$ref": "./preset_blocks.json"
76
- }
77
- }
63
+ "$ref": "./preset.json"
78
64
  }
79
65
  },
80
66
 
@@ -1,25 +1,25 @@
1
1
  import {
2
2
  require_glob
3
- } from "./chunk-OXKHBIW7.js";
4
- import "./chunk-O5K4AU7Q.js";
3
+ } from "./chunk-IG5SOACB.js";
4
+ import "./chunk-SHWOPMLQ.js";
5
5
  import {
6
6
  require_graceful_fs
7
- } from "./chunk-XVNW332R.js";
7
+ } from "./chunk-75LV6AQS.js";
8
8
  import {
9
9
  require_globby,
10
10
  require_indent_string,
11
11
  require_slash
12
- } from "./chunk-WNDN5FAY.js";
13
- import "./chunk-7Q3MMWAC.js";
14
- import "./chunk-KYB6A4PE.js";
12
+ } from "./chunk-MHUINF7I.js";
13
+ import "./chunk-XE5EOEBL.js";
14
+ import "./chunk-CRHXI6PS.js";
15
15
  import {
16
16
  require_is_glob
17
- } from "./chunk-NB4NLOEJ.js";
17
+ } from "./chunk-BUFIEXZ5.js";
18
18
  import {
19
19
  __commonJS,
20
20
  __require,
21
21
  init_cjs_shims
22
- } from "./chunk-POZ5MGPT.js";
22
+ } from "./chunk-PKR7KJ6P.js";
23
23
 
24
24
  // ../../node_modules/.pnpm/is-path-cwd@2.2.0/node_modules/is-path-cwd/index.js
25
25
  var require_is_path_cwd = __commonJS({
@@ -372,4 +372,4 @@ var require_del = __commonJS({
372
372
  }
373
373
  });
374
374
  export default require_del();
375
- //# sourceMappingURL=del-K5ZJEWTD.js.map
375
+ //# sourceMappingURL=del-P2RS6GN2.js.map
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  wrapper_default
3
- } from "./chunk-NCKQIOV4.js";
3
+ } from "./chunk-3HBRMIPY.js";
4
4
  import {
5
5
  init_cjs_shims
6
- } from "./chunk-POZ5MGPT.js";
6
+ } from "./chunk-PKR7KJ6P.js";
7
7
 
8
8
  // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/devtools.js
9
9
  init_cjs_shims();
@@ -69,4 +69,4 @@ customGlobal.window.__REACT_DEVTOOLS_COMPONENT_FILTERS__ = [
69
69
  // ../../node_modules/.pnpm/ink@4.4.1_@types+react@17.0.2_react@18.2.0/node_modules/ink/build/devtools.js
70
70
  import devtools from "react-devtools-core";
71
71
  devtools.connectToDevTools();
72
- //# sourceMappingURL=devtools-KYKGATNX.js.map
72
+ //# sourceMappingURL=devtools-K7FXBBFZ.js.map
@@ -0,0 +1,38 @@
1
+ import {
2
+ addBugsnagMetadata,
3
+ cleanStackFrameFilePath,
4
+ errorHandler,
5
+ registerCleanBugsnagErrorsFromWithinPlugins,
6
+ sendErrorToBugsnag
7
+ } from "./chunk-6NZVGPSV.js";
8
+ import "./chunk-SHWOPMLQ.js";
9
+ import "./chunk-5YYJVU2L.js";
10
+ import "./chunk-HYVCBINV.js";
11
+ import "./chunk-OFYEMT6X.js";
12
+ import "./chunk-X5WKMCE4.js";
13
+ import "./chunk-25IMI7TH.js";
14
+ import "./chunk-QIM24FVT.js";
15
+ import "./chunk-I72O5WWR.js";
16
+ import "./chunk-KUM3DVPF.js";
17
+ import "./chunk-OXS42VB7.js";
18
+ import "./chunk-B5EXYCV3.js";
19
+ import "./chunk-75LV6AQS.js";
20
+ import "./chunk-K7HGDAI4.js";
21
+ import "./chunk-SBPFWO4S.js";
22
+ import "./chunk-G5R6YD27.js";
23
+ import "./chunk-OAZFIMJ3.js";
24
+ import "./chunk-G2ZZKGSV.js";
25
+ import "./chunk-MHUINF7I.js";
26
+ import "./chunk-XE5EOEBL.js";
27
+ import "./chunk-CRHXI6PS.js";
28
+ import "./chunk-BUFIEXZ5.js";
29
+ import "./chunk-CFIKVUNW.js";
30
+ import "./chunk-PKR7KJ6P.js";
31
+ export {
32
+ addBugsnagMetadata,
33
+ cleanStackFrameFilePath,
34
+ errorHandler,
35
+ registerCleanBugsnagErrorsFromWithinPlugins,
36
+ sendErrorToBugsnag
37
+ };
38
+ //# sourceMappingURL=error-handler-4CU3ZOV7.js.map
@@ -1,36 +1,36 @@
1
1
  import {
2
2
  reportAnalyticsEvent
3
- } from "../chunk-L2J5VM7R.js";
3
+ } from "../chunk-5YYJVU2L.js";
4
4
  import {
5
5
  getNextDeprecationDate
6
- } from "../chunk-HYGCZ6GV.js";
7
- import "../chunk-UIAIRQSP.js";
8
- import "../chunk-VWNWE4HG.js";
9
- import "../chunk-VSLR7ET4.js";
10
- import "../chunk-KMZ5JSGS.js";
11
- import "../chunk-ZESD7DR7.js";
12
- import "../chunk-BYPQXSAL.js";
6
+ } from "../chunk-HYVCBINV.js";
7
+ import "../chunk-OFYEMT6X.js";
8
+ import "../chunk-X5WKMCE4.js";
9
+ import "../chunk-25IMI7TH.js";
10
+ import "../chunk-QIM24FVT.js";
11
+ import "../chunk-I72O5WWR.js";
12
+ import "../chunk-KUM3DVPF.js";
13
13
  import {
14
14
  addSensitiveMetadata,
15
15
  getAllSensitiveMetadata,
16
16
  outputDebug,
17
17
  renderWarning
18
- } from "../chunk-4HTVLK2H.js";
19
- import "../chunk-2HGYYNE5.js";
20
- import "../chunk-XVNW332R.js";
21
- import "../chunk-K6Y4FYT5.js";
22
- import "../chunk-OJOHMVV7.js";
23
- import "../chunk-CBBS4CV7.js";
24
- import "../chunk-SNOECVP4.js";
25
- import "../chunk-UBB7JKND.js";
26
- import "../chunk-WNDN5FAY.js";
27
- import "../chunk-7Q3MMWAC.js";
28
- import "../chunk-KYB6A4PE.js";
29
- import "../chunk-NB4NLOEJ.js";
30
- import "../chunk-522OB3EU.js";
18
+ } from "../chunk-OXS42VB7.js";
19
+ import "../chunk-B5EXYCV3.js";
20
+ import "../chunk-75LV6AQS.js";
21
+ import "../chunk-K7HGDAI4.js";
22
+ import "../chunk-SBPFWO4S.js";
23
+ import "../chunk-G5R6YD27.js";
24
+ import "../chunk-OAZFIMJ3.js";
25
+ import "../chunk-G2ZZKGSV.js";
26
+ import "../chunk-MHUINF7I.js";
27
+ import "../chunk-XE5EOEBL.js";
28
+ import "../chunk-CRHXI6PS.js";
29
+ import "../chunk-BUFIEXZ5.js";
30
+ import "../chunk-CFIKVUNW.js";
31
31
  import {
32
32
  init_cjs_shims
33
- } from "../chunk-POZ5MGPT.js";
33
+ } from "../chunk-PKR7KJ6P.js";
34
34
 
35
35
  // src/hooks/postrun.ts
36
36
  init_cjs_shims();
@@ -1,40 +1,40 @@
1
1
  import {
2
2
  getOutputUpdateCLIReminder
3
- } from "../chunk-2YCRDHPC.js";
3
+ } from "../chunk-DZHO64DX.js";
4
4
  import {
5
5
  startAnalytics
6
- } from "../chunk-HYGCZ6GV.js";
7
- import "../chunk-UIAIRQSP.js";
8
- import "../chunk-VWNWE4HG.js";
9
- import "../chunk-VSLR7ET4.js";
6
+ } from "../chunk-HYVCBINV.js";
7
+ import "../chunk-OFYEMT6X.js";
8
+ import "../chunk-X5WKMCE4.js";
9
+ import "../chunk-25IMI7TH.js";
10
10
  import {
11
11
  CLI_KIT_VERSION
12
- } from "../chunk-KMZ5JSGS.js";
12
+ } from "../chunk-QIM24FVT.js";
13
13
  import {
14
14
  checkForCachedNewVersion,
15
15
  checkForNewVersion,
16
16
  runAtMinimumInterval
17
- } from "../chunk-ZESD7DR7.js";
18
- import "../chunk-BYPQXSAL.js";
17
+ } from "../chunk-I72O5WWR.js";
18
+ import "../chunk-KUM3DVPF.js";
19
19
  import {
20
20
  outputDebug,
21
21
  outputWarn
22
- } from "../chunk-4HTVLK2H.js";
23
- import "../chunk-2HGYYNE5.js";
24
- import "../chunk-XVNW332R.js";
25
- import "../chunk-K6Y4FYT5.js";
26
- import "../chunk-OJOHMVV7.js";
27
- import "../chunk-CBBS4CV7.js";
28
- import "../chunk-SNOECVP4.js";
29
- import "../chunk-UBB7JKND.js";
30
- import "../chunk-WNDN5FAY.js";
31
- import "../chunk-7Q3MMWAC.js";
32
- import "../chunk-KYB6A4PE.js";
33
- import "../chunk-NB4NLOEJ.js";
34
- import "../chunk-522OB3EU.js";
22
+ } from "../chunk-OXS42VB7.js";
23
+ import "../chunk-B5EXYCV3.js";
24
+ import "../chunk-75LV6AQS.js";
25
+ import "../chunk-K7HGDAI4.js";
26
+ import "../chunk-SBPFWO4S.js";
27
+ import "../chunk-G5R6YD27.js";
28
+ import "../chunk-OAZFIMJ3.js";
29
+ import "../chunk-G2ZZKGSV.js";
30
+ import "../chunk-MHUINF7I.js";
31
+ import "../chunk-XE5EOEBL.js";
32
+ import "../chunk-CRHXI6PS.js";
33
+ import "../chunk-BUFIEXZ5.js";
34
+ import "../chunk-CFIKVUNW.js";
35
35
  import {
36
36
  init_cjs_shims
37
- } from "../chunk-POZ5MGPT.js";
37
+ } from "../chunk-PKR7KJ6P.js";
38
38
 
39
39
  // src/hooks/prerun.ts
40
40
  init_cjs_shims();
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  require_src
3
- } from "./chunk-SNOECVP4.js";
3
+ } from "./chunk-OAZFIMJ3.js";
4
4
  import {
5
5
  __commonJS,
6
6
  __require,
7
7
  init_cjs_shims
8
- } from "./chunk-POZ5MGPT.js";
8
+ } from "./chunk-PKR7KJ6P.js";
9
9
 
10
10
  // ../../node_modules/.pnpm/eventemitter3@4.0.7/node_modules/eventemitter3/index.js
11
11
  var require_eventemitter3 = __commonJS({
@@ -33,18 +33,15 @@ var require_eventemitter3 = __commonJS({
33
33
  }
34
34
  EventEmitter.prototype.eventNames = function() {
35
35
  var names = [], events, name;
36
- if (this._eventsCount === 0)
37
- return names;
36
+ if (this._eventsCount === 0) return names;
38
37
  for (name in events = this._events)
39
38
  has.call(events, name) && names.push(prefix ? name.slice(1) : name);
40
39
  return Object.getOwnPropertySymbols ? names.concat(Object.getOwnPropertySymbols(events)) : names;
41
40
  };
42
41
  EventEmitter.prototype.listeners = function(event) {
43
42
  var evt = prefix ? prefix + event : event, handlers = this._events[evt];
44
- if (!handlers)
45
- return [];
46
- if (handlers.fn)
47
- return [handlers.fn];
43
+ if (!handlers) return [];
44
+ if (handlers.fn) return [handlers.fn];
48
45
  for (var i = 0, l = handlers.length, ee = new Array(l); i < l; i++)
49
46
  ee[i] = handlers[i].fn;
50
47
  return ee;
@@ -55,8 +52,7 @@ var require_eventemitter3 = __commonJS({
55
52
  };
56
53
  EventEmitter.prototype.emit = function(event, a1, a2, a3, a4, a5) {
57
54
  var evt = prefix ? prefix + event : event;
58
- if (!this._events[evt])
59
- return !1;
55
+ if (!this._events[evt]) return !1;
60
56
  var listeners = this._events[evt], len = arguments.length, args, i;
61
57
  if (listeners.fn) {
62
58
  switch (listeners.once && this.removeListener(event, listeners.fn, void 0, !0), len) {
@@ -93,9 +89,8 @@ var require_eventemitter3 = __commonJS({
93
89
  listeners[i].fn.call(listeners[i].context, a1, a2, a3);
94
90
  break;
95
91
  default:
96
- if (!args)
97
- for (j = 1, args = new Array(len - 1); j < len; j++)
98
- args[j - 1] = arguments[j];
92
+ if (!args) for (j = 1, args = new Array(len - 1); j < len; j++)
93
+ args[j - 1] = arguments[j];
99
94
  listeners[i].fn.apply(listeners[i].context, args);
100
95
  }
101
96
  }
@@ -109,8 +104,7 @@ var require_eventemitter3 = __commonJS({
109
104
  };
110
105
  EventEmitter.prototype.removeListener = function(event, fn, context, once) {
111
106
  var evt = prefix ? prefix + event : event;
112
- if (!this._events[evt])
113
- return this;
107
+ if (!this._events[evt]) return this;
114
108
  if (!fn)
115
109
  return clearEvent(this, evt), this;
116
110
  var listeners = this._events[evt];
@@ -141,8 +135,7 @@ var require_requires_port = __commonJS({
141
135
  "use strict";
142
136
  init_cjs_shims();
143
137
  module.exports = function(port, protocol) {
144
- if (protocol = protocol.split(":")[0], port = +port, !port)
145
- return !1;
138
+ if (protocol = protocol.split(":")[0], port = +port, !port) return !1;
146
139
  switch (protocol) {
147
140
  case "http":
148
141
  case "ws":
@@ -480,8 +473,7 @@ var require_follow_redirects = __commonJS({
480
473
  else if (i < buffers.length) {
481
474
  var buffer = buffers[i++];
482
475
  request.finished || request.write(buffer.data, buffer.encoding, writeNext);
483
- } else
484
- self._ended && request.end();
476
+ } else self._ended && request.end();
485
477
  })();
486
478
  }
487
479
  };
@@ -869,8 +861,7 @@ var require_http_proxy = __commonJS({
869
861
  var passes = type === "ws" ? this.wsPasses : this.webPasses, i = !1;
870
862
  if (passes.forEach(function(v, idx) {
871
863
  v.name === passName && (i = idx);
872
- }), i === !1)
873
- throw new Error("No such pass");
864
+ }), i === !1) throw new Error("No such pass");
874
865
  passes.splice(i, 0, callback);
875
866
  };
876
867
  ProxyServer.prototype.after = function(type, passName, callback) {
@@ -879,8 +870,7 @@ var require_http_proxy = __commonJS({
879
870
  var passes = type === "ws" ? this.wsPasses : this.webPasses, i = !1;
880
871
  if (passes.forEach(function(v, idx) {
881
872
  v.name === passName && (i = idx);
882
- }), i === !1)
883
- throw new Error("No such pass");
873
+ }), i === !1) throw new Error("No such pass");
884
874
  passes.splice(i++, 0, callback);
885
875
  };
886
876
  }
@@ -951,4 +941,4 @@ http-proxy/index.js:
951
941
  * Dante - The Divine Comedy (Canto III)
952
942
  *)
953
943
  */
954
- //# sourceMappingURL=http-proxy-GGTVQ6CU.js.map
944
+ //# sourceMappingURL=http-proxy-FXWKYHZ3.js.map