@shopify/create-app 3.61.0 → 3.61.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 (35) hide show
  1. package/dist/{chunk-LLFZPH5K.js → chunk-5MCGL7UQ.js} +7 -7
  2. package/dist/{chunk-PKFDUXG6.js → chunk-5ZQGZROG.js} +1 -1
  3. package/dist/{chunk-LR725A3N.js → chunk-7DQJXYT6.js} +3 -3
  4. package/dist/{chunk-J3QAMMY2.js → chunk-7GUERDDS.js} +1 -1
  5. package/dist/{chunk-PGYGWMK7.js → chunk-7SB7WQ6J.js} +5 -5
  6. package/dist/{chunk-X2I3FAVD.js → chunk-BO6VY6XY.js} +2596 -793
  7. package/dist/{chunk-XKDB3ST7.js → chunk-CJVWT6IG.js} +2 -2
  8. package/dist/{chunk-YI3MHBSD.js → chunk-CKKF7TFO.js} +1 -1
  9. package/dist/{chunk-GQNJWQKC.js → chunk-MIJHK6ZL.js} +4 -4
  10. package/dist/{chunk-I3IYXB26.js → chunk-PBU62XMI.js} +5 -5
  11. package/dist/{chunk-5NBS5LAW.js → chunk-Q5FUGUDS.js} +1 -1
  12. package/dist/{chunk-7F4FS2WD.js → chunk-TAJ7LPFK.js} +5 -5
  13. package/dist/{chunk-H3UBEY47.js → chunk-TPUQWQRW.js} +3 -3
  14. package/dist/{chunk-H4N7DG5X.js → chunk-ZNPDLJF7.js} +1 -1
  15. package/dist/commands/init.js +14 -14
  16. package/dist/commands/init.test.js +14 -14
  17. package/dist/{custom-oclif-loader-KLTAWG4B.js → custom-oclif-loader-RLNBRURI.js} +1 -1
  18. package/dist/{error-handler-ND7WBMC3.js → error-handler-764JJPWK.js} +8 -8
  19. package/dist/hooks/postrun.js +7 -7
  20. package/dist/hooks/prerun.js +4 -4
  21. package/dist/index.js +1 -1
  22. package/dist/{local-3LWDOA7J.js → local-GRWHBAAP.js} +1 -1
  23. package/dist/{node-package-manager-TFY2ROCP.js → node-package-manager-VZCY35QS.js} +2 -2
  24. package/dist/prompts/init.js +2 -2
  25. package/dist/prompts/init.test.js +2 -2
  26. package/dist/services/init.js +8 -8
  27. package/dist/{system-FTT76GKS.js → system-UYKY6OX7.js} +1 -1
  28. package/dist/tsconfig.tsbuildinfo +1 -1
  29. package/dist/{ui-MUGCNPLG.js → ui-P6NP425V.js} +1 -1
  30. package/dist/utils/template/cleanup.js +2 -2
  31. package/dist/utils/template/cleanup.test.js +2 -2
  32. package/dist/utils/template/npm.js +4 -4
  33. package/dist/utils/template/npm.test.js +4 -4
  34. package/oclif.manifest.json +1 -1
  35. package/package.json +2 -2
@@ -1,26 +1,26 @@
1
1
  import {
2
2
  errorHandler,
3
3
  registerCleanBugsnagErrorsFromWithinPlugins
4
- } from "./chunk-GQNJWQKC.js";
4
+ } from "./chunk-MIJHK6ZL.js";
5
5
  import {
6
6
  init_default as init_default2
7
- } from "./chunk-I3IYXB26.js";
7
+ } from "./chunk-PBU62XMI.js";
8
8
  import {
9
9
  hashString
10
- } from "./chunk-LR725A3N.js";
10
+ } from "./chunk-7DQJXYT6.js";
11
11
  import {
12
12
  packageManager,
13
13
  packageManagerFromUserAgent
14
- } from "./chunk-H4N7DG5X.js";
14
+ } from "./chunk-ZNPDLJF7.js";
15
15
  import {
16
16
  globalFlags
17
- } from "./chunk-7F4FS2WD.js";
17
+ } from "./chunk-TAJ7LPFK.js";
18
18
  import {
19
19
  init_default,
20
20
  isPredefinedTemplate,
21
21
  templates,
22
22
  visibleTemplates
23
- } from "./chunk-PKFDUXG6.js";
23
+ } from "./chunk-5ZQGZROG.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-XKDB3ST7.js";
40
+ } from "./chunk-CJVWT6IG.js";
41
41
  import {
42
42
  cwd,
43
43
  resolvePath
@@ -4,7 +4,7 @@ import {
4
4
  renderSelectPrompt,
5
5
  renderText,
6
6
  renderTextPrompt
7
- } from "./chunk-XKDB3ST7.js";
7
+ } from "./chunk-CJVWT6IG.js";
8
8
  import {
9
9
  __export,
10
10
  init_cjs_shims
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  platformAndArch
3
- } from "./chunk-J3QAMMY2.js";
3
+ } from "./chunk-7GUERDDS.js";
4
4
  import {
5
5
  getPackageManager,
6
6
  packageManagerFromUserAgent
7
- } from "./chunk-H4N7DG5X.js";
7
+ } from "./chunk-ZNPDLJF7.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-XKDB3ST7.js";
15
+ } from "./chunk-CJVWT6IG.js";
16
16
  import {
17
17
  cwd
18
18
  } from "./chunk-G6FN5VUE.js";
@@ -2,7 +2,7 @@ import {
2
2
  execa,
3
3
  outputContent,
4
4
  outputDebug
5
- } from "./chunk-XKDB3ST7.js";
5
+ } from "./chunk-CJVWT6IG.js";
6
6
  import {
7
7
  init_cjs_shims
8
8
  } from "./chunk-M63RTPGR.js";
@@ -1,16 +1,16 @@
1
1
  import {
2
2
  fetch
3
- } from "./chunk-X2I3FAVD.js";
3
+ } from "./chunk-BO6VY6XY.js";
4
4
  import {
5
5
  CLI_KIT_VERSION
6
- } from "./chunk-5NBS5LAW.js";
6
+ } from "./chunk-Q5FUGUDS.js";
7
7
  import {
8
8
  getEnvironmentData,
9
9
  getSensitiveEnvironmentData
10
- } from "./chunk-LR725A3N.js";
10
+ } from "./chunk-7DQJXYT6.js";
11
11
  import {
12
12
  require_semver
13
- } from "./chunk-H4N7DG5X.js";
13
+ } from "./chunk-ZNPDLJF7.js";
14
14
  import {
15
15
  alwaysLogAnalytics,
16
16
  alwaysLogMetrics,
@@ -25,7 +25,7 @@ import {
25
25
  outputContent,
26
26
  outputDebug,
27
27
  outputToken
28
- } from "./chunk-XKDB3ST7.js";
28
+ } from "./chunk-CJVWT6IG.js";
29
29
  import {
30
30
  joinPath
31
31
  } from "./chunk-G6FN5VUE.js";