@shopify/create-app 3.68.0 → 3.69.0
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-JPBCRPG7.js → chunk-7N2ECBWK.js} +3 -3
- package/dist/{chunk-EWVVUMVS.js → chunk-AVCU5ZOP.js} +9 -9
- package/dist/{chunk-VZ5DQVYW.js → chunk-AZIUHI45.js} +93 -5
- package/dist/{chunk-T2GATXSP.js → chunk-BB6N2XSA.js} +2 -2
- package/dist/{chunk-7BOEG3VG.js → chunk-CJOZ7NTT.js} +7 -7
- package/dist/{chunk-NZDBLGNM.js → chunk-G6AY2JW5.js} +2 -3
- 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-MAWDESEZ.js → chunk-NQUHO34K.js} +140 -38
- package/dist/{chunk-EY2NO5UP.js → chunk-UWDJJNDC.js} +4 -4
- package/dist/{chunk-TOQEXS2N.js → chunk-XMQLNGN7.js} +142 -860
- package/dist/{constants-TR6ABVLJ.js → constants-GVJLI6RE.js} +3 -3
- package/dist/{custom-oclif-loader-M54JZXX3.js → custom-oclif-loader-FZACFF7D.js} +10 -12
- package/dist/{del-SR7JNKRM.js → del-42HQA7PR.js} +5 -5
- package/dist/{error-handler-AAI2P4B2.js → error-handler-R2NFQW6E.js} +12 -14
- package/dist/hooks/postrun.js +13 -14
- package/dist/hooks/prerun.js +11 -13
- package/dist/index.js +10859 -10056
- package/dist/lib-H5ZGVBFQ.js +11 -0
- package/dist/{local-XWESY2WL.js → local-G7IECLW7.js} +8 -12
- package/dist/{node-package-manager-SPDRX34D.js → node-package-manager-5YDNPKRT.js} +9 -11
- package/dist/out-ZDSLKX4N.js +7 -0
- package/dist/{path-T2RCZTRE.js → path-G6AAF6UV.js} +2 -2
- package/dist/{system-N4GMXNKO.js → system-M33YAFGP.js} +8 -10
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-PM2VNG6W.js → ui-VEBUA4SR.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
|
@@ -17,19 +17,17 @@ import {
|
|
|
17
17
|
renderText,
|
|
18
18
|
renderTextPrompt,
|
|
19
19
|
renderWarning
|
|
20
|
-
} from "./chunk-
|
|
21
|
-
import "./chunk-
|
|
20
|
+
} from "./chunk-NQUHO34K.js";
|
|
21
|
+
import "./chunk-AZIUHI45.js";
|
|
22
22
|
import "./chunk-SNOECVP4.js";
|
|
23
23
|
import "./chunk-UBB7JKND.js";
|
|
24
|
-
import "./chunk-QETDXAFX.js";
|
|
25
|
-
import "./chunk-2AW6NZQ5.js";
|
|
26
24
|
import "./chunk-522OB3EU.js";
|
|
27
25
|
import "./chunk-XVNW332R.js";
|
|
28
|
-
import "./chunk-
|
|
29
|
-
import "./chunk-
|
|
30
|
-
import "./chunk-
|
|
31
|
-
import "./chunk-
|
|
32
|
-
import "./chunk-
|
|
26
|
+
import "./chunk-L7M22NDW.js";
|
|
27
|
+
import "./chunk-MX4RJDBM.js";
|
|
28
|
+
import "./chunk-NB4NLOEJ.js";
|
|
29
|
+
import "./chunk-G6AY2JW5.js";
|
|
30
|
+
import "./chunk-BB6N2XSA.js";
|
|
33
31
|
import "./chunk-PNN7RS7Y.js";
|
|
34
32
|
import "./chunk-POZ5MGPT.js";
|
|
35
33
|
export {
|
|
@@ -52,4 +50,4 @@ export {
|
|
|
52
50
|
renderTextPrompt,
|
|
53
51
|
renderWarning
|
|
54
52
|
};
|
|
55
|
-
//# sourceMappingURL=ui-
|
|
53
|
+
//# sourceMappingURL=ui-VEBUA4SR.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.
|
|
3
|
+
"version": "3.69.0",
|
|
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.19.8"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@shopify/cli-kit": "3.
|
|
51
|
-
"@shopify/app": "3.
|
|
50
|
+
"@shopify/cli-kit": "3.69.0",
|
|
51
|
+
"@shopify/app": "3.69.0",
|
|
52
52
|
"@types/node": "18.19.3",
|
|
53
53
|
"esbuild-plugin-copy": "^2.1.1",
|
|
54
54
|
"@vitest/coverage-istanbul": "^1.6.0"
|
package/dist/chunk-2AW6NZQ5.js
DELETED
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
__commonJS,
|
|
3
|
-
__require,
|
|
4
|
-
init_cjs_shims
|
|
5
|
-
} from "./chunk-POZ5MGPT.js";
|
|
6
|
-
|
|
7
|
-
// ../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js
|
|
8
|
-
var require_windows = __commonJS({
|
|
9
|
-
"../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js"(exports, module) {
|
|
10
|
-
init_cjs_shims();
|
|
11
|
-
module.exports = isexe;
|
|
12
|
-
isexe.sync = sync;
|
|
13
|
-
var fs = __require("fs");
|
|
14
|
-
function checkPathExt(path, options) {
|
|
15
|
-
var pathext = options.pathExt !== void 0 ? options.pathExt : process.env.PATHEXT;
|
|
16
|
-
if (!pathext || (pathext = pathext.split(";"), pathext.indexOf("") !== -1))
|
|
17
|
-
return !0;
|
|
18
|
-
for (var i = 0; i < pathext.length; i++) {
|
|
19
|
-
var p = pathext[i].toLowerCase();
|
|
20
|
-
if (p && path.substr(-p.length).toLowerCase() === p)
|
|
21
|
-
return !0;
|
|
22
|
-
}
|
|
23
|
-
return !1;
|
|
24
|
-
}
|
|
25
|
-
function checkStat(stat, path, options) {
|
|
26
|
-
return !stat.isSymbolicLink() && !stat.isFile() ? !1 : checkPathExt(path, options);
|
|
27
|
-
}
|
|
28
|
-
function isexe(path, options, cb) {
|
|
29
|
-
fs.stat(path, function(er, stat) {
|
|
30
|
-
cb(er, er ? !1 : checkStat(stat, path, options));
|
|
31
|
-
});
|
|
32
|
-
}
|
|
33
|
-
function sync(path, options) {
|
|
34
|
-
return checkStat(fs.statSync(path), path, options);
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
});
|
|
38
|
-
|
|
39
|
-
// ../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js
|
|
40
|
-
var require_mode = __commonJS({
|
|
41
|
-
"../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js"(exports, module) {
|
|
42
|
-
init_cjs_shims();
|
|
43
|
-
module.exports = isexe;
|
|
44
|
-
isexe.sync = sync;
|
|
45
|
-
var fs = __require("fs");
|
|
46
|
-
function isexe(path, options, cb) {
|
|
47
|
-
fs.stat(path, function(er, stat) {
|
|
48
|
-
cb(er, er ? !1 : checkStat(stat, options));
|
|
49
|
-
});
|
|
50
|
-
}
|
|
51
|
-
function sync(path, options) {
|
|
52
|
-
return checkStat(fs.statSync(path), options);
|
|
53
|
-
}
|
|
54
|
-
function checkStat(stat, options) {
|
|
55
|
-
return stat.isFile() && checkMode(stat, options);
|
|
56
|
-
}
|
|
57
|
-
function checkMode(stat, options) {
|
|
58
|
-
var mod = stat.mode, uid = stat.uid, gid = stat.gid, myUid = options.uid !== void 0 ? options.uid : process.getuid && process.getuid(), myGid = options.gid !== void 0 ? options.gid : process.getgid && process.getgid(), u = parseInt("100", 8), g = parseInt("010", 8), o = parseInt("001", 8), ug = u | g, ret = mod & o || mod & g && gid === myGid || mod & u && uid === myUid || mod & ug && myUid === 0;
|
|
59
|
-
return ret;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
});
|
|
63
|
-
|
|
64
|
-
// ../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js
|
|
65
|
-
var require_isexe = __commonJS({
|
|
66
|
-
"../../node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js"(exports, module) {
|
|
67
|
-
init_cjs_shims();
|
|
68
|
-
var fs = __require("fs"), core;
|
|
69
|
-
process.platform === "win32" || global.TESTING_WINDOWS ? core = require_windows() : core = require_mode();
|
|
70
|
-
module.exports = isexe;
|
|
71
|
-
isexe.sync = sync;
|
|
72
|
-
function isexe(path, options, cb) {
|
|
73
|
-
if (typeof options == "function" && (cb = options, options = {}), !cb) {
|
|
74
|
-
if (typeof Promise != "function")
|
|
75
|
-
throw new TypeError("callback not provided");
|
|
76
|
-
return new Promise(function(resolve, reject) {
|
|
77
|
-
isexe(path, options || {}, function(er, is) {
|
|
78
|
-
er ? reject(er) : resolve(is);
|
|
79
|
-
});
|
|
80
|
-
});
|
|
81
|
-
}
|
|
82
|
-
core(path, options || {}, function(er, is) {
|
|
83
|
-
er && (er.code === "EACCES" || options && options.ignoreErrors) && (er = null, is = !1), cb(er, is);
|
|
84
|
-
});
|
|
85
|
-
}
|
|
86
|
-
function sync(path, options) {
|
|
87
|
-
try {
|
|
88
|
-
return core.sync(path, options || {});
|
|
89
|
-
} catch (er) {
|
|
90
|
-
if (options && options.ignoreErrors || er.code === "EACCES")
|
|
91
|
-
return !1;
|
|
92
|
-
throw er;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
});
|
|
97
|
-
|
|
98
|
-
export {
|
|
99
|
-
require_isexe
|
|
100
|
-
};
|
|
101
|
-
//# sourceMappingURL=chunk-2AW6NZQ5.js.map
|
package/dist/chunk-QETDXAFX.js
DELETED
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
__commonJS,
|
|
3
|
-
__require,
|
|
4
|
-
init_cjs_shims
|
|
5
|
-
} from "./chunk-POZ5MGPT.js";
|
|
6
|
-
|
|
7
|
-
// ../../node_modules/.pnpm/signal-exit@3.0.7/node_modules/signal-exit/signals.js
|
|
8
|
-
var require_signals = __commonJS({
|
|
9
|
-
"../../node_modules/.pnpm/signal-exit@3.0.7/node_modules/signal-exit/signals.js"(exports, module) {
|
|
10
|
-
init_cjs_shims();
|
|
11
|
-
module.exports = [
|
|
12
|
-
"SIGABRT",
|
|
13
|
-
"SIGALRM",
|
|
14
|
-
"SIGHUP",
|
|
15
|
-
"SIGINT",
|
|
16
|
-
"SIGTERM"
|
|
17
|
-
];
|
|
18
|
-
process.platform !== "win32" && module.exports.push(
|
|
19
|
-
"SIGVTALRM",
|
|
20
|
-
"SIGXCPU",
|
|
21
|
-
"SIGXFSZ",
|
|
22
|
-
"SIGUSR2",
|
|
23
|
-
"SIGTRAP",
|
|
24
|
-
"SIGSYS",
|
|
25
|
-
"SIGQUIT",
|
|
26
|
-
"SIGIOT"
|
|
27
|
-
// should detect profiler and enable/disable accordingly.
|
|
28
|
-
// see #21
|
|
29
|
-
// 'SIGPROF'
|
|
30
|
-
);
|
|
31
|
-
process.platform === "linux" && module.exports.push(
|
|
32
|
-
"SIGIO",
|
|
33
|
-
"SIGPOLL",
|
|
34
|
-
"SIGPWR",
|
|
35
|
-
"SIGSTKFLT",
|
|
36
|
-
"SIGUNUSED"
|
|
37
|
-
);
|
|
38
|
-
}
|
|
39
|
-
});
|
|
40
|
-
|
|
41
|
-
// ../../node_modules/.pnpm/signal-exit@3.0.7/node_modules/signal-exit/index.js
|
|
42
|
-
var require_signal_exit = __commonJS({
|
|
43
|
-
"../../node_modules/.pnpm/signal-exit@3.0.7/node_modules/signal-exit/index.js"(exports, module) {
|
|
44
|
-
init_cjs_shims();
|
|
45
|
-
var process2 = global.process, processOk = function(process3) {
|
|
46
|
-
return process3 && typeof process3 == "object" && typeof process3.removeListener == "function" && typeof process3.emit == "function" && typeof process3.reallyExit == "function" && typeof process3.listeners == "function" && typeof process3.kill == "function" && typeof process3.pid == "number" && typeof process3.on == "function";
|
|
47
|
-
};
|
|
48
|
-
processOk(process2) ? (assert = __require("assert"), signals = require_signals(), isWin = /^win/i.test(process2.platform), EE = __require("events"), typeof EE != "function" && (EE = EE.EventEmitter), process2.__signal_exit_emitter__ ? emitter = process2.__signal_exit_emitter__ : (emitter = process2.__signal_exit_emitter__ = new EE(), emitter.count = 0, emitter.emitted = {}), emitter.infinite || (emitter.setMaxListeners(1 / 0), emitter.infinite = !0), module.exports = function(cb, opts) {
|
|
49
|
-
if (!processOk(global.process))
|
|
50
|
-
return function() {
|
|
51
|
-
};
|
|
52
|
-
assert.equal(typeof cb, "function", "a callback must be provided for exit handler"), loaded === !1 && load();
|
|
53
|
-
var ev = "exit";
|
|
54
|
-
opts && opts.alwaysLast && (ev = "afterexit");
|
|
55
|
-
var remove = function() {
|
|
56
|
-
emitter.removeListener(ev, cb), emitter.listeners("exit").length === 0 && emitter.listeners("afterexit").length === 0 && unload();
|
|
57
|
-
};
|
|
58
|
-
return emitter.on(ev, cb), remove;
|
|
59
|
-
}, unload = function() {
|
|
60
|
-
!loaded || !processOk(global.process) || (loaded = !1, signals.forEach(function(sig) {
|
|
61
|
-
try {
|
|
62
|
-
process2.removeListener(sig, sigListeners[sig]);
|
|
63
|
-
} catch {
|
|
64
|
-
}
|
|
65
|
-
}), process2.emit = originalProcessEmit, process2.reallyExit = originalProcessReallyExit, emitter.count -= 1);
|
|
66
|
-
}, module.exports.unload = unload, emit = function(event, code, signal) {
|
|
67
|
-
emitter.emitted[event] || (emitter.emitted[event] = !0, emitter.emit(event, code, signal));
|
|
68
|
-
}, sigListeners = {}, signals.forEach(function(sig) {
|
|
69
|
-
sigListeners[sig] = function() {
|
|
70
|
-
if (processOk(global.process)) {
|
|
71
|
-
var listeners = process2.listeners(sig);
|
|
72
|
-
listeners.length === emitter.count && (unload(), emit("exit", null, sig), emit("afterexit", null, sig), isWin && sig === "SIGHUP" && (sig = "SIGINT"), process2.kill(process2.pid, sig));
|
|
73
|
-
}
|
|
74
|
-
};
|
|
75
|
-
}), module.exports.signals = function() {
|
|
76
|
-
return signals;
|
|
77
|
-
}, loaded = !1, load = function() {
|
|
78
|
-
loaded || !processOk(global.process) || (loaded = !0, emitter.count += 1, signals = signals.filter(function(sig) {
|
|
79
|
-
try {
|
|
80
|
-
return process2.on(sig, sigListeners[sig]), !0;
|
|
81
|
-
} catch {
|
|
82
|
-
return !1;
|
|
83
|
-
}
|
|
84
|
-
}), process2.emit = processEmit, process2.reallyExit = processReallyExit);
|
|
85
|
-
}, module.exports.load = load, originalProcessReallyExit = process2.reallyExit, processReallyExit = function(code) {
|
|
86
|
-
processOk(global.process) && (process2.exitCode = code || /* istanbul ignore next */
|
|
87
|
-
0, emit("exit", process2.exitCode, null), emit("afterexit", process2.exitCode, null), originalProcessReallyExit.call(process2, process2.exitCode));
|
|
88
|
-
}, originalProcessEmit = process2.emit, processEmit = function(ev, arg) {
|
|
89
|
-
if (ev === "exit" && processOk(global.process)) {
|
|
90
|
-
arg !== void 0 && (process2.exitCode = arg);
|
|
91
|
-
var ret = originalProcessEmit.apply(this, arguments);
|
|
92
|
-
return emit("exit", process2.exitCode, null), emit("afterexit", process2.exitCode, null), ret;
|
|
93
|
-
} else
|
|
94
|
-
return originalProcessEmit.apply(this, arguments);
|
|
95
|
-
}) : module.exports = function() {
|
|
96
|
-
return function() {
|
|
97
|
-
};
|
|
98
|
-
};
|
|
99
|
-
var assert, signals, isWin, EE, emitter, unload, emit, sigListeners, loaded, load, originalProcessReallyExit, processReallyExit, originalProcessEmit, processEmit;
|
|
100
|
-
}
|
|
101
|
-
});
|
|
102
|
-
|
|
103
|
-
export {
|
|
104
|
-
require_signal_exit
|
|
105
|
-
};
|
|
106
|
-
//# sourceMappingURL=chunk-QETDXAFX.js.map
|