@shopify/cli 3.69.2 → 3.69.4
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/starter/CHANGELOG.md +147 -0
- package/dist/assets/hydrogen/starter/app/components/ProductForm.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/root.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/routes/[sitemap.xml].tsx +6 -166
- package/dist/assets/hydrogen/starter/app/routes/cart.tsx +2 -1
- package/dist/assets/hydrogen/starter/app/routes/products.$handle.tsx +3 -1
- package/dist/assets/hydrogen/starter/app/routes/sitemap.$type.$page[.xml].tsx +24 -0
- package/dist/assets/hydrogen/starter/package.json +10 -10
- package/dist/assets/hydrogen/starter/storefrontapi.generated.d.ts +11 -37
- package/dist/{chunk-DNQFVYAS.js → chunk-2JRUKBKX.js} +6 -6
- package/dist/{chunk-3GAW7KHI.js → chunk-2NCWYVM4.js} +2 -2
- package/dist/{chunk-TXCW4ZQG.js → chunk-334DJQUN.js} +2 -2
- package/dist/{chunk-G47BQXOE.js → chunk-6IATSQ3X.js} +3 -3
- package/dist/{chunk-PVRAV4YL.js → chunk-7B5FNNVB.js} +3 -3
- package/dist/{chunk-PNQSN7TX.js → chunk-7NPDPZ22.js} +5 -5
- package/dist/{chunk-KNOC7J5B.js → chunk-BMTELIUS.js} +4 -4
- package/dist/{chunk-N4XS6QEZ.js → chunk-BRO6DC7D.js} +77 -91
- package/dist/{chunk-QTJLWEP5.js → chunk-CPEFXM7T.js} +4 -4
- package/dist/{chunk-EV5GSEM4.js → chunk-EJGKAHVK.js} +2 -2
- package/dist/{chunk-3WFNAMWM.js → chunk-F54UWMGQ.js} +3 -3
- package/dist/{chunk-FUZII5SU.js → chunk-FVUAIT37.js} +2 -2
- package/dist/{chunk-LHZ3RCIN.js → chunk-FWX3KCDM.js} +4 -4
- package/dist/{chunk-SCNOIKOQ.js → chunk-FX2HB3CJ.js} +4 -4
- package/dist/{chunk-R22HUUQW.js → chunk-GYP4MV72.js} +4 -4
- package/dist/{chunk-W7EZ3DI2.js → chunk-HV364V3E.js} +2 -2
- package/dist/{chunk-LPCMBLBT.js → chunk-ISDSND4L.js} +2 -2
- package/dist/{chunk-Z2J5LDVI.js → chunk-JHVVETTP.js} +2 -2
- package/dist/{chunk-LVUMM4RR.js → chunk-K3GASX6Y.js} +3 -3
- package/dist/{chunk-IE22KZB4.js → chunk-KM4TMAQ2.js} +4 -4
- package/dist/{chunk-KB4EYUCM.js → chunk-N3U3EHOE.js} +3 -3
- package/dist/{chunk-3OIDVZIZ.js → chunk-ORDEDRCZ.js} +3 -3
- package/dist/{chunk-NMJ32OLZ.js → chunk-OWCYMR5Y.js} +3 -3
- package/dist/{chunk-ERVB6ERU.js → chunk-OWLPHMUA.js} +3 -3
- package/dist/{chunk-VIXV54Z3.js → chunk-RYTZQSHH.js} +2 -2
- package/dist/{chunk-O5S7ECCZ.js → chunk-S2IXL3EU.js} +2 -2
- package/dist/{chunk-RWM5FAVP.js → chunk-TLZ4ZBH3.js} +3 -3
- package/dist/{chunk-FFD6XASY.js → chunk-TV5WOUSX.js} +2 -2
- package/dist/{chunk-M2JUZYE2.js → chunk-UQUVQV3X.js} +3 -3
- package/dist/{chunk-ZSAVT23I.js → chunk-VHEJRU4K.js} +5 -5
- package/dist/{chunk-X4LOZIBE.js → chunk-VQ3R5DHS.js} +3 -3
- package/dist/{chunk-LCWE2LYP.js → chunk-WHP4CEBJ.js} +6 -6
- package/dist/{chunk-JIAAL2TZ.js → chunk-Y3MSANL5.js} +2 -2
- package/dist/{chunk-G5AZEIPL.js → chunk-YNL4XNMX.js} +4 -4
- package/dist/{chunk-N3NJFO2L.js → chunk-YPWRQ5AU.js} +3 -3
- package/dist/cli/commands/auth/logout.js +10 -10
- package/dist/cli/commands/auth/logout.test.js +11 -11
- package/dist/cli/commands/debug/command-flags.js +9 -9
- package/dist/cli/commands/demo/catalog.js +10 -10
- package/dist/cli/commands/demo/generate-file.js +10 -10
- package/dist/cli/commands/demo/index.js +10 -10
- package/dist/cli/commands/demo/print-ai-prompt.js +10 -10
- package/dist/cli/commands/docs/generate.js +9 -9
- package/dist/cli/commands/docs/generate.test.js +9 -9
- package/dist/cli/commands/help.js +9 -9
- package/dist/cli/commands/kitchen-sink/async.js +10 -10
- package/dist/cli/commands/kitchen-sink/async.test.js +10 -10
- package/dist/cli/commands/kitchen-sink/index.js +12 -12
- package/dist/cli/commands/kitchen-sink/index.test.js +12 -12
- package/dist/cli/commands/kitchen-sink/prompts.js +10 -10
- package/dist/cli/commands/kitchen-sink/prompts.test.js +10 -10
- package/dist/cli/commands/kitchen-sink/static.js +10 -10
- package/dist/cli/commands/kitchen-sink/static.test.js +10 -10
- package/dist/cli/commands/search.js +10 -10
- package/dist/cli/commands/upgrade.js +10 -10
- package/dist/cli/commands/version.js +10 -10
- package/dist/cli/commands/version.test.js +10 -10
- package/dist/cli/services/commands/search.js +2 -2
- package/dist/cli/services/commands/search.test.js +2 -2
- package/dist/cli/services/commands/version.js +3 -3
- package/dist/cli/services/commands/version.test.js +4 -4
- package/dist/cli/services/demo.js +2 -2
- package/dist/cli/services/demo.test.js +2 -2
- package/dist/cli/services/kitchen-sink/async.js +2 -2
- package/dist/cli/services/kitchen-sink/prompts.js +2 -2
- package/dist/cli/services/kitchen-sink/static.js +2 -2
- package/dist/cli/services/upgrade.js +3 -3
- package/dist/cli/services/upgrade.test.js +5 -5
- package/dist/{custom-oclif-loader-BSIFJNCW.js → custom-oclif-loader-TBU3GENB.js} +2 -2
- package/dist/{error-handler-C74V2WGU.js → error-handler-IL72ACEX.js} +8 -8
- package/dist/hooks/postrun.js +6 -6
- package/dist/hooks/prerun.js +6 -6
- package/dist/index.js +1844 -421
- package/dist/{local-CWK27QUL.js → local-OE2I46PA.js} +2 -2
- package/dist/{morph-QZYXTRWT.js → morph-UIXWG2S7.js} +9 -9
- package/dist/{node-633BFJCW.js → node-SDBKEHIV.js} +13 -13
- package/dist/{node-package-manager-LEJ5DHOS.js → node-package-manager-LPDV6HZY.js} +3 -3
- package/dist/{system-2NQHDALO.js → system-SGABHAU2.js} +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-PLFRNPYP.js → ui-WB42ZV4M.js} +2 -2
- package/dist/{workerd-2EAKOGOR.js → workerd-YWTPL4SF.js} +12 -12
- package/oclif.manifest.json +2 -12
- package/package.json +7 -7
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
themeToken,
|
|
22
22
|
useEmbeddedThemeCLI,
|
|
23
23
|
useThemebundling
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-2NCWYVM4.js";
|
|
25
25
|
import "./chunk-P7JUHQKL.js";
|
|
26
26
|
import "./chunk-27ILOE3X.js";
|
|
27
27
|
import "./chunk-SNOECVP4.js";
|
|
@@ -60,4 +60,4 @@ export {
|
|
|
60
60
|
useEmbeddedThemeCLI,
|
|
61
61
|
useThemebundling
|
|
62
62
|
};
|
|
63
|
-
//# sourceMappingURL=local-
|
|
63
|
+
//# sourceMappingURL=local-OE2I46PA.js.map
|
|
@@ -190720,18 +190720,18 @@ Node text: ${this._forgottenText}`), new common.errors.InvalidOperationError(mes
|
|
|
190720
190720
|
}
|
|
190721
190721
|
});
|
|
190722
190722
|
|
|
190723
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
190723
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.2_@graphql-codegen+cli@5.0.2_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/index.js
|
|
190724
190724
|
init_cjs_shims();
|
|
190725
190725
|
var import_ts_morph2 = __toESM(require_ts_morph(), 1);
|
|
190726
190726
|
|
|
190727
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
190727
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.2_@graphql-codegen+cli@5.0.2_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/classes.js
|
|
190728
190728
|
init_cjs_shims();
|
|
190729
190729
|
var import_ts_morph = __toESM(require_ts_morph(), 1);
|
|
190730
190730
|
|
|
190731
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
190731
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.2_@graphql-codegen+cli@5.0.2_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/functions.js
|
|
190732
190732
|
init_cjs_shims();
|
|
190733
190733
|
|
|
190734
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
190734
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.2_@graphql-codegen+cli@5.0.2_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/utils.js
|
|
190735
190735
|
init_cjs_shims();
|
|
190736
190736
|
function getJsDocOrCreate(node) {
|
|
190737
190737
|
return node.getJsDocs().at(-1) || node.addJsDoc({ description: `
|
|
@@ -190746,7 +190746,7 @@ function sanitizeType(str) {
|
|
|
190746
190746
|
return extractedClassFromTypeof ? `Class<${extractedClassFromTypeof}>` : str;
|
|
190747
190747
|
}
|
|
190748
190748
|
|
|
190749
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
190749
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.2_@graphql-codegen+cli@5.0.2_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/functions.js
|
|
190750
190750
|
function generateFunctionDocumentation(functionNode, variableStatement) {
|
|
190751
190751
|
let outputDocNode = getOutputJsDocNodeOrCreate(
|
|
190752
190752
|
functionNode,
|
|
@@ -190810,7 +190810,7 @@ function getOutputJsDocNodeOrCreate(functionNode, docNode) {
|
|
|
190810
190810
|
return docNode ? functionNode.getJsDocs().length ? functionNode : (getJsDocOrCreate(docNode), docNode) : (getJsDocOrCreate(functionNode), functionNode);
|
|
190811
190811
|
}
|
|
190812
190812
|
|
|
190813
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
190813
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.2_@graphql-codegen+cli@5.0.2_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/classes.js
|
|
190814
190814
|
function generateClassDocumentation(classNode) {
|
|
190815
190815
|
generateClassBaseDocumentation(classNode), classNode.getMembers().forEach(generateClassMemberDocumentation);
|
|
190816
190816
|
}
|
|
@@ -190838,7 +190838,7 @@ function generateModifierDocumentation(classMember) {
|
|
|
190838
190838
|
}
|
|
190839
190839
|
}
|
|
190840
190840
|
|
|
190841
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
190841
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.2_@graphql-codegen+cli@5.0.2_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/typedefs.js
|
|
190842
190842
|
init_cjs_shims();
|
|
190843
190843
|
function generateTypeDefs(sourceFile, code) {
|
|
190844
190844
|
let typedefs = sourceFile.getTypeAliases().map(
|
|
@@ -190952,7 +190952,7 @@ function generateObjectPropertyDocumentation(node, jsDoc, name = "", topLevelCal
|
|
|
190952
190952
|
);
|
|
190953
190953
|
}
|
|
190954
190954
|
|
|
190955
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
190955
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.2_@graphql-codegen+cli@5.0.2_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/transpile/morph/index.js
|
|
190956
190956
|
var DEFAULT_COMPILER_OPTIONS = {
|
|
190957
190957
|
target: import_ts_morph2.ScriptTarget.ESNext,
|
|
190958
190958
|
esModuleInterop: !0,
|
|
@@ -191030,4 +191030,4 @@ export {
|
|
|
191030
191030
|
and limitations under the License.
|
|
191031
191031
|
***************************************************************************** *)
|
|
191032
191032
|
*/
|
|
191033
|
-
//# sourceMappingURL=morph-
|
|
191033
|
+
//# sourceMappingURL=morph-UIXWG2S7.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
findPort
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-OWLPHMUA.js";
|
|
4
4
|
import {
|
|
5
5
|
DEFAULT_INSPECTOR_PORT,
|
|
6
6
|
H2O_BINDING_NAME,
|
|
@@ -12,18 +12,18 @@ import {
|
|
|
12
12
|
importLocal,
|
|
13
13
|
logRequestLine,
|
|
14
14
|
setConstructors
|
|
15
|
-
} from "./chunk-
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
20
|
-
import "./chunk-
|
|
15
|
+
} from "./chunk-BRO6DC7D.js";
|
|
16
|
+
import "./chunk-TLZ4ZBH3.js";
|
|
17
|
+
import "./chunk-KM4TMAQ2.js";
|
|
18
|
+
import "./chunk-WHP4CEBJ.js";
|
|
19
|
+
import "./chunk-2JRUKBKX.js";
|
|
20
|
+
import "./chunk-7NPDPZ22.js";
|
|
21
21
|
import "./chunk-VSLR7ET4.js";
|
|
22
|
-
import "./chunk-
|
|
23
|
-
import "./chunk-
|
|
22
|
+
import "./chunk-RYTZQSHH.js";
|
|
23
|
+
import "./chunk-JHVVETTP.js";
|
|
24
24
|
import "./chunk-BYPQXSAL.js";
|
|
25
25
|
import "./chunk-O5K4AU7Q.js";
|
|
26
|
-
import "./chunk-
|
|
26
|
+
import "./chunk-HV364V3E.js";
|
|
27
27
|
import "./chunk-NLUGD7PZ.js";
|
|
28
28
|
import {
|
|
29
29
|
AbortError,
|
|
@@ -31,7 +31,7 @@ import {
|
|
|
31
31
|
readFile,
|
|
32
32
|
renderSuccess,
|
|
33
33
|
source_default
|
|
34
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-2NCWYVM4.js";
|
|
35
35
|
import "./chunk-P7JUHQKL.js";
|
|
36
36
|
import "./chunk-27ILOE3X.js";
|
|
37
37
|
import "./chunk-SNOECVP4.js";
|
|
@@ -49,7 +49,7 @@ import {
|
|
|
49
49
|
init_cjs_shims
|
|
50
50
|
} from "./chunk-POZ5MGPT.js";
|
|
51
51
|
|
|
52
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
52
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@9.0.2_@graphql-codegen+cli@5.0.2_react-dom@17.0.2_react@17.0.2/node_modules/@shopify/cli-hydrogen/dist/lib/mini-oxygen/node.js
|
|
53
53
|
init_cjs_shims();
|
|
54
54
|
import { AsyncLocalStorage } from "node:async_hooks";
|
|
55
55
|
async function startNodeServer({
|
|
@@ -162,4 +162,4 @@ async function startNodeServer({
|
|
|
162
162
|
export {
|
|
163
163
|
startNodeServer
|
|
164
164
|
};
|
|
165
|
-
//# sourceMappingURL=node-
|
|
165
|
+
//# sourceMappingURL=node-SDBKEHIV.js.map
|
|
@@ -28,9 +28,9 @@ import {
|
|
|
28
28
|
versionSatisfies,
|
|
29
29
|
writePackageJSON,
|
|
30
30
|
yarnLockfile
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-JHVVETTP.js";
|
|
32
32
|
import "./chunk-BYPQXSAL.js";
|
|
33
|
-
import "./chunk-
|
|
33
|
+
import "./chunk-2NCWYVM4.js";
|
|
34
34
|
import "./chunk-P7JUHQKL.js";
|
|
35
35
|
import "./chunk-27ILOE3X.js";
|
|
36
36
|
import "./chunk-SNOECVP4.js";
|
|
@@ -76,4 +76,4 @@ export {
|
|
|
76
76
|
writePackageJSON,
|
|
77
77
|
yarnLockfile
|
|
78
78
|
};
|
|
79
|
-
//# sourceMappingURL=node-package-manager-
|
|
79
|
+
//# sourceMappingURL=node-package-manager-LPDV6HZY.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
openURL,
|
|
5
5
|
sleep,
|
|
6
6
|
terminalSupportsPrompting
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-2NCWYVM4.js";
|
|
8
8
|
import "./chunk-P7JUHQKL.js";
|
|
9
9
|
import "./chunk-27ILOE3X.js";
|
|
10
10
|
import "./chunk-SNOECVP4.js";
|
|
@@ -26,4 +26,4 @@ export {
|
|
|
26
26
|
sleep,
|
|
27
27
|
terminalSupportsPrompting
|
|
28
28
|
};
|
|
29
|
-
//# sourceMappingURL=system-
|
|
29
|
+
//# sourceMappingURL=system-SGABHAU2.js.map
|