@shopify/cli 3.80.2 → 3.80.3

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 (78) hide show
  1. package/dist/{chunk-GT5A5BQA.js → chunk-2MZ6KVDM.js} +3 -3
  2. package/dist/{chunk-KXHYVBE7.js → chunk-36A3YXBJ.js} +2 -2
  3. package/dist/{chunk-Q3VYFTPI.js → chunk-36JX5ZL3.js} +3 -3
  4. package/dist/{chunk-VO4QHHT5.js → chunk-3R7MN6NF.js} +3 -3
  5. package/dist/{chunk-WYY5EJJ4.js → chunk-4WGX6J2C.js} +2 -2
  6. package/dist/{chunk-LSS7RKE5.js → chunk-6BBSMP74.js} +4 -4
  7. package/dist/{chunk-ZUMJTXNY.js → chunk-6N54IMG5.js} +2 -2
  8. package/dist/{chunk-N4S4LVBN.js → chunk-6TBBYLQ6.js} +2 -2
  9. package/dist/{chunk-JHPOVV6S.js → chunk-ANEEPS5R.js} +5 -5
  10. package/dist/{chunk-XEESJLXB.js → chunk-EIRCYG3C.js} +2 -2
  11. package/dist/{chunk-5QY6PIXL.js → chunk-EP3PUZCH.js} +2 -2
  12. package/dist/{chunk-6QZPI7VX.js → chunk-EXSNWLDD.js} +5 -5
  13. package/dist/{chunk-ACD7OYBN.js → chunk-F3TFLWNH.js} +3 -3
  14. package/dist/{chunk-3RLUCO75.js → chunk-FRYAHHLJ.js} +5 -5
  15. package/dist/{chunk-QGWSGS2C.js → chunk-HZH4EZRH.js} +6 -6
  16. package/dist/{chunk-DOBXMM33.js → chunk-IQZJA4WJ.js} +2 -2
  17. package/dist/{chunk-YS7IILO5.js → chunk-IVP6O724.js} +3 -3
  18. package/dist/{chunk-YKGJG5NV.js → chunk-L52YIB6L.js} +3 -3
  19. package/dist/{chunk-3XFGY3UH.js → chunk-MMKJLJOU.js} +3 -3
  20. package/dist/{chunk-VE3Y2LOL.js → chunk-NK3XLCW4.js} +2 -2
  21. package/dist/{chunk-6D5FAXPI.js → chunk-NWLJH5W5.js} +4 -4
  22. package/dist/{chunk-SBI2O7OA.js → chunk-P5WXXASN.js} +3 -3
  23. package/dist/{chunk-TN2FKTOD.js → chunk-S2VPJHP3.js} +6 -6
  24. package/dist/{chunk-UK4Z4LHC.js → chunk-SHG4WGA5.js} +4 -4
  25. package/dist/{chunk-MWSDIOYX.js → chunk-STFQ3LDD.js} +3 -3
  26. package/dist/{chunk-LNQMCTHE.js → chunk-T2OTVMC3.js} +2 -2
  27. package/dist/{chunk-USCL7RU6.js → chunk-TBYDOGMF.js} +7 -7
  28. package/dist/{chunk-P3TB2SEC.js → chunk-UUNEYHYM.js} +4 -4
  29. package/dist/{chunk-Z5SR6RSK.js → chunk-W2JK2Y2P.js} +7 -7
  30. package/dist/{chunk-ZUPUZB5E.js → chunk-WBXXSY5O.js} +3 -3
  31. package/dist/{chunk-NBZV5TLE.js → chunk-YAKZ5LBE.js} +9 -9
  32. package/dist/{chunk-2IZLMFQP.js → chunk-YIOA4IG2.js} +3 -3
  33. package/dist/{chunk-ECCBPHFN.js → chunk-ZQLRXAT4.js} +4 -4
  34. package/dist/{chunk-5OVYR4FU.js → chunk-ZVNTBN7P.js} +3 -3
  35. package/dist/cli/commands/auth/logout.js +11 -11
  36. package/dist/cli/commands/auth/logout.test.js +12 -12
  37. package/dist/cli/commands/cache/clear.js +10 -10
  38. package/dist/cli/commands/debug/command-flags.js +10 -10
  39. package/dist/cli/commands/docs/generate.js +10 -10
  40. package/dist/cli/commands/docs/generate.test.js +10 -10
  41. package/dist/cli/commands/help.js +10 -10
  42. package/dist/cli/commands/kitchen-sink/async.js +11 -11
  43. package/dist/cli/commands/kitchen-sink/async.test.js +11 -11
  44. package/dist/cli/commands/kitchen-sink/index.js +13 -13
  45. package/dist/cli/commands/kitchen-sink/index.test.js +13 -13
  46. package/dist/cli/commands/kitchen-sink/prompts.js +11 -11
  47. package/dist/cli/commands/kitchen-sink/prompts.test.js +11 -11
  48. package/dist/cli/commands/kitchen-sink/static.js +11 -11
  49. package/dist/cli/commands/kitchen-sink/static.test.js +11 -11
  50. package/dist/cli/commands/notifications/generate.js +11 -11
  51. package/dist/cli/commands/notifications/list.js +11 -11
  52. package/dist/cli/commands/search.js +11 -11
  53. package/dist/cli/commands/upgrade.js +11 -11
  54. package/dist/cli/commands/version.js +11 -11
  55. package/dist/cli/commands/version.test.js +11 -11
  56. package/dist/cli/services/commands/notifications.js +6 -6
  57. package/dist/cli/services/commands/search.js +2 -2
  58. package/dist/cli/services/commands/search.test.js +2 -2
  59. package/dist/cli/services/commands/version.js +3 -3
  60. package/dist/cli/services/commands/version.test.js +4 -4
  61. package/dist/cli/services/kitchen-sink/async.js +2 -2
  62. package/dist/cli/services/kitchen-sink/prompts.js +2 -2
  63. package/dist/cli/services/kitchen-sink/static.js +2 -2
  64. package/dist/cli/services/upgrade.js +3 -3
  65. package/dist/cli/services/upgrade.test.js +4 -4
  66. package/dist/{custom-oclif-loader-MHHSG7KE.js → custom-oclif-loader-LEBCVICA.js} +2 -2
  67. package/dist/{error-handler-UIIZ6WY4.js → error-handler-RPKNZNPJ.js} +8 -8
  68. package/dist/hooks/postrun.js +6 -6
  69. package/dist/hooks/prerun.js +7 -7
  70. package/dist/index.js +38 -37
  71. package/dist/{local-U7P6SLN7.js → local-DMUVO2RC.js} +2 -2
  72. package/dist/{node-MTMGWWAZ.js → node-MTCU4HTA.js} +12 -12
  73. package/dist/{node-package-manager-VJYZODW2.js → node-package-manager-KM7I5LPO.js} +3 -3
  74. package/dist/tsconfig.tsbuildinfo +1 -1
  75. package/dist/{ui-WCKYO4TM.js → ui-F4QPST3C.js} +2 -2
  76. package/dist/{workerd-EVZOUIC3.js → workerd-VQLKP2OR.js} +12 -12
  77. package/oclif.manifest.json +3 -4
  78. package/package.json +6 -6
