@shopify/create-app 3.59.2 → 3.60.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 (37) hide show
  1. package/dist/{chunk-QH6AOBBG.js → chunk-2EVDXDJS.js} +1 -1
  2. package/dist/{chunk-7AEWVCZC.js → chunk-2YPXES4K.js} +1 -1
  3. package/dist/{chunk-AB5H5WXL.js → chunk-3L6KY7Q3.js} +6 -6
  4. package/dist/{chunk-LVEYPFFU.js → chunk-BMMDEPWI.js} +8 -8
  5. package/dist/{chunk-MALPXKTA.js → chunk-GKVC3752.js} +3 -3
  6. package/dist/{chunk-XFGLZT6D.js → chunk-JA2XDFAC.js} +2 -2
  7. package/dist/{chunk-7XQTD3L4.js → chunk-JOQ4LR3M.js} +15175 -15069
  8. package/dist/{chunk-HC42KKHU.js → chunk-L5LPMIFP.js} +15 -11
  9. package/dist/{chunk-AKNXDNQ5.js → chunk-OYLUVGUB.js} +1 -1
  10. package/dist/{chunk-LXJ454B2.js → chunk-P3DMHVBI.js} +5 -5
  11. package/dist/{chunk-WNAMWFEX.js → chunk-P6N3DVYZ.js} +3 -3
  12. package/dist/{chunk-WWKZEZYE.js → chunk-P6YJ2CQU.js} +7 -7
  13. package/dist/{chunk-URX5CCXQ.js → chunk-Q737A7ZQ.js} +1 -1
  14. package/dist/{chunk-MU2NGVVN.js → chunk-ZDU6ZNVH.js} +1 -1
  15. package/dist/{chunk-ILPQYNLL.js → chunk-ZWN4YW5O.js} +1 -1
  16. package/dist/commands/init.js +15 -15
  17. package/dist/commands/init.test.js +15 -15
  18. package/dist/{custom-oclif-loader-GWZL7X7F.js → custom-oclif-loader-3GZ6YYAB.js} +2 -2
  19. package/dist/{error-handler-P4H5X6CT.js → error-handler-SPIUKOES.js} +9 -9
  20. package/dist/hooks/postrun.js +8 -8
  21. package/dist/hooks/prerun.js +5 -5
  22. package/dist/index.js +2 -2
  23. package/dist/{lib-76JUGQYQ.js → lib-TQDGEQFC.js} +1 -1
  24. package/dist/{local-PLGJ6MG4.js → local-7KWUTHJN.js} +2 -2
  25. package/dist/{node-package-manager-EUPKKLBF.js → node-package-manager-MI2KGR6B.js} +3 -3
  26. package/dist/prompts/init.js +3 -3
  27. package/dist/prompts/init.test.js +3 -3
  28. package/dist/services/init.js +9 -9
  29. package/dist/{system-YSJI4ZAK.js → system-KQGQETIF.js} +2 -2
  30. package/dist/tsconfig.tsbuildinfo +1 -1
  31. package/dist/{ui-5D7NFXHO.js → ui-HO5KGT27.js} +2 -2
  32. package/dist/utils/template/cleanup.js +3 -3
  33. package/dist/utils/template/cleanup.test.js +3 -3
  34. package/dist/utils/template/npm.js +5 -5
  35. package/dist/utils/template/npm.test.js +5 -5
  36. package/oclif.manifest.json +1 -1
  37. package/package.json +3 -2
