@shopify/create-app 3.75.1 → 3.75.2
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-BP2PIZDA.js → chunk-2UDBXGSZ.js} +4 -4
- package/dist/{chunk-DOGSJDGS.js → chunk-7THTL56Q.js} +5 -5
- package/dist/{chunk-LAGKHJZJ.js → chunk-MKDIZV3W.js} +5 -5
- package/dist/{chunk-XB7PTU5N.js → chunk-WDOBEUBN.js} +5 -5
- package/dist/{chunk-LC4MJ4H3.js → chunk-WY5LLJYD.js} +2 -2
- package/dist/{custom-oclif-loader-Z6BY3D5C.js → custom-oclif-loader-VIZPKC3F.js} +2 -2
- package/dist/{error-handler-XIWWVT5T.js → error-handler-VOGFB2X5.js} +6 -6
- package/dist/hooks/postrun.js +4 -4
- package/dist/hooks/prerun.js +3 -3
- package/dist/index.js +10 -10
- package/dist/{local-JRSJVMAA.js → local-Q3I3ZFMS.js} +2 -2
- package/dist/{node-package-manager-4QTYPAGQ.js → node-package-manager-DSFK6RZ3.js} +3 -3
- package/dist/{ui-O2BMQEG4.js → ui-6W5SD74Y.js} +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
getEnvironmentData,
|
|
5
5
|
getLastSeenUserIdAfterAuth,
|
|
6
6
|
getSensitiveEnvironmentData
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-MKDIZV3W.js";
|
|
8
8
|
import {
|
|
9
9
|
runWithRateLimit
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-WY5LLJYD.js";
|
|
11
11
|
import {
|
|
12
12
|
alwaysLogAnalytics,
|
|
13
13
|
alwaysLogMetrics,
|
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
outputDebug,
|
|
25
25
|
outputToken,
|
|
26
26
|
reportingRateLimit
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-7THTL56Q.js";
|
|
28
28
|
import {
|
|
29
29
|
__commonJS,
|
|
30
30
|
__esm,
|
|
@@ -15926,4 +15926,4 @@ export {
|
|
|
15926
15926
|
requestIdsCollection,
|
|
15927
15927
|
reportAnalyticsEvent
|
|
15928
15928
|
};
|
|
15929
|
-
//# sourceMappingURL=chunk-
|
|
15929
|
+
//# sourceMappingURL=chunk-2UDBXGSZ.js.map
|
|
@@ -22455,7 +22455,7 @@ function createRuntimeMetadataContainer(defaultPublicMetadata = {}) {
|
|
|
22455
22455
|
try {
|
|
22456
22456
|
await getAndSet();
|
|
22457
22457
|
} catch (error) {
|
|
22458
|
-
let { sendErrorToBugsnag } = await import("./error-handler-
|
|
22458
|
+
let { sendErrorToBugsnag } = await import("./error-handler-VOGFB2X5.js");
|
|
22459
22459
|
await sendErrorToBugsnag(error, "unexpected_error");
|
|
22460
22460
|
}
|
|
22461
22461
|
}, durationStack = [];
|
|
@@ -27067,7 +27067,7 @@ function difference(array, ...values) {
|
|
|
27067
27067
|
}
|
|
27068
27068
|
|
|
27069
27069
|
// ../cli-kit/dist/public/common/string.js
|
|
27070
|
-
var import_change_case = __toESM(require_dist16()), SAFE_RANDOM_BUSINESS_ADJECTIVES = [
|
|
27070
|
+
var import_change_case = __toESM(require_dist16(), 1), SAFE_RANDOM_BUSINESS_ADJECTIVES = [
|
|
27071
27071
|
"commercial",
|
|
27072
27072
|
"profitable",
|
|
27073
27073
|
"amortizable",
|
|
@@ -28025,7 +28025,7 @@ init_cjs_shims();
|
|
|
28025
28025
|
|
|
28026
28026
|
// ../cli-kit/dist/public/common/function.js
|
|
28027
28027
|
init_cjs_shims();
|
|
28028
|
-
var import_memoize = __toESM(require_memoize()), import_debounce = __toESM(require_debounce());
|
|
28028
|
+
var import_memoize = __toESM(require_memoize(), 1), import_debounce = __toESM(require_debounce(), 1);
|
|
28029
28029
|
function debounce(func, wait, options) {
|
|
28030
28030
|
return (0, import_debounce.default)(func, wait, options);
|
|
28031
28031
|
}
|
|
@@ -28205,7 +28205,7 @@ This usually happens when running a command non-interactively, for example in a
|
|
|
28205
28205
|
}
|
|
28206
28206
|
|
|
28207
28207
|
// ../cli-kit/dist/public/node/error.js
|
|
28208
|
-
var import_core = __toESM(require_lib()), import_ts_error = __toESM(require_cjs()), FatalErrorType;
|
|
28208
|
+
var import_core = __toESM(require_lib(), 1), import_ts_error = __toESM(require_cjs(), 1), FatalErrorType;
|
|
28209
28209
|
(function(FatalErrorType2) {
|
|
28210
28210
|
FatalErrorType2[FatalErrorType2.Abort = 0] = "Abort", FatalErrorType2[FatalErrorType2.AbortSilent = 1] = "AbortSilent", FatalErrorType2[FatalErrorType2.Bug = 2] = "Bug";
|
|
28211
28211
|
})(FatalErrorType || (FatalErrorType = {}));
|
|
@@ -31629,4 +31629,4 @@ react-reconciler/cjs/react-reconciler-constants.development.js:
|
|
|
31629
31629
|
* LICENSE file in the root directory of this source tree.
|
|
31630
31630
|
*)
|
|
31631
31631
|
*/
|
|
31632
|
-
//# sourceMappingURL=chunk-
|
|
31632
|
+
//# sourceMappingURL=chunk-7THTL56Q.js.map
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
packageManagerFromUserAgent,
|
|
11
11
|
removeSession,
|
|
12
12
|
setSession
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-WY5LLJYD.js";
|
|
14
14
|
import {
|
|
15
15
|
AbortError,
|
|
16
16
|
BugError,
|
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
spinFqdn,
|
|
48
48
|
themeKitAccessDomain,
|
|
49
49
|
themeToken
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-7THTL56Q.js";
|
|
51
51
|
import {
|
|
52
52
|
cwd
|
|
53
53
|
} from "./chunk-ZUCWDIGE.js";
|
|
@@ -26949,7 +26949,7 @@ var require_form_data = __commonJS({
|
|
|
26949
26949
|
|
|
26950
26950
|
// ../cli-kit/dist/public/common/version.js
|
|
26951
26951
|
init_cjs_shims();
|
|
26952
|
-
var CLI_KIT_VERSION = "3.75.
|
|
26952
|
+
var CLI_KIT_VERSION = "3.75.2";
|
|
26953
26953
|
|
|
26954
26954
|
// ../cli-kit/dist/private/node/analytics.js
|
|
26955
26955
|
init_cjs_shims();
|
|
@@ -30722,7 +30722,7 @@ ${result.sanitizedHeaders}
|
|
|
30722
30722
|
}
|
|
30723
30723
|
|
|
30724
30724
|
// ../cli-kit/dist/public/node/http.js
|
|
30725
|
-
var import_form_data = __toESM(require_form_data());
|
|
30725
|
+
var import_form_data = __toESM(require_form_data(), 1);
|
|
30726
30726
|
|
|
30727
30727
|
// ../../node_modules/.pnpm/node-fetch@3.3.2/node_modules/node-fetch/src/index.js
|
|
30728
30728
|
init_cjs_shims();
|
|
@@ -32435,4 +32435,4 @@ mime-types/index.js:
|
|
|
32435
32435
|
* MIT Licensed
|
|
32436
32436
|
*)
|
|
32437
32437
|
*/
|
|
32438
|
-
//# sourceMappingURL=chunk-
|
|
32438
|
+
//# sourceMappingURL=chunk-MKDIZV3W.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
fanoutHooks,
|
|
3
3
|
reportAnalyticsEvent
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-2UDBXGSZ.js";
|
|
5
5
|
import {
|
|
6
6
|
CLI_KIT_VERSION,
|
|
7
7
|
getEnvironmentData
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-MKDIZV3W.js";
|
|
9
9
|
import {
|
|
10
10
|
runWithRateLimit
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-WY5LLJYD.js";
|
|
12
12
|
import {
|
|
13
13
|
AbortSilentError,
|
|
14
14
|
CancelExecution,
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
reportingRateLimit,
|
|
24
24
|
require_stacktracey,
|
|
25
25
|
shouldReportErrorAsUnexpected
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-7THTL56Q.js";
|
|
27
27
|
import {
|
|
28
28
|
require_lib
|
|
29
29
|
} from "./chunk-S3QEOIDU.js";
|
|
@@ -2129,4 +2129,4 @@ export {
|
|
|
2129
2129
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
2130
2130
|
addBugsnagMetadata
|
|
2131
2131
|
};
|
|
2132
|
-
//# sourceMappingURL=chunk-
|
|
2132
|
+
//# sourceMappingURL=chunk-WDOBEUBN.js.map
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
require_get_stream,
|
|
19
19
|
runWithTimer,
|
|
20
20
|
writeFile
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-7THTL56Q.js";
|
|
22
22
|
import {
|
|
23
23
|
dirname,
|
|
24
24
|
joinPath
|
|
@@ -14830,4 +14830,4 @@ deep-extend/lib/deep-extend.js:
|
|
|
14830
14830
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
14831
14831
|
*)
|
|
14832
14832
|
*/
|
|
14833
|
-
//# sourceMappingURL=chunk-
|
|
14833
|
+
//# sourceMappingURL=chunk-WY5LLJYD.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
execaSync,
|
|
3
3
|
fileExistsSync
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-7THTL56Q.js";
|
|
5
5
|
import {
|
|
6
6
|
require_lib
|
|
7
7
|
} from "./chunk-S3QEOIDU.js";
|
|
@@ -43,4 +43,4 @@ var import_core = __toESM(require_lib(), 1), ShopifyConfig = class extends impor
|
|
|
43
43
|
export {
|
|
44
44
|
ShopifyConfig
|
|
45
45
|
};
|
|
46
|
-
//# sourceMappingURL=custom-oclif-loader-
|
|
46
|
+
//# sourceMappingURL=custom-oclif-loader-VIZPKC3F.js.map
|
|
@@ -4,12 +4,12 @@ import {
|
|
|
4
4
|
errorHandler,
|
|
5
5
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
6
6
|
sendErrorToBugsnag
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-WDOBEUBN.js";
|
|
8
|
+
import "./chunk-2UDBXGSZ.js";
|
|
9
|
+
import "./chunk-MKDIZV3W.js";
|
|
10
10
|
import "./chunk-25IMI7TH.js";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-WY5LLJYD.js";
|
|
12
|
+
import "./chunk-7THTL56Q.js";
|
|
13
13
|
import "./chunk-S3QEOIDU.js";
|
|
14
14
|
import "./chunk-3I3GQNEW.js";
|
|
15
15
|
import "./chunk-ZUCWDIGE.js";
|
|
@@ -28,4 +28,4 @@ export {
|
|
|
28
28
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
29
29
|
sendErrorToBugsnag
|
|
30
30
|
};
|
|
31
|
-
//# sourceMappingURL=error-handler-
|
|
31
|
+
//# sourceMappingURL=error-handler-VOGFB2X5.js.map
|
package/dist/hooks/postrun.js
CHANGED
|
@@ -3,16 +3,16 @@ import {
|
|
|
3
3
|
} from "../chunk-CP3BRHWK.js";
|
|
4
4
|
import {
|
|
5
5
|
reportAnalyticsEvent
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import "../chunk-
|
|
6
|
+
} from "../chunk-2UDBXGSZ.js";
|
|
7
|
+
import "../chunk-MKDIZV3W.js";
|
|
8
8
|
import "../chunk-25IMI7TH.js";
|
|
9
|
-
import "../chunk-
|
|
9
|
+
import "../chunk-WY5LLJYD.js";
|
|
10
10
|
import {
|
|
11
11
|
addSensitiveMetadata,
|
|
12
12
|
getAllSensitiveMetadata,
|
|
13
13
|
outputDebug,
|
|
14
14
|
renderWarning
|
|
15
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-7THTL56Q.js";
|
|
16
16
|
import "../chunk-S3QEOIDU.js";
|
|
17
17
|
import "../chunk-3I3GQNEW.js";
|
|
18
18
|
import "../chunk-ZUCWDIGE.js";
|
package/dist/hooks/prerun.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CLI_KIT_VERSION,
|
|
3
3
|
startAnalytics
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-MKDIZV3W.js";
|
|
5
5
|
import "../chunk-25IMI7TH.js";
|
|
6
6
|
import {
|
|
7
7
|
checkForCachedNewVersion,
|
|
8
8
|
checkForNewVersion,
|
|
9
9
|
packageManagerFromUserAgent,
|
|
10
10
|
runAtMinimumInterval
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-WY5LLJYD.js";
|
|
12
12
|
import {
|
|
13
13
|
currentProcessIsGlobal,
|
|
14
14
|
inferPackageManagerForGlobalCLI,
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
outputDebug,
|
|
17
17
|
outputToken,
|
|
18
18
|
outputWarn
|
|
19
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-7THTL56Q.js";
|
|
20
20
|
import "../chunk-S3QEOIDU.js";
|
|
21
21
|
import "../chunk-3I3GQNEW.js";
|
|
22
22
|
import "../chunk-ZUCWDIGE.js";
|
package/dist/index.js
CHANGED
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
errorHandler,
|
|
13
13
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
14
14
|
require_end_of_stream
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-WDOBEUBN.js";
|
|
16
16
|
import {
|
|
17
17
|
setNextDeprecationDate
|
|
18
18
|
} from "./chunk-CP3BRHWK.js";
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
getListOfTunnelPlugins,
|
|
22
22
|
reportAnalyticsEvent,
|
|
23
23
|
requestIdsCollection
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-2UDBXGSZ.js";
|
|
25
25
|
import {
|
|
26
26
|
CLI_KIT_VERSION,
|
|
27
27
|
ClientError,
|
|
@@ -58,7 +58,7 @@ import {
|
|
|
58
58
|
setLastSeenUserIdAfterAuth,
|
|
59
59
|
username,
|
|
60
60
|
z
|
|
61
|
-
} from "./chunk-
|
|
61
|
+
} from "./chunk-MKDIZV3W.js";
|
|
62
62
|
import "./chunk-25IMI7TH.js";
|
|
63
63
|
import {
|
|
64
64
|
LocalStorage,
|
|
@@ -83,7 +83,7 @@ import {
|
|
|
83
83
|
usesWorkspaces,
|
|
84
84
|
versionSatisfies,
|
|
85
85
|
writePackageJSON
|
|
86
|
-
} from "./chunk-
|
|
86
|
+
} from "./chunk-WY5LLJYD.js";
|
|
87
87
|
import {
|
|
88
88
|
AbortController as AbortController2,
|
|
89
89
|
AbortError,
|
|
@@ -278,7 +278,7 @@ import {
|
|
|
278
278
|
use_stdin_default,
|
|
279
279
|
writeFile,
|
|
280
280
|
writeFileSync
|
|
281
|
-
} from "./chunk-
|
|
281
|
+
} from "./chunk-7THTL56Q.js";
|
|
282
282
|
import {
|
|
283
283
|
require_brace_expansion,
|
|
284
284
|
require_lib
|
|
@@ -144416,7 +144416,7 @@ async function showNotificationsIfNeeded(currentSurfaces, environment = process.
|
|
|
144416
144416
|
throw new AbortSilentError();
|
|
144417
144417
|
let errorMessage2 = `Error retrieving notifications: ${error.message}`;
|
|
144418
144418
|
outputDebug(errorMessage2);
|
|
144419
|
-
let { sendErrorToBugsnag } = await import("./error-handler-
|
|
144419
|
+
let { sendErrorToBugsnag } = await import("./error-handler-VOGFB2X5.js");
|
|
144420
144420
|
await sendErrorToBugsnag(errorMessage2, "unexpected_error");
|
|
144421
144421
|
}
|
|
144422
144422
|
}
|
|
@@ -149489,7 +149489,7 @@ var DevStoresByOrg = {
|
|
|
149489
149489
|
|
|
149490
149490
|
// ../cli-kit/dist/public/node/api/partners.js
|
|
149491
149491
|
init_cjs_shims();
|
|
149492
|
-
var import_bottleneck = __toESM(require_lib4()
|
|
149492
|
+
var import_bottleneck = __toESM(require_lib4()), limiter = new import_bottleneck.default({
|
|
149493
149493
|
minTime: 150,
|
|
149494
149494
|
maxConcurrent: 10
|
|
149495
149495
|
});
|
|
@@ -153892,7 +153892,7 @@ init_cjs_shims();
|
|
|
153892
153892
|
init_cjs_shims();
|
|
153893
153893
|
import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
153894
153894
|
async function launchCLI(options2) {
|
|
153895
|
-
let { errorHandler: errorHandler3 } = await import("./error-handler-
|
|
153895
|
+
let { errorHandler: errorHandler3 } = await import("./error-handler-VOGFB2X5.js"), { isDevelopment: isDevelopment2 } = await import("./local-Q3I3ZFMS.js"), oclif = await import("./lib-GSZAN7VA.js"), { ShopifyConfig } = await import("./custom-oclif-loader-VIZPKC3F.js");
|
|
153896
153896
|
isDevelopment2() && (oclif.default.settings.debug = !0);
|
|
153897
153897
|
try {
|
|
153898
153898
|
let config2 = new ShopifyConfig({ root: fileURLToPath2(options2.moduleURL) });
|
|
@@ -153907,7 +153907,7 @@ var import_core3 = __toESM(require_lib());
|
|
|
153907
153907
|
async function warnIfOldNodeVersion(versions2 = process.versions) {
|
|
153908
153908
|
let nodeVersion = versions2.node, nodeMajorVersion = Number(nodeVersion.split(".")[0]);
|
|
153909
153909
|
if (nodeMajorVersion < 18) {
|
|
153910
|
-
let { renderWarning: renderWarning2 } = await import("./ui-
|
|
153910
|
+
let { renderWarning: renderWarning2 } = await import("./ui-6W5SD74Y.js");
|
|
153911
153911
|
renderWarning2({
|
|
153912
153912
|
headline: "Upgrade to a supported Node version now.",
|
|
153913
153913
|
body: [
|
|
@@ -153934,7 +153934,7 @@ async function runCLI(options2, launchCLI2 = launchCLI, argv = process.argv, env
|
|
|
153934
153934
|
return setupEnvironmentVariables(options2, argv, env), options2.runInCreateMode && await addInitToArgvWhenRunningCreateCLI(options2, argv), forceNoColor(argv, env), await warnIfOldNodeVersion(versions2), launchCLI2({ moduleURL: options2.moduleURL });
|
|
153935
153935
|
}
|
|
153936
153936
|
async function addInitToArgvWhenRunningCreateCLI(options2, argv = process.argv) {
|
|
153937
|
-
let { findUpAndReadPackageJson: findUpAndReadPackageJson2 } = await import("./node-package-manager-
|
|
153937
|
+
let { findUpAndReadPackageJson: findUpAndReadPackageJson2 } = await import("./node-package-manager-DSFK6RZ3.js"), { moduleDirectory: moduleDirectory2 } = await import("./path-GWAZZN2N.js"), name = (await findUpAndReadPackageJson2(moduleDirectory2(options2.moduleURL))).content.name.replace("@shopify/create-", "");
|
|
153938
153938
|
if (argv.findIndex((arg) => arg.includes("init")) === -1) {
|
|
153939
153939
|
let initIndex2 = argv.findIndex((arg) => arg.match(new RegExp(`bin(\\/|\\\\)+(create-${name}|dev|run)`))) + 1;
|
|
153940
153940
|
argv.splice(initIndex2, 0, "init");
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
themeToken,
|
|
24
24
|
useEmbeddedThemeCLI,
|
|
25
25
|
useThemebundling
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-7THTL56Q.js";
|
|
27
27
|
import "./chunk-S3QEOIDU.js";
|
|
28
28
|
import "./chunk-3I3GQNEW.js";
|
|
29
29
|
import "./chunk-ZUCWDIGE.js";
|
|
@@ -60,4 +60,4 @@ export {
|
|
|
60
60
|
useEmbeddedThemeCLI,
|
|
61
61
|
useThemebundling
|
|
62
62
|
};
|
|
63
|
-
//# sourceMappingURL=local-
|
|
63
|
+
//# sourceMappingURL=local-Q3I3ZFMS.js.map
|
|
@@ -29,8 +29,8 @@ import {
|
|
|
29
29
|
versionSatisfies,
|
|
30
30
|
writePackageJSON,
|
|
31
31
|
yarnLockfile
|
|
32
|
-
} from "./chunk-
|
|
33
|
-
import "./chunk-
|
|
32
|
+
} from "./chunk-WY5LLJYD.js";
|
|
33
|
+
import "./chunk-7THTL56Q.js";
|
|
34
34
|
import "./chunk-S3QEOIDU.js";
|
|
35
35
|
import "./chunk-3I3GQNEW.js";
|
|
36
36
|
import "./chunk-ZUCWDIGE.js";
|
|
@@ -73,4 +73,4 @@ export {
|
|
|
73
73
|
writePackageJSON,
|
|
74
74
|
yarnLockfile
|
|
75
75
|
};
|
|
76
|
-
//# sourceMappingURL=node-package-manager-
|
|
76
|
+
//# sourceMappingURL=node-package-manager-DSFK6RZ3.js.map
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
renderText,
|
|
18
18
|
renderTextPrompt,
|
|
19
19
|
renderWarning
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-7THTL56Q.js";
|
|
21
21
|
import "./chunk-S3QEOIDU.js";
|
|
22
22
|
import "./chunk-3I3GQNEW.js";
|
|
23
23
|
import "./chunk-ZUCWDIGE.js";
|
|
@@ -48,4 +48,4 @@ export {
|
|
|
48
48
|
renderTextPrompt,
|
|
49
49
|
renderWarning
|
|
50
50
|
};
|
|
51
|
-
//# sourceMappingURL=ui-
|
|
51
|
+
//# sourceMappingURL=ui-6W5SD74Y.js.map
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopify/create-app",
|
|
3
|
-
"version": "3.75.
|
|
3
|
+
"version": "3.75.2",
|
|
4
4
|
"packageManager": "pnpm@8.15.7",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "A CLI tool to create a new Shopify app.",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"esbuild": "0.24.2"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@shopify/cli-kit": "3.75.
|
|
52
|
-
"@shopify/app": "3.75.
|
|
51
|
+
"@shopify/cli-kit": "3.75.2",
|
|
52
|
+
"@shopify/app": "3.75.2",
|
|
53
53
|
"esbuild-plugin-copy": "^2.1.1",
|
|
54
54
|
"@vitest/coverage-istanbul": "^1.6.0"
|
|
55
55
|
},
|