@shopify/create-app 3.59.3 → 3.60.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.
- package/dist/{chunk-LNXB3N6Z.js → chunk-GOKYAXOZ.js} +1 -1
- package/dist/{chunk-NLHARAWG.js → chunk-JOHH6AAC.js} +5 -5
- package/dist/{chunk-7XQTD3L4.js → chunk-JOQ4LR3M.js} +15175 -15069
- package/dist/{chunk-ICXDWIM4.js → chunk-LDECNC3Y.js} +3 -3
- package/dist/{chunk-A2KOAAAS.js → chunk-M64BQPYS.js} +1 -1
- package/dist/{chunk-N7JK33UT.js → chunk-O6M5TKNA.js} +15 -11
- package/dist/{chunk-YCBKCMXW.js → chunk-OXJ5MQHM.js} +1 -1
- package/dist/{chunk-3WCSVBTX.js → chunk-PNYJF4EH.js} +6 -6
- package/dist/{chunk-CR6A36ED.js → chunk-QREVPZ7Q.js} +1 -1
- package/dist/{chunk-4QQYKX5A.js → chunk-TKY6QESY.js} +8 -8
- package/dist/{chunk-6MGU2XZV.js → chunk-UQNUIOTG.js} +1 -1
- package/dist/{chunk-JXUH5INO.js → chunk-XHBFBPB6.js} +7 -7
- package/dist/{chunk-Q25B7CYT.js → chunk-XUFDGROC.js} +3 -3
- package/dist/{chunk-CIVVOA64.js → chunk-ZBKHJE3N.js} +1 -1
- package/dist/{chunk-TKSQAC7L.js → chunk-ZZNPAHP2.js} +2 -2
- package/dist/commands/init.js +15 -15
- package/dist/commands/init.test.js +15 -15
- package/dist/{custom-oclif-loader-F4W5EMY3.js → custom-oclif-loader-KRA6A5M7.js} +2 -2
- package/dist/{error-handler-YJZ3ZL44.js → error-handler-B3H5KJQO.js} +9 -9
- package/dist/hooks/postrun.js +8 -8
- package/dist/hooks/prerun.js +5 -5
- package/dist/index.js +2 -2
- package/dist/{lib-76JUGQYQ.js → lib-TQDGEQFC.js} +1 -1
- package/dist/{local-JYXUEXBF.js → local-ZW3HRQCH.js} +2 -2
- package/dist/{node-package-manager-OKRA26T2.js → node-package-manager-4W6NW7NV.js} +3 -3
- package/dist/prompts/init.js +3 -3
- package/dist/prompts/init.test.js +3 -3
- package/dist/services/init.js +9 -9
- package/dist/{system-TIKZJ4SN.js → system-RKPPFGSA.js} +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-Y6YL72X3.js → ui-MNEY4ULE.js} +2 -2
- package/dist/utils/template/cleanup.js +3 -3
- package/dist/utils/template/cleanup.test.js +3 -3
- package/dist/utils/template/npm.js +5 -5
- package/dist/utils/template/npm.test.js +5 -5
- package/oclif.manifest.json +1 -1
- package/package.json +3 -2
|
@@ -4,13 +4,13 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
fanoutHooks,
|
|
6
6
|
reportAnalyticsEvent
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-O6M5TKNA.js";
|
|
8
8
|
import {
|
|
9
9
|
CLI_KIT_VERSION
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-UQNUIOTG.js";
|
|
11
11
|
import {
|
|
12
12
|
getEnvironmentData
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-LDECNC3Y.js";
|
|
14
14
|
import {
|
|
15
15
|
AbortSilentError,
|
|
16
16
|
CancelExecution,
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
outputInfo,
|
|
24
24
|
require_stacktracey,
|
|
25
25
|
shouldReportError
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-ZZNPAHP2.js";
|
|
27
27
|
import {
|
|
28
28
|
bugsnagApiKey
|
|
29
29
|
} from "./chunk-YLEF4RUH.js";
|
|
@@ -39,7 +39,7 @@ import {
|
|
|
39
39
|
} from "./chunk-UVY6LL5H.js";
|
|
40
40
|
import {
|
|
41
41
|
require_lib
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-JOQ4LR3M.js";
|
|
43
43
|
import {
|
|
44
44
|
__commonJS,
|
|
45
45
|
__require,
|