@shopify/create-app 3.79.0 → 3.79.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-7AOB653K.js → chunk-CZWBQ3CZ.js} +4 -4
- package/dist/{chunk-SKROIF4Z.js → chunk-FEMRLJY6.js} +4 -4
- package/dist/{chunk-HSB3QV4W.js → chunk-KRGUVLHQ.js} +3 -3
- package/dist/{chunk-BE7EA5HD.js → chunk-OOQNNVSN.js} +5 -5
- package/dist/{chunk-S6CRGH63.js → chunk-WP4C65OV.js} +5 -5
- package/dist/{chunk-DOJFJSIT.js → chunk-YTWZ7YHV.js} +2 -2
- package/dist/{custom-oclif-loader-YVZFS2MG.js → custom-oclif-loader-BLG7V5O6.js} +2 -2
- package/dist/{error-handler-2KYYHHUD.js → error-handler-CHLL2XNT.js} +6 -6
- package/dist/hooks/postrun.js +4 -4
- package/dist/hooks/prerun.js +4 -4
- package/dist/index.js +9 -15
- package/dist/{local-FKLT6MRX.js → local-DUTQKZTQ.js} +2 -2
- package/dist/{node-package-manager-6MPETXDL.js → node-package-manager-R2Z7LRGK.js} +3 -3
- package/dist/{ui-O37QGDLX.js → ui-6KCDQVWI.js} +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
packageManagerFromUserAgent,
|
|
10
10
|
removeSession,
|
|
11
11
|
setSession
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-YTWZ7YHV.js";
|
|
13
13
|
import {
|
|
14
14
|
AbortError,
|
|
15
15
|
BugError,
|
|
@@ -45,7 +45,7 @@ import {
|
|
|
45
45
|
spinFqdn,
|
|
46
46
|
systemEnvironmentVariables,
|
|
47
47
|
themeToken
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-KRGUVLHQ.js";
|
|
49
49
|
import {
|
|
50
50
|
cwd,
|
|
51
51
|
sniffForJson
|
|
@@ -26948,7 +26948,7 @@ var require_form_data = __commonJS({
|
|
|
26948
26948
|
|
|
26949
26949
|
// ../cli-kit/dist/public/common/version.js
|
|
26950
26950
|
init_cjs_shims();
|
|
26951
|
-
var CLI_KIT_VERSION = "3.79.
|
|
26951
|
+
var CLI_KIT_VERSION = "3.79.1";
|
|
26952
26952
|
|
|
26953
26953
|
// ../cli-kit/dist/private/node/analytics.js
|
|
26954
26954
|
init_cjs_shims();
|
|
@@ -32620,4 +32620,4 @@ mime-types/index.js:
|
|
|
32620
32620
|
* MIT Licensed
|
|
32621
32621
|
*)
|
|
32622
32622
|
*/
|
|
32623
|
-
//# sourceMappingURL=chunk-
|
|
32623
|
+
//# sourceMappingURL=chunk-CZWBQ3CZ.js.map
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
getEnvironmentData,
|
|
5
5
|
getLastSeenUserIdAfterAuth,
|
|
6
6
|
getSensitiveEnvironmentData
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-CZWBQ3CZ.js";
|
|
8
8
|
import {
|
|
9
9
|
runWithRateLimit
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-YTWZ7YHV.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-KRGUVLHQ.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-FEMRLJY6.js.map
|
|
@@ -23578,7 +23578,7 @@ function createRuntimeMetadataContainer(defaultPublicMetadata = {}) {
|
|
|
23578
23578
|
try {
|
|
23579
23579
|
await getAndSet();
|
|
23580
23580
|
} catch (error) {
|
|
23581
|
-
let { sendErrorToBugsnag } = await import("./error-handler-
|
|
23581
|
+
let { sendErrorToBugsnag } = await import("./error-handler-CHLL2XNT.js");
|
|
23582
23582
|
await sendErrorToBugsnag(error, "unexpected_error");
|
|
23583
23583
|
}
|
|
23584
23584
|
}, durationStack = [];
|
|
@@ -29195,7 +29195,7 @@ function AutocompletePrompt({ message, choices, infoTable, onSubmit, search, has
|
|
|
29195
29195
|
}
|
|
29196
29196
|
|
|
29197
29197
|
// ../cli-kit/dist/public/node/ui.js
|
|
29198
|
-
var import_react55 = __toESM(require_react()), defaultUIDebugOptions = {
|
|
29198
|
+
var import_react55 = __toESM(require_react(), 1), defaultUIDebugOptions = {
|
|
29199
29199
|
skipTTYCheck: !1
|
|
29200
29200
|
};
|
|
29201
29201
|
async function renderConcurrent({ renderOptions, ...props }) {
|
|
@@ -32778,4 +32778,4 @@ react-reconciler/cjs/react-reconciler-constants.development.js:
|
|
|
32778
32778
|
* LICENSE file in the root directory of this source tree.
|
|
32779
32779
|
*)
|
|
32780
32780
|
*/
|
|
32781
|
-
//# sourceMappingURL=chunk-
|
|
32781
|
+
//# sourceMappingURL=chunk-KRGUVLHQ.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
fanoutHooks,
|
|
3
3
|
reportAnalyticsEvent
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-FEMRLJY6.js";
|
|
5
5
|
import {
|
|
6
6
|
CLI_KIT_VERSION,
|
|
7
7
|
getEnvironmentData
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-CZWBQ3CZ.js";
|
|
9
9
|
import {
|
|
10
10
|
runWithRateLimit
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-YTWZ7YHV.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-KRGUVLHQ.js";
|
|
27
27
|
import {
|
|
28
28
|
require_lib
|
|
29
29
|
} from "./chunk-S3QEOIDU.js";
|
|
@@ -2137,4 +2137,4 @@ export {
|
|
|
2137
2137
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
2138
2138
|
addBugsnagMetadata
|
|
2139
2139
|
};
|
|
2140
|
-
//# sourceMappingURL=chunk-
|
|
2140
|
+
//# sourceMappingURL=chunk-OOQNNVSN.js.map
|
|
@@ -2,12 +2,12 @@ import {
|
|
|
2
2
|
CLI_KIT_VERSION,
|
|
3
3
|
jsonOutputEnabled,
|
|
4
4
|
z
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-CZWBQ3CZ.js";
|
|
6
6
|
import {
|
|
7
7
|
cacheRetrieve,
|
|
8
8
|
cacheStore,
|
|
9
9
|
versionSatisfies
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-YTWZ7YHV.js";
|
|
11
11
|
import {
|
|
12
12
|
AbortSilentError,
|
|
13
13
|
exec,
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
renderError,
|
|
17
17
|
renderInfo,
|
|
18
18
|
renderWarning
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-KRGUVLHQ.js";
|
|
20
20
|
import {
|
|
21
21
|
init_cjs_shims
|
|
22
22
|
} from "./chunk-PKR7KJ6P.js";
|
|
@@ -84,7 +84,7 @@ async function showNotificationsIfNeeded(currentSurfaces, environment = process.
|
|
|
84
84
|
throw new AbortSilentError();
|
|
85
85
|
let errorMessage = `Error showing notifications: ${error.message}`;
|
|
86
86
|
outputDebug(errorMessage);
|
|
87
|
-
let { sendErrorToBugsnag } = await import("./error-handler-
|
|
87
|
+
let { sendErrorToBugsnag } = await import("./error-handler-CHLL2XNT.js");
|
|
88
88
|
await sendErrorToBugsnag(errorMessage, "unexpected_error");
|
|
89
89
|
}
|
|
90
90
|
}
|
|
@@ -174,4 +174,4 @@ export {
|
|
|
174
174
|
showNotificationsIfNeeded,
|
|
175
175
|
fetchNotificationsInBackground
|
|
176
176
|
};
|
|
177
|
-
//# sourceMappingURL=chunk-
|
|
177
|
+
//# sourceMappingURL=chunk-WP4C65OV.js.map
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
require_semver,
|
|
20
20
|
runWithTimer,
|
|
21
21
|
writeFile
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-KRGUVLHQ.js";
|
|
23
23
|
import {
|
|
24
24
|
dirname,
|
|
25
25
|
joinPath
|
|
@@ -13708,4 +13708,4 @@ deep-extend/lib/deep-extend.js:
|
|
|
13708
13708
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
13709
13709
|
*)
|
|
13710
13710
|
*/
|
|
13711
|
-
//# sourceMappingURL=chunk-
|
|
13711
|
+
//# sourceMappingURL=chunk-YTWZ7YHV.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
execaSync,
|
|
3
3
|
fileExistsSync
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-KRGUVLHQ.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-BLG7V5O6.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-OOQNNVSN.js";
|
|
8
|
+
import "./chunk-FEMRLJY6.js";
|
|
9
|
+
import "./chunk-CZWBQ3CZ.js";
|
|
10
10
|
import "./chunk-25IMI7TH.js";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-YTWZ7YHV.js";
|
|
12
|
+
import "./chunk-KRGUVLHQ.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-CHLL2XNT.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-FEMRLJY6.js";
|
|
7
|
+
import "../chunk-CZWBQ3CZ.js";
|
|
8
8
|
import "../chunk-25IMI7TH.js";
|
|
9
|
-
import "../chunk-
|
|
9
|
+
import "../chunk-YTWZ7YHV.js";
|
|
10
10
|
import {
|
|
11
11
|
addSensitiveMetadata,
|
|
12
12
|
getAllSensitiveMetadata,
|
|
13
13
|
outputDebug,
|
|
14
14
|
renderWarning
|
|
15
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-KRGUVLHQ.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,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
fetchNotificationsInBackground
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-WP4C65OV.js";
|
|
4
4
|
import {
|
|
5
5
|
CLI_KIT_VERSION,
|
|
6
6
|
startAnalytics
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-CZWBQ3CZ.js";
|
|
8
8
|
import "../chunk-25IMI7TH.js";
|
|
9
9
|
import {
|
|
10
10
|
checkForCachedNewVersion,
|
|
11
11
|
checkForNewVersion,
|
|
12
12
|
packageManagerFromUserAgent,
|
|
13
13
|
runAtMinimumInterval
|
|
14
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-YTWZ7YHV.js";
|
|
15
15
|
import {
|
|
16
16
|
currentProcessIsGlobal,
|
|
17
17
|
inferPackageManagerForGlobalCLI,
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
outputDebug,
|
|
20
20
|
outputToken,
|
|
21
21
|
outputWarn
|
|
22
|
-
} from "../chunk-
|
|
22
|
+
} from "../chunk-KRGUVLHQ.js";
|
|
23
23
|
import "../chunk-S3QEOIDU.js";
|
|
24
24
|
import "../chunk-3I3GQNEW.js";
|
|
25
25
|
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-OOQNNVSN.js";
|
|
16
16
|
import {
|
|
17
17
|
setNextDeprecationDate
|
|
18
18
|
} from "./chunk-CP3BRHWK.js";
|
|
@@ -21,11 +21,11 @@ import {
|
|
|
21
21
|
getListOfTunnelPlugins,
|
|
22
22
|
reportAnalyticsEvent,
|
|
23
23
|
requestIdsCollection
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-FEMRLJY6.js";
|
|
25
25
|
import {
|
|
26
26
|
setCurrentCommandId,
|
|
27
27
|
showNotificationsIfNeeded
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-WP4C65OV.js";
|
|
29
29
|
import {
|
|
30
30
|
CLI_KIT_VERSION,
|
|
31
31
|
ClientError,
|
|
@@ -72,7 +72,7 @@ import {
|
|
|
72
72
|
setLastSeenUserIdAfterAuth,
|
|
73
73
|
shopifyFetch,
|
|
74
74
|
z
|
|
75
|
-
} from "./chunk-
|
|
75
|
+
} from "./chunk-CZWBQ3CZ.js";
|
|
76
76
|
import "./chunk-25IMI7TH.js";
|
|
77
77
|
import {
|
|
78
78
|
LocalStorage,
|
|
@@ -97,7 +97,7 @@ import {
|
|
|
97
97
|
usesWorkspaces,
|
|
98
98
|
versionSatisfies,
|
|
99
99
|
writePackageJSON
|
|
100
|
-
} from "./chunk-
|
|
100
|
+
} from "./chunk-YTWZ7YHV.js";
|
|
101
101
|
import {
|
|
102
102
|
AbortController as AbortController2,
|
|
103
103
|
AbortError,
|
|
@@ -286,7 +286,7 @@ import {
|
|
|
286
286
|
username,
|
|
287
287
|
writeFile,
|
|
288
288
|
writeFileSync
|
|
289
|
-
} from "./chunk-
|
|
289
|
+
} from "./chunk-KRGUVLHQ.js";
|
|
290
290
|
import {
|
|
291
291
|
require_brace_expansion,
|
|
292
292
|
require_lib as require_lib2
|
|
@@ -186332,12 +186332,6 @@ var IncludeSchema = z.object({
|
|
|
186332
186332
|
identifier: "editor_extension_collection",
|
|
186333
186333
|
schema: EditorExtensionCollectionSchema,
|
|
186334
186334
|
appModuleFeatures: (_2) => [],
|
|
186335
|
-
validate: async (config2, path) => {
|
|
186336
|
-
let errors = [];
|
|
186337
|
-
return config2.inCollection.length < 2 && errors.push(`${config2.handle}: This editor extension collection must include at least 2 extensions`), errors.length > 0 ? (errors.push(`Please check the configuration in ${path}`), err(errors.join(`
|
|
186338
|
-
|
|
186339
|
-
`))) : ok({});
|
|
186340
|
-
},
|
|
186341
186335
|
deployConfig: async (config2, directory) => ({
|
|
186342
186336
|
name: config2.name,
|
|
186343
186337
|
handle: config2.handle,
|
|
@@ -192941,7 +192935,7 @@ init_cjs_shims();
|
|
|
192941
192935
|
init_cjs_shims();
|
|
192942
192936
|
import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
192943
192937
|
async function launchCLI(options2) {
|
|
192944
|
-
let { errorHandler: errorHandler3 } = await import("./error-handler-
|
|
192938
|
+
let { errorHandler: errorHandler3 } = await import("./error-handler-CHLL2XNT.js"), { isDevelopment: isDevelopment2 } = await import("./local-DUTQKZTQ.js"), oclif = await import("./lib-GSZAN7VA.js"), { ShopifyConfig } = await import("./custom-oclif-loader-BLG7V5O6.js");
|
|
192945
192939
|
isDevelopment2() && (oclif.default.settings.debug = !0);
|
|
192946
192940
|
try {
|
|
192947
192941
|
let config2 = new ShopifyConfig({ root: fileURLToPath2(options2.moduleURL) });
|
|
@@ -192956,7 +192950,7 @@ var import_core3 = __toESM(require_lib2());
|
|
|
192956
192950
|
async function exitIfOldNodeVersion(versions2 = process.versions) {
|
|
192957
192951
|
let nodeVersion = versions2.node, nodeMajorVersion = Number(nodeVersion.split(".")[0]);
|
|
192958
192952
|
if (nodeMajorVersion < 18) {
|
|
192959
|
-
let { renderError: renderError2 } = await import("./ui-
|
|
192953
|
+
let { renderError: renderError2 } = await import("./ui-6KCDQVWI.js");
|
|
192960
192954
|
renderError2({
|
|
192961
192955
|
headline: "Upgrade to a supported Node version now.",
|
|
192962
192956
|
body: [
|
|
@@ -192983,7 +192977,7 @@ async function runCLI(options2, launchCLI2 = launchCLI, argv = process.argv, env
|
|
|
192983
192977
|
return setupEnvironmentVariables(options2, argv, env), options2.runInCreateMode && await addInitToArgvWhenRunningCreateCLI(options2, argv), forceNoColor(argv, env), await exitIfOldNodeVersion(versions2), launchCLI2({ moduleURL: options2.moduleURL });
|
|
192984
192978
|
}
|
|
192985
192979
|
async function addInitToArgvWhenRunningCreateCLI(options2, argv = process.argv) {
|
|
192986
|
-
let { findUpAndReadPackageJson: findUpAndReadPackageJson2 } = await import("./node-package-manager-
|
|
192980
|
+
let { findUpAndReadPackageJson: findUpAndReadPackageJson2 } = await import("./node-package-manager-R2Z7LRGK.js"), { moduleDirectory: moduleDirectory2 } = await import("./path-GWAZZN2N.js"), name = (await findUpAndReadPackageJson2(moduleDirectory2(options2.moduleURL))).content.name.replace("@shopify/create-", "");
|
|
192987
192981
|
if (argv.findIndex((arg) => arg.includes("init")) === -1) {
|
|
192988
192982
|
let initIndex2 = argv.findIndex((arg) => arg.match(new RegExp(`bin(\\/|\\\\)+(create-${name}|dev|run)`))) + 1;
|
|
192989
192983
|
argv.splice(initIndex2, 0, "init");
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
themeToken,
|
|
23
23
|
useEmbeddedThemeCLI,
|
|
24
24
|
useThemebundling
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-KRGUVLHQ.js";
|
|
26
26
|
import "./chunk-S3QEOIDU.js";
|
|
27
27
|
import "./chunk-3I3GQNEW.js";
|
|
28
28
|
import "./chunk-ZUCWDIGE.js";
|
|
@@ -58,4 +58,4 @@ export {
|
|
|
58
58
|
useEmbeddedThemeCLI,
|
|
59
59
|
useThemebundling
|
|
60
60
|
};
|
|
61
|
-
//# sourceMappingURL=local-
|
|
61
|
+
//# sourceMappingURL=local-DUTQKZTQ.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-YTWZ7YHV.js";
|
|
33
|
+
import "./chunk-KRGUVLHQ.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-R2Z7LRGK.js.map
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
renderText,
|
|
18
18
|
renderTextPrompt,
|
|
19
19
|
renderWarning
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-KRGUVLHQ.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-6KCDQVWI.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.79.
|
|
3
|
+
"version": "3.79.1",
|
|
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.79.
|
|
52
|
-
"@shopify/app": "3.79.
|
|
51
|
+
"@shopify/cli-kit": "3.79.1",
|
|
52
|
+
"@shopify/app": "3.79.1",
|
|
53
53
|
"esbuild-plugin-copy": "^2.1.1",
|
|
54
54
|
"@vitest/coverage-istanbul": "^1.6.0"
|
|
55
55
|
},
|