@shopify/create-app 3.66.1 → 3.67.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-FIJKOZJF.js → chunk-2IV4ZS5T.js} +4 -3
- package/dist/{chunk-7BASJP2S.js → chunk-3R2K56R4.js} +2 -2
- package/dist/{chunk-KFZCBK4T.js → chunk-7TIEQFXZ.js} +4 -4
- package/dist/{chunk-CLUGFX6V.js → chunk-AZ47753Z.js} +13 -13
- package/dist/{chunk-XLDLHIVF.js → chunk-B5HFPT7G.js} +2 -2
- package/dist/{chunk-S3DUCSRO.js → chunk-H3SGNEP3.js} +7 -7
- package/dist/{chunk-LGVLNWZU.js → chunk-JHN6JQJ6.js} +4 -4
- package/dist/{chunk-GAIGXDXK.js → chunk-NWC4ORCS.js} +11 -11
- package/dist/{chunk-VZVGAREJ.js → chunk-OL5GDQRF.js} +27 -17
- package/dist/{chunk-RUAGSZKM.js → chunk-QB544PAD.js} +4 -4
- package/dist/{chunk-XG23WV6C.js → chunk-QFQCHQ24.js} +230 -89
- package/dist/{chunk-QLRYO5KT.js → chunk-QH7VTTGK.js} +24 -11
- package/dist/{chunk-257COCSO.js → chunk-R4JYIGZ6.js} +2 -2
- package/dist/{chunk-BBE4ZEEU.js → chunk-TV5LJHC5.js} +5 -5
- package/dist/{chunk-P5KC5F5V.js → chunk-X4PTOOZW.js} +16 -5
- package/dist/{chunk-WT4JHKP5.js → chunk-ZSO54CGJ.js} +22 -7
- package/dist/commands/init.js +16 -16
- package/dist/commands/init.test.js +16 -16
- package/dist/{constants-WG7I7G3O.js → constants-MFMCWLIA.js} +4 -2
- package/dist/{custom-oclif-loader-BIG4GFMG.js → custom-oclif-loader-P7CQYRCS.js} +4 -4
- package/dist/{error-handler-T4BVXIMP.js → error-handler-73YUB4PB.js} +11 -11
- package/dist/hooks/postrun.js +9 -9
- package/dist/hooks/prerun.js +7 -7
- package/dist/index.js +2 -2
- package/dist/{lib-3K5QYF3J.js → lib-FYUAIYTL.js} +2 -2
- package/dist/{local-LCGXZ56M.js → local-7ZNEHAZM.js} +4 -4
- package/dist/{node-package-manager-PPBMXNJX.js → node-package-manager-EV7MLIUF.js} +5 -5
- package/dist/prompts/init.js +4 -4
- package/dist/prompts/init.test.js +8 -8
- package/dist/services/init.js +10 -10
- package/dist/{system-EHKKASQN.js → system-WOOCGJ5M.js} +6 -6
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-RTRXLPXR.js → ui-YRQ272UN.js} +4 -4
- package/dist/utils/template/cleanup.js +4 -4
- package/dist/utils/template/cleanup.test.js +4 -4
- package/dist/utils/template/npm.js +6 -6
- package/dist/utils/template/npm.test.js +6 -6
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
|
@@ -100,7 +100,7 @@ var identifier = "shopify-cli", cacheFolder = () => process.env.XDG_CACHE_HOME ?
|
|
|
100
100
|
}
|
|
101
101
|
}, sessionConstants = {
|
|
102
102
|
expirationTimeMarginInMinutes: 4
|
|
103
|
-
}, bugsnagApiKey = "9e1e6889176fd0c795d5c659225e0fae";
|
|
103
|
+
}, bugsnagApiKey = "9e1e6889176fd0c795d5c659225e0fae", reportingRateLimit = { limit: 300, timeout: { days: 1 } };
|
|
104
104
|
|
|
105
105
|
export {
|
|
106
106
|
envPaths,
|
|
@@ -110,6 +110,7 @@ export {
|
|
|
110
110
|
systemEnvironmentVariables,
|
|
111
111
|
pathConstants,
|
|
112
112
|
sessionConstants,
|
|
113
|
-
bugsnagApiKey
|
|
113
|
+
bugsnagApiKey,
|
|
114
|
+
reportingRateLimit
|
|
114
115
|
};
|
|
115
|
-
//# sourceMappingURL=chunk-
|
|
116
|
+
//# sourceMappingURL=chunk-2IV4ZS5T.js.map
|
|
@@ -4,9 +4,9 @@ import {
|
|
|
4
4
|
|
|
5
5
|
// ../cli-kit/src/public/common/version.ts
|
|
6
6
|
init_cjs_shims();
|
|
7
|
-
var CLI_KIT_VERSION = "3.
|
|
7
|
+
var CLI_KIT_VERSION = "3.67.1";
|
|
8
8
|
|
|
9
9
|
export {
|
|
10
10
|
CLI_KIT_VERSION
|
|
11
11
|
};
|
|
12
|
-
//# sourceMappingURL=chunk-
|
|
12
|
+
//# sourceMappingURL=chunk-3R2K56R4.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CLI_KIT_VERSION
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-3R2K56R4.js";
|
|
4
4
|
import {
|
|
5
5
|
installNodeModules
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-X4PTOOZW.js";
|
|
7
7
|
import {
|
|
8
8
|
findPathUp
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-QFQCHQ24.js";
|
|
10
10
|
import {
|
|
11
11
|
moduleDirectory,
|
|
12
12
|
normalizePath
|
|
@@ -51,4 +51,4 @@ export {
|
|
|
51
51
|
updateCLIDependencies,
|
|
52
52
|
getDeepInstallNPMTasks
|
|
53
53
|
};
|
|
54
|
-
//# sourceMappingURL=chunk-
|
|
54
|
+
//# sourceMappingURL=chunk-7TIEQFXZ.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
import {
|
|
7
7
|
outputDebug,
|
|
8
8
|
runWithTimer
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-QFQCHQ24.js";
|
|
10
10
|
import {
|
|
11
11
|
__commonJS,
|
|
12
12
|
__require,
|
|
@@ -26193,7 +26193,7 @@ var require_lib2 = __commonJS({
|
|
|
26193
26193
|
invalidHeaderCharRegex.test(obj[name]) || (headers[MAP][name] = [obj[name]]);
|
|
26194
26194
|
return headers;
|
|
26195
26195
|
}
|
|
26196
|
-
var INTERNALS$1 = Symbol("Response internals"), STATUS_CODES = http3.STATUS_CODES,
|
|
26196
|
+
var INTERNALS$1 = Symbol("Response internals"), STATUS_CODES = http3.STATUS_CODES, Response3 = class _Response {
|
|
26197
26197
|
constructor() {
|
|
26198
26198
|
let body = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : null, opts = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
26199
26199
|
Body2.call(this, body, opts);
|
|
@@ -26247,8 +26247,8 @@ var require_lib2 = __commonJS({
|
|
|
26247
26247
|
});
|
|
26248
26248
|
}
|
|
26249
26249
|
};
|
|
26250
|
-
Body2.mixIn(
|
|
26251
|
-
Object.defineProperties(
|
|
26250
|
+
Body2.mixIn(Response3.prototype);
|
|
26251
|
+
Object.defineProperties(Response3.prototype, {
|
|
26252
26252
|
url: { enumerable: !0 },
|
|
26253
26253
|
status: { enumerable: !0 },
|
|
26254
26254
|
ok: { enumerable: !0 },
|
|
@@ -26257,7 +26257,7 @@ var require_lib2 = __commonJS({
|
|
|
26257
26257
|
headers: { enumerable: !0 },
|
|
26258
26258
|
clone: { enumerable: !0 }
|
|
26259
26259
|
});
|
|
26260
|
-
Object.defineProperty(
|
|
26260
|
+
Object.defineProperty(Response3.prototype, Symbol.toStringTag, {
|
|
26261
26261
|
value: "Response",
|
|
26262
26262
|
writable: !1,
|
|
26263
26263
|
enumerable: !1,
|
|
@@ -26479,7 +26479,7 @@ var require_lib2 = __commonJS({
|
|
|
26479
26479
|
counter: request.counter
|
|
26480
26480
|
}, codings = headers.get("Content-Encoding");
|
|
26481
26481
|
if (!request.compress || request.method === "HEAD" || codings === null || res.statusCode === 204 || res.statusCode === 304) {
|
|
26482
|
-
response = new
|
|
26482
|
+
response = new Response3(body, response_options), resolve(response);
|
|
26483
26483
|
return;
|
|
26484
26484
|
}
|
|
26485
26485
|
let zlibOptions = {
|
|
@@ -26487,23 +26487,23 @@ var require_lib2 = __commonJS({
|
|
|
26487
26487
|
finishFlush: zlib2.Z_SYNC_FLUSH
|
|
26488
26488
|
};
|
|
26489
26489
|
if (codings == "gzip" || codings == "x-gzip") {
|
|
26490
|
-
body = body.pipe(zlib2.createGunzip(zlibOptions)), response = new
|
|
26490
|
+
body = body.pipe(zlib2.createGunzip(zlibOptions)), response = new Response3(body, response_options), resolve(response);
|
|
26491
26491
|
return;
|
|
26492
26492
|
}
|
|
26493
26493
|
if (codings == "deflate" || codings == "x-deflate") {
|
|
26494
26494
|
let raw = res.pipe(new PassThrough$1());
|
|
26495
26495
|
raw.once("data", function(chunk) {
|
|
26496
|
-
(chunk[0] & 15) === 8 ? body = body.pipe(zlib2.createInflate()) : body = body.pipe(zlib2.createInflateRaw()), response = new
|
|
26496
|
+
(chunk[0] & 15) === 8 ? body = body.pipe(zlib2.createInflate()) : body = body.pipe(zlib2.createInflateRaw()), response = new Response3(body, response_options), resolve(response);
|
|
26497
26497
|
}), raw.on("end", function() {
|
|
26498
|
-
response || (response = new
|
|
26498
|
+
response || (response = new Response3(body, response_options), resolve(response));
|
|
26499
26499
|
});
|
|
26500
26500
|
return;
|
|
26501
26501
|
}
|
|
26502
26502
|
if (codings == "br" && typeof zlib2.createBrotliDecompress == "function") {
|
|
26503
|
-
body = body.pipe(zlib2.createBrotliDecompress()), response = new
|
|
26503
|
+
body = body.pipe(zlib2.createBrotliDecompress()), response = new Response3(body, response_options), resolve(response);
|
|
26504
26504
|
return;
|
|
26505
26505
|
}
|
|
26506
|
-
response = new
|
|
26506
|
+
response = new Response3(body, response_options), resolve(response);
|
|
26507
26507
|
}), writeToStream2(req, request);
|
|
26508
26508
|
});
|
|
26509
26509
|
}
|
|
@@ -26533,7 +26533,7 @@ var require_lib2 = __commonJS({
|
|
|
26533
26533
|
exports.default = exports;
|
|
26534
26534
|
exports.Headers = Headers4;
|
|
26535
26535
|
exports.Request = Request2;
|
|
26536
|
-
exports.Response =
|
|
26536
|
+
exports.Response = Response3;
|
|
26537
26537
|
exports.FetchError = FetchError2;
|
|
26538
26538
|
exports.AbortError = AbortError2;
|
|
26539
26539
|
}
|
|
@@ -27907,4 +27907,4 @@ mime-types/index.js:
|
|
|
27907
27907
|
* MIT Licensed
|
|
27908
27908
|
*)
|
|
27909
27909
|
*/
|
|
27910
|
-
//# sourceMappingURL=chunk-
|
|
27910
|
+
//# sourceMappingURL=chunk-AZ47753Z.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
glob,
|
|
3
3
|
rmdir
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-QFQCHQ24.js";
|
|
5
5
|
import {
|
|
6
6
|
joinPath
|
|
7
7
|
} from "./chunk-4DRC2PSU.js";
|
|
@@ -35,4 +35,4 @@ async function cleanup(webOutputDirectory) {
|
|
|
35
35
|
export {
|
|
36
36
|
cleanup
|
|
37
37
|
};
|
|
38
|
-
//# sourceMappingURL=chunk-
|
|
38
|
+
//# sourceMappingURL=chunk-B5HFPT7G.js.map
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import {
|
|
2
2
|
cleanup
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-B5HFPT7G.js";
|
|
4
4
|
import {
|
|
5
5
|
getDeepInstallNPMTasks,
|
|
6
6
|
updateCLIDependencies
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-7TIEQFXZ.js";
|
|
8
8
|
import {
|
|
9
9
|
username
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-R4JYIGZ6.js";
|
|
11
11
|
import {
|
|
12
12
|
LocalStorage,
|
|
13
13
|
UnknownPackageManagerError,
|
|
14
14
|
findUpAndReadPackageJson,
|
|
15
15
|
lockfiles,
|
|
16
16
|
writePackageJSON
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-X4PTOOZW.js";
|
|
18
18
|
import {
|
|
19
19
|
AbortError,
|
|
20
20
|
appendFile,
|
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
renderTasks,
|
|
43
43
|
runWithTimer,
|
|
44
44
|
writeFile
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-QFQCHQ24.js";
|
|
46
46
|
import {
|
|
47
47
|
dirname,
|
|
48
48
|
joinPath,
|
|
@@ -51,7 +51,7 @@ import {
|
|
|
51
51
|
} from "./chunk-4DRC2PSU.js";
|
|
52
52
|
import {
|
|
53
53
|
require_src
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-OL5GDQRF.js";
|
|
55
55
|
import {
|
|
56
56
|
__commonJS,
|
|
57
57
|
__require,
|
|
@@ -5622,4 +5622,4 @@ var init_default = init;
|
|
|
5622
5622
|
export {
|
|
5623
5623
|
init_default
|
|
5624
5624
|
};
|
|
5625
|
-
//# sourceMappingURL=chunk-
|
|
5625
|
+
//# sourceMappingURL=chunk-H3SGNEP3.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
platformAndArch
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-R4JYIGZ6.js";
|
|
4
4
|
import {
|
|
5
5
|
getPackageManager,
|
|
6
6
|
packageManagerFromUserAgent
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-X4PTOOZW.js";
|
|
8
8
|
import {
|
|
9
9
|
addPublicMetadata,
|
|
10
10
|
addSensitiveMetadata,
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
cloudEnvironment,
|
|
13
13
|
currentProcessIsGlobal,
|
|
14
14
|
macAddress
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-QFQCHQ24.js";
|
|
16
16
|
import {
|
|
17
17
|
cwd
|
|
18
18
|
} from "./chunk-4DRC2PSU.js";
|
|
@@ -91,4 +91,4 @@ export {
|
|
|
91
91
|
getEnvironmentData,
|
|
92
92
|
getSensitiveEnvironmentData
|
|
93
93
|
};
|
|
94
|
-
//# sourceMappingURL=chunk-
|
|
94
|
+
//# sourceMappingURL=chunk-JHN6JQJ6.js.map
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import {
|
|
2
2
|
errorHandler,
|
|
3
3
|
registerCleanBugsnagErrorsFromWithinPlugins
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-QH7VTTGK.js";
|
|
5
5
|
import {
|
|
6
6
|
init_default as init_default2
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-H3SGNEP3.js";
|
|
8
8
|
import {
|
|
9
9
|
hashString
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-JHN6JQJ6.js";
|
|
11
11
|
import {
|
|
12
12
|
packageManager,
|
|
13
13
|
packageManagerFromUserAgent
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-X4PTOOZW.js";
|
|
15
15
|
import {
|
|
16
16
|
globalFlags
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-TV5LJHC5.js";
|
|
18
18
|
import {
|
|
19
19
|
init_default,
|
|
20
20
|
isPredefinedTemplate,
|
|
21
21
|
templates,
|
|
22
22
|
visibleTemplates
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-QB544PAD.js";
|
|
24
24
|
import {
|
|
25
25
|
AbortError,
|
|
26
26
|
addPublicMetadata,
|
|
@@ -35,9 +35,9 @@ import {
|
|
|
35
35
|
readFile,
|
|
36
36
|
renderInfo,
|
|
37
37
|
renderWarning,
|
|
38
|
-
|
|
38
|
+
terminalSupportsPrompting,
|
|
39
39
|
underscore
|
|
40
|
-
} from "./chunk-
|
|
40
|
+
} from "./chunk-QFQCHQ24.js";
|
|
41
41
|
import {
|
|
42
42
|
cwd,
|
|
43
43
|
resolvePath
|
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
} from "./chunk-LTDD2GRL.js";
|
|
48
48
|
import {
|
|
49
49
|
require_lib
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-OL5GDQRF.js";
|
|
51
51
|
import {
|
|
52
52
|
__commonJS,
|
|
53
53
|
__require,
|
|
@@ -1628,7 +1628,7 @@ var import_core = __toESM(require_lib(), 1), BaseCommand = class extends import_
|
|
|
1628
1628
|
environmentsFilename() {
|
|
1629
1629
|
}
|
|
1630
1630
|
failMissingNonTTYFlags(flags, requiredFlags) {
|
|
1631
|
-
|
|
1631
|
+
terminalSupportsPrompting() || requiredFlags.forEach((name) => {
|
|
1632
1632
|
if (!(name in flags))
|
|
1633
1633
|
throw new AbortError(
|
|
1634
1634
|
outputContent`Flag not specified:
|
|
@@ -1844,4 +1844,4 @@ var Init = class _Init extends base_command_default {
|
|
|
1844
1844
|
export {
|
|
1845
1845
|
Init
|
|
1846
1846
|
};
|
|
1847
|
-
//# sourceMappingURL=chunk-
|
|
1847
|
+
//# sourceMappingURL=chunk-NWC4ORCS.js.map
|
|
@@ -150223,15 +150223,15 @@ var require_hyperlinker = __commonJS({
|
|
|
150223
150223
|
}
|
|
150224
150224
|
});
|
|
150225
150225
|
|
|
150226
|
-
// ../../node_modules/.pnpm/supports-hyperlinks@
|
|
150226
|
+
// ../../node_modules/.pnpm/supports-hyperlinks@3.1.0/node_modules/supports-hyperlinks/index.js
|
|
150227
150227
|
var require_supports_hyperlinks = __commonJS({
|
|
150228
|
-
"../../node_modules/.pnpm/supports-hyperlinks@
|
|
150228
|
+
"../../node_modules/.pnpm/supports-hyperlinks@3.1.0/node_modules/supports-hyperlinks/index.js"(exports, module) {
|
|
150229
150229
|
"use strict";
|
|
150230
150230
|
init_cjs_shims();
|
|
150231
150231
|
var supportsColor = require_supports_color(), hasFlag = require_has_flag();
|
|
150232
150232
|
function parseVersion(versionString) {
|
|
150233
150233
|
if (/^\d{3,4}$/.test(versionString)) {
|
|
150234
|
-
let m = /(\d{1,2})(\d{2})/.exec(versionString);
|
|
150234
|
+
let m = /(\d{1,2})(\d{2})/.exec(versionString) || [];
|
|
150235
150235
|
return {
|
|
150236
150236
|
major: 0,
|
|
150237
150237
|
minor: parseInt(m[1], 10),
|
|
@@ -150246,18 +150246,30 @@ var require_supports_hyperlinks = __commonJS({
|
|
|
150246
150246
|
};
|
|
150247
150247
|
}
|
|
150248
150248
|
function supportsHyperlink(stream) {
|
|
150249
|
-
let {
|
|
150250
|
-
|
|
150251
|
-
|
|
150249
|
+
let {
|
|
150250
|
+
CI,
|
|
150251
|
+
FORCE_HYPERLINK,
|
|
150252
|
+
NETLIFY,
|
|
150253
|
+
TEAMCITY_VERSION,
|
|
150254
|
+
TERM_PROGRAM,
|
|
150255
|
+
TERM_PROGRAM_VERSION,
|
|
150256
|
+
VTE_VERSION
|
|
150257
|
+
} = process.env;
|
|
150258
|
+
if (FORCE_HYPERLINK)
|
|
150259
|
+
return !(FORCE_HYPERLINK.length > 0 && parseInt(FORCE_HYPERLINK, 10) === 0);
|
|
150252
150260
|
if (hasFlag("no-hyperlink") || hasFlag("no-hyperlinks") || hasFlag("hyperlink=false") || hasFlag("hyperlink=never"))
|
|
150253
150261
|
return !1;
|
|
150254
|
-
if (hasFlag("hyperlink=true") || hasFlag("hyperlink=always") ||
|
|
150262
|
+
if (hasFlag("hyperlink=true") || hasFlag("hyperlink=always") || NETLIFY)
|
|
150255
150263
|
return !0;
|
|
150256
|
-
if (!supportsColor.supportsColor(stream) || stream && !stream.isTTY
|
|
150264
|
+
if (!supportsColor.supportsColor(stream) || stream && !stream.isTTY)
|
|
150257
150265
|
return !1;
|
|
150258
|
-
if ("
|
|
150259
|
-
|
|
150260
|
-
|
|
150266
|
+
if ("WT_SESSION" in process.env)
|
|
150267
|
+
return !0;
|
|
150268
|
+
if (process.platform === "win32" || CI || TEAMCITY_VERSION)
|
|
150269
|
+
return !1;
|
|
150270
|
+
if (TERM_PROGRAM) {
|
|
150271
|
+
let version = parseVersion(TERM_PROGRAM_VERSION || "");
|
|
150272
|
+
switch (TERM_PROGRAM) {
|
|
150261
150273
|
case "iTerm.app":
|
|
150262
150274
|
return version.major === 3 ? version.minor >= 1 : version.major > 3;
|
|
150263
150275
|
case "WezTerm":
|
|
@@ -150266,10 +150278,10 @@ var require_supports_hyperlinks = __commonJS({
|
|
|
150266
150278
|
return version.major > 1 || version.major === 1 && version.minor >= 72;
|
|
150267
150279
|
}
|
|
150268
150280
|
}
|
|
150269
|
-
if (
|
|
150270
|
-
if (
|
|
150281
|
+
if (VTE_VERSION) {
|
|
150282
|
+
if (VTE_VERSION === "0.50.0")
|
|
150271
150283
|
return !1;
|
|
150272
|
-
let version = parseVersion(
|
|
150284
|
+
let version = parseVersion(VTE_VERSION);
|
|
150273
150285
|
return version.major > 0 || version.minor >= 50;
|
|
150274
150286
|
}
|
|
150275
150287
|
return !1;
|
|
@@ -158449,8 +158461,6 @@ var require_lib2 = __commonJS({
|
|
|
158449
158461
|
|
|
158450
158462
|
export {
|
|
158451
158463
|
require_cross_spawn,
|
|
158452
|
-
require_has_flag,
|
|
158453
|
-
require_supports_color,
|
|
158454
158464
|
require_source,
|
|
158455
158465
|
require_src,
|
|
158456
158466
|
require_source_map,
|
|
@@ -158485,4 +158495,4 @@ ejs/lib/ejs.js:
|
|
|
158485
158495
|
* @license {@link http://www.apache.org/licenses/LICENSE-2.0 Apache License, Version 2.0}
|
|
158486
158496
|
*)
|
|
158487
158497
|
*/
|
|
158488
|
-
//# sourceMappingURL=chunk-
|
|
158498
|
+
//# sourceMappingURL=chunk-OL5GDQRF.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
renderSelectPrompt,
|
|
5
5
|
renderText,
|
|
6
6
|
renderTextPrompt
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-QFQCHQ24.js";
|
|
8
8
|
import {
|
|
9
9
|
__export,
|
|
10
10
|
init_cjs_shims
|
|
@@ -22,7 +22,7 @@ init_cjs_shims();
|
|
|
22
22
|
var templates = {
|
|
23
23
|
remix: {
|
|
24
24
|
url: "https://github.com/Shopify/shopify-app-template-remix",
|
|
25
|
-
label: "
|
|
25
|
+
label: "Build a Remix app (recommended)",
|
|
26
26
|
visible: !0,
|
|
27
27
|
branches: {
|
|
28
28
|
prompt: "For your Remix template, which language do you want?",
|
|
@@ -34,7 +34,7 @@ var templates = {
|
|
|
34
34
|
},
|
|
35
35
|
none: {
|
|
36
36
|
url: "https://github.com/Shopify/shopify-app-template-none",
|
|
37
|
-
label: "
|
|
37
|
+
label: "Build an extension-only app",
|
|
38
38
|
visible: !0
|
|
39
39
|
},
|
|
40
40
|
node: {
|
|
@@ -105,4 +105,4 @@ export {
|
|
|
105
105
|
isPredefinedTemplate,
|
|
106
106
|
init_exports
|
|
107
107
|
};
|
|
108
|
-
//# sourceMappingURL=chunk-
|
|
108
|
+
//# sourceMappingURL=chunk-QB544PAD.js.map
|