@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
package/dist/index.js CHANGED
@@ -136,7 +136,7 @@ import {
136
136
  supressNodeExperimentalWarnings,
137
137
  unsetStorefront,
138
138
  waitForJob
139
- } from "./chunk-NBZV5TLE.js";
139
+ } from "./chunk-YAKZ5LBE.js";
140
140
  import {
141
141
  require_ms,
142
142
  require_src
@@ -155,69 +155,69 @@ import {
155
155
  } from "./chunk-3GXB4ZRP.js";
156
156
  import {
157
157
  List
158
- } from "./chunk-LSS7RKE5.js";
158
+ } from "./chunk-6BBSMP74.js";
159
159
  import {
160
160
  Search
161
- } from "./chunk-3XFGY3UH.js";
161
+ } from "./chunk-MMKJLJOU.js";
162
162
  import {
163
163
  Upgrade
164
- } from "./chunk-P3TB2SEC.js";
165
- import "./chunk-MWSDIOYX.js";
164
+ } from "./chunk-UUNEYHYM.js";
165
+ import "./chunk-STFQ3LDD.js";
166
166
  import {
167
167
  Version
168
- } from "./chunk-ZUPUZB5E.js";
169
- import "./chunk-Q3VYFTPI.js";
170
- import "./chunk-WYY5EJJ4.js";
168
+ } from "./chunk-WBXXSY5O.js";
169
+ import "./chunk-36JX5ZL3.js";
170
+ import "./chunk-4WGX6J2C.js";
171
171
  import {
172
172
  KitchenSinkAll
173
- } from "./chunk-6QZPI7VX.js";
173
+ } from "./chunk-EXSNWLDD.js";
174
174
  import {
175
175
  KitchenSinkPrompts
176
- } from "./chunk-YS7IILO5.js";
177
- import "./chunk-VE3Y2LOL.js";
176
+ } from "./chunk-IVP6O724.js";
177
+ import "./chunk-NK3XLCW4.js";
178
178
  import {
179
179
  KitchenSinkStatic
180
- } from "./chunk-VO4QHHT5.js";
181
- import "./chunk-KXHYVBE7.js";
180
+ } from "./chunk-3R7MN6NF.js";
181
+ import "./chunk-36A3YXBJ.js";
182
182
  import {
183
183
  Generate
184
- } from "./chunk-GT5A5BQA.js";
185
- import "./chunk-3RLUCO75.js";
184
+ } from "./chunk-2MZ6KVDM.js";
185
+ import "./chunk-FRYAHHLJ.js";
186
186
  import {
187
187
  Logout
188
- } from "./chunk-UK4Z4LHC.js";
188
+ } from "./chunk-SHG4WGA5.js";
189
189
  import {
190
190
  ensureAuthenticatedAdmin,
191
191
  ensureAuthenticatedAppManagementAndBusinessPlatform,
192
192
  ensureAuthenticatedPartners,
193
193
  ensureAuthenticatedStorefront,
194
194
  ensureAuthenticatedThemes
195
- } from "./chunk-6D5FAXPI.js";
195
+ } from "./chunk-NWLJH5W5.js";
196
196
  import {
197
197
  ClearCache,
198
198
  globalFlags,
199
199
  jsonFlag,
200
200
  runCLI
201
- } from "./chunk-USCL7RU6.js";
201
+ } from "./chunk-TBYDOGMF.js";
202
202
  import {
203
203
  CommandFlags
204
- } from "./chunk-SBI2O7OA.js";
204
+ } from "./chunk-P5WXXASN.js";
205
205
  import {
206
206
  DocsGenerate
207
- } from "./chunk-ACD7OYBN.js";
207
+ } from "./chunk-F3TFLWNH.js";
208
208
  import {
209
209
  HelpCommand
210
- } from "./chunk-5QY6PIXL.js";
210
+ } from "./chunk-EP3PUZCH.js";
211
211
  import {
212
212
  KitchenSinkAsync
213
- } from "./chunk-5OVYR4FU.js";
214
- import "./chunk-XEESJLXB.js";
213
+ } from "./chunk-ZVNTBN7P.js";
214
+ import "./chunk-EIRCYG3C.js";
215
215
  import {
216
216
  base_command_default,
217
217
  decodeToml,
218
218
  encodeToml,
219
219
  loadEnvironment
220
- } from "./chunk-JHPOVV6S.js";
220
+ } from "./chunk-ANEEPS5R.js";
221
221
  import {
222
222
  require_byline,
223
223
  require_end_of_stream,
@@ -225,7 +225,7 @@ import {
225
225
  require_iserror,
226
226
  require_pump,
227
227
  require_stack_generator
228
- } from "./chunk-Z5SR6RSK.js";
228
+ } from "./chunk-W2JK2Y2P.js";
229
229
  import {
230
230
  require_once
231
231
  } from "./chunk-SHWOPMLQ.js";