@@ -4,7 +4,7 @@ import {
4
4
 
5
5
  // ../cli-kit/src/public/common/version.ts
6
6
  init_cjs_shims();
7
- var CLI_KIT_VERSION = "3.59.2";
7
+ var CLI_KIT_VERSION = "3.60.0";
8
8
 
9
9
  export {
10
10
  CLI_KIT_VERSION
@@ -4,7 +4,7 @@ import {
4
4
  renderSelectPrompt,
5
5
  renderText,
6
6
  renderTextPrompt
7
- } from "./chunk-XFGLZT6D.js";
7
+ } from "./chunk-JA2XDFAC.js";
8
8
  import {
9
9
  __export,
10
10
  init_cjs_shims
@@ -1,18 +1,18 @@
1
1
  import {
2
2
  cleanup
3
- } from "./chunk-ILPQYNLL.js";
3
+ } from "./chunk-ZWN4YW5O.js";
4
4
  import {
5
5
  getDeepInstallNPMTasks,
6
6
  updateCLIDependencies
7
- } from "./chunk-WNAMWFEX.js";
7
+ } from "./chunk-P6N3DVYZ.js";
8
8
  import {
9
9
  username
10
- } from "./chunk-AKNXDNQ5.js";
10
+ } from "./chunk-OYLUVGUB.js";
11
11
  import {
12
12
  UnknownPackageManagerError,
13
13
  findUpAndReadPackageJson,
14
14
  writePackageJSON
15
- } from "./chunk-MU2NGVVN.js";
15
+ } from "./chunk-ZDU6ZNVH.js";
16
16
  import {
17
17
  AbortError,
18
18
  appendFile,
@@ -40,7 +40,7 @@ import {
40
40
  renderTasks,
41
41
  runWithTimer,
42
42
  writeFile
43
- } from "./chunk-XFGLZT6D.js";
43
+ } from "./chunk-JA2XDFAC.js";
44
44
  import {
45
45
  dirname,
46
46
  joinPath,
@@ -48,7 +48,7 @@ import {
48
48
  } from "./chunk-G6FN5VUE.js";
49
49
  import {
50
50
  require_src
51
- } from "./chunk-7XQTD3L4.js";
51
+ } from "./chunk-JOQ4LR3M.js";
52
52
  import {
53
53
  __commonJS,
54
54
  __require,
@@ -1,26 +1,26 @@
1
1
  import {
2
2
  errorHandler,
3
3
  registerCleanBugsnagErrorsFromWithinPlugins
4
- } from "./chunk-LXJ454B2.js";
4
+ } from "./chunk-P3DMHVBI.js";
5
5
  import {
6
6
  init_default as init_default2
7
- } from "./chunk-AB5H5WXL.js";
7
+ } from "./chunk-3L6KY7Q3.js";
8
8
  import {
9
9
  hashString
10
- } from "./chunk-MALPXKTA.js";
10
+ } from "./chunk-GKVC3752.js";
11
11
  import {
12
12
  packageManager,
13
13
  packageManagerFromUserAgent
14
- } from "./chunk-MU2NGVVN.js";
14
+ } from "./chunk-ZDU6ZNVH.js";
15
15
  import {
16
16
  globalFlags
17
- } from "./chunk-WWKZEZYE.js";
17
+ } from "./chunk-P6YJ2CQU.js";
18
18
  import {
19
19
  init_default,
20
20
  isPredefinedTemplate,
21
21
  templates,
22
22
  visibleTemplates
23
- } from "./chunk-7AEWVCZC.js";
23
+ } from "./chunk-2YPXES4K.js";
24
24
  import {
25
25
  AbortError,
26
26
  addPublicMetadata,
@@ -37,7 +37,7 @@ import {
37
37
  renderWarning,
38
38
  terminalSupportsRawMode,
39
39
  underscore
40
- } from "./chunk-XFGLZT6D.js";
40
+ } from "./chunk-JA2XDFAC.js";
41
41
  import {
42
42
  cwd,
43
43
  resolvePath
@@ -47,7 +47,7 @@ import {
47
47
  } from "./chunk-UVY6LL5H.js";
48
48
  import {
49
49
  require_lib
50
- } from "./chunk-7XQTD3L4.js";
50
+ } from "./chunk-JOQ4LR3M.js";
51
51
  import {
52
52
  __commonJS,
53
53
  __require,
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  platformAndArch
3
- } from "./chunk-AKNXDNQ5.js";
3
+ } from "./chunk-OYLUVGUB.js";
4
4
  import {
5
5
  getPackageManager,
6
6
  packageManagerFromUserAgent
7
- } from "./chunk-MU2NGVVN.js";
7
+ } from "./chunk-ZDU6ZNVH.js";
8
8
  import {
9
9
  addPublicMetadata,
10
10
  addSensitiveMetadata,
@@ -12,7 +12,7 @@ import {
12
12
  cloudEnvironment,
13
13
  currentProcessIsGlobal,
14
14
  macAddress
15
- } from "./chunk-XFGLZT6D.js";
15
+ } from "./chunk-JA2XDFAC.js";
16
16
  import {
17
17
  cwd
18
18
  } from "./chunk-G6FN5VUE.js";
@@ -27,7 +27,7 @@ import {
27
27
  require_source_map,
28
28
  require_supports_color,
29
29
  require_supports_hyperlinks
30
- } from "./chunk-7XQTD3L4.js";
30
+ } from "./chunk-JOQ4LR3M.js";
31
31
  import {
32
32
  pLimit
33
33
  } from "./chunk-3JLUTHGR.js";
@@ -43041,7 +43041,7 @@ function createRuntimeMetadataContainer(defaultPublicMetadata = {}) {
43041
43041
  try {
43042
43042
  await getAndSet();
43043
43043
  } catch (error) {
43044
- const { sendErrorToBugsnag } = await import("./error-handler-P4H5X6CT.js");
43044
+ const { sendErrorToBugsnag } = await import("./error-handler-SPIUKOES.js");
43045
43045
  await sendErrorToBugsnag(error, "unexpected_error");
43046
43046
  }
43047
43047
  }