@shopify/cli 3.77.0 → 3.78.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/assets/hydrogen/bundle/analyzer.html +21 -17
- package/dist/assets/hydrogen/starter/CHANGELOG.md +167 -36
- package/dist/assets/hydrogen/starter/app/root.tsx +11 -11
- package/dist/assets/hydrogen/starter/app/routes/search.tsx +4 -3
- package/dist/assets/hydrogen/starter/app/routes.ts +9 -0
- package/dist/assets/hydrogen/starter/package.json +17 -15
- package/dist/assets/hydrogen/starter/tsconfig.json +1 -1
- package/dist/assets/hydrogen/starter/vite.config.ts +2 -1
- package/dist/assets/hydrogen/tailwind/package.json +1 -1
- package/dist/assets/hydrogen/vanilla-extract/package.json +2 -2
- package/dist/assets/hydrogen/virtual-routes/assets/debug-network.css +27 -10
- package/dist/assets/hydrogen/virtual-routes/assets/styles.css +13 -2
- package/dist/assets/hydrogen/virtual-routes/layout.jsx +39 -0
- package/dist/assets/hydrogen/virtual-routes/virtual-root-with-layout.jsx +63 -0
- package/dist/assets/hydrogen/virtual-routes/virtual-root.jsx +10 -8
- package/dist/assets/hydrogen/vite/package.json +1 -1
- package/dist/assets/hydrogen/vite/vite.config.js +1 -0
- package/dist/{chunk-RA5UDHSI.js → chunk-2YVR2YAE.js} +3 -3
- package/dist/{chunk-O5U2T7LH.js → chunk-35A3HBTL.js} +4 -4
- package/dist/{chunk-CBLCYLJO.js → chunk-35XDICNP.js} +2 -2
- package/dist/{chunk-QVZW3IVL.js → chunk-5LKOKELK.js} +36 -32
- package/dist/{chunk-PHWPEUZI.js → chunk-A5LK333I.js} +3 -3
- package/dist/{chunk-LLYJXSNC.js → chunk-BV6PURBM.js} +3 -3
- package/dist/{chunk-GPICPOCE.js → chunk-C3Q6M5C3.js} +3 -3
- package/dist/{chunk-AW7SZYGV.js → chunk-D2R3AM3S.js} +6 -6
- package/dist/{chunk-3ARIMAIR.js → chunk-FIH2SHBE.js} +4 -4
- package/dist/{chunk-RWT677FV.js → chunk-GEAXCEGF.js} +4 -4
- package/dist/{chunk-7IKFEU6I.js → chunk-GRJWPHAK.js} +2 -2
- package/dist/{chunk-ACSVNEID.js → chunk-HLFLQFAO.js} +5 -5
- package/dist/{chunk-FJAIUBHO.js → chunk-HQF3OQCV.js} +6 -6
- package/dist/{chunk-5ZMRZCPZ.js → chunk-ICGAJSRH.js} +2 -2
- package/dist/{chunk-6ZKE2WPK.js → chunk-IJLYOQTB.js} +2 -2
- package/dist/{chunk-ZVNHCLRN.js → chunk-K6OZPDRE.js} +3 -3
- package/dist/{chunk-IX7XAR6F.js → chunk-KJNPOPZU.js} +3 -3
- package/dist/{chunk-SO33Y5TT.js → chunk-KKK42SBP.js} +3 -3
- package/dist/{chunk-AUBRXAVZ.js → chunk-KUVHPVGH.js} +3 -3
- package/dist/{chunk-DHO2PUCK.js → chunk-MLQTLKNQ.js} +2 -2
- package/dist/{chunk-S3PY2ULH.js → chunk-N2GQBM45.js} +13 -4
- package/dist/{chunk-V5G4FJZH.js → chunk-NCYK3NPS.js} +288 -241
- package/dist/{chunk-VSKRQ3JT.js → chunk-QAKYKTFV.js} +2 -1
- package/dist/{chunk-NZVJ77WD.js → chunk-QVDCZMPL.js} +3 -3
- package/dist/{chunk-J3C7BGUW.js → chunk-R2JN4S25.js} +4 -4
- package/dist/{chunk-YXR557PE.js → chunk-RYZBD47F.js} +3 -3
- package/dist/{chunk-AZ33PIX2.js → chunk-S6ZWGAX6.js} +8 -8
- package/dist/{chunk-ZKUNCSWD.js → chunk-TQMZLUGH.js} +5 -5
- package/dist/{chunk-YL7TDFFA.js → chunk-UDNM674J.js} +3 -3
- package/dist/{chunk-74V7KQLD.js → chunk-VAMD3FV3.js} +4 -4
- package/dist/{chunk-WN6OLVLP.js → chunk-VNCW4T6F.js} +4 -4
- package/dist/{chunk-4BPRKRYD.js → chunk-VNKMVUTV.js} +5 -5
- package/dist/{chunk-VTEM2QWG.js → chunk-VTV2W43J.js} +3 -3
- package/dist/{chunk-U7E5RRYF.js → chunk-WM4XS6OG.js} +3 -3
- package/dist/{chunk-MYIEKIZR.js → chunk-WVISX7R6.js} +2 -2
- package/dist/{chunk-NHMQOM7T.js → chunk-XSNERQSV.js} +2 -2
- package/dist/cli/commands/auth/logout.js +12 -12
- package/dist/cli/commands/auth/logout.test.js +13 -13
- package/dist/cli/commands/cache/clear.js +11 -11
- package/dist/cli/commands/debug/command-flags.js +11 -11
- package/dist/cli/commands/docs/generate.js +11 -11
- package/dist/cli/commands/docs/generate.test.js +11 -11
- package/dist/cli/commands/help.js +11 -11
- package/dist/cli/commands/kitchen-sink/async.js +12 -12
- package/dist/cli/commands/kitchen-sink/async.test.js +12 -12
- package/dist/cli/commands/kitchen-sink/index.js +14 -14
- package/dist/cli/commands/kitchen-sink/index.test.js +14 -14
- package/dist/cli/commands/kitchen-sink/prompts.js +12 -12
- package/dist/cli/commands/kitchen-sink/prompts.test.js +12 -12
- package/dist/cli/commands/kitchen-sink/static.js +12 -12
- package/dist/cli/commands/kitchen-sink/static.test.js +12 -12
- package/dist/cli/commands/notifications/generate.js +12 -12
- package/dist/cli/commands/notifications/list.js +12 -12
- package/dist/cli/commands/search.js +12 -12
- package/dist/cli/commands/upgrade.js +12 -12
- package/dist/cli/commands/version.js +12 -12
- package/dist/cli/commands/version.test.js +12 -12
- package/dist/cli/services/commands/notifications.js +7 -7
- package/dist/cli/services/commands/search.js +3 -3
- package/dist/cli/services/commands/search.test.js +3 -3
- package/dist/cli/services/commands/version.js +4 -4
- package/dist/cli/services/commands/version.test.js +5 -5
- package/dist/cli/services/kitchen-sink/async.js +3 -3
- package/dist/cli/services/kitchen-sink/prompts.js +3 -3
- package/dist/cli/services/kitchen-sink/static.js +3 -3
- package/dist/cli/services/upgrade.js +4 -4
- package/dist/cli/services/upgrade.test.js +5 -5
- package/dist/{custom-oclif-loader-TE6EUPGI.js → custom-oclif-loader-URFPN7T5.js} +3 -3
- package/dist/data/default_setting_values.json +0 -56
- package/dist/data/latest.json +1 -1
- package/dist/{error-handler-WC4XSLZQ.js → error-handler-JMG43AG2.js} +9 -9
- package/dist/hooks/postrun.js +7 -7
- package/dist/hooks/prerun.js +8 -8
- package/dist/index.js +49586 -10952
- package/dist/{lib-SGEWXU7Z.js → lib-IZAG57CE.js} +2 -2
- package/dist/{local-7Q5JCU62.js → local-VNB4TMEI.js} +3 -3
- package/dist/{morph-WRZ7XCTF.js → morph-W4XLLZ47.js} +9 -9
- package/dist/{node-MNEYEH5U.js → node-4XPDXMES.js} +15 -15
- package/dist/{node-package-manager-3SFTB3BW.js → node-package-manager-GL4PGGZJ.js} +4 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-NMP2SY3G.js → ui-LKIZMLKP.js} +3 -3
- package/dist/{workerd-NN737W52.js → workerd-RCIF7HOL.js} +14 -14
- package/oclif.manifest.json +1 -1
- package/package.json +10 -8
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
require_lib
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-QAKYKTFV.js";
|
|
4
4
|
import "./chunk-G5R6YD27.js";
|
|
5
5
|
import "./chunk-3I3GQNEW.js";
|
|
6
6
|
import "./chunk-G2ZZKGSV.js";
|
|
@@ -10,4 +10,4 @@ import "./chunk-5DBS6QOU.js";
|
|
|
10
10
|
import "./chunk-B3YWYURY.js";
|
|
11
11
|
import "./chunk-PKR7KJ6P.js";
|
|
12
12
|
export default require_lib();
|
|
13
|
-
//# sourceMappingURL=lib-
|
|
13
|
+
//# sourceMappingURL=lib-IZAG57CE.js.map
|
|
@@ -23,11 +23,11 @@ import {
|
|
|
23
23
|
themeToken,
|
|
24
24
|
useEmbeddedThemeCLI,
|
|
25
25
|
useThemebundling
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-R2JN4S25.js";
|
|
27
27
|
import "./chunk-B5EXYCV3.js";
|
|
28
28
|
import "./chunk-75LV6AQS.js";
|
|
29
29
|
import "./chunk-57Q6OQG4.js";
|
|
30
|
-
import "./chunk-
|
|
30
|
+
import "./chunk-QAKYKTFV.js";
|
|
31
31
|
import "./chunk-G5R6YD27.js";
|
|
32
32
|
import "./chunk-3I3GQNEW.js";
|
|
33
33
|
import "./chunk-G2ZZKGSV.js";
|
|
@@ -63,4 +63,4 @@ export {
|
|
|
63
63
|
useEmbeddedThemeCLI,
|
|
64
64
|
useThemebundling
|
|
65
65
|
};
|
|
66
|
-
//# sourceMappingURL=local-
|
|
66
|
+
//# sourceMappingURL=local-VNB4TMEI.js.map
|
|
@@ -190638,18 +190638,18 @@ Node text: ${this._forgottenText}`), new common.errors.InvalidOperationError(mes
|
|
|
190638
190638
|
}
|
|
190639
190639
|
});
|
|
190640
190640
|
|
|
190641
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
190641
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@10.0.0_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/index.js
|
|
190642
190642
|
init_cjs_shims();
|
|
190643
190643
|
var import_ts_morph2 = __toESM(require_ts_morph(), 1);
|
|
190644
190644
|
|
|
190645
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
190645
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@10.0.0_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/classes.js
|
|
190646
190646
|
init_cjs_shims();
|
|
190647
190647
|
var import_ts_morph = __toESM(require_ts_morph(), 1);
|
|
190648
190648
|
|
|
190649
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
190649
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@10.0.0_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/functions.js
|
|
190650
190650
|
init_cjs_shims();
|
|
190651
190651
|
|
|
190652
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
190652
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@10.0.0_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/utils.js
|
|
190653
190653
|
init_cjs_shims();
|
|
190654
190654
|
function getJsDocOrCreate(node) {
|
|
190655
190655
|
return node.getJsDocs().at(-1) || node.addJsDoc({ description: `
|
|
@@ -190663,7 +190663,7 @@ function sanitizeType(str) {
|
|
|
190663
190663
|
return extractedClassFromTypeof ? `Class<${extractedClassFromTypeof}>` : str;
|
|
190664
190664
|
}
|
|
190665
190665
|
|
|
190666
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
190666
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@10.0.0_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/functions.js
|
|
190667
190667
|
function generateFunctionDocumentation(functionNode, variableStatement) {
|
|
190668
190668
|
let outputDocNode = getOutputJsDocNodeOrCreate(
|
|
190669
190669
|
functionNode,
|
|
@@ -190726,7 +190726,7 @@ function getOutputJsDocNodeOrCreate(functionNode, docNode) {
|
|
|
190726
190726
|
return docNode ? functionNode.getJsDocs().length ? functionNode : (getJsDocOrCreate(docNode), docNode) : (getJsDocOrCreate(functionNode), functionNode);
|
|
190727
190727
|
}
|
|
190728
190728
|
|
|
190729
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
190729
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@10.0.0_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/classes.js
|
|
190730
190730
|
function generateClassDocumentation(classNode) {
|
|
190731
190731
|
generateClassBaseDocumentation(classNode), classNode.getMembers().forEach(generateClassMemberDocumentation);
|
|
190732
190732
|
}
|
|
@@ -190754,7 +190754,7 @@ function generateModifierDocumentation(classMember) {
|
|
|
190754
190754
|
}
|
|
190755
190755
|
}
|
|
190756
190756
|
|
|
190757
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
190757
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@10.0.0_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/typedefs.js
|
|
190758
190758
|
init_cjs_shims();
|
|
190759
190759
|
function generateTypeDefs(sourceFile, code) {
|
|
190760
190760
|
let typedefs = sourceFile.getTypeAliases().map(
|
|
@@ -190867,7 +190867,7 @@ function generateObjectPropertyDocumentation(node, jsDoc, name = "", topLevelCal
|
|
|
190867
190867
|
);
|
|
190868
190868
|
}
|
|
190869
190869
|
|
|
190870
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
190870
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@10.0.0_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/index.js
|
|
190871
190871
|
var DEFAULT_COMPILER_OPTIONS = {
|
|
190872
190872
|
target: import_ts_morph2.ScriptTarget.ESNext,
|
|
190873
190873
|
esModuleInterop: !0,
|
|
@@ -190944,4 +190944,4 @@ export {
|
|
|
190944
190944
|
and limitations under the License.
|
|
190945
190945
|
***************************************************************************** *)
|
|
190946
190946
|
*/
|
|
190947
|
-
//# sourceMappingURL=morph-
|
|
190947
|
+
//# sourceMappingURL=morph-W4XLLZ47.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
findPort
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-BV6PURBM.js";
|
|
4
4
|
import {
|
|
5
5
|
DEFAULT_INSPECTOR_PORT,
|
|
6
6
|
H2O_BINDING_NAME,
|
|
@@ -12,20 +12,20 @@ import {
|
|
|
12
12
|
importLocal,
|
|
13
13
|
logRequestLine,
|
|
14
14
|
setConstructors
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-NCYK3NPS.js";
|
|
16
16
|
import "./chunk-LQ2ZKVR6.js";
|
|
17
17
|
import "./chunk-CP3BRHWK.js";
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
20
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-VTV2W43J.js";
|
|
19
|
+
import "./chunk-VNKMVUTV.js";
|
|
20
|
+
import "./chunk-5LKOKELK.js";
|
|
21
21
|
import "./chunk-SHWOPMLQ.js";
|
|
22
|
-
import "./chunk-
|
|
23
|
-
import "./chunk-
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
22
|
+
import "./chunk-D2R3AM3S.js";
|
|
23
|
+
import "./chunk-N2GQBM45.js";
|
|
24
|
+
import "./chunk-HQF3OQCV.js";
|
|
25
|
+
import "./chunk-KJNPOPZU.js";
|
|
26
26
|
import "./chunk-25IMI7TH.js";
|
|
27
|
-
import "./chunk-
|
|
28
|
-
import "./chunk-
|
|
27
|
+
import "./chunk-MLQTLKNQ.js";
|
|
28
|
+
import "./chunk-ICGAJSRH.js";
|
|
29
29
|
import "./chunk-HMDWNGIV.js";
|
|
30
30
|
import {
|
|
31
31
|
AbortError,
|
|
@@ -33,11 +33,11 @@ import {
|
|
|
33
33
|
readFile,
|
|
34
34
|
renderSuccess,
|
|
35
35
|
source_default
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-R2JN4S25.js";
|
|
37
37
|
import "./chunk-B5EXYCV3.js";
|
|
38
38
|
import "./chunk-75LV6AQS.js";
|
|
39
39
|
import "./chunk-57Q6OQG4.js";
|
|
40
|
-
import "./chunk-
|
|
40
|
+
import "./chunk-QAKYKTFV.js";
|
|
41
41
|
import "./chunk-G5R6YD27.js";
|
|
42
42
|
import "./chunk-3I3GQNEW.js";
|
|
43
43
|
import "./chunk-G2ZZKGSV.js";
|
|
@@ -50,7 +50,7 @@ import {
|
|
|
50
50
|
init_cjs_shims
|
|
51
51
|
} from "./chunk-PKR7KJ6P.js";
|
|
52
52
|
|
|
53
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
53
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@10.0.0_@graphql-codegen+cli@5.0.4_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/mini-oxygen/node.js
|
|
54
54
|
init_cjs_shims();
|
|
55
55
|
import { AsyncLocalStorage } from "node:async_hooks";
|
|
56
56
|
async function startNodeServer({
|
|
@@ -163,4 +163,4 @@ async function startNodeServer({
|
|
|
163
163
|
export {
|
|
164
164
|
startNodeServer
|
|
165
165
|
};
|
|
166
|
-
//# sourceMappingURL=node-
|
|
166
|
+
//# sourceMappingURL=node-4XPDXMES.js.map
|
|
@@ -29,13 +29,13 @@ import {
|
|
|
29
29
|
versionSatisfies,
|
|
30
30
|
writePackageJSON,
|
|
31
31
|
yarnLockfile
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-ICGAJSRH.js";
|
|
33
33
|
import "./chunk-HMDWNGIV.js";
|
|
34
|
-
import "./chunk-
|
|
34
|
+
import "./chunk-R2JN4S25.js";
|
|
35
35
|
import "./chunk-B5EXYCV3.js";
|
|
36
36
|
import "./chunk-75LV6AQS.js";
|
|
37
37
|
import "./chunk-57Q6OQG4.js";
|
|
38
|
-
import "./chunk-
|
|
38
|
+
import "./chunk-QAKYKTFV.js";
|
|
39
39
|
import "./chunk-G5R6YD27.js";
|
|
40
40
|
import "./chunk-3I3GQNEW.js";
|
|
41
41
|
import "./chunk-G2ZZKGSV.js";
|
|
@@ -77,4 +77,4 @@ export {
|
|
|
77
77
|
writePackageJSON,
|
|
78
78
|
yarnLockfile
|
|
79
79
|
};
|
|
80
|
-
//# sourceMappingURL=node-package-manager-
|
|
80
|
+
//# sourceMappingURL=node-package-manager-GL4PGGZJ.js.map
|