@shopify/cli 3.64.0 → 3.64.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/assets/hydrogen/starter/.graphqlrc.ts +27 -0
- package/dist/assets/hydrogen/starter/CHANGELOG.md +16 -7
- package/dist/assets/hydrogen/starter/app/components/CartMain.tsx +2 -2
- package/dist/assets/hydrogen/starter/app/components/CartSummary.tsx +3 -3
- package/dist/assets/hydrogen/starter/app/components/PageLayout.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/components/Search.tsx +0 -1
- package/dist/assets/hydrogen/starter/app/routes/cart.tsx +1 -1
- package/dist/assets/hydrogen/starter/package.json +6 -6
- package/dist/{chunk-W26344X5.js → chunk-2DXCIFDK.js} +2 -2
- package/dist/{chunk-BKBHZTOE.js → chunk-63D4EGTO.js} +3 -3
- package/dist/{chunk-L5WUZYLP.js → chunk-6PJAGL2L.js} +4 -4
- package/dist/{chunk-PWYMBX34.js → chunk-7PVTYKQI.js} +5 -5
- package/dist/{chunk-JSLLI5MY.js → chunk-7TIDA343.js} +3 -3
- package/dist/{chunk-G4TC4KHZ.js → chunk-7W6SRTYP.js} +3 -3
- package/dist/{chunk-QI5O2CU6.js → chunk-ARCFCLME.js} +5 -5
- package/dist/{chunk-RX7VCI62.js → chunk-ATGUMSCJ.js} +4 -4
- package/dist/{chunk-YLPSXWEZ.js → chunk-B3D5VLUA.js} +2 -2
- package/dist/{chunk-UTXBNNRZ.js → chunk-DX43V2L4.js} +3 -3
- package/dist/{chunk-I6HNYSMO.js → chunk-FDLU3RD4.js} +4 -4
- package/dist/{chunk-GEAZ65AU.js → chunk-H6AQTECB.js} +132 -206
- package/dist/{chunk-LQX3GDBO.js → chunk-JNUJZFQL.js} +2 -2
- package/dist/{chunk-VPPZXHAK.js → chunk-KUVX423E.js} +2 -2
- package/dist/{chunk-CLBFKLWA.js → chunk-KZTALMEV.js} +4 -4
- package/dist/{chunk-TSZPIP7J.js → chunk-M6KGRVDD.js} +3 -3
- package/dist/{chunk-6TPBPH6V.js → chunk-NLE3ZLU6.js} +2 -2
- package/dist/{chunk-LVLKZYIC.js → chunk-OVWFZSJT.js} +2 -2
- package/dist/{chunk-PIJQNKK6.js → chunk-OXMHVKM3.js} +4 -4
- package/dist/{chunk-7GYETEC3.js → chunk-QNI6VLVR.js} +3 -3
- package/dist/{chunk-LHP5F5LY.js → chunk-QYT42J3T.js} +3 -3
- package/dist/{chunk-H66NIXGL.js → chunk-S3HWVIGJ.js} +4 -4
- package/dist/{chunk-GUB3OCYR.js → chunk-S7A7BHNA.js} +4 -4
- package/dist/{chunk-6LPAIJ4Y.js → chunk-SSAUIEBT.js} +2 -2
- package/dist/{chunk-TCQUNDAY.js → chunk-UQQI7TQG.js} +3 -3
- package/dist/{chunk-X34BQYQP.js → chunk-UXA5YROL.js} +2 -2
- package/dist/{chunk-2TZRSXDZ.js → chunk-V7NH4SZB.js} +2 -2
- package/dist/{chunk-KDK32T2A.js → chunk-WVY52EEZ.js} +4 -4
- package/dist/{chunk-QCK4QLB3.js → chunk-X3OUSYUQ.js} +2 -2
- package/dist/{chunk-5A6QTLMF.js → chunk-XNCQBHNR.js} +4 -4
- package/dist/{chunk-WIG6CPGR.js → chunk-ZIGJPI5N.js} +5 -5
- package/dist/{chunk-C2AKAEMR.js → chunk-ZKWHKX2C.js} +5 -5
- package/dist/{chunk-LP2H26NY.js → chunk-ZRGD2HUL.js} +3 -3
- package/dist/{chunk-T7DHXEC7.js → chunk-ZVT2WZZF.js} +2 -2
- 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 +9 -9
- 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 +4 -4
- package/dist/cli/services/commands/version.test.js +5 -5
- 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-F5UKFNJS.js → custom-oclif-loader-BQAFOUNG.js} +2 -2
- package/dist/{error-handler-GCSQB44R.js → error-handler-S56KHSGD.js} +8 -8
- package/dist/hooks/postrun.js +6 -6
- package/dist/hooks/prerun.js +4 -4
- package/dist/index.js +225 -159
- package/dist/{local-VDSO2Y52.js → local-UQAQKOVL.js} +2 -2
- package/dist/{morph-DQWX4LPS.js → morph-DN4AZJZW.js} +9 -9
- package/dist/{node-3B62KLPY.js → node-GZYZUMBW.js} +13 -13
- package/dist/{node-package-manager-QLAS6UPG.js → node-package-manager-AOVZD6TP.js} +3 -3
- package/dist/{system-CPU6ZDBW.js → system-G7DVECOP.js} +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-Y4GW3DUK.js → ui-2AOZFYFM.js} +2 -2
- package/dist/{workerd-LSXMDY5M.js → workerd-2MO23YDQ.js} +12 -12
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
- package/dist/assets/hydrogen/starter/.graphqlrc.yml +0 -12
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
useDeviceAuth,
|
|
22
22
|
useEmbeddedThemeCLI,
|
|
23
23
|
useThemebundling
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-NLE3ZLU6.js";
|
|
25
25
|
import "./chunk-JIJ65JT6.js";
|
|
26
26
|
import "./chunk-NO7MYZEO.js";
|
|
27
27
|
import "./chunk-GEN4RXTD.js";
|
|
@@ -62,4 +62,4 @@ export {
|
|
|
62
62
|
useEmbeddedThemeCLI,
|
|
63
63
|
useThemebundling
|
|
64
64
|
};
|
|
65
|
-
//# sourceMappingURL=local-
|
|
65
|
+
//# sourceMappingURL=local-UQAQKOVL.js.map
|
|
@@ -241863,18 +241863,18 @@ Node text: ${this._forgottenText}`;
|
|
|
241863
241863
|
}
|
|
241864
241864
|
});
|
|
241865
241865
|
|
|
241866
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
241866
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@8.3.0_@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
|
|
241867
241867
|
init_cjs_shims();
|
|
241868
241868
|
var import_ts_morph2 = __toESM(require_ts_morph(), 1);
|
|
241869
241869
|
|
|
241870
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
241870
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@8.3.0_@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
|
|
241871
241871
|
init_cjs_shims();
|
|
241872
241872
|
var import_ts_morph = __toESM(require_ts_morph(), 1);
|
|
241873
241873
|
|
|
241874
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
241874
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@8.3.0_@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
|
|
241875
241875
|
init_cjs_shims();
|
|
241876
241876
|
|
|
241877
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
241877
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@8.3.0_@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
|
|
241878
241878
|
init_cjs_shims();
|
|
241879
241879
|
function getJsDocOrCreate(node) {
|
|
241880
241880
|
return node.getJsDocs().at(-1) || node.addJsDoc({ description: "\n" });
|
|
@@ -241890,7 +241890,7 @@ function sanitizeType(str) {
|
|
|
241890
241890
|
return `Class<${extractedClassFromTypeof}>`;
|
|
241891
241891
|
}
|
|
241892
241892
|
|
|
241893
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
241893
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@8.3.0_@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
|
|
241894
241894
|
function generateFunctionDocumentation(functionNode, variableStatement) {
|
|
241895
241895
|
const outputDocNode = getOutputJsDocNodeOrCreate(
|
|
241896
241896
|
functionNode,
|
|
@@ -241982,7 +241982,7 @@ function getOutputJsDocNodeOrCreate(functionNode, docNode) {
|
|
|
241982
241982
|
return functionNode;
|
|
241983
241983
|
}
|
|
241984
241984
|
|
|
241985
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
241985
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@8.3.0_@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
|
|
241986
241986
|
function generateClassDocumentation(classNode) {
|
|
241987
241987
|
generateClassBaseDocumentation(classNode);
|
|
241988
241988
|
classNode.getMembers().forEach(generateClassMemberDocumentation);
|
|
@@ -242026,7 +242026,7 @@ function generateModifierDocumentation(classMember) {
|
|
|
242026
242026
|
}
|
|
242027
242027
|
}
|
|
242028
242028
|
|
|
242029
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
242029
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@8.3.0_@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
|
|
242030
242030
|
init_cjs_shims();
|
|
242031
242031
|
function generateTypeDefs(sourceFile, code) {
|
|
242032
242032
|
const typedefs = sourceFile.getTypeAliases().map(
|
|
@@ -242177,7 +242177,7 @@ function generateObjectPropertyDocumentation(node, jsDoc, name = "", topLevelCal
|
|
|
242177
242177
|
}
|
|
242178
242178
|
}
|
|
242179
242179
|
|
|
242180
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
242180
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@8.3.0_@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
|
|
242181
242181
|
var DEFAULT_COMPILER_OPTIONS = {
|
|
242182
242182
|
target: import_ts_morph2.ScriptTarget.ESNext,
|
|
242183
242183
|
esModuleInterop: true,
|
|
@@ -242260,4 +242260,4 @@ export {
|
|
|
242260
242260
|
and limitations under the License.
|
|
242261
242261
|
***************************************************************************** *)
|
|
242262
242262
|
*/
|
|
242263
|
-
//# sourceMappingURL=morph-
|
|
242263
|
+
//# sourceMappingURL=morph-DN4AZJZW.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
findPort
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-M6KGRVDD.js";
|
|
4
4
|
import {
|
|
5
5
|
DEFAULT_INSPECTOR_PORT,
|
|
6
6
|
H2O_BINDING_NAME,
|
|
@@ -12,19 +12,19 @@ import {
|
|
|
12
12
|
importLocal,
|
|
13
13
|
logRequestLine,
|
|
14
14
|
setConstructors
|
|
15
|
-
} from "./chunk-
|
|
16
|
-
import "./chunk-
|
|
15
|
+
} from "./chunk-H6AQTECB.js";
|
|
16
|
+
import "./chunk-ZIGJPI5N.js";
|
|
17
17
|
import "./chunk-NPH2SXRO.js";
|
|
18
18
|
import "./chunk-EJITPGUJ.js";
|
|
19
|
-
import "./chunk-
|
|
20
|
-
import "./chunk-
|
|
21
|
-
import "./chunk-
|
|
19
|
+
import "./chunk-XNCQBHNR.js";
|
|
20
|
+
import "./chunk-7PVTYKQI.js";
|
|
21
|
+
import "./chunk-ZKWHKX2C.js";
|
|
22
22
|
import "./chunk-DL3MKXVR.js";
|
|
23
|
-
import "./chunk-
|
|
24
|
-
import "./chunk-
|
|
23
|
+
import "./chunk-S3HWVIGJ.js";
|
|
24
|
+
import "./chunk-2DXCIFDK.js";
|
|
25
25
|
import "./chunk-FMKVOTQK.js";
|
|
26
|
-
import "./chunk-
|
|
27
|
-
import "./chunk-
|
|
26
|
+
import "./chunk-B3D5VLUA.js";
|
|
27
|
+
import "./chunk-X3OUSYUQ.js";
|
|
28
28
|
import "./chunk-PRJ3U7MR.js";
|
|
29
29
|
import {
|
|
30
30
|
AbortError,
|
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
readFile,
|
|
33
33
|
renderSuccess,
|
|
34
34
|
source_default
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-NLE3ZLU6.js";
|
|
36
36
|
import "./chunk-JIJ65JT6.js";
|
|
37
37
|
import "./chunk-NO7MYZEO.js";
|
|
38
38
|
import "./chunk-GEN4RXTD.js";
|
|
@@ -52,7 +52,7 @@ import {
|
|
|
52
52
|
init_cjs_shims
|
|
53
53
|
} from "./chunk-ZPL24Y2D.js";
|
|
54
54
|
|
|
55
|
-
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@
|
|
55
|
+
// ../../node_modules/.pnpm/@shopify+cli-hydrogen@8.3.0_@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
|
|
56
56
|
init_cjs_shims();
|
|
57
57
|
import { AsyncLocalStorage } from "node:async_hooks";
|
|
58
58
|
async function startNodeServer({
|
|
@@ -190,4 +190,4 @@ async function startNodeServer({
|
|
|
190
190
|
export {
|
|
191
191
|
startNodeServer
|
|
192
192
|
};
|
|
193
|
-
//# sourceMappingURL=node-
|
|
193
|
+
//# sourceMappingURL=node-GZYZUMBW.js.map
|
|
@@ -26,9 +26,9 @@ import {
|
|
|
26
26
|
versionSatisfies,
|
|
27
27
|
writePackageJSON,
|
|
28
28
|
yarnLockfile
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-X3OUSYUQ.js";
|
|
30
30
|
import "./chunk-PRJ3U7MR.js";
|
|
31
|
-
import "./chunk-
|
|
31
|
+
import "./chunk-NLE3ZLU6.js";
|
|
32
32
|
import "./chunk-JIJ65JT6.js";
|
|
33
33
|
import "./chunk-NO7MYZEO.js";
|
|
34
34
|
import "./chunk-GEN4RXTD.js";
|
|
@@ -74,4 +74,4 @@ export {
|
|
|
74
74
|
writePackageJSON,
|
|
75
75
|
yarnLockfile
|
|
76
76
|
};
|
|
77
|
-
//# sourceMappingURL=node-package-manager-
|
|
77
|
+
//# sourceMappingURL=node-package-manager-AOVZD6TP.js.map
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
openURL,
|
|
5
5
|
sleep,
|
|
6
6
|
terminalSupportsRawMode
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-NLE3ZLU6.js";
|
|
8
8
|
import "./chunk-JIJ65JT6.js";
|
|
9
9
|
import "./chunk-NO7MYZEO.js";
|
|
10
10
|
import "./chunk-GEN4RXTD.js";
|
|
@@ -28,4 +28,4 @@ export {
|
|
|
28
28
|
sleep,
|
|
29
29
|
terminalSupportsRawMode
|
|
30
30
|
};
|
|
31
|
-
//# sourceMappingURL=system-
|
|
31
|
+
//# sourceMappingURL=system-G7DVECOP.js.map
|