@shopify/create-app 4.6.1 → 4.7.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/{analytics-HXZNGNCN.js → analytics-3C6IM5OH.js} +16 -13
- package/dist/analytics-TKGJW4CI.js +44 -0
- package/dist/{chunk-TNZEM7JJ.js → chunk-3CEBU7F7.js} +18 -15
- package/dist/{chunk-K5UHKI43.js → chunk-3WA6JLES.js} +33 -58
- package/dist/{chunk-JK6PBDEW.js → chunk-7YZDH26Z.js} +17 -17
- package/dist/chunk-ARIPXAMF.js +179 -0
- package/dist/{chunk-3JSJSGAQ.js → chunk-CCB7HUXM.js} +2 -2
- package/dist/chunk-CM6ALOD7.js +32 -0
- package/dist/{chunk-K5NLRHZR.js → chunk-E43EDJOG.js} +4 -4
- package/dist/{chunk-ZUKA5LQU.js → chunk-EOOWFAUQ.js} +4509 -7671
- package/dist/chunk-HNIAZN6U.js +14 -0
- package/dist/{chunk-CMK3RV4O.js → chunk-KITZ5RLX.js} +9 -6
- package/dist/{chunk-QK2IQEBY.js → chunk-MVIZLNDV.js} +2 -2
- package/dist/{chunk-ZGSDAUKG.js → chunk-NTRP5UPL.js} +21809 -346
- package/dist/{chunk-N7J64MYF.js → chunk-OHAG6RQT.js} +27 -18
- package/dist/chunk-OMR2LYUV.js +301 -0
- package/dist/chunk-PLO3ASNN.js +1391 -0
- package/dist/{chunk-ZLYYWQWW.js → chunk-SBZZKBLZ.js} +3 -3
- package/dist/{chunk-VLCFLRJB.js → chunk-TT7YBXNU.js} +2 -2
- package/dist/chunk-UW2WSGNC.js +7350 -0
- package/dist/{conf-store-ZYB6IGB7.js → conf-store-PMOFWF3V.js} +9 -7
- package/dist/{custom-oclif-loader-MNCB3QFM.js → custom-oclif-loader-HTLL62HO.js} +15 -15
- package/dist/{deprecations-FOMUQSMA.js → deprecations-XSONJDPJ.js} +12 -9
- package/dist/{environments-SWXYO6KQ.js → environments-7M5VG3ZO.js} +13 -10
- package/dist/{error-handler-PXVIL3GI.js → error-handler-OSY5Z5EY.js} +16 -13
- package/dist/{fs-FVYWMVWY.js → fs-QKWQO24G.js} +4 -3
- package/dist/hooks/postrun.js +5 -4
- package/dist/hooks/prerun.js +26 -8
- package/dist/index.js +2007 -1818
- package/dist/index.test.js +8 -8
- package/dist/{is-global-QP5DA2PW.js → is-global-27HWUS75.js} +4 -3
- package/dist/{lib-SEAHPNPA.js → lib-XCYUJYSO.js} +3 -3
- package/dist/{local-FQ2FNAKK.js → local-ELO22BKI.js} +3 -2
- package/dist/{metadata-7RRKVERI.js → metadata-4DNOT3O4.js} +4 -3
- package/dist/{node-package-manager-7MTYEDAO.js → node-package-manager-TZ4UXLZO.js} +14 -11
- package/dist/{notifications-system-GHCK5E2U.js → notifications-system-I4ONBO77.js} +17 -14
- package/dist/os-7AHYIADA.js +19 -0
- package/dist/{output-7VC5AJM7.js → output-KF5RQHUT.js} +4 -3
- package/dist/{system-OTGPJVTA.js → system-J2KVDFSW.js} +14 -9
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-3H6HVYPD.js → ui-KTYAOJV5.js} +12 -9
- package/dist/{upgrade-AYIRDOVJ.js → upgrade-YR43DQNI.js} +23 -20
- package/dist/{version-CCMJSEAI.js → version-CS66ODDA.js} +13 -10
- package/dist/{version-OHC3XUOI.js → version-XTE3XEL6.js} +2 -2
- package/oclif.manifest.json +11 -7
- package/package.json +3 -3
- package/dist/analytics-GP57RR6R.js +0 -39
- package/dist/chunk-BPIA4T3X.js +0 -655
- package/dist/chunk-HNMF25KI.js +0 -5632
- package/dist/chunk-T446SGE5.js +0 -21746
- package/dist/is-wsl-63MHD6QC.js +0 -65
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
init_cjs_shims
|
|
3
|
+
} from "./chunk-3XNI6LP4.js";
|
|
4
|
+
|
|
5
|
+
// ../cli-kit/dist/public/node/context/utilities.js
|
|
6
|
+
init_cjs_shims();
|
|
7
|
+
function isTruthy(variable) {
|
|
8
|
+
return variable ? ["1", "true", "TRUE", "yes", "YES"].includes(variable) : !1;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export {
|
|
12
|
+
isTruthy
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=chunk-HNIAZN6U.js.map
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AbortError,
|
|
3
|
-
BugError
|
|
3
|
+
BugError
|
|
4
|
+
} from "./chunk-ARIPXAMF.js";
|
|
5
|
+
import {
|
|
4
6
|
mimicFunction
|
|
5
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-CM6ALOD7.js";
|
|
6
8
|
import {
|
|
7
9
|
require_semver
|
|
8
10
|
} from "./chunk-OQ3KXXGH.js";
|
|
@@ -11,12 +13,12 @@ import {
|
|
|
11
13
|
outputContent,
|
|
12
14
|
outputDebug,
|
|
13
15
|
unixFileIsOwnedByCurrentUser
|
|
14
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-UW2WSGNC.js";
|
|
15
17
|
import {
|
|
16
18
|
envPaths,
|
|
17
19
|
environmentVariables,
|
|
18
20
|
isUnitTest
|
|
19
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-OMR2LYUV.js";
|
|
20
22
|
import {
|
|
21
23
|
dirname
|
|
22
24
|
} from "./chunk-C3J4HVUN.js";
|
|
@@ -5915,6 +5917,7 @@ function deserializeJson(value) {
|
|
|
5915
5917
|
return JSON.parse(valueWithoutByteOrderMark);
|
|
5916
5918
|
}
|
|
5917
5919
|
var LocalStorage = class {
|
|
5920
|
+
config;
|
|
5918
5921
|
constructor(options) {
|
|
5919
5922
|
this.config = new Conf({
|
|
5920
5923
|
...options,
|
|
@@ -6007,7 +6010,7 @@ To resolve this, remove the Shopify CLI preferences folder:`), message.push({ co
|
|
|
6007
6010
|
// ../cli-kit/dist/private/node/conf-store.js
|
|
6008
6011
|
var _instance;
|
|
6009
6012
|
function cliKitStore() {
|
|
6010
|
-
return _instance
|
|
6013
|
+
return _instance ??= new LocalStorage({ projectName: `shopify-cli-kit${isUnitTest() ? "-test" : ""}` }), _instance;
|
|
6011
6014
|
}
|
|
6012
6015
|
function sessionStoreKey() {
|
|
6013
6016
|
return isLocalEnvironment() ? "devSessionStore" : "sessionStore";
|
|
@@ -6111,4 +6114,4 @@ export {
|
|
|
6111
6114
|
getCachedPartnerAccountStatus,
|
|
6112
6115
|
setCachedPartnerAccountStatus
|
|
6113
6116
|
};
|
|
6114
|
-
//# sourceMappingURL=chunk-
|
|
6117
|
+
//# sourceMappingURL=chunk-KITZ5RLX.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
outputDebug
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-UW2WSGNC.js";
|
|
4
4
|
import {
|
|
5
5
|
init_cjs_shims
|
|
6
6
|
} from "./chunk-3XNI6LP4.js";
|
|
@@ -96,4 +96,4 @@ function buildProcessTree(parentPid, tree, pidsToProcess, spawnChildProcessesLis
|
|
|
96
96
|
export {
|
|
97
97
|
treeKill
|
|
98
98
|
};
|
|
99
|
-
//# sourceMappingURL=chunk-
|
|
99
|
+
//# sourceMappingURL=chunk-MVIZLNDV.js.map
|