@shopify/create-app 3.68.1 → 3.69.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/{chokidar-4TKDAB27.js → chokidar-OESTCX4H.js} +571 -8
- package/dist/{chunk-C5I6OCGC.js → chunk-2A7GNM7F.js} +2 -2
- package/dist/{chunk-SB7EWNHY.js → chunk-2KQ4LDTO.js} +11 -11
- package/dist/{chunk-VZ5DQVYW.js → chunk-AZIUHI45.js} +93 -5
- package/dist/{chunk-BG6FYFQK.js → chunk-L7M22NDW.js} +2 -2
- package/dist/{chunk-F27QYMO7.js → chunk-MX4RJDBM.js} +591 -20
- package/dist/{chunk-ZFVK6EQX.js → chunk-NB4NLOEJ.js} +142 -703
- package/dist/{chunk-T2XKLQYZ.js → chunk-P7JUHQKL.js} +2 -3
- package/dist/{chunk-DJNRMCME.js → chunk-RARQUUYC.js} +161 -39
- package/dist/{chunk-BB6N2XSA.js → chunk-T2GATXSP.js} +2 -2
- package/dist/{chunk-ARVENXAB.js → chunk-TH2T6E35.js} +142 -860
- package/dist/{chunk-BUXMIKPA.js → chunk-VTDJL77Q.js} +7 -7
- package/dist/{chunk-CXVVOJV3.js → chunk-XMXXJYAD.js} +4 -4
- package/dist/{chunk-2MYV5AJ5.js → chunk-XWGFZ4FB.js} +3 -3
- package/dist/{constants-CPNN74KZ.js → constants-T7JXE5K7.js} +3 -3
- package/dist/{custom-oclif-loader-7UDPOFCK.js → custom-oclif-loader-ZOTPUMCE.js} +10 -12
- package/dist/{del-SR7JNKRM.js → del-42HQA7PR.js} +5 -5
- package/dist/{error-handler-JYFTDW74.js → error-handler-WHMVXDIQ.js} +12 -14
- package/dist/hooks/postrun.js +13 -14
- package/dist/hooks/prerun.js +11 -13
- package/dist/index.js +10782 -9981
- package/dist/lib-H5ZGVBFQ.js +11 -0
- package/dist/{local-TOVALPGH.js → local-PEZP7E77.js} +8 -12
- package/dist/{node-package-manager-6HSGLS2Y.js → node-package-manager-HO3FW4GK.js} +9 -11
- package/dist/out-ZDSLKX4N.js +7 -0
- package/dist/{path-G6AAF6UV.js → path-T2RCZTRE.js} +2 -2
- package/dist/{system-RP7KHMIF.js → system-CMPJ36QP.js} +8 -10
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-TW2LGB6E.js → ui-UYOJO4WW.js} +8 -10
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
- package/dist/chunk-2AW6NZQ5.js +0 -101
- package/dist/chunk-QETDXAFX.js +0 -106
- package/dist/lib-H3ZZGS7I.js +0 -1322
- package/dist/lib-N6KQZBCQ.js +0 -12
- package/dist/out-66YUO4CT.js +0 -7
|
@@ -6,11 +6,11 @@ import {
|
|
|
6
6
|
getLastSeenUserIdAfterAuth,
|
|
7
7
|
getSensitiveEnvironmentData,
|
|
8
8
|
platformAndArch
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-TH2T6E35.js";
|
|
10
10
|
import {
|
|
11
11
|
require_semver,
|
|
12
12
|
runWithRateLimit
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-XMXXJYAD.js";
|
|
14
14
|
import {
|
|
15
15
|
AbortError,
|
|
16
16
|
AbortSilentError,
|
|
@@ -41,17 +41,17 @@ import {
|
|
|
41
41
|
spinFqdn,
|
|
42
42
|
touchFile,
|
|
43
43
|
useEmbeddedThemeCLI
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-RARQUUYC.js";
|
|
45
45
|
import {
|
|
46
46
|
envPaths,
|
|
47
47
|
pathConstants,
|
|
48
48
|
reportingRateLimit
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-P7JUHQKL.js";
|
|
50
50
|
import {
|
|
51
51
|
cwd,
|
|
52
52
|
dirname,
|
|
53
53
|
joinPath
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-T2GATXSP.js";
|
|
55
55
|
import {
|
|
56
56
|
__commonJS,
|
|
57
57
|
__require,
|
|
@@ -15533,7 +15533,7 @@ async function runBundler(args, options) {
|
|
|
15533
15533
|
|
|
15534
15534
|
// ../cli-kit/dist/public/node/monorail.js
|
|
15535
15535
|
init_cjs_shims();
|
|
15536
|
-
var url = "https://monorail-edge.shopifysvc.com/v1/produce", MONORAIL_COMMAND_TOPIC = "app_cli3_command/1.
|
|
15536
|
+
var url = "https://monorail-edge.shopifysvc.com/v1/produce", MONORAIL_COMMAND_TOPIC = "app_cli3_command/1.15", publishedCommandNames = /* @__PURE__ */ new Set();
|
|
15537
15537
|
async function publishMonorailEvent(schemaId, publicData, sensitiveData) {
|
|
15538
15538
|
let commandName = publicData.command;
|
|
15539
15539
|
if (commandName && typeof commandName == "string") {
|
|
@@ -15950,4 +15950,4 @@ export {
|
|
|
15950
15950
|
getListOfTunnelPlugins,
|
|
15951
15951
|
reportAnalyticsEvent
|
|
15952
15952
|
};
|
|
15953
|
-
//# sourceMappingURL=chunk-
|
|
15953
|
+
//# sourceMappingURL=chunk-VTDJL77Q.js.map
|
|
@@ -17,14 +17,14 @@ import {
|
|
|
17
17
|
require_get_stream,
|
|
18
18
|
runWithTimer,
|
|
19
19
|
writeFile
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-RARQUUYC.js";
|
|
21
21
|
import {
|
|
22
22
|
envPaths
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-P7JUHQKL.js";
|
|
24
24
|
import {
|
|
25
25
|
dirname,
|
|
26
26
|
joinPath
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-T2GATXSP.js";
|
|
28
28
|
import {
|
|
29
29
|
__commonJS,
|
|
30
30
|
__require,
|
|
@@ -15387,4 +15387,4 @@ deep-extend/lib/deep-extend.js:
|
|
|
15387
15387
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
15388
15388
|
*)
|
|
15389
15389
|
*/
|
|
15390
|
-
//# sourceMappingURL=chunk-
|
|
15390
|
+
//# sourceMappingURL=chunk-XMXXJYAD.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
packageManagerFromUserAgent
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-XMXXJYAD.js";
|
|
4
4
|
import {
|
|
5
5
|
currentProcessIsGlobal,
|
|
6
6
|
inferPackageManagerForGlobalCLI,
|
|
7
7
|
outputContent,
|
|
8
8
|
outputToken
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-RARQUUYC.js";
|
|
10
10
|
import {
|
|
11
11
|
init_cjs_shims
|
|
12
12
|
} from "./chunk-POZ5MGPT.js";
|
|
@@ -24,4 +24,4 @@ function getOutputUpdateCLIReminder(version) {
|
|
|
24
24
|
export {
|
|
25
25
|
getOutputUpdateCLIReminder
|
|
26
26
|
};
|
|
27
|
-
//# sourceMappingURL=chunk-
|
|
27
|
+
//# sourceMappingURL=chunk-XWGFZ4FB.js.map
|
|
@@ -7,8 +7,8 @@ import {
|
|
|
7
7
|
reportingRateLimit,
|
|
8
8
|
sessionConstants,
|
|
9
9
|
systemEnvironmentVariables
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
10
|
+
} from "./chunk-P7JUHQKL.js";
|
|
11
|
+
import "./chunk-T2GATXSP.js";
|
|
12
12
|
import "./chunk-PNN7RS7Y.js";
|
|
13
13
|
import "./chunk-POZ5MGPT.js";
|
|
14
14
|
export {
|
|
@@ -21,4 +21,4 @@ export {
|
|
|
21
21
|
sessionConstants,
|
|
22
22
|
systemEnvironmentVariables
|
|
23
23
|
};
|
|
24
|
-
//# sourceMappingURL=constants-
|
|
24
|
+
//# sourceMappingURL=constants-T7JXE5K7.js.map
|
|
@@ -1,25 +1,23 @@
|
|
|
1
1
|
import {
|
|
2
2
|
execaSync,
|
|
3
3
|
fileExistsSync
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-RARQUUYC.js";
|
|
5
5
|
import {
|
|
6
6
|
require_lib
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-AZIUHI45.js";
|
|
8
8
|
import "./chunk-SNOECVP4.js";
|
|
9
9
|
import "./chunk-UBB7JKND.js";
|
|
10
|
-
import "./chunk-QETDXAFX.js";
|
|
11
|
-
import "./chunk-2AW6NZQ5.js";
|
|
12
10
|
import "./chunk-522OB3EU.js";
|
|
13
11
|
import "./chunk-XVNW332R.js";
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-L7M22NDW.js";
|
|
13
|
+
import "./chunk-MX4RJDBM.js";
|
|
14
|
+
import "./chunk-NB4NLOEJ.js";
|
|
15
|
+
import "./chunk-P7JUHQKL.js";
|
|
18
16
|
import {
|
|
19
17
|
cwd,
|
|
20
18
|
joinPath,
|
|
21
19
|
sniffForPath
|
|
22
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-T2GATXSP.js";
|
|
23
21
|
import "./chunk-PNN7RS7Y.js";
|
|
24
22
|
import {
|
|
25
23
|
__toESM,
|
|
@@ -31,13 +29,13 @@ init_cjs_shims();
|
|
|
31
29
|
var import_core = __toESM(require_lib(), 1), ShopifyConfig = class extends import_core.Config {
|
|
32
30
|
constructor(options) {
|
|
33
31
|
let currentPath = cwd(), path = sniffForPath() ?? currentPath, currentPathMightBeHydrogenMonorepo = /(shopify|hydrogen)\/hydrogen/i.test(currentPath), ignoreHydrogenMonorepo = process.env.IGNORE_HYDROGEN_MONOREPO;
|
|
34
|
-
currentPathMightBeHydrogenMonorepo && !ignoreHydrogenMonorepo && (path = execaSync("npm", ["prefix"]).stdout.trim()), fileExistsSync(joinPath(
|
|
32
|
+
currentPathMightBeHydrogenMonorepo && !ignoreHydrogenMonorepo && (path = execaSync("npm", ["prefix"]).stdout.trim()), fileExistsSync(joinPath(path, "package.json")) && (options.pluginAdditions = {
|
|
35
33
|
core: ["@shopify/cli-hydrogen"],
|
|
36
34
|
path
|
|
37
35
|
}), super(options), this.determinePriority = this.customPriority;
|
|
38
36
|
}
|
|
39
37
|
customPriority(commands) {
|
|
40
|
-
let oclifPlugins = this.pjson.oclif
|
|
38
|
+
let oclifPlugins = this.pjson.oclif.plugins ?? [];
|
|
41
39
|
return commands.sort((aCommand, bCommand) => {
|
|
42
40
|
let pluginAliasA = aCommand.pluginAlias ?? "A-Cannot-Find-This", pluginAliasB = bCommand.pluginAlias ?? "B-Cannot-Find-This", aIndex = oclifPlugins.indexOf(pluginAliasA), bIndex = oclifPlugins.indexOf(pluginAliasB);
|
|
43
41
|
return aCommand.pluginType === "core" && bCommand.pluginAlias === "@shopify/cli-hydrogen" ? 1 : aCommand.pluginAlias === "@shopify/cli-hydrogen" && bCommand.pluginType === "core" ? -1 : aCommand.pluginType === "core" && bCommand.pluginType === "core" ? aIndex - bIndex : bCommand.pluginType === "core" && aCommand.pluginType !== "core" ? 1 : aCommand.pluginType === "core" && bCommand.pluginType !== "core" ? -1 : aCommand.pluginType === "jit" && bCommand.pluginType !== "jit" ? 1 : bCommand.pluginType === "jit" && aCommand.pluginType !== "jit" ? -1 : 0;
|
|
@@ -47,4 +45,4 @@ var import_core = __toESM(require_lib(), 1), ShopifyConfig = class extends impor
|
|
|
47
45
|
export {
|
|
48
46
|
ShopifyConfig
|
|
49
47
|
};
|
|
50
|
-
//# sourceMappingURL=custom-oclif-loader-
|
|
48
|
+
//# sourceMappingURL=custom-oclif-loader-ZOTPUMCE.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
require_glob
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-2A7GNM7F.js";
|
|
4
4
|
import "./chunk-O5K4AU7Q.js";
|
|
5
5
|
import {
|
|
6
6
|
require_graceful_fs
|
|
@@ -9,11 +9,11 @@ import {
|
|
|
9
9
|
require_globby,
|
|
10
10
|
require_indent_string,
|
|
11
11
|
require_slash
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-L7M22NDW.js";
|
|
13
|
+
import "./chunk-MX4RJDBM.js";
|
|
14
14
|
import {
|
|
15
15
|
require_is_glob
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-NB4NLOEJ.js";
|
|
17
17
|
import {
|
|
18
18
|
__commonJS,
|
|
19
19
|
__require,
|
|
@@ -371,4 +371,4 @@ var require_del = __commonJS({
|
|
|
371
371
|
}
|
|
372
372
|
});
|
|
373
373
|
export default require_del();
|
|
374
|
-
//# sourceMappingURL=del-
|
|
374
|
+
//# sourceMappingURL=del-42HQA7PR.js.map
|
|
@@ -4,25 +4,23 @@ import {
|
|
|
4
4
|
errorHandler,
|
|
5
5
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
6
6
|
sendErrorToBugsnag
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-2KQ4LDTO.js";
|
|
8
|
+
import "./chunk-VTDJL77Q.js";
|
|
9
|
+
import "./chunk-TH2T6E35.js";
|
|
10
10
|
import "./chunk-VSLR7ET4.js";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-XMXXJYAD.js";
|
|
12
|
+
import "./chunk-RARQUUYC.js";
|
|
13
|
+
import "./chunk-AZIUHI45.js";
|
|
14
14
|
import "./chunk-SNOECVP4.js";
|
|
15
15
|
import "./chunk-UBB7JKND.js";
|
|
16
|
-
import "./chunk-QETDXAFX.js";
|
|
17
|
-
import "./chunk-2AW6NZQ5.js";
|
|
18
16
|
import "./chunk-522OB3EU.js";
|
|
19
17
|
import "./chunk-O5K4AU7Q.js";
|
|
20
18
|
import "./chunk-XVNW332R.js";
|
|
21
|
-
import "./chunk-
|
|
22
|
-
import "./chunk-
|
|
23
|
-
import "./chunk-
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
19
|
+
import "./chunk-L7M22NDW.js";
|
|
20
|
+
import "./chunk-MX4RJDBM.js";
|
|
21
|
+
import "./chunk-NB4NLOEJ.js";
|
|
22
|
+
import "./chunk-P7JUHQKL.js";
|
|
23
|
+
import "./chunk-T2GATXSP.js";
|
|
26
24
|
import "./chunk-PNN7RS7Y.js";
|
|
27
25
|
import "./chunk-POZ5MGPT.js";
|
|
28
26
|
export {
|
|
@@ -32,4 +30,4 @@ export {
|
|
|
32
30
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
33
31
|
sendErrorToBugsnag
|
|
34
32
|
};
|
|
35
|
-
//# sourceMappingURL=error-handler-
|
|
33
|
+
//# sourceMappingURL=error-handler-WHMVXDIQ.js.map
|
package/dist/hooks/postrun.js
CHANGED
|
@@ -1,29 +1,27 @@
|
|
|
1
1
|
import {
|
|
2
2
|
reportAnalyticsEvent
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-VTDJL77Q.js";
|
|
4
4
|
import {
|
|
5
5
|
getNextDeprecationDate
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-TH2T6E35.js";
|
|
7
7
|
import "../chunk-VSLR7ET4.js";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-XMXXJYAD.js";
|
|
9
9
|
import {
|
|
10
10
|
addSensitiveMetadata,
|
|
11
11
|
getAllSensitiveMetadata,
|
|
12
12
|
outputDebug,
|
|
13
13
|
renderWarning
|
|
14
|
-
} from "../chunk-
|
|
15
|
-
import "../chunk-
|
|
14
|
+
} from "../chunk-RARQUUYC.js";
|
|
15
|
+
import "../chunk-AZIUHI45.js";
|
|
16
16
|
import "../chunk-SNOECVP4.js";
|
|
17
17
|
import "../chunk-UBB7JKND.js";
|
|
18
|
-
import "../chunk-QETDXAFX.js";
|
|
19
|
-
import "../chunk-2AW6NZQ5.js";
|
|
20
18
|
import "../chunk-522OB3EU.js";
|
|
21
19
|
import "../chunk-XVNW332R.js";
|
|
22
|
-
import "../chunk-
|
|
23
|
-
import "../chunk-
|
|
24
|
-
import "../chunk-
|
|
25
|
-
import "../chunk-
|
|
26
|
-
import "../chunk-
|
|
20
|
+
import "../chunk-L7M22NDW.js";
|
|
21
|
+
import "../chunk-MX4RJDBM.js";
|
|
22
|
+
import "../chunk-NB4NLOEJ.js";
|
|
23
|
+
import "../chunk-P7JUHQKL.js";
|
|
24
|
+
import "../chunk-T2GATXSP.js";
|
|
27
25
|
import "../chunk-PNN7RS7Y.js";
|
|
28
26
|
import {
|
|
29
27
|
init_cjs_shims
|
|
@@ -40,7 +38,7 @@ init_cjs_shims();
|
|
|
40
38
|
var postrun = (Command) => {
|
|
41
39
|
let nextDeprecationDate = getNextDeprecationDate();
|
|
42
40
|
if (nextDeprecationDate) {
|
|
43
|
-
let forThemes = Command
|
|
41
|
+
let forThemes = Command.id.includes("theme");
|
|
44
42
|
renderUpgradeWarning(nextDeprecationDate, forThemes);
|
|
45
43
|
}
|
|
46
44
|
};
|
|
@@ -65,7 +63,7 @@ function renderUpgradeWarning(upgradeByDate, forThemes) {
|
|
|
65
63
|
// ../cli-kit/dist/public/node/hooks/postrun.js
|
|
66
64
|
var hook = async ({ config, Command }) => {
|
|
67
65
|
await detectStopCommand(Command), await reportAnalyticsEvent({ config, exitMode: "ok" }), postrun(Command);
|
|
68
|
-
let command = Command
|
|
66
|
+
let command = Command.id.replace(/:/g, " ");
|
|
69
67
|
outputDebug(`Completed command ${command}`);
|
|
70
68
|
};
|
|
71
69
|
async function detectStopCommand(commandClass) {
|
|
@@ -76,6 +74,7 @@ async function detectStopCommand(commandClass) {
|
|
|
76
74
|
let { commandStartOptions } = getAllSensitiveMetadata();
|
|
77
75
|
await addSensitiveMetadata(() => ({
|
|
78
76
|
commandStartOptions: {
|
|
77
|
+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
79
78
|
...commandStartOptions,
|
|
80
79
|
startTime: currentTime,
|
|
81
80
|
startCommand: stopCommand
|
package/dist/hooks/prerun.js
CHANGED
|
@@ -1,33 +1,31 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getOutputUpdateCLIReminder
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-XWGFZ4FB.js";
|
|
4
4
|
import {
|
|
5
5
|
CLI_KIT_VERSION,
|
|
6
6
|
startAnalytics
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-TH2T6E35.js";
|
|
8
8
|
import "../chunk-VSLR7ET4.js";
|
|
9
9
|
import {
|
|
10
10
|
checkForCachedNewVersion,
|
|
11
11
|
checkForNewVersion,
|
|
12
12
|
runAtMinimumInterval
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-XMXXJYAD.js";
|
|
14
14
|
import {
|
|
15
15
|
initDemoRecorder,
|
|
16
16
|
outputDebug,
|
|
17
17
|
outputWarn
|
|
18
|
-
} from "../chunk-
|
|
19
|
-
import "../chunk-
|
|
18
|
+
} from "../chunk-RARQUUYC.js";
|
|
19
|
+
import "../chunk-AZIUHI45.js";
|
|
20
20
|
import "../chunk-SNOECVP4.js";
|
|
21
21
|
import "../chunk-UBB7JKND.js";
|
|
22
|
-
import "../chunk-QETDXAFX.js";
|
|
23
|
-
import "../chunk-2AW6NZQ5.js";
|
|
24
22
|
import "../chunk-522OB3EU.js";
|
|
25
23
|
import "../chunk-XVNW332R.js";
|
|
26
|
-
import "../chunk-
|
|
27
|
-
import "../chunk-
|
|
28
|
-
import "../chunk-
|
|
29
|
-
import "../chunk-
|
|
30
|
-
import "../chunk-
|
|
24
|
+
import "../chunk-L7M22NDW.js";
|
|
25
|
+
import "../chunk-MX4RJDBM.js";
|
|
26
|
+
import "../chunk-NB4NLOEJ.js";
|
|
27
|
+
import "../chunk-P7JUHQKL.js";
|
|
28
|
+
import "../chunk-T2GATXSP.js";
|
|
31
29
|
import "../chunk-PNN7RS7Y.js";
|
|
32
30
|
import {
|
|
33
31
|
init_cjs_shims
|
|
@@ -59,7 +57,7 @@ function parseNormalCommand(id, aliases) {
|
|
|
59
57
|
};
|
|
60
58
|
}
|
|
61
59
|
function parseCreateCommand(pluginAlias) {
|
|
62
|
-
if (
|
|
60
|
+
if (pluginAlias?.startsWith("@shopify/create-"))
|
|
63
61
|
return { command: pluginAlias.substring(pluginAlias.indexOf("/") + 1) };
|
|
64
62
|
}
|
|
65
63
|
function parseTopic(cmd) {
|