@shopify/create-app 3.91.0 → 3.91.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-SXHGDJJG.js → chunk-7WLIB5CO.js} +2 -2
- package/dist/{chunk-JSNPKE7R.js → chunk-NSOYPXEP.js} +3 -3
- package/dist/{chunk-5V2QRULS.js → chunk-NTSWA5QE.js} +5 -5
- package/dist/{chunk-Y7N4CVJX.js → chunk-VGSXEE45.js} +3 -3
- package/dist/{chunk-SOPKCUZ6.js → chunk-XKZES4F6.js} +6 -6
- package/dist/{custom-oclif-loader-YGL55JE6.js → custom-oclif-loader-O5NHEHOX.js} +2 -2
- package/dist/{error-handler-CZSHD75Y.js → error-handler-LIQZ7B4V.js} +4 -4
- package/dist/hooks/postrun.js +4 -4
- package/dist/hooks/prerun.js +4 -4
- package/dist/index.js +8 -8
- package/dist/{local-AQABQSKR.js → local-EM7FKRTJ.js} +2 -2
- package/dist/{node-package-manager-4NRVKS7Z.js → node-package-manager-DKTBERVR.js} +3 -3
- package/dist/{ui-EEB34UNU.js → ui-A2SGHP45.js} +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
runWithTimer,
|
|
21
21
|
unixFileIsOwnedByCurrentUser,
|
|
22
22
|
writeFile
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-NSOYPXEP.js";
|
|
24
24
|
import {
|
|
25
25
|
require_semver
|
|
26
26
|
} from "./chunk-D7M6DPGX.js";
|
|
@@ -13996,4 +13996,4 @@ deep-extend/lib/deep-extend.js:
|
|
|
13996
13996
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
13997
13997
|
*)
|
|
13998
13998
|
*/
|
|
13999
|
-
//# sourceMappingURL=chunk-
|
|
13999
|
+
//# sourceMappingURL=chunk-7WLIB5CO.js.map
|
|
@@ -22914,7 +22914,7 @@ function createRuntimeMetadataContainer(defaultPublicMetadata = {}) {
|
|
|
22914
22914
|
try {
|
|
22915
22915
|
await getAndSet();
|
|
22916
22916
|
} catch (error) {
|
|
22917
|
-
let { sendErrorToBugsnag } = await import("./error-handler-
|
|
22917
|
+
let { sendErrorToBugsnag } = await import("./error-handler-LIQZ7B4V.js");
|
|
22918
22918
|
await sendErrorToBugsnag(error, "unexpected_error");
|
|
22919
22919
|
}
|
|
22920
22920
|
}, durationStack = [];
|
|
@@ -27871,7 +27871,7 @@ function asHumanFriendlyArray(items) {
|
|
|
27871
27871
|
}
|
|
27872
27872
|
|
|
27873
27873
|
// ../cli-kit/dist/public/common/string.js
|
|
27874
|
-
var import_change_case = __toESM(require_dist15()
|
|
27874
|
+
var import_change_case = __toESM(require_dist15()), SAFE_RANDOM_BUSINESS_ADJECTIVES = [
|
|
27875
27875
|
"commercial",
|
|
27876
27876
|
"profitable",
|
|
27877
27877
|
"amortizable",
|
|
@@ -32317,4 +32317,4 @@ react-reconciler/cjs/react-reconciler-constants.development.js:
|
|
|
32317
32317
|
* LICENSE file in the root directory of this source tree.
|
|
32318
32318
|
*)
|
|
32319
32319
|
*/
|
|
32320
|
-
//# sourceMappingURL=chunk-
|
|
32320
|
+
//# sourceMappingURL=chunk-NSOYPXEP.js.map
|
|
@@ -2,12 +2,12 @@ import {
|
|
|
2
2
|
CLI_KIT_VERSION,
|
|
3
3
|
jsonOutputEnabled,
|
|
4
4
|
z
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-XKZES4F6.js";
|
|
6
6
|
import {
|
|
7
7
|
cacheRetrieve,
|
|
8
8
|
cacheStore,
|
|
9
9
|
versionSatisfies
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-7WLIB5CO.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-NSOYPXEP.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-LIQZ7B4V.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-NTSWA5QE.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getNextDeprecationDate,
|
|
3
3
|
reportAnalyticsEvent
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-XKZES4F6.js";
|
|
5
5
|
import {
|
|
6
6
|
addSensitiveMetadata,
|
|
7
7
|
getAllSensitiveMetadata,
|
|
8
8
|
outputDebug,
|
|
9
9
|
renderWarning
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-NSOYPXEP.js";
|
|
11
11
|
import {
|
|
12
12
|
init_cjs_shims
|
|
13
13
|
} from "./chunk-PKR7KJ6P.js";
|
|
@@ -75,4 +75,4 @@ export {
|
|
|
75
75
|
postRunHookHasCompleted,
|
|
76
76
|
hook
|
|
77
77
|
};
|
|
78
|
-
//# sourceMappingURL=chunk-
|
|
78
|
+
//# sourceMappingURL=chunk-VGSXEE45.js.map
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
setCurrentSessionId,
|
|
16
16
|
setSessions,
|
|
17
17
|
timeIntervalToMilliseconds
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-7WLIB5CO.js";
|
|
19
19
|
import {
|
|
20
20
|
AbortError,
|
|
21
21
|
AbortSilentError,
|
|
@@ -100,7 +100,7 @@ import {
|
|
|
100
100
|
stringifyMessage,
|
|
101
101
|
systemEnvironmentVariables,
|
|
102
102
|
themeToken
|
|
103
|
-
} from "./chunk-
|
|
103
|
+
} from "./chunk-NSOYPXEP.js";
|
|
104
104
|
import {
|
|
105
105
|
require_lib
|
|
106
106
|
} from "./chunk-D7M6DPGX.js";
|
|
@@ -48076,7 +48076,7 @@ init_cjs_shims();
|
|
|
48076
48076
|
|
|
48077
48077
|
// ../cli-kit/dist/public/common/version.js
|
|
48078
48078
|
init_cjs_shims();
|
|
48079
|
-
var CLI_KIT_VERSION = "3.91.
|
|
48079
|
+
var CLI_KIT_VERSION = "3.91.1";
|
|
48080
48080
|
|
|
48081
48081
|
// ../cli-kit/dist/private/node/api/headers.js
|
|
48082
48082
|
import https from "https";
|
|
@@ -53720,7 +53720,7 @@ function unionArrayStrategy(destinationArray, sourceArray) {
|
|
|
53720
53720
|
}
|
|
53721
53721
|
|
|
53722
53722
|
// ../cli-kit/dist/public/common/object.js
|
|
53723
|
-
var import_deepmerge = __toESM(require_cjs()
|
|
53723
|
+
var import_deepmerge = __toESM(require_cjs()), import_pickBy = __toESM(require_pickBy()), import_mapValues = __toESM(require_mapValues()), import_isEqual = __toESM(require_isEqual()), import_differenceWith = __toESM(require_differenceWith()), import_fromPairs = __toESM(require_fromPairs()), import_toPairs = __toESM(require_toPairs()), import_get = __toESM(require_get()), import_set = __toESM(require_set()), import_unset = __toESM(require_unset()), import_isEmpty = __toESM(require_isEmpty());
|
|
53724
53724
|
function deepMergeObjects(lhs, rhs, arrayMergeStrategy = unionArrayStrategy) {
|
|
53725
53725
|
return (0, import_deepmerge.default)(lhs, rhs, { arrayMerge: arrayMergeStrategy });
|
|
53726
53726
|
}
|
|
@@ -53973,7 +53973,7 @@ function earliestDateTimeAfter(afterTime, dates) {
|
|
|
53973
53973
|
}
|
|
53974
53974
|
|
|
53975
53975
|
// ../cli-kit/dist/public/node/api/partners.js
|
|
53976
|
-
var import_bottleneck = __toESM(require_lib4()
|
|
53976
|
+
var import_bottleneck = __toESM(require_lib4()), limiter = new import_bottleneck.default({
|
|
53977
53977
|
minTime: 150,
|
|
53978
53978
|
maxConcurrent: 10
|
|
53979
53979
|
});
|
|
@@ -54955,4 +54955,4 @@ mime-types/index.js:
|
|
|
54955
54955
|
* MIT Licensed
|
|
54956
54956
|
*)
|
|
54957
54957
|
*/
|
|
54958
|
-
//# sourceMappingURL=chunk-
|
|
54958
|
+
//# sourceMappingURL=chunk-XKZES4F6.js.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
execaSync,
|
|
3
3
|
fileExistsSync,
|
|
4
4
|
isDevelopment
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-NSOYPXEP.js";
|
|
6
6
|
import {
|
|
7
7
|
require_lib
|
|
8
8
|
} from "./chunk-D7M6DPGX.js";
|
|
@@ -46,4 +46,4 @@ var import_core = __toESM(require_lib(), 1), ShopifyConfig = class extends impor
|
|
|
46
46
|
export {
|
|
47
47
|
ShopifyConfig
|
|
48
48
|
};
|
|
49
|
-
//# sourceMappingURL=custom-oclif-loader-
|
|
49
|
+
//# sourceMappingURL=custom-oclif-loader-O5NHEHOX.js.map
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
errorHandler,
|
|
5
5
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
6
6
|
sendErrorToBugsnag
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-XKZES4F6.js";
|
|
8
8
|
import "./chunk-VBBBCVMH.js";
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-7WLIB5CO.js";
|
|
10
|
+
import "./chunk-NSOYPXEP.js";
|
|
11
11
|
import "./chunk-D7M6DPGX.js";
|
|
12
12
|
import "./chunk-UMUTXITN.js";
|
|
13
13
|
import "./chunk-Y2JP6WFP.js";
|
|
@@ -25,4 +25,4 @@ export {
|
|
|
25
25
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
26
26
|
sendErrorToBugsnag
|
|
27
27
|
};
|
|
28
|
-
//# sourceMappingURL=error-handler-
|
|
28
|
+
//# sourceMappingURL=error-handler-LIQZ7B4V.js.map
|
package/dist/hooks/postrun.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
hook
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-VGSXEE45.js";
|
|
4
|
+
import "../chunk-XKZES4F6.js";
|
|
5
5
|
import "../chunk-VBBBCVMH.js";
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-7WLIB5CO.js";
|
|
7
|
+
import "../chunk-NSOYPXEP.js";
|
|
8
8
|
import "../chunk-D7M6DPGX.js";
|
|
9
9
|
import "../chunk-UMUTXITN.js";
|
|
10
10
|
import "../chunk-Y2JP6WFP.js";
|
package/dist/hooks/prerun.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
fetchNotificationsInBackground
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-NTSWA5QE.js";
|
|
4
4
|
import {
|
|
5
5
|
CLI_KIT_VERSION,
|
|
6
6
|
startAnalytics
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-XKZES4F6.js";
|
|
8
8
|
import "../chunk-VBBBCVMH.js";
|
|
9
9
|
import {
|
|
10
10
|
checkForCachedNewVersion,
|
|
11
11
|
checkForNewVersion,
|
|
12
12
|
packageManagerFromUserAgent,
|
|
13
13
|
runAtMinimumInterval
|
|
14
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-7WLIB5CO.js";
|
|
15
15
|
import {
|
|
16
16
|
currentProcessIsGlobal,
|
|
17
17
|
inferPackageManagerForGlobalCLI,
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
outputDebug,
|
|
21
21
|
outputToken,
|
|
22
22
|
outputWarn
|
|
23
|
-
} from "../chunk-
|
|
23
|
+
} from "../chunk-NSOYPXEP.js";
|
|
24
24
|
import "../chunk-D7M6DPGX.js";
|
|
25
25
|
import "../chunk-UMUTXITN.js";
|
|
26
26
|
import "../chunk-Y2JP6WFP.js";
|
package/dist/index.js
CHANGED
|
@@ -6,11 +6,11 @@ import {
|
|
|
6
6
|
} from "./chunk-CE4S2SGM.js";
|
|
7
7
|
import {
|
|
8
8
|
postRunHookHasCompleted
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-VGSXEE45.js";
|
|
10
10
|
import {
|
|
11
11
|
setCurrentCommandId,
|
|
12
12
|
showNotificationsIfNeeded
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-NTSWA5QE.js";
|
|
14
14
|
import {
|
|
15
15
|
CLI_KIT_VERSION,
|
|
16
16
|
ClientError,
|
|
@@ -93,7 +93,7 @@ import {
|
|
|
93
93
|
shopifyFetch,
|
|
94
94
|
storeAdminUrl,
|
|
95
95
|
z
|
|
96
|
-
} from "./chunk-
|
|
96
|
+
} from "./chunk-XKZES4F6.js";
|
|
97
97
|
import "./chunk-VBBBCVMH.js";
|
|
98
98
|
import {
|
|
99
99
|
LocalStorage,
|
|
@@ -115,7 +115,7 @@ import {
|
|
|
115
115
|
usesWorkspaces,
|
|
116
116
|
versionSatisfies,
|
|
117
117
|
writePackageJSON
|
|
118
|
-
} from "./chunk-
|
|
118
|
+
} from "./chunk-7WLIB5CO.js";
|
|
119
119
|
import {
|
|
120
120
|
AbortController as AbortController2,
|
|
121
121
|
AbortError,
|
|
@@ -283,7 +283,7 @@ import {
|
|
|
283
283
|
username,
|
|
284
284
|
writeFile,
|
|
285
285
|
writeFileSync
|
|
286
|
-
} from "./chunk-
|
|
286
|
+
} from "./chunk-NSOYPXEP.js";
|
|
287
287
|
import {
|
|
288
288
|
require_brace_expansion,
|
|
289
289
|
require_commonjs,
|
|
@@ -341001,7 +341001,7 @@ init_cjs_shims();
|
|
|
341001
341001
|
init_cjs_shims();
|
|
341002
341002
|
import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
341003
341003
|
async function launchCLI(options) {
|
|
341004
|
-
let { errorHandler: errorHandler2 } = await import("./error-handler-
|
|
341004
|
+
let { errorHandler: errorHandler2 } = await import("./error-handler-LIQZ7B4V.js"), { isDevelopment: isDevelopment2 } = await import("./local-EM7FKRTJ.js"), oclif = await import("./lib-YAB2PPNZ.js"), { ShopifyConfig } = await import("./custom-oclif-loader-O5NHEHOX.js");
|
|
341005
341005
|
isDevelopment2() && (oclif.default.settings.debug = !0);
|
|
341006
341006
|
try {
|
|
341007
341007
|
let config2 = new ShopifyConfig({ root: fileURLToPath2(options.moduleURL) });
|
|
@@ -341016,7 +341016,7 @@ var import_core3 = __toESM(require_lib2());
|
|
|
341016
341016
|
async function exitIfOldNodeVersion(versions2 = process.versions) {
|
|
341017
341017
|
let nodeVersion = versions2.node, nodeMajorVersion = Number(nodeVersion.split(".")[0]);
|
|
341018
341018
|
if (nodeMajorVersion < 18) {
|
|
341019
|
-
let { renderError: renderError2 } = await import("./ui-
|
|
341019
|
+
let { renderError: renderError2 } = await import("./ui-A2SGHP45.js");
|
|
341020
341020
|
renderError2({
|
|
341021
341021
|
headline: "Upgrade to a supported Node version now.",
|
|
341022
341022
|
body: [
|
|
@@ -341043,7 +341043,7 @@ async function runCLI(options, launchCLI2 = launchCLI, argv = process.argv, env
|
|
|
341043
341043
|
return setupEnvironmentVariables(options, argv, env), options.runInCreateMode && await addInitToArgvWhenRunningCreateCLI(options, argv), forceNoColor(argv, env), await exitIfOldNodeVersion(versions2), launchCLI2({ moduleURL: options.moduleURL });
|
|
341044
341044
|
}
|
|
341045
341045
|
async function addInitToArgvWhenRunningCreateCLI(options, argv = process.argv) {
|
|
341046
|
-
let { findUpAndReadPackageJson: findUpAndReadPackageJson2 } = await import("./node-package-manager-
|
|
341046
|
+
let { findUpAndReadPackageJson: findUpAndReadPackageJson2 } = await import("./node-package-manager-DKTBERVR.js"), { moduleDirectory: moduleDirectory2 } = await import("./path-COZT77T2.js"), name = (await findUpAndReadPackageJson2(moduleDirectory2(options.moduleURL))).content.name.replace("@shopify/create-", "");
|
|
341047
341047
|
if (argv.findIndex((arg) => arg.includes("init")) === -1) {
|
|
341048
341048
|
let initIndex2 = argv.findIndex((arg) => arg.match(new RegExp(`bin(\\/|\\\\)+(create-${name}|dev|run)`))) + 1;
|
|
341049
341049
|
argv.splice(initIndex2, 0, "init");
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
macAddress,
|
|
22
22
|
opentelemetryDomain,
|
|
23
23
|
themeToken
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-NSOYPXEP.js";
|
|
25
25
|
import "./chunk-D7M6DPGX.js";
|
|
26
26
|
import "./chunk-UMUTXITN.js";
|
|
27
27
|
import "./chunk-Y2JP6WFP.js";
|
|
@@ -55,4 +55,4 @@ export {
|
|
|
55
55
|
opentelemetryDomain,
|
|
56
56
|
themeToken
|
|
57
57
|
};
|
|
58
|
-
//# sourceMappingURL=local-
|
|
58
|
+
//# sourceMappingURL=local-EM7FKRTJ.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-7WLIB5CO.js";
|
|
33
|
+
import "./chunk-NSOYPXEP.js";
|
|
34
34
|
import "./chunk-D7M6DPGX.js";
|
|
35
35
|
import "./chunk-UMUTXITN.js";
|
|
36
36
|
import "./chunk-Y2JP6WFP.js";
|
|
@@ -72,4 +72,4 @@ export {
|
|
|
72
72
|
writePackageJSON,
|
|
73
73
|
yarnLockfile
|
|
74
74
|
};
|
|
75
|
-
//# sourceMappingURL=node-package-manager-
|
|
75
|
+
//# sourceMappingURL=node-package-manager-DKTBERVR.js.map
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
renderTasks,
|
|
18
18
|
renderTextPrompt,
|
|
19
19
|
renderWarning
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-NSOYPXEP.js";
|
|
21
21
|
import "./chunk-D7M6DPGX.js";
|
|
22
22
|
import "./chunk-UMUTXITN.js";
|
|
23
23
|
import "./chunk-Y2JP6WFP.js";
|
|
@@ -47,4 +47,4 @@ export {
|
|
|
47
47
|
renderTextPrompt,
|
|
48
48
|
renderWarning
|
|
49
49
|
};
|
|
50
|
-
//# sourceMappingURL=ui-
|
|
50
|
+
//# sourceMappingURL=ui-A2SGHP45.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.91.
|
|
3
|
+
"version": "3.91.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A CLI tool to create a new Shopify app.",
|
|
6
6
|
"keywords": [
|
|
@@ -47,8 +47,8 @@
|
|
|
47
47
|
"esbuild": "0.27.2"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@shopify/cli-kit": "3.91.
|
|
51
|
-
"@shopify/app": "3.91.
|
|
50
|
+
"@shopify/cli-kit": "3.91.1",
|
|
51
|
+
"@shopify/app": "3.91.1",
|
|
52
52
|
"esbuild-plugin-copy": "^2.1.1",
|
|
53
53
|
"@vitest/coverage-istanbul": "^3.1.4"
|
|
54
54
|
},
|