@@ -17,7 +17,7 @@ import {
17
17
  renderText,
18
18
  renderTextPrompt,
19
19
  renderWarning
20
- } from "./chunk-LNQMCTHE.js";
20
+ } from "./chunk-T2OTVMC3.js";
21
21
  import "./chunk-HMDWNGIV.js";
22
22
  import "./chunk-B5EXYCV3.js";
23
23
  import "./chunk-75LV6AQS.js";
@@ -52,4 +52,4 @@ export {
52
52
  renderTextPrompt,
53
53
  renderWarning
54
54
  };
55
- //# sourceMappingURL=ui-WCKYO4TM.js.map
55
+ //# sourceMappingURL=ui-F4QPST3C.js.map
@@ -10,20 +10,20 @@ import {
10
10
  importLocal,
11
11
  logRequestLine,
12
12
  setConstructors
13
- } from "./chunk-NBZV5TLE.js";
13
+ } from "./chunk-YAKZ5LBE.js";
14
14
  import "./chunk-LQ2ZKVR6.js";
15
15
  import "./chunk-CP3BRHWK.js";
16
- import "./chunk-6D5FAXPI.js";
17
- import "./chunk-JHPOVV6S.js";
18
- import "./chunk-Z5SR6RSK.js";
16
+ import "./chunk-NWLJH5W5.js";
17
+ import "./chunk-ANEEPS5R.js";
18
+ import "./chunk-W2JK2Y2P.js";
19
19
  import "./chunk-SHWOPMLQ.js";