@@ -233,7 +233,7 @@ import {
233
233
  fanoutHooks,
234
234
  getListOfTunnelPlugins,
235
235
  reportAnalyticsEvent
236
- } from "./chunk-QGWSGS2C.js";
236
+ } from "./chunk-HZH4EZRH.js";
237
237
  import {
238
238
  adminFqdn,
239
239
  appDevFqdn,
@@ -244,10 +244,10 @@ import {
244
244
  normalizeStoreFqdn,
245
245
  ok,
246
246
  partnersFqdn
247
- } from "./chunk-ECCBPHFN.js";
247
+ } from "./chunk-ZQLRXAT4.js";
248
248
  import {
249
249
  showNotificationsIfNeeded
250
- } from "./chunk-TN2FKTOD.js";
250
+ } from "./chunk-S2VPJHP3.js";
251
251
  import {
252
252
  ClientError,
253
253
  FetchError,
@@ -269,11 +269,11 @@ import {
269
269
  require_mime_types,
270
270
  shopifyFetch,
271
271
  z
272
- } from "./chunk-YKGJG5NV.js";
272
+ } from "./chunk-L52YIB6L.js";
273
273
  import "./chunk-25IMI7TH.js";
274
274
  import {
275
275
  CLI_KIT_VERSION
276
- } from "./chunk-N4S4LVBN.js";
276
+ } from "./chunk-6TBBYLQ6.js";
277
277
  import {
278
278
  LocalStorage,
279
279
  UnknownPackageManagerError,
@@ -297,7 +297,7 @@ import {
297
297
  usesWorkspaces,
298
298
  versionSatisfies,
299
299
  writePackageJSON
300
- } from "./chunk-ZUMJTXNY.js";
300
+ } from "./chunk-6N54IMG5.js";
301
301
  import {
302
302
  AbortController as AbortController2,
303
303
  AbortError,
@@ -511,7 +511,7 @@ import {
511
511
  username,
512
512
  writeFile,
513
513
  writeFileSync
514
- } from "./chunk-LNQMCTHE.js";
514
+ } from "./chunk-T2OTVMC3.js";
515
515
  import {
516
516
  require_semver
517
517
  } from "./chunk-HMDWNGIV.js";
@@ -210561,7 +210561,7 @@ async function brotliCompress(options) {
210561
210561
  archive.finalize();
210562
210562
  }).catch((error) => reject(error));
210563
210563
  });
