@shopify/create-app 3.73.1 → 3.73.2
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-3HBTLKMG.js → chunk-55N7E5WW.js} +6 -6
- package/dist/{chunk-EB3W4HCZ.js → chunk-5MQK53ZB.js} +5 -5
- package/dist/{chunk-WQCDIZKW.js → chunk-7BLDARWR.js} +6 -6
- package/dist/{chunk-AAHIKFN5.js → chunk-JHSNPAK4.js} +4 -4
- package/dist/{chunk-RQFIH5UJ.js → chunk-K7HGDAI4.js} +2 -2
- package/dist/{chunk-I2IKEWDQ.js → chunk-TKDPJ4ZU.js} +3 -3
- package/dist/{chunk-5ICBOSRB.js → chunk-U52U2BAX.js} +3 -3
- package/dist/{custom-oclif-loader-Q4J4YZBZ.js → custom-oclif-loader-COXUWDRX.js} +3 -3
- package/dist/{error-handler-5YP7AEGG.js → error-handler-NLEDBRP4.js} +7 -7
- package/dist/hooks/postrun.js +5 -5
- package/dist/hooks/prerun.js +5 -5
- package/dist/index.js +22 -23
- package/dist/{local-XKYHPSLO.js → local-WM5Y2GKE.js} +3 -3
- package/dist/{node-package-manager-HVOORAS5.js → node-package-manager-U4IKWNRD.js} +4 -4
- package/dist/{path-AAVNXP24.js → path-2HZUSAGR.js} +2 -2
- package/dist/{ui-WWXKR25G.js → ui-NMBUMLWD.js} +3 -3
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
removeSession,
|
|
13
13
|
setCachedPartnerAccountStatus,
|
|
14
14
|
setSession
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-U52U2BAX.js";
|
|
16
16
|
import {
|
|
17
17
|
AbortError,
|
|
18
18
|
BugError,
|
|
@@ -49,11 +49,11 @@ import {
|
|
|
49
49
|
systemEnvironmentVariables,
|
|
50
50
|
themeKitAccessDomain,
|
|
51
51
|
themeToken
|
|
52
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-5MQK53ZB.js";
|
|
53
53
|
import {
|
|
54
54
|
cwd,
|
|
55
55
|
sniffForJson
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-K7HGDAI4.js";
|
|
57
57
|
import {
|
|
58
58
|
__commonJS,
|
|
59
59
|
__require,
|
|
@@ -29366,7 +29366,7 @@ var require_lib3 = __commonJS({
|
|
|
29366
29366
|
|
|
29367
29367
|
// ../cli-kit/dist/public/common/version.js
|
|
29368
29368
|
init_cjs_shims();
|
|
29369
|
-
var CLI_KIT_VERSION = "3.73.
|
|
29369
|
+
var CLI_KIT_VERSION = "3.73.2";
|
|
29370
29370
|
|
|
29371
29371
|
// ../cli-kit/dist/private/node/analytics.js
|
|
29372
29372
|
init_cjs_shims();
|
|
@@ -32933,7 +32933,7 @@ ${result.sanitizedHeaders}
|
|
|
32933
32933
|
}
|
|
32934
32934
|
|
|
32935
32935
|
// ../cli-kit/dist/public/node/http.js
|
|
32936
|
-
var import_form_data2 = __toESM(require_form_data2());
|
|
32936
|
+
var import_form_data2 = __toESM(require_form_data2(), 1);
|
|
32937
32937
|
|
|
32938
32938
|
// ../../node_modules/.pnpm/node-fetch@3.3.2/node_modules/node-fetch/src/index.js
|
|
32939
32939
|
init_cjs_shims();
|
|
@@ -34904,4 +34904,4 @@ mime-types/index.js:
|
|
|
34904
34904
|
* MIT Licensed
|
|
34905
34905
|
*)
|
|
34906
34906
|
*/
|
|
34907
|
-
//# sourceMappingURL=chunk-
|
|
34907
|
+
//# sourceMappingURL=chunk-55N7E5WW.js.map
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
normalizePath,
|
|
18
18
|
relativizePath,
|
|
19
19
|
sniffForPath
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-K7HGDAI4.js";
|
|
21
21
|
import {
|
|
22
22
|
require_graceful_fs
|
|
23
23
|
} from "./chunk-75LV6AQS.js";
|
|
@@ -22468,7 +22468,7 @@ function createRuntimeMetadataContainer(defaultPublicMetadata = {}) {
|
|
|
22468
22468
|
try {
|
|
22469
22469
|
await getAndSet();
|
|
22470
22470
|
} catch (error) {
|
|
22471
|
-
let { sendErrorToBugsnag } = await import("./error-handler-
|
|
22471
|
+
let { sendErrorToBugsnag } = await import("./error-handler-NLEDBRP4.js");
|
|
22472
22472
|
await sendErrorToBugsnag(error, "unexpected_error");
|
|
22473
22473
|
}
|
|
22474
22474
|
}, durationStack = [];
|
|
@@ -28066,7 +28066,7 @@ function AutocompletePrompt({ message, choices, infoTable, onSubmit, search, has
|
|
|
28066
28066
|
}
|
|
28067
28067
|
|
|
28068
28068
|
// ../cli-kit/dist/public/node/ui.js
|
|
28069
|
-
var import_react54 = __toESM(require_react()
|
|
28069
|
+
var import_react54 = __toESM(require_react()), defaultUIDebugOptions = {
|
|
28070
28070
|
skipTTYCheck: !1
|
|
28071
28071
|
};
|
|
28072
28072
|
async function renderConcurrent({ renderOptions, ...props }) {
|
|
@@ -28206,7 +28206,7 @@ This usually happens when running a command non-interactively, for example in a
|
|
|
28206
28206
|
}
|
|
28207
28207
|
|
|
28208
28208
|
// ../cli-kit/dist/public/node/error.js
|
|
28209
|
-
var import_core = __toESM(require_lib()), import_ts_error = __toESM(require_cjs()), FatalErrorType;
|
|
28209
|
+
var import_core = __toESM(require_lib(), 1), import_ts_error = __toESM(require_cjs(), 1), FatalErrorType;
|
|
28210
28210
|
(function(FatalErrorType2) {
|
|
28211
28211
|
FatalErrorType2[FatalErrorType2.Abort = 0] = "Abort", FatalErrorType2[FatalErrorType2.AbortSilent = 1] = "AbortSilent", FatalErrorType2[FatalErrorType2.Bug = 2] = "Bug";
|
|
28212
28212
|
})(FatalErrorType || (FatalErrorType = {}));
|
|
@@ -31487,4 +31487,4 @@ react-reconciler/cjs/react-reconciler-constants.development.js:
|
|
|
31487
31487
|
* LICENSE file in the root directory of this source tree.
|
|
31488
31488
|
*)
|
|
31489
31489
|
*/
|
|
31490
|
-
//# sourceMappingURL=chunk-
|
|
31490
|
+
//# sourceMappingURL=chunk-5MQK53ZB.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
fanoutHooks,
|
|
3
3
|
reportAnalyticsEvent
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-JHSNPAK4.js";
|
|
5
5
|
import {
|
|
6
6
|
CLI_KIT_VERSION,
|
|
7
7
|
getEnvironmentData
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-55N7E5WW.js";
|
|
9
9
|
import {
|
|
10
10
|
runWithRateLimit
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-U52U2BAX.js";
|
|
12
12
|
import {
|
|
13
13
|
AbortSilentError,
|
|
14
14
|
CancelExecution,
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
reportingRateLimit,
|
|
24
24
|
require_stacktracey,
|
|
25
25
|
shouldReportErrorAsUnexpected
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-5MQK53ZB.js";
|
|
27
27
|
import {
|
|
28
28
|
require_lib
|
|
29
29
|
} from "./chunk-BOBYVF6Z.js";
|
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
joinPath,
|
|
34
34
|
normalizePath,
|
|
35
35
|
relativePath
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-K7HGDAI4.js";
|
|
37
37
|
import {
|
|
38
38
|
require_once
|
|
39
39
|
} from "./chunk-SHWOPMLQ.js";
|
|
@@ -2111,4 +2111,4 @@ export {
|
|
|
2111
2111
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
2112
2112
|
addBugsnagMetadata
|
|
2113
2113
|
};
|
|
2114
|
-
//# sourceMappingURL=chunk-
|
|
2114
|
+
//# sourceMappingURL=chunk-7BLDARWR.js.map
|
|
@@ -5,10 +5,10 @@ import {
|
|
|
5
5
|
getLastSeenUserIdAfterAuth,
|
|
6
6
|
getSensitiveEnvironmentData,
|
|
7
7
|
requestIdsCollection
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-55N7E5WW.js";
|
|
9
9
|
import {
|
|
10
10
|
runWithRateLimit
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-U52U2BAX.js";
|
|
12
12
|
import {
|
|
13
13
|
alwaysLogAnalytics,
|
|
14
14
|
alwaysLogMetrics,
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
outputDebug,
|
|
26
26
|
outputToken,
|
|
27
27
|
reportingRateLimit
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-5MQK53ZB.js";
|
|
29
29
|
import {
|
|
30
30
|
__commonJS,
|
|
31
31
|
__require,
|
|
@@ -15739,4 +15739,4 @@ export {
|
|
|
15739
15739
|
getListOfTunnelPlugins,
|
|
15740
15740
|
reportAnalyticsEvent
|
|
15741
15741
|
};
|
|
15742
|
-
//# sourceMappingURL=chunk-
|
|
15742
|
+
//# sourceMappingURL=chunk-JHSNPAK4.js.map
|
|
@@ -30,7 +30,7 @@ var require_commondir = __commonJS({
|
|
|
30
30
|
|
|
31
31
|
// ../cli-kit/dist/public/node/path.js
|
|
32
32
|
init_cjs_shims();
|
|
33
|
-
var import_commondir = __toESM(require_commondir()
|
|
33
|
+
var import_commondir = __toESM(require_commondir());
|
|
34
34
|
|
|
35
35
|
// ../../node_modules/.pnpm/pathe@1.1.1/node_modules/pathe/dist/index.mjs
|
|
36
36
|
init_cjs_shims();
|
|
@@ -189,4 +189,4 @@ export {
|
|
|
189
189
|
sniffForPath,
|
|
190
190
|
sniffForJson
|
|
191
191
|
};
|
|
192
|
-
//# sourceMappingURL=chunk-
|
|
192
|
+
//# sourceMappingURL=chunk-K7HGDAI4.js.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
packageManagerFromUserAgent
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-U52U2BAX.js";
|
|
4
4
|
import {
|
|
5
5
|
currentProcessIsGlobal,
|
|
6
6
|
inferPackageManagerForGlobalCLI,
|
|
7
7
|
outputContent,
|
|
8
8
|
outputToken
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-5MQK53ZB.js";
|
|
10
10
|
import {
|
|
11
11
|
init_cjs_shims
|
|
12
12
|
} from "./chunk-PKR7KJ6P.js";
|
|
@@ -24,4 +24,4 @@ function getOutputUpdateCLIReminder(version) {
|
|
|
24
24
|
export {
|
|
25
25
|
getOutputUpdateCLIReminder
|
|
26
26
|
};
|
|
27
|
-
//# sourceMappingURL=chunk-
|
|
27
|
+
//# sourceMappingURL=chunk-TKDPJ4ZU.js.map
|
|
@@ -18,11 +18,11 @@ import {
|
|
|
18
18
|
require_get_stream,
|
|
19
19
|
runWithTimer,
|
|
20
20
|
writeFile
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-5MQK53ZB.js";
|
|
22
22
|
import {
|
|
23
23
|
dirname,
|
|
24
24
|
joinPath
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-K7HGDAI4.js";
|
|
26
26
|
import {
|
|
27
27
|
__commonJS,
|
|
28
28
|
__require,
|
|
@@ -15356,4 +15356,4 @@ deep-extend/lib/deep-extend.js:
|
|
|
15356
15356
|
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
15357
15357
|
*)
|
|
15358
15358
|
*/
|
|
15359
|
-
//# sourceMappingURL=chunk-
|
|
15359
|
+
//# sourceMappingURL=chunk-U52U2BAX.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
execaSync,
|
|
3
3
|
fileExistsSync
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-5MQK53ZB.js";
|
|
5
5
|
import {
|
|
6
6
|
require_lib
|
|
7
7
|
} from "./chunk-BOBYVF6Z.js";
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
cwd,
|
|
12
12
|
joinPath,
|
|
13
13
|
sniffForPath
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-K7HGDAI4.js";
|
|
15
15
|
import "./chunk-75LV6AQS.js";
|
|
16
16
|
import "./chunk-EZFQXNK5.js";
|
|
17
17
|
import "./chunk-CRHXI6PS.js";
|
|
@@ -43,4 +43,4 @@ var import_core = __toESM(require_lib(), 1), ShopifyConfig = class extends impor
|
|
|
43
43
|
export {
|
|
44
44
|
ShopifyConfig
|
|
45
45
|
};
|
|
46
|
-
//# sourceMappingURL=custom-oclif-loader-
|
|
46
|
+
//# sourceMappingURL=custom-oclif-loader-COXUWDRX.js.map
|
|
@@ -4,16 +4,16 @@ import {
|
|
|
4
4
|
errorHandler,
|
|
5
5
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
6
6
|
sendErrorToBugsnag
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-7BLDARWR.js";
|
|
8
|
+
import "./chunk-JHSNPAK4.js";
|
|
9
|
+
import "./chunk-55N7E5WW.js";
|
|
10
10
|
import "./chunk-25IMI7TH.js";
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-U52U2BAX.js";
|
|
12
|
+
import "./chunk-5MQK53ZB.js";
|
|
13
13
|
import "./chunk-BOBYVF6Z.js";
|
|
14
14
|
import "./chunk-OAZFIMJ3.js";
|
|
15
15
|
import "./chunk-CFIKVUNW.js";
|
|
16
|
-
import "./chunk-
|
|
16
|
+
import "./chunk-K7HGDAI4.js";
|
|
17
17
|
import "./chunk-SHWOPMLQ.js";
|
|
18
18
|
import "./chunk-75LV6AQS.js";
|
|
19
19
|
import "./chunk-EZFQXNK5.js";
|
|
@@ -28,4 +28,4 @@ export {
|
|
|
28
28
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
29
29
|
sendErrorToBugsnag
|
|
30
30
|
};
|
|
31
|
-
//# sourceMappingURL=error-handler-
|
|
31
|
+
//# sourceMappingURL=error-handler-NLEDBRP4.js.map
|
package/dist/hooks/postrun.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import {
|
|
2
2
|
reportAnalyticsEvent
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-JHSNPAK4.js";
|
|
4
4
|
import {
|
|
5
5
|
getNextDeprecationDate
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-55N7E5WW.js";
|
|
7
7
|
import "../chunk-25IMI7TH.js";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-U52U2BAX.js";
|
|
9
9
|
import {
|
|
10
10
|
addSensitiveMetadata,
|
|
11
11
|
getAllSensitiveMetadata,
|
|
12
12
|
outputDebug,
|
|
13
13
|
renderWarning
|
|
14
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-5MQK53ZB.js";
|
|
15
15
|
import "../chunk-BOBYVF6Z.js";
|
|
16
16
|
import "../chunk-OAZFIMJ3.js";
|
|
17
17
|
import "../chunk-CFIKVUNW.js";
|
|
18
|
-
import "../chunk-
|
|
18
|
+
import "../chunk-K7HGDAI4.js";
|
|
19
19
|
import "../chunk-75LV6AQS.js";
|
|
20
20
|
import "../chunk-EZFQXNK5.js";
|
|
21
21
|
import "../chunk-CRHXI6PS.js";
|
package/dist/hooks/prerun.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getOutputUpdateCLIReminder
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-TKDPJ4ZU.js";
|
|
4
4
|
import {
|
|
5
5
|
CLI_KIT_VERSION,
|
|
6
6
|
startAnalytics
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-55N7E5WW.js";
|
|
8
8
|
import "../chunk-25IMI7TH.js";
|
|
9
9
|
import {
|
|
10
10
|
checkForCachedNewVersion,
|
|
11
11
|
checkForNewVersion,
|
|
12
12
|
runAtMinimumInterval
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-U52U2BAX.js";
|
|
14
14
|
import {
|
|
15
15
|
outputDebug,
|
|
16
16
|
outputWarn
|
|
17
|
-
} from "../chunk-
|
|
17
|
+
} from "../chunk-5MQK53ZB.js";
|
|
18
18
|
import "../chunk-BOBYVF6Z.js";
|
|
19
19
|
import "../chunk-OAZFIMJ3.js";
|
|
20
20
|
import "../chunk-CFIKVUNW.js";
|
|
21
|
-
import "../chunk-
|
|
21
|
+
import "../chunk-K7HGDAI4.js";
|
|
22
22
|
import "../chunk-75LV6AQS.js";
|
|
23
23
|
import "../chunk-EZFQXNK5.js";
|
|
24
24
|
import "../chunk-CRHXI6PS.js";
|
package/dist/index.js
CHANGED
|
@@ -8,15 +8,15 @@ import {
|
|
|
8
8
|
errorHandler,
|
|
9
9
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
10
10
|
require_end_of_stream
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-7BLDARWR.js";
|
|
12
12
|
import {
|
|
13
13
|
fanoutHooks,
|
|
14
14
|
getListOfTunnelPlugins,
|
|
15
15
|
reportAnalyticsEvent
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-JHSNPAK4.js";
|
|
17
17
|
import {
|
|
18
18
|
getOutputUpdateCLIReminder
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-TKDPJ4ZU.js";
|
|
20
20
|
import {
|
|
21
21
|
CLI_KIT_VERSION,
|
|
22
22
|
ClientError,
|
|
@@ -61,7 +61,7 @@ import {
|
|
|
61
61
|
setNextDeprecationDate,
|
|
62
62
|
username,
|
|
63
63
|
z
|
|
64
|
-
} from "./chunk-
|
|
64
|
+
} from "./chunk-55N7E5WW.js";
|
|
65
65
|
import "./chunk-25IMI7TH.js";
|
|
66
66
|
import {
|
|
67
67
|
LocalStorage,
|
|
@@ -87,7 +87,7 @@ import {
|
|
|
87
87
|
usesWorkspaces,
|
|
88
88
|
versionSatisfies,
|
|
89
89
|
writePackageJSON
|
|
90
|
-
} from "./chunk-
|
|
90
|
+
} from "./chunk-U52U2BAX.js";
|
|
91
91
|
import {
|
|
92
92
|
AbortController as AbortController2,
|
|
93
93
|
AbortError,
|
|
@@ -262,7 +262,7 @@ import {
|
|
|
262
262
|
use_stdin_default,
|
|
263
263
|
writeFile,
|
|
264
264
|
writeFileSync
|
|
265
|
-
} from "./chunk-
|
|
265
|
+
} from "./chunk-5MQK53ZB.js";
|
|
266
266
|
import {
|
|
267
267
|
require_brace_expansion,
|
|
268
268
|
require_lib
|
|
@@ -284,7 +284,7 @@ import {
|
|
|
284
284
|
relativizePath,
|
|
285
285
|
resolvePath,
|
|
286
286
|
sniffForJson
|
|
287
|
-
} from "./chunk-
|
|
287
|
+
} from "./chunk-K7HGDAI4.js";
|
|
288
288
|
import {
|
|
289
289
|
require_fs,
|
|
290
290
|
require_glob,
|
|
@@ -142466,7 +142466,7 @@ async function showNotificationsIfNeeded(currentSurfaces, environment = process.
|
|
|
142466
142466
|
throw new AbortSilentError();
|
|
142467
142467
|
let errorMessage2 = `Error retrieving notifications: ${error.message}`;
|
|
142468
142468
|
outputDebug(errorMessage2);
|
|
142469
|
-
let { sendErrorToBugsnag } = await import("./error-handler-
|
|
142469
|
+
let { sendErrorToBugsnag } = await import("./error-handler-NLEDBRP4.js");
|
|
142470
142470
|
await sendErrorToBugsnag(errorMessage2, "unexpected_error");
|
|
142471
142471
|
}
|
|
142472
142472
|
}
|
|
@@ -151692,7 +151692,7 @@ init_cjs_shims();
|
|
|
151692
151692
|
init_cjs_shims();
|
|
151693
151693
|
import { fileURLToPath as fileURLToPath2 } from "node:url";
|
|
151694
151694
|
async function launchCLI(options) {
|
|
151695
|
-
let { errorHandler: errorHandler2 } = await import("./error-handler-
|
|
151695
|
+
let { errorHandler: errorHandler2 } = await import("./error-handler-NLEDBRP4.js"), { isDevelopment: isDevelopment2 } = await import("./local-WM5Y2GKE.js"), oclif = await import("./lib-CKTRCGTR.js"), { ShopifyConfig } = await import("./custom-oclif-loader-COXUWDRX.js");
|
|
151696
151696
|
isDevelopment2() && (oclif.default.settings.debug = !0);
|
|
151697
151697
|
try {
|
|
151698
151698
|
let config2 = new ShopifyConfig({ root: fileURLToPath2(options.moduleURL) });
|
|
@@ -151707,7 +151707,7 @@ var import_core3 = __toESM(require_lib());
|
|
|
151707
151707
|
async function warnIfOldNodeVersion(versions2 = process.versions) {
|
|
151708
151708
|
let nodeVersion = versions2.node, nodeMajorVersion = Number(nodeVersion.split(".")[0]);
|
|
151709
151709
|
if (nodeMajorVersion < 18) {
|
|
151710
|
-
let { renderWarning: renderWarning2 } = await import("./ui-
|
|
151710
|
+
let { renderWarning: renderWarning2 } = await import("./ui-NMBUMLWD.js");
|
|
151711
151711
|
renderWarning2({
|
|
151712
151712
|
headline: "Upgrade to a supported Node version now.",
|
|
151713
151713
|
body: [
|
|
@@ -151734,7 +151734,7 @@ async function runCLI(options, launchCLI2 = launchCLI, argv = process.argv, env
|
|
|
151734
151734
|
return setupEnvironmentVariables(options, argv, env), options.runInCreateMode && await addInitToArgvWhenRunningCreateCLI(options, argv), forceNoColor(argv, env), await warnIfOldNodeVersion(versions2), launchCLI2({ moduleURL: options.moduleURL });
|
|
151735
151735
|
}
|
|
151736
151736
|
async function addInitToArgvWhenRunningCreateCLI(options, argv = process.argv) {
|
|
151737
|
-
let { findUpAndReadPackageJson: findUpAndReadPackageJson2 } = await import("./node-package-manager-
|
|
151737
|
+
let { findUpAndReadPackageJson: findUpAndReadPackageJson2 } = await import("./node-package-manager-U4IKWNRD.js"), { moduleDirectory: moduleDirectory2 } = await import("./path-2HZUSAGR.js"), name = (await findUpAndReadPackageJson2(moduleDirectory2(options.moduleURL))).content.name.replace("@shopify/create-", "");
|
|
151738
151738
|
if (argv.findIndex((arg) => arg.includes("init")) === -1) {
|
|
151739
151739
|
let initIndex2 = argv.findIndex((arg) => arg.match(new RegExp(`bin(\\/|\\\\)+(create-${name}|dev|run)`))) + 1;
|
|
151740
151740
|
argv.splice(initIndex2, 0, "init");
|
|
@@ -153912,20 +153912,19 @@ var Operation;
|
|
|
153912
153912
|
|
|
153913
153913
|
// ../cli-kit/dist/public/node/themes/api.js
|
|
153914
153914
|
async function fetchTheme(id, session) {
|
|
153915
|
+
let gid = composeThemeGid(id);
|
|
153915
153916
|
try {
|
|
153916
|
-
let
|
|
153917
|
+
let { theme } = await adminRequestDoc(GetTheme, session, { id: gid }, void 0, {
|
|
153917
153918
|
handleErrors: !1
|
|
153918
|
-
})
|
|
153919
|
-
|
|
153920
|
-
|
|
153921
|
-
|
|
153922
|
-
|
|
153923
|
-
|
|
153924
|
-
|
|
153925
|
-
|
|
153926
|
-
|
|
153927
|
-
return;
|
|
153928
|
-
throw new AbortError(`Failed to fetch theme: ${id}`);
|
|
153919
|
+
});
|
|
153920
|
+
if (theme)
|
|
153921
|
+
return buildTheme({
|
|
153922
|
+
id: parseGid(theme.id),
|
|
153923
|
+
processing: theme.processing,
|
|
153924
|
+
role: theme.role.toLowerCase(),
|
|
153925
|
+
name: theme.name
|
|
153926
|
+
});
|
|
153927
|
+
} catch {
|
|
153929
153928
|
}
|
|
153930
153929
|
}
|
|
153931
153930
|
async function fetchThemes(session) {
|
|
@@ -22,11 +22,11 @@ import {
|
|
|
22
22
|
themeToken,
|
|
23
23
|
useEmbeddedThemeCLI,
|
|
24
24
|
useThemebundling
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-5MQK53ZB.js";
|
|
26
26
|
import "./chunk-BOBYVF6Z.js";
|
|
27
27
|
import "./chunk-OAZFIMJ3.js";
|
|
28
28
|
import "./chunk-CFIKVUNW.js";
|
|
29
|
-
import "./chunk-
|
|
29
|
+
import "./chunk-K7HGDAI4.js";
|
|
30
30
|
import "./chunk-75LV6AQS.js";
|
|
31
31
|
import "./chunk-EZFQXNK5.js";
|
|
32
32
|
import "./chunk-CRHXI6PS.js";
|
|
@@ -58,4 +58,4 @@ export {
|
|
|
58
58
|
useEmbeddedThemeCLI,
|
|
59
59
|
useThemebundling
|
|
60
60
|
};
|
|
61
|
-
//# sourceMappingURL=local-
|
|
61
|
+
//# sourceMappingURL=local-WM5Y2GKE.js.map
|
|
@@ -29,12 +29,12 @@ import {
|
|
|
29
29
|
versionSatisfies,
|
|
30
30
|
writePackageJSON,
|
|
31
31
|
yarnLockfile
|
|
32
|
-
} from "./chunk-
|
|
33
|
-
import "./chunk-
|
|
32
|
+
} from "./chunk-U52U2BAX.js";
|
|
33
|
+
import "./chunk-5MQK53ZB.js";
|
|
34
34
|
import "./chunk-BOBYVF6Z.js";
|
|
35
35
|
import "./chunk-OAZFIMJ3.js";
|
|
36
36
|
import "./chunk-CFIKVUNW.js";
|
|
37
|
-
import "./chunk-
|
|
37
|
+
import "./chunk-K7HGDAI4.js";
|
|
38
38
|
import "./chunk-75LV6AQS.js";
|
|
39
39
|
import "./chunk-EZFQXNK5.js";
|
|
40
40
|
import "./chunk-CRHXI6PS.js";
|
|
@@ -73,4 +73,4 @@ export {
|
|
|
73
73
|
writePackageJSON,
|
|
74
74
|
yarnLockfile
|
|
75
75
|
};
|
|
76
|
-
//# sourceMappingURL=node-package-manager-
|
|
76
|
+
//# sourceMappingURL=node-package-manager-U4IKWNRD.js.map
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
resolvePath,
|
|
14
14
|
sniffForJson,
|
|
15
15
|
sniffForPath
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-K7HGDAI4.js";
|
|
17
17
|
import "./chunk-PKR7KJ6P.js";
|
|
18
18
|
export {
|
|
19
19
|
basename,
|
|
@@ -31,4 +31,4 @@ export {
|
|
|
31
31
|
sniffForJson,
|
|
32
32
|
sniffForPath
|
|
33
33
|
};
|
|
34
|
-
//# sourceMappingURL=path-
|
|
34
|
+
//# sourceMappingURL=path-2HZUSAGR.js.map
|
|
@@ -17,11 +17,11 @@ import {
|
|
|
17
17
|
renderText,
|
|
18
18
|
renderTextPrompt,
|
|
19
19
|
renderWarning
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-5MQK53ZB.js";
|
|
21
21
|
import "./chunk-BOBYVF6Z.js";
|
|
22
22
|
import "./chunk-OAZFIMJ3.js";
|
|
23
23
|
import "./chunk-CFIKVUNW.js";
|
|
24
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-K7HGDAI4.js";
|
|
25
25
|
import "./chunk-75LV6AQS.js";
|
|
26
26
|
import "./chunk-EZFQXNK5.js";
|
|
27
27
|
import "./chunk-CRHXI6PS.js";
|
|
@@ -48,4 +48,4 @@ export {
|
|
|
48
48
|
renderTextPrompt,
|
|
49
49
|
renderWarning
|
|
50
50
|
};
|
|
51
|
-
//# sourceMappingURL=ui-
|
|
51
|
+
//# sourceMappingURL=ui-NMBUMLWD.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.73.
|
|
3
|
+
"version": "3.73.2",
|
|
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.24.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@shopify/cli-kit": "3.73.
|
|
51
|
-
"@shopify/app": "3.73.
|
|
50
|
+
"@shopify/cli-kit": "3.73.2",
|
|
51
|
+
"@shopify/app": "3.73.2",
|
|
52
52
|
"@types/node": "18.19.3",
|
|
53
53
|
"esbuild-plugin-copy": "^2.1.1",
|
|
54
54
|
"@vitest/coverage-istanbul": "^1.6.0"
|