20
- import "./chunk-QGWSGS2C.js";
21
- import "./chunk-ECCBPHFN.js";
22
- import "./chunk-TN2FKTOD.js";
23
- import "./chunk-YKGJG5NV.js";
20
+ import "./chunk-HZH4EZRH.js";
21
+ import "./chunk-ZQLRXAT4.js";
22
+ import "./chunk-S2VPJHP3.js";
23
+ import "./chunk-L52YIB6L.js";
24
24
  import "./chunk-25IMI7TH.js";
25
- import "./chunk-N4S4LVBN.js";
26
- import "./chunk-ZUMJTXNY.js";
25
+ import "./chunk-6TBBYLQ6.js";
26
+ import "./chunk-6N54IMG5.js";
27
27
  import {
28
28
  AbortError,
29
29
  createFileReadStream,
@@ -31,7 +31,7 @@ import {
31
31
  readFile,
32
32
  renderSuccess,
33
33
  source_default
34
- } from "./chunk-LNQMCTHE.js";
34
+ } from "./chunk-T2OTVMC3.js";
35
35
  import "./chunk-HMDWNGIV.js";
36
36
  import "./chunk-B5EXYCV3.js";
37
37
  import "./chunk-75LV6AQS.js";
@@ -171,4 +171,4 @@ async function startWorkerdServer({
171
171
  export {
172
172
  startWorkerdServer
173
173
  };
174
- //# sourceMappingURL=workerd-EVZOUIC3.js.map
174
+ //# sourceMappingURL=workerd-VQLKP2OR.js.map
@@ -590,8 +590,8 @@
590
590
  "args": {
591
591
  },
592
592
  "customPluginName": "@shopify/app",
593
- "description": "Stop the app preview that was started with `shopify app dev`.\n\n It restores the app's active version to the selected development store.\n ",
594
- "descriptionWithMarkdown": "Stop the app preview that was started with `shopify app dev`.\n\n It restores the app's active version to the selected development store.\n ",
593
+ "description": "Stop the app preview that was started with `shopify app dev`.\n\n It restores the app's active version to the selected development store.\n\n It's valid only for apps created on the Next-Gen Dev Platform.\n ",
594
+ "descriptionWithMarkdown": "Stop the app preview that was started with `shopify app dev`.\n\n It restores the app's active version to the selected development store.\n\n It's valid only for apps created on the Next-Gen Dev Platform.\n ",
595
595
  "flags": {
596
596
  "client-id": {
597
597
  "description": "The Client ID of your app.",
@@ -663,7 +663,6 @@
663
663
  }
664
664
  },
665
665
  "hasDynamicHelp": false,
666
- "hidden": true,
667
666
  "hiddenAliases": [
668
667
  ],
669
668
  "id": "app:dev:clean",
@@ -6940,5 +6939,5 @@
6940
6939
  "summary": "Trigger delivery of a sample webhook topic payload to a designated address."
6941
6940
  }
6942
6941
  },
6943
- "version": "3.80.2"
6942
+ "version": "3.80.3"
6944
6943
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/cli",
3
- "version": "3.80.2",
3
+ "version": "3.80.3",
4
4
  "packageManager": "pnpm@8.15.7",
5
5
  "private": false,
6
6
  "description": "A CLI tool to build for the Shopify platform",
@@ -99,11 +99,11 @@
99
99
  "@oclif/core": "3.26.5",
100
100
  "@oclif/plugin-commands": "4.1.18",
101
101
  "@oclif/plugin-plugins": "5.4.28",
102
- "@shopify/app": "3.80.2",
103
- "@shopify/cli-kit": "3.80.2",
104
- "@shopify/plugin-cloudflare": "3.80.2",
105
- "@shopify/plugin-did-you-mean": "3.80.2",
106
- "@shopify/theme": "3.80.2",
102
+ "@shopify/app": "3.80.3",
103
+ "@shopify/cli-kit": "3.80.3",
104
+ "@shopify/plugin-cloudflare": "3.80.3",
105
+ "@shopify/plugin-did-you-mean": "3.80.3",
106
+ "@shopify/theme": "3.80.3",
107
107
  "@shopify/cli-hydrogen": "10.0.1",
108
108
  "@types/global-agent": "3.0.0",
109
109
  "@typescript-eslint/eslint-plugin": "7.13.1",