@shopify/create-app 3.86.0 → 3.86.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-VCNJSI7V.js → chunk-ASZTU5FY.js} +5 -5
- package/dist/{chunk-Y7KLALIY.js → chunk-D3N5EZME.js} +5 -5
- package/dist/{chunk-KUW6F33L.js → chunk-SB7IE2QN.js} +5 -5
- package/dist/{chunk-JVOC6QPM.js → chunk-T3CH4FSA.js} +4 -4
- package/dist/{chunk-24C6AXHU.js → chunk-U5F5ZHHV.js} +3 -3
- package/dist/{chunk-TO2X4F7Z.js → chunk-ZPIPJKU4.js} +2 -2
- package/dist/{custom-oclif-loader-P2GF3H55.js → custom-oclif-loader-BWUSWZN5.js} +2 -2
- package/dist/{error-handler-A4ESBROE.js → error-handler-3FRDLG2Y.js} +6 -6
- package/dist/hooks/postrun.js +4 -4
- package/dist/hooks/prerun.js +4 -4
- package/dist/index.js +14 -18
- package/dist/{local-NJYNKPHZ.js → local-SYOM7NMW.js} +2 -2
- package/dist/{node-package-manager-DIXFSXME.js → node-package-manager-Q4WSQVPY.js} +3 -3
- package/dist/{ui-TJJFYS6Z.js → ui-7G4EJJ66.js} +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
setCurrentSessionId,
|
|
15
15
|
setSessions,
|
|
16
16
|
timeIntervalToMilliseconds
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-ZPIPJKU4.js";
|
|
18
18
|
import {
|
|
19
19
|
AbortError,
|
|
20
20
|
BugError,
|
|
@@ -80,7 +80,7 @@ import {
|
|
|
80
80
|
stringifyMessage,
|
|
81
81
|
systemEnvironmentVariables,
|
|
82
82
|
themeToken
|
|
83
|
-
} from "./chunk-
|
|
83
|
+
} from "./chunk-U5F5ZHHV.js";
|
|
84
84
|
import {
|
|
85
85
|
cwd,
|
|
86
86
|
sniffForJson
|
|
@@ -30580,7 +30580,7 @@ var require_lib3 = __commonJS({
|
|
|
30580
30580
|
|
|
30581
30581
|
// ../cli-kit/dist/public/common/version.js
|
|
30582
30582
|
init_cjs_shims();
|
|
30583
|
-
var CLI_KIT_VERSION = "3.86.
|
|
30583
|
+
var CLI_KIT_VERSION = "3.86.1";
|
|
30584
30584
|
|
|
30585
30585
|
// ../cli-kit/dist/private/node/context/service.js
|
|
30586
30586
|
init_cjs_shims();
|
|
@@ -36072,7 +36072,7 @@ function unionArrayStrategy(destinationArray, sourceArray) {
|
|
|
36072
36072
|
}
|
|
36073
36073
|
|
|
36074
36074
|
// ../cli-kit/dist/public/common/object.js
|
|
36075
|
-
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());
|
|
36075
|
+
var import_deepmerge = __toESM(require_cjs(), 1), import_pickBy = __toESM(require_pickBy(), 1), import_mapValues = __toESM(require_mapValues(), 1), import_isEqual = __toESM(require_isEqual(), 1), import_differenceWith = __toESM(require_differenceWith(), 1), import_fromPairs = __toESM(require_fromPairs(), 1), import_toPairs = __toESM(require_toPairs(), 1), import_get = __toESM(require_get(), 1), import_set = __toESM(require_set(), 1), import_unset = __toESM(require_unset(), 1), import_isEmpty = __toESM(require_isEmpty(), 1);
|
|
36076
36076
|
function deepMergeObjects(lhs, rhs, arrayMergeStrategy = unionArrayStrategy) {
|
|
36077
36077
|
return (0, import_deepmerge.default)(lhs, rhs, { arrayMerge: arrayMergeStrategy });
|
|
36078
36078
|
}
|
|
@@ -36724,4 +36724,4 @@ mime-types/index.js:
|
|
|
36724
36724
|
* MIT Licensed
|
|
36725
36725
|
*)
|
|
36726
36726
|
*/
|
|
36727
|
-
//# sourceMappingURL=chunk-
|
|
36727
|
+
//# sourceMappingURL=chunk-ASZTU5FY.js.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
fanoutHooks,
|
|
3
3
|
reportAnalyticsEvent
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-T3CH4FSA.js";
|
|
5
5
|
import {
|
|
6
6
|
CLI_KIT_VERSION,
|
|
7
7
|
getEnvironmentData,
|
|
8
8
|
getLastSeenUserIdAfterAuth,
|
|
9
9
|
isLocalEnvironment
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-ASZTU5FY.js";
|
|
11
11
|
import {
|
|
12
12
|
runWithRateLimit
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-ZPIPJKU4.js";
|
|
14
14
|
import {
|
|
15
15
|
AbortSilentError,
|
|
16
16
|
CancelExecution,
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
reportingRateLimit,
|
|
26
26
|
require_stacktracey,
|
|
27
27
|
shouldReportErrorAsUnexpected
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-U5F5ZHHV.js";
|
|
29
29
|
import {
|
|
30
30
|
require_lib
|
|
31
31
|
} from "./chunk-JXJ33RQ2.js";
|
|
@@ -2233,4 +2233,4 @@ export {
|
|
|
2233
2233
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
2234
2234
|
addBugsnagMetadata
|
|
2235
2235
|
};
|
|
2236
|
-
//# sourceMappingURL=chunk-
|
|
2236
|
+
//# sourceMappingURL=chunk-D3N5EZME.js.map
|
|
@@ -2,12 +2,12 @@ import {
|
|
|
2
2
|
CLI_KIT_VERSION,
|
|
3
3
|
jsonOutputEnabled,
|
|
4
4
|
z
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-ASZTU5FY.js";
|
|
6
6
|
import {
|
|
7
7
|
cacheRetrieve,
|
|
8
8
|
cacheStore,
|
|
9
9
|
versionSatisfies
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-ZPIPJKU4.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-U5F5ZHHV.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-3FRDLG2Y.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-SB7IE2QN.js.map
|
|
@@ -5,10 +5,10 @@ import {
|
|
|
5
5
|
getLastSeenUserIdAfterAuth,
|
|
6
6
|
getSensitiveEnvironmentData,
|
|
7
7
|
requestIdsCollection
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-ASZTU5FY.js";
|
|
9
9
|
import {
|
|
10
10
|
runWithRateLimit
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-ZPIPJKU4.js";
|
|
12
12
|
import {
|
|
13
13
|
alwaysLogAnalytics,
|
|
14
14
|
alwaysLogMetrics,
|
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
outputDebug,
|
|
25
25
|
outputToken,
|
|
26
26
|
reportingRateLimit
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-U5F5ZHHV.js";
|
|
28
28
|
import {
|
|
29
29
|
__commonJS,
|
|
30
30
|
__esm,
|
|
@@ -16093,4 +16093,4 @@ export {
|
|
|
16093
16093
|
recordEvent2 as recordEvent,
|
|
16094
16094
|
compileData2 as compileData
|
|
16095
16095
|
};
|
|
16096
|
-
//# sourceMappingURL=chunk-
|
|
16096
|
+
//# sourceMappingURL=chunk-T3CH4FSA.js.map
|
|
@@ -23385,7 +23385,7 @@ function createRuntimeMetadataContainer(defaultPublicMetadata = {}) {
|
|
|
23385
23385
|
try {
|
|
23386
23386
|
await getAndSet();
|
|
23387
23387
|
} catch (error) {
|
|
23388
|
-
let { sendErrorToBugsnag } = await import("./error-handler-
|
|
23388
|
+
let { sendErrorToBugsnag } = await import("./error-handler-3FRDLG2Y.js");
|
|
23389
23389
|
await sendErrorToBugsnag(error, "unexpected_error");
|
|
23390
23390
|
}
|
|
23391
23391
|
}, durationStack = [];
|
|
@@ -29144,7 +29144,7 @@ init_cjs_shims();
|
|
|
29144
29144
|
|
|
29145
29145
|
// ../cli-kit/dist/public/common/function.js
|
|
29146
29146
|
init_cjs_shims();
|
|
29147
|
-
var import_memoize = __toESM(require_memoize()), import_debounce = __toESM(require_debounce()), import_throttle2 = __toESM(require_throttle());
|
|
29147
|
+
var import_memoize = __toESM(require_memoize(), 1), import_debounce = __toESM(require_debounce(), 1), import_throttle2 = __toESM(require_throttle(), 1);
|
|
29148
29148
|
function debounce(func, wait, options) {
|
|
29149
29149
|
return (0, import_debounce.default)(func, wait, options);
|
|
29150
29150
|
}
|
|
@@ -32562,4 +32562,4 @@ react-reconciler/cjs/react-reconciler-constants.development.js:
|
|
|
32562
32562
|
* LICENSE file in the root directory of this source tree.
|
|
32563
32563
|
*)
|
|
32564
32564
|
*/
|
|
32565
|
-
//# sourceMappingURL=chunk-
|
|
32565
|
+
//# sourceMappingURL=chunk-U5F5ZHHV.js.map
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
runWithTimer,
|
|
21
21
|
unixFileIsOwnedByCurrentUser,
|
|
22
22
|
writeFile
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-U5F5ZHHV.js";
|
|
24
24
|
import {
|
|
25
25
|
require_semver
|
|
26
26
|
} from "./chunk-JXJ33RQ2.js";
|
|
@@ -13984,4 +13984,4 @@ deep-extend/lib/deep-extend.js:
|
|
|
13984
13984
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
13985
13985
|
*)
|
|
13986
13986
|
*/
|
|
13987
|
-
//# sourceMappingURL=chunk-
|
|
13987
|
+
//# sourceMappingURL=chunk-ZPIPJKU4.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
execaSync,
|
|
3
3
|
fileExistsSync
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-U5F5ZHHV.js";
|
|
5
5
|
import {
|
|
6
6
|
require_lib
|
|
7
7
|
} from "./chunk-JXJ33RQ2.js";
|
|
@@ -40,4 +40,4 @@ var import_core = __toESM(require_lib(), 1), ShopifyConfig = class extends impor
|
|
|
40
40
|
export {
|
|
41
41
|
ShopifyConfig
|
|
42
42
|
};
|
|
43
|
-
//# sourceMappingURL=custom-oclif-loader-
|
|
43
|
+
//# sourceMappingURL=custom-oclif-loader-BWUSWZN5.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-D3N5EZME.js";
|
|
8
|
+
import "./chunk-T3CH4FSA.js";
|
|
9
|
+
import "./chunk-ASZTU5FY.js";
|
|
10
10
|
import "./chunk-XD3LXUGW.js";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-ZPIPJKU4.js";
|
|
12
|
+
import "./chunk-U5F5ZHHV.js";
|
|
13
13
|
import "./chunk-JXJ33RQ2.js";
|
|
14
14
|
import "./chunk-UMUTXITN.js";
|
|
15
15
|
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-3FRDLG2Y.js.map
|
package/dist/hooks/postrun.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
reportAnalyticsEvent
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-T3CH4FSA.js";
|
|
4
4
|
import {
|
|
5
5
|
getNextDeprecationDate
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-ASZTU5FY.js";
|
|
7
7
|
import "../chunk-XD3LXUGW.js";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-ZPIPJKU4.js";
|
|
9
9
|
import {
|
|
10
10
|
addSensitiveMetadata,
|
|
11
11
|
getAllSensitiveMetadata,
|
|
12
12
|
outputDebug,
|
|
13
13
|
renderWarning
|
|
14
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-U5F5ZHHV.js";
|
|
15
15
|
import "../chunk-JXJ33RQ2.js";
|
|
16
16
|
import "../chunk-UMUTXITN.js";
|
|
17
17
|
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-SB7IE2QN.js";
|
|
4
4
|
import {
|
|
5
5
|
CLI_KIT_VERSION,
|
|
6
6
|
startAnalytics
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-ASZTU5FY.js";
|
|
8
8
|
import "../chunk-XD3LXUGW.js";
|
|
9
9
|
import {
|
|
10
10
|
checkForCachedNewVersion,
|
|
11
11
|
checkForNewVersion,
|
|
12
12
|
packageManagerFromUserAgent,
|
|
13
13
|
runAtMinimumInterval
|
|
14
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-ZPIPJKU4.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-U5F5ZHHV.js";
|
|
24
24
|
import "../chunk-JXJ33RQ2.js";
|
|
25
25
|
import "../chunk-UMUTXITN.js";
|
|
26
26
|
import "../chunk-Y2JP6WFP.js";
|
package/dist/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
errorHandler,
|
|
9
9
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
10
10
|
require_end_of_stream
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-D3N5EZME.js";
|
|
12
12
|
import {
|
|
13
13
|
compileData,
|
|
14
14
|
fanoutHooks,
|
|
@@ -17,11 +17,11 @@ import {
|
|
|
17
17
|
recordEvent,
|
|
18
18
|
recordTiming,
|
|
19
19
|
reportAnalyticsEvent
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-T3CH4FSA.js";
|
|
21
21
|
import {
|
|
22
22
|
setCurrentCommandId,
|
|
23
23
|
showNotificationsIfNeeded
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-SB7IE2QN.js";
|
|
25
25
|
import {
|
|
26
26
|
CLI_KIT_VERSION,
|
|
27
27
|
ClientError,
|
|
@@ -91,7 +91,7 @@ import {
|
|
|
91
91
|
setPathValue,
|
|
92
92
|
shopifyFetch,
|
|
93
93
|
z
|
|
94
|
-
} from "./chunk-
|
|
94
|
+
} from "./chunk-ASZTU5FY.js";
|
|
95
95
|
import "./chunk-XD3LXUGW.js";
|
|
96
96
|
import {
|
|
97
97
|
LocalStorage,
|
|
@@ -114,7 +114,7 @@ import {
|
|
|
114
114
|
usesWorkspaces,
|
|
115
115
|
versionSatisfies,
|
|
116
116
|
writePackageJSON
|
|
117
|
-
} from "./chunk-
|
|
117
|
+
} from "./chunk-ZPIPJKU4.js";
|
|
118
118
|
import {
|
|
119
119
|
AbortController as AbortController2,
|
|
120
120
|
AbortError,
|
|
@@ -277,7 +277,7 @@ import {
|
|
|
277
277
|
username,
|
|
278
278
|
writeFile,
|
|
279
279
|
writeFileSync
|
|
280
|
-
} from "./chunk-
|
|
280
|
+
} from "./chunk-U5F5ZHHV.js";
|
|
281
281
|
import {
|
|
282
282
|
require_commonjs,
|
|
283
283
|
require_lib as require_lib2,
|
|
@@ -194961,7 +194961,7 @@ function loadFwConfigFile(rootPath, fwConfigFileName, fwConfigFiles = {}) {
|
|
|
194961
194961
|
|
|
194962
194962
|
// ../cli-kit/dist/public/node/toml.js
|
|
194963
194963
|
init_cjs_shims();
|
|
194964
|
-
var toml = __toESM(require_toml());
|
|
194964
|
+
var toml = __toESM(require_toml(), 1);
|
|
194965
194965
|
function decodeToml(input) {
|
|
194966
194966
|
let normalizedInput = input.replace(/\r\n$/g, `
|
|
194967
194967
|
`);
|
|
@@ -201886,7 +201886,7 @@ init_cjs_shims();
|
|
|
201886
201886
|
init_cjs_shims();
|
|
201887
201887
|
import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
201888
201888
|
async function launchCLI(options) {
|
|
201889
|
-
let { errorHandler: errorHandler2 } = await import("./error-handler-
|
|
201889
|
+
let { errorHandler: errorHandler2 } = await import("./error-handler-3FRDLG2Y.js"), { isDevelopment: isDevelopment2 } = await import("./local-SYOM7NMW.js"), oclif = await import("./lib-JIKIO4JO.js"), { ShopifyConfig } = await import("./custom-oclif-loader-BWUSWZN5.js");
|
|
201890
201890
|
isDevelopment2() && (oclif.default.settings.debug = !0);
|
|
201891
201891
|
try {
|
|
201892
201892
|
let config2 = new ShopifyConfig({ root: fileURLToPath2(options.moduleURL) });
|
|
@@ -201901,7 +201901,7 @@ var import_core3 = __toESM(require_lib2());
|
|
|
201901
201901
|
async function exitIfOldNodeVersion(versions2 = process.versions) {
|
|
201902
201902
|
let nodeVersion = versions2.node, nodeMajorVersion = Number(nodeVersion.split(".")[0]);
|
|
201903
201903
|
if (nodeMajorVersion < 18) {
|
|
201904
|
-
let { renderError: renderError2 } = await import("./ui-
|
|
201904
|
+
let { renderError: renderError2 } = await import("./ui-7G4EJJ66.js");
|
|
201905
201905
|
renderError2({
|
|
201906
201906
|
headline: "Upgrade to a supported Node version now.",
|
|
201907
201907
|
body: [
|
|
@@ -201928,7 +201928,7 @@ async function runCLI(options, launchCLI2 = launchCLI, argv = process.argv, env
|
|
|
201928
201928
|
return setupEnvironmentVariables(options, argv, env), options.runInCreateMode && await addInitToArgvWhenRunningCreateCLI(options, argv), forceNoColor(argv, env), await exitIfOldNodeVersion(versions2), launchCLI2({ moduleURL: options.moduleURL });
|
|
201929
201929
|
}
|
|
201930
201930
|
async function addInitToArgvWhenRunningCreateCLI(options, argv = process.argv) {
|
|
201931
|
-
let { findUpAndReadPackageJson: findUpAndReadPackageJson2 } = await import("./node-package-manager-
|
|
201931
|
+
let { findUpAndReadPackageJson: findUpAndReadPackageJson2 } = await import("./node-package-manager-Q4WSQVPY.js"), { moduleDirectory: moduleDirectory2 } = await import("./path-COZT77T2.js"), name = (await findUpAndReadPackageJson2(moduleDirectory2(options.moduleURL))).content.name.replace("@shopify/create-", "");
|
|
201932
201932
|
if (argv.findIndex((arg) => arg.includes("init")) === -1) {
|
|
201933
201933
|
let initIndex2 = argv.findIndex((arg) => arg.match(new RegExp(`bin(\\/|\\\\)+(create-${name}|dev|run)`))) + 1;
|
|
201934
201934
|
argv.splice(initIndex2, 0, "init");
|
|
@@ -207124,13 +207124,6 @@ function cleanHeader(headers) {
|
|
|
207124
207124
|
|
|
207125
207125
|
// ../theme/dist/cli/utilities/repl/evaluator.js
|
|
207126
207126
|
async function evaluate(config2) {
|
|
207127
|
-
try {
|
|
207128
|
-
return evaluateSnippet(config2);
|
|
207129
|
-
} catch (error) {
|
|
207130
|
-
outputInfo(outputContent`${outputToken.errorText(error.message)}`), outputDebug(error.stack || "Error backtrace not found");
|
|
207131
|
-
}
|
|
207132
|
-
}
|
|
207133
|
-
async function evaluateSnippet(config2) {
|
|
207134
207127
|
return await evalResult(config2) || await evalContext(config2) || await evalAssignmentContext(config2) || await evalSyntaxError(config2) || void 0;
|
|
207135
207128
|
}
|
|
207136
207129
|
async function evalResult(config2) {
|
|
@@ -208304,7 +208297,10 @@ var VANITY_CDN_PREFIX = "/cdn/", EXTENSION_CDN_PREFIX = "/ext/cdn/", CART_PATTER
|
|
|
208304
208297
|
"/web-pixels-manager",
|
|
208305
208298
|
"/web-pixels@",
|
|
208306
208299
|
"/wpm",
|
|
208307
|
-
"/services/"
|
|
208300
|
+
"/services/",
|
|
208301
|
+
"/api/collect",
|
|
208302
|
+
// Cloudflare's turnstile challenge #6416
|
|
208303
|
+
"/cdn-cgi/challenge-platform"
|
|
208308
208304
|
], SESSION_COOKIE_NAME = "_shopify_essential", SESSION_COOKIE_REGEXP = new RegExp(`${SESSION_COOKIE_NAME}=([^;]*)(;|$)`);
|
|
208309
208305
|
function getProxyHandler(_theme, ctx) {
|
|
208310
208306
|
return defineEventHandler(async (event) => {
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
macAddress,
|
|
21
21
|
opentelemetryDomain,
|
|
22
22
|
themeToken
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-U5F5ZHHV.js";
|
|
24
24
|
import "./chunk-JXJ33RQ2.js";
|
|
25
25
|
import "./chunk-UMUTXITN.js";
|
|
26
26
|
import "./chunk-Y2JP6WFP.js";
|
|
@@ -51,4 +51,4 @@ export {
|
|
|
51
51
|
opentelemetryDomain,
|
|
52
52
|
themeToken
|
|
53
53
|
};
|
|
54
|
-
//# sourceMappingURL=local-
|
|
54
|
+
//# sourceMappingURL=local-SYOM7NMW.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-ZPIPJKU4.js";
|
|
33
|
+
import "./chunk-U5F5ZHHV.js";
|
|
34
34
|
import "./chunk-JXJ33RQ2.js";
|
|
35
35
|
import "./chunk-UMUTXITN.js";
|
|
36
36
|
import "./chunk-Y2JP6WFP.js";
|
|
@@ -70,4 +70,4 @@ export {
|
|
|
70
70
|
writePackageJSON,
|
|
71
71
|
yarnLockfile
|
|
72
72
|
};
|
|
73
|
-
//# sourceMappingURL=node-package-manager-
|
|
73
|
+
//# sourceMappingURL=node-package-manager-Q4WSQVPY.js.map
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
renderTasks,
|
|
18
18
|
renderTextPrompt,
|
|
19
19
|
renderWarning
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-U5F5ZHHV.js";
|
|
21
21
|
import "./chunk-JXJ33RQ2.js";
|
|
22
22
|
import "./chunk-UMUTXITN.js";
|
|
23
23
|
import "./chunk-Y2JP6WFP.js";
|
|
@@ -45,4 +45,4 @@ export {
|
|
|
45
45
|
renderTextPrompt,
|
|
46
46
|
renderWarning
|
|
47
47
|
};
|
|
48
|
-
//# sourceMappingURL=ui-
|
|
48
|
+
//# sourceMappingURL=ui-7G4EJJ66.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.86.
|
|
3
|
+
"version": "3.86.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.25.10"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@shopify/cli-kit": "3.86.
|
|
51
|
-
"@shopify/app": "3.86.
|
|
50
|
+
"@shopify/cli-kit": "3.86.1",
|
|
51
|
+
"@shopify/app": "3.86.1",
|
|
52
52
|
"esbuild-plugin-copy": "^2.1.1",
|
|
53
53
|
"@vitest/coverage-istanbul": "^3.1.4"
|
|
54
54
|
},
|