@shopify/create-app 3.75.3 → 3.75.4
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-JU7XOPSV.js → chunk-7GEGPVQ4.js} +2 -2
- package/dist/{chunk-A6GHFQXL.js → chunk-FWAU3T7G.js} +5 -5
- package/dist/{chunk-5UVQFDVV.js → chunk-KVD7B3JW.js} +4 -4
- package/dist/{chunk-7HUHPP7O.js → chunk-PSC5XMO4.js} +4 -4
- package/dist/{chunk-GLMO3EKF.js → chunk-VCHNXIMX.js} +2 -2
- package/dist/{custom-oclif-loader-NIJWNTLD.js → custom-oclif-loader-DLTVIO2A.js} +2 -2
- package/dist/{error-handler-5SSNTCMW.js → error-handler-R2NW6F5D.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-FBAV4XPM.js → local-A2ZDDWYN.js} +2 -2
- package/dist/{node-package-manager-Z7NGARP4.js → node-package-manager-WAA3JIT2.js} +3 -3
- package/dist/{ui-2WO5JIZG.js → ui-PG6ZPJ6H.js} +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
|
@@ -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-R2NW6F5D.js");
|
|
22459
22459
|
await sendErrorToBugsnag(error, "unexpected_error");
|
|
22460
22460
|
}
|
|
22461
22461
|
}, durationStack = [];
|
|
@@ -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-7GEGPVQ4.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
fanoutHooks,
|
|
3
3
|
reportAnalyticsEvent
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-PSC5XMO4.js";
|
|
5
5
|
import {
|
|
6
6
|
CLI_KIT_VERSION,
|
|
7
7
|
getEnvironmentData
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-KVD7B3JW.js";
|
|
9
9
|
import {
|
|
10
10
|
runWithRateLimit
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-VCHNXIMX.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-7GEGPVQ4.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-FWAU3T7G.js.map
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
packageManagerFromUserAgent,
|
|
11
11
|
removeSession,
|
|
12
12
|
setSession
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-VCHNXIMX.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-7GEGPVQ4.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.4";
|
|
26953
26953
|
|
|
26954
26954
|
// ../cli-kit/dist/private/node/analytics.js
|
|
26955
26955
|
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-KVD7B3JW.js.map
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
getEnvironmentData,
|
|
5
5
|
getLastSeenUserIdAfterAuth,
|
|
6
6
|
getSensitiveEnvironmentData
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-KVD7B3JW.js";
|
|
8
8
|
import {
|
|
9
9
|
runWithRateLimit
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-VCHNXIMX.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-7GEGPVQ4.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-PSC5XMO4.js.map
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
require_get_stream,
|
|
19
19
|
runWithTimer,
|
|
20
20
|
writeFile
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-7GEGPVQ4.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-VCHNXIMX.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
execaSync,
|
|
3
3
|
fileExistsSync
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-7GEGPVQ4.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-DLTVIO2A.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-FWAU3T7G.js";
|
|
8
|
+
import "./chunk-PSC5XMO4.js";
|
|
9
|
+
import "./chunk-KVD7B3JW.js";
|
|
10
10
|
import "./chunk-25IMI7TH.js";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-VCHNXIMX.js";
|
|
12
|
+
import "./chunk-7GEGPVQ4.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-R2NW6F5D.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-PSC5XMO4.js";
|
|
7
|
+
import "../chunk-KVD7B3JW.js";
|
|
8
8
|
import "../chunk-25IMI7TH.js";
|
|
9
|
-
import "../chunk-
|
|
9
|
+
import "../chunk-VCHNXIMX.js";
|
|
10
10
|
import {
|
|
11
11
|
addSensitiveMetadata,
|
|
12
12
|
getAllSensitiveMetadata,
|
|
13
13
|
outputDebug,
|
|
14
14
|
renderWarning
|
|
15
|
-
} from "../chunk-
|
|
15
|
+
} from "../chunk-7GEGPVQ4.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-KVD7B3JW.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-VCHNXIMX.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-7GEGPVQ4.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-FWAU3T7G.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-PSC5XMO4.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-KVD7B3JW.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-VCHNXIMX.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-7GEGPVQ4.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-R2NW6F5D.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()), limiter = new import_bottleneck.default({
|
|
149492
|
+
var import_bottleneck = __toESM(require_lib4(), 1), 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-R2NW6F5D.js"), { isDevelopment: isDevelopment2 } = await import("./local-A2ZDDWYN.js"), oclif = await import("./lib-GSZAN7VA.js"), { ShopifyConfig } = await import("./custom-oclif-loader-DLTVIO2A.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-PG6ZPJ6H.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-WAA3JIT2.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-7GEGPVQ4.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-A2ZDDWYN.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-VCHNXIMX.js";
|
|
33
|
+
import "./chunk-7GEGPVQ4.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-WAA3JIT2.js.map
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
renderText,
|
|
18
18
|
renderTextPrompt,
|
|
19
19
|
renderWarning
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-7GEGPVQ4.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-PG6ZPJ6H.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.4",
|
|
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.4",
|
|
52
|
+
"@shopify/app": "3.75.4",
|
|
53
53
|
"esbuild-plugin-copy": "^2.1.1",
|
|
54
54
|
"@vitest/coverage-istanbul": "^1.6.0"
|
|
55
55
|
},
|