@shopify/create-app 3.73.2 → 3.74.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.
- package/dist/{chokidar-5LLC6S6D.js → chokidar-LYCK7UIU.js} +20 -574
- package/dist/chunk-3I3GQNEW.js +95 -0
- package/dist/{chunk-CRHXI6PS.js → chunk-5DBS6QOU.js} +102 -638
- package/dist/{chunk-Z2K6T5HO.js → chunk-A2CUF3IE.js} +2 -2
- package/dist/{chunk-BUFIEXZ5.js → chunk-B3YWYURY.js} +701 -141
- package/dist/{chunk-K7HGDAI4.js → chunk-CDBXAE2F.js} +20 -104
- package/dist/chunk-CP3BRHWK.js +33 -0
- package/dist/{chunk-OAZFIMJ3.js → chunk-LQ2ZKVR6.js} +45 -115
- package/dist/{chunk-5MQK53ZB.js → chunk-MFOTVT4R.js} +489 -410
- package/dist/{chunk-3HBRMIPY.js → chunk-MW7RWHY5.js} +341 -211
- package/dist/{chunk-BOBYVF6Z.js → chunk-NBA3G6YQ.js} +55430 -36539
- package/dist/{chunk-7BLDARWR.js → chunk-PNW5KDM2.js} +40 -22
- package/dist/{chunk-55N7E5WW.js → chunk-QPEQYFIE.js} +1849 -4319
- package/dist/chunk-RVS7NPOH.js +15929 -0
- package/dist/{chunk-U52U2BAX.js → chunk-VK6YB4CW.js} +640 -1166
- package/dist/{chunk-EZFQXNK5.js → chunk-ZKGBK6WQ.js} +2 -2
- package/dist/chunk-ZUCWDIGE.js +111 -0
- package/dist/{custom-oclif-loader-COXUWDRX.js → custom-oclif-loader-3WFQ2GRD.js} +9 -8
- package/dist/{del-WGII2Y5S.js → del-CKAQ44SX.js} +5 -5
- package/dist/{devtools-K7FXBBFZ.js → devtools-6LOQORRT.js} +2 -2
- package/dist/{error-handler-NLEDBRP4.js → error-handler-N6P2X42R.js} +13 -12
- package/dist/hooks/postrun.js +14 -12
- package/dist/hooks/prerun.js +27 -12
- package/dist/{http-proxy-FXWKYHZ3.js → http-proxy-L3MCJRQS.js} +3 -2
- package/dist/index.js +19912 -17261
- package/dist/index.test.js +80 -133
- package/dist/lib-ZAUU5FOJ.js +11 -0
- package/dist/{local-WM5Y2GKE.js → local-EBAW6AUD.js} +11 -10
- package/dist/{node-package-manager-U4IKWNRD.js → node-package-manager-VTG2B4KW.js} +10 -9
- package/dist/out-AZBX4ITJ.js +7 -0
- package/dist/{path-2HZUSAGR.js → path-GWAZZN2N.js} +3 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-NMBUMLWD.js → ui-QBKDPUJX.js} +9 -8
- package/oclif.manifest.json +1 -1
- package/package.json +3 -4
- package/dist/chunk-JHSNPAK4.js +0 -15742
- package/dist/chunk-TKDPJ4ZU.js +0 -27
- package/dist/lib-CKTRCGTR.js +0 -11
- package/dist/out-JR4DWQ2G.js +0 -7
package/dist/chunk-TKDPJ4ZU.js
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
packageManagerFromUserAgent
|
|
3
|
-
} from "./chunk-U52U2BAX.js";
|
|
4
|
-
import {
|
|
5
|
-
currentProcessIsGlobal,
|
|
6
|
-
inferPackageManagerForGlobalCLI,
|
|
7
|
-
outputContent,
|
|
8
|
-
outputToken
|
|
9
|
-
} from "./chunk-5MQK53ZB.js";
|
|
10
|
-
import {
|
|
11
|
-
init_cjs_shims
|
|
12
|
-
} from "./chunk-PKR7KJ6P.js";
|
|
13
|
-
|
|
14
|
-
// ../cli-kit/dist/public/node/upgrade.js
|
|
15
|
-
init_cjs_shims();
|
|
16
|
-
function cliInstallCommand() {
|
|
17
|
-
let isGlobal = currentProcessIsGlobal(), packageManager = packageManagerFromUserAgent();
|
|
18
|
-
return packageManager === "unknown" && (packageManager = inferPackageManagerForGlobalCLI()), packageManager === "unknown" && (packageManager = "npm"), packageManager === "yarn" ? `${packageManager} ${isGlobal ? "global " : ""}add @shopify/cli@latest` : `${packageManager} ${packageManager === "pnpm" ? "add" : "install"} ${isGlobal ? "-g " : ""}@shopify/cli@latest`;
|
|
19
|
-
}
|
|
20
|
-
function getOutputUpdateCLIReminder(version) {
|
|
21
|
-
return outputContent`💡 Version ${version} available! Run ${outputToken.genericShellCommand(cliInstallCommand())}`.value;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export {
|
|
25
|
-
getOutputUpdateCLIReminder
|
|
26
|
-
};
|
|
27
|
-
//# sourceMappingURL=chunk-TKDPJ4ZU.js.map
|
package/dist/lib-CKTRCGTR.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
require_lib
|
|
3
|
-
} from "./chunk-BOBYVF6Z.js";
|
|
4
|
-
import "./chunk-OAZFIMJ3.js";
|
|
5
|
-
import "./chunk-EZFQXNK5.js";
|
|
6
|
-
import "./chunk-CRHXI6PS.js";
|
|
7
|
-
import "./chunk-BUFIEXZ5.js";
|
|
8
|
-
import "./chunk-G2ZZKGSV.js";
|
|
9
|
-
import "./chunk-PKR7KJ6P.js";
|
|
10
|
-
export default require_lib();
|
|
11
|
-
//# sourceMappingURL=lib-CKTRCGTR.js.map
|