210564
- let tarContent = readFileSync2(tempTarPath), compressed = (await import("./brotli-EDFLSXX4.js")).compress(tarContent, {
210564
+ let tarContent = readFileSync2(tempTarPath), compressed = (await import("./brotli-EDFLSXX4.js")).default.compress(tarContent, {
210565
210565
  quality: 7,
210566
210566
  mode: 0
210567
210567
  });
@@ -215110,10 +215110,10 @@ async function buildAssetsUrl(port, root) {
215110
215110
  async function startMiniOxygen(options, useNodeRuntime = !1) {
215111
215111
  if (useNodeRuntime) {
215112
215112
  process.env.MINIFLARE_SUBREQUEST_LIMIT = 100;
215113
- let { startNodeServer } = await import("./node-MTMGWWAZ.js");
215113
+ let { startNodeServer } = await import("./node-MTCU4HTA.js");
215114
215114
  return startNodeServer(options);
215115
215115
  }
215116
- let { startWorkerdServer } = await import("./workerd-EVZOUIC3.js");
215116
+ let { startWorkerdServer } = await import("./workerd-VQLKP2OR.js");
215117
215117
  return startWorkerdServer(options);
215118
215118
  }
215119
215119
 
@@ -236585,7 +236585,7 @@ init_cjs_shims();
236585
236585
  async function devClean(options) {
236586
236586
  let client = options.appContextResult.developerPlatformClient, remoteApp = options.appContextResult.remoteApp;
236587
236587
  if (!client.supportsDevSessions)
236588
- throw new AbortError("App preview is not supported for this app.");
236588
+ throw new AbortError("App preview is not supported for this app. It's valid only for apps created on the Next-Gen Dev Platform.");
236589
236589
  let result = await client.devSessionDelete({ shopFqdn: options.store.shopDomain, appId: remoteApp.id });
236590
236590
  if (result.devSessionDelete?.userErrors.length) {
236591
236591
  let errors = result.devSessionDelete.userErrors.map((error) => error.message).join(`
@@ -236624,9 +236624,10 @@ DevClean.summary = "Cleans up the app preview from the selected store.";
236624
236624
  DevClean.descriptionWithMarkdown = `Stop the app preview that was started with \`shopify app dev\`.
236625
236625
 
236626
236626
  It restores the app's active version to the selected development store.
236627
+
236628
+ It's valid only for apps created on the Next-Gen Dev Platform.
236627
236629
  `;
236628
236630
  DevClean.description = _a38.descriptionWithoutMarkdown();
236629
- DevClean.hidden = !0;
236630
236631
  DevClean.flags = {
236631
236632
  ...globalFlags,
236632
236633
  ...appFlags,
@@ -22,7 +22,7 @@ import {
22
22
  themeToken,
23
23
  useEmbeddedThemeCLI,
24
24
  useThemebundling
25
- } from "./chunk-LNQMCTHE.js";
25
+ } from "./chunk-T2OTVMC3.js";
26
26
  import "./chunk-HMDWNGIV.js";
27
27
  import "./chunk-B5EXYCV3.js";
28
28
  import "./chunk-75LV6AQS.js";
@@ -62,4 +62,4 @@ export {
62
62
  useEmbeddedThemeCLI,
63
63
  useThemebundling
64
64
  };
65
- //# sourceMappingURL=local-U7P6SLN7.js.map
65
+ //# sourceMappingURL=local-DMUVO2RC.js.map
@@ -12,27 +12,27 @@ import {
12
12
  importLocal,
13
13
  logRequestLine,
14
14
  setConstructors
15
- } from "./chunk-NBZV5TLE.js";
15
+ } from "./chunk-YAKZ5LBE.js";
16
16
  import "./chunk-LQ2ZKVR6.js";
17
17
  import "./chunk-CP3BRHWK.js";
18
- import "./chunk-6D5FAXPI.js";
19
- import "./chunk-JHPOVV6S.js";
20
- import "./chunk-Z5SR6RSK.js";
18
+ import "./chunk-NWLJH5W5.js";
19
+ import "./chunk-ANEEPS5R.js";
20
+ import "./chunk-W2JK2Y2P.js";
21
21
  import "./chunk-SHWOPMLQ.js";
22
- import "./chunk-QGWSGS2C.js";
23
- import "./chunk-ECCBPHFN.js";
24
- import "./chunk-TN2FKTOD.js";
25
- import "./chunk-YKGJG5NV.js";
22
+ import "./chunk-HZH4EZRH.js";
23
+ import "./chunk-ZQLRXAT4.js";
24
+ import "./chunk-S2VPJHP3.js";
25
+ import "./chunk-L52YIB6L.js";
26
26
  import "./chunk-25IMI7TH.js";
27
- import "./chunk-N4S4LVBN.js";
28
- import "./chunk-ZUMJTXNY.js";
27
+ import "./chunk-6TBBYLQ6.js";
28
+ import "./chunk-6N54IMG5.js";
29
29
  import {
30
30
  AbortError,
31
31
  outputNewline,
32
32
  readFile,
33
33
  renderSuccess,
34
34
  source_default
35
- } from "./chunk-LNQMCTHE.js";
35
+ } from "./chunk-T2OTVMC3.js";
36
36
  import "./chunk-HMDWNGIV.js";
37
37
  import "./chunk-B5EXYCV3.js";
38
38
  import "./chunk-75LV6AQS.js";
@@ -163,4 +163,4 @@ async function startNodeServer({
163
163
  export {
164
164
  startNodeServer
165
165
  };
166
- //# sourceMappingURL=node-MTMGWWAZ.js.map
166
+ //# sourceMappingURL=node-MTCU4HTA.js.map
@@ -29,8 +29,8 @@ import {
29
29
  versionSatisfies,
30
30
  writePackageJSON,
31
31
  yarnLockfile
32
- } from "./chunk-ZUMJTXNY.js";
33
- import "./chunk-LNQMCTHE.js";
32
+ } from "./chunk-6N54IMG5.js";
33
+ import "./chunk-T2OTVMC3.js";
34
34
  import "./chunk-HMDWNGIV.js";
35
35
  import "./chunk-B5EXYCV3.js";
36
36
  import "./chunk-75LV6AQS.js";
@@ -77,4 +77,4 @@ export {
77
77
  writePackageJSON,
78
78
  yarnLockfile
79
79
  };
80
- //# sourceMappingURL=node-package-manager-VJYZODW2.js.map
80
+ //# sourceMappingURL=node-package-manager-KM7I5LPO.js.map