@shopify/cli 3.78.2 → 3.79.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/dev-console/extensions/dev-console/assets/index-BteeGmYf.css +1 -0
- package/dist/assets/dev-console/extensions/dev-console/assets/index-CqNhY1h-.js +64 -0
- package/dist/assets/dev-console/index.html +2 -2
- package/dist/assets/hydrogen/starter/.cursor/rules/cookbook-recipe-subscriptions.mdc +921 -0
- package/dist/assets/hydrogen/starter/CHANGELOG.md +20 -0
- package/dist/assets/hydrogen/starter/app/components/CartLineItem.tsx +15 -0
- package/dist/assets/hydrogen/starter/app/components/CartMain.tsx +1 -1
- package/dist/assets/hydrogen/starter/app/components/ProductItem.tsx +44 -0
- package/dist/assets/hydrogen/starter/app/lib/redirect.ts +23 -0
- package/dist/assets/hydrogen/starter/app/routes/_index.tsx +8 -23
- package/dist/assets/hydrogen/starter/app/routes/blogs.$blogHandle.$articleHandle.tsx +22 -2
- package/dist/assets/hydrogen/starter/app/routes/blogs.$blogHandle._index.tsx +4 -0
- package/dist/assets/hydrogen/starter/app/routes/collections.$handle.tsx +7 -41
- package/dist/assets/hydrogen/starter/app/routes/collections.all.tsx +11 -44
- package/dist/assets/hydrogen/starter/app/routes/pages.$handle.tsx +9 -1
- package/dist/assets/hydrogen/starter/app/routes/products.$handle.tsx +5 -1
- package/dist/assets/hydrogen/starter/app/styles/app.css +15 -3
- package/dist/assets/hydrogen/starter/package.json +5 -5
- package/dist/assets/hydrogen/starter/storefrontapi.generated.d.ts +57 -36
- package/dist/{chunk-DR5VG62Q.js → chunk-2B4E6VSB.js} +3 -3
- package/dist/{chunk-ZPZFAVIY.js → chunk-4BO44W6A.js} +2 -2
- package/dist/{chunk-GJEIVT3X.js → chunk-54K4AM4U.js} +3 -3
- package/dist/{chunk-6HJM24C2.js → chunk-7QKG75SI.js} +72 -6
- package/dist/{chunk-WYNL2S7B.js → chunk-ALANDDAF.js} +3 -3
- package/dist/{chunk-LAKQWRR5.js → chunk-ANW4ZUSD.js} +2 -2
- package/dist/{chunk-7KZBYW7W.js → chunk-AVR7SY23.js} +4 -4
- package/dist/{chunk-IK6NAHQI.js → chunk-CZ7EMDNP.js} +5 -5
- package/dist/{chunk-YXH3NSML.js → chunk-DG3SRCQ7.js} +2 -2
- package/dist/{chunk-UP44YINT.js → chunk-DOKAITPJ.js} +4 -4
- package/dist/{chunk-6GHUZFPP.js → chunk-EKAPTGJ2.js} +2 -2
- package/dist/{chunk-DOEVJAN2.js → chunk-F55GHOR3.js} +83 -130
- package/dist/{chunk-ZTD22GER.js → chunk-G63ZK76J.js} +3 -3
- package/dist/{chunk-L35GVYH5.js → chunk-HTK3YCUG.js} +3 -3
- package/dist/{chunk-HZRI37XU.js → chunk-IARZXI6R.js} +3 -3
- package/dist/{chunk-UV2DGNFK.js → chunk-IYBFDT7N.js} +41 -16
- package/dist/{chunk-E76452W5.js → chunk-JCZQQS22.js} +4 -4
- package/dist/{chunk-DHQUQSYW.js → chunk-KRTNJAVX.js} +3 -3
- package/dist/{chunk-TVCBBRZD.js → chunk-KVPURBXO.js} +5 -5
- package/dist/{chunk-QTIPSIA5.js → chunk-LFQMCRXU.js} +12 -8
- package/dist/{chunk-VBX7R3AF.js → chunk-MLGPNWXX.js} +87 -97
- package/dist/{chunk-S5XTFY2H.js → chunk-MRU3X272.js} +4 -4
- package/dist/{chunk-BV6PURBM.js → chunk-NOSVFQH5.js} +3 -3
- package/dist/{chunk-LGQNLPOA.js → chunk-OOVDD552.js} +3 -3
- package/dist/{chunk-UE4DFKJU.js → chunk-P6WUJAQG.js} +3 -3
- package/dist/{chunk-L4SLRBFT.js → chunk-PRSCEDOW.js} +18 -5
- package/dist/{chunk-IBRFXDBZ.js → chunk-QBB7AFBN.js} +7 -7
- package/dist/{chunk-6V2YVCS2.js → chunk-QJTHRGGC.js} +7 -5
- package/dist/{chunk-YKVQZFEC.js → chunk-QW44EO42.js} +8 -8
- package/dist/{chunk-WBWYZ7XQ.js → chunk-SHIHLMYP.js} +8 -6
- package/dist/{chunk-6G5FH3WC.js → chunk-SUWZRQHU.js} +2 -2
- package/dist/{chunk-IG6TAMGV.js → chunk-U6TDVNHS.js} +16 -15
- package/dist/{chunk-7S2OZRQF.js → chunk-UQLLSBKG.js} +3 -3
- package/dist/{chunk-QAKYKTFV.js → chunk-UTDSSCPI.js} +5 -5
- package/dist/{chunk-VEHGKA4Q.js → chunk-YILOICE5.js} +5 -5
- package/dist/{chunk-GTVU6SJH.js → chunk-ZCIGSW2P.js} +2 -2
- package/dist/cli/commands/auth/logout.js +13 -13
- package/dist/cli/commands/auth/logout.test.js +14 -14
- package/dist/cli/commands/cache/clear.js +12 -12
- package/dist/cli/commands/debug/command-flags.js +12 -12
- package/dist/cli/commands/docs/generate.js +12 -12
- package/dist/cli/commands/docs/generate.test.js +13 -13
- package/dist/cli/commands/help.js +12 -12
- package/dist/cli/commands/kitchen-sink/async.js +13 -13
- package/dist/cli/commands/kitchen-sink/async.test.js +13 -13
- package/dist/cli/commands/kitchen-sink/index.js +15 -15
- package/dist/cli/commands/kitchen-sink/index.test.js +15 -15
- package/dist/cli/commands/kitchen-sink/prompts.js +13 -13
- package/dist/cli/commands/kitchen-sink/prompts.test.js +13 -13
- package/dist/cli/commands/kitchen-sink/static.js +13 -13
- package/dist/cli/commands/kitchen-sink/static.test.js +13 -13
- package/dist/cli/commands/notifications/generate.js +13 -13
- package/dist/cli/commands/notifications/list.js +13 -13
- package/dist/cli/commands/search.js +13 -13
- package/dist/cli/commands/upgrade.js +13 -13
- package/dist/cli/commands/version.js +13 -13
- package/dist/cli/commands/version.test.js +13 -13
- package/dist/cli/services/commands/notifications.js +8 -8
- package/dist/cli/services/commands/search.js +5 -4
- package/dist/cli/services/commands/search.test.js +5 -4
- package/dist/cli/services/commands/version.js +6 -5
- package/dist/cli/services/commands/version.test.js +7 -6
- package/dist/cli/services/kitchen-sink/async.js +5 -4
- package/dist/cli/services/kitchen-sink/prompts.js +5 -4
- package/dist/cli/services/kitchen-sink/static.js +5 -4
- package/dist/cli/services/upgrade.js +5 -5
- package/dist/cli/services/upgrade.test.js +7 -7
- package/dist/configs/all.yml +19 -4
- package/dist/configs/recommended.yml +19 -4
- package/dist/{custom-oclif-loader-TUNXMYGU.js → custom-oclif-loader-ZMH2MAPE.js} +5 -4
- package/dist/{error-handler-AWP3RCBG.js → error-handler-7Z6N6VQJ.js} +10 -10
- package/dist/hooks/postrun.js +9 -9
- package/dist/hooks/prerun.js +10 -10
- package/dist/index.js +2777 -2428
- package/dist/is-wsl-YAJ3DFN7.js +64 -0
- package/dist/{lib-IZAG57CE.js → lib-MWWAATIC.js} +3 -3
- package/dist/{local-RBT53U3L.js → local-LWMJQBFZ.js} +5 -6
- package/dist/{morph-W4XLLZ47.js → morph-MDY3DSJL.js} +9 -9
- package/dist/{node-SKXMS2TZ.js → node-JJXJUMVQ.js} +17 -17
- package/dist/{node-package-manager-BZHJZTGV.js → node-package-manager-BZGMCXZM.js} +5 -5
- package/dist/toml-patch-wasm-J5VGG6WG.js +140 -0
- package/dist/toml_patch_bg.wasm +0 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-5MADIMGC.js → ui-IJDVK4OG.js} +5 -4
- package/dist/{workerd-YRUKUE76.js → workerd-XA4WKUCO.js} +16 -16
- package/oclif.manifest.json +100 -2
- package/package.json +7 -7
- package/dist/assets/dev-console/extensions/dev-console/assets/index-lyGm6l3x.js +0 -64
- package/dist/assets/dev-console/extensions/dev-console/assets/index-n8yr6cxq.css +0 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
searchService
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-ANW4ZUSD.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-SHIHLMYP.js";
|
|
7
7
|
import {
|
|
8
8
|
require_lib
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-UTDSSCPI.js";
|
|
10
10
|
import {
|
|
11
11
|
__toESM,
|
|
12
12
|
init_cjs_shims
|
|
@@ -48,4 +48,4 @@ var import_core = __toESM(require_lib(), 1), Search = class _Search extends base
|
|
|
48
48
|
export {
|
|
49
49
|
Search
|
|
50
50
|
};
|
|
51
|
-
//# sourceMappingURL=chunk-
|
|
51
|
+
//# sourceMappingURL=chunk-JCZQQS22.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
base_command_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-SHIHLMYP.js";
|
|
4
4
|
import {
|
|
5
5
|
require_lib
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-UTDSSCPI.js";
|
|
7
7
|
import {
|
|
8
8
|
__toESM,
|
|
9
9
|
init_cjs_shims
|
|
@@ -46,4 +46,4 @@ var HelpCommand = class _HelpCommand extends base_command_default {
|
|
|
46
46
|
export {
|
|
47
47
|
HelpCommand
|
|
48
48
|
};
|
|
49
|
-
//# sourceMappingURL=chunk-
|
|
49
|
+
//# sourceMappingURL=chunk-KRTNJAVX.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
list
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-QJTHRGGC.js";
|
|
4
4
|
import {
|
|
5
5
|
base_command_default
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-SHIHLMYP.js";
|
|
7
7
|
import {
|
|
8
8
|
sendErrorToBugsnag
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-LFQMCRXU.js";
|
|
10
10
|
import {
|
|
11
11
|
require_lib
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-UTDSSCPI.js";
|
|
13
13
|
import {
|
|
14
14
|
__toESM,
|
|
15
15
|
init_cjs_shims
|
|
@@ -49,4 +49,4 @@ var List = class _List extends base_command_default {
|
|
|
49
49
|
export {
|
|
50
50
|
List
|
|
51
51
|
};
|
|
52
|
-
//# sourceMappingURL=chunk-
|
|
52
|
+
//# sourceMappingURL=chunk-KVPURBXO.js.map
|
|
@@ -4,16 +4,16 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
fanoutHooks,
|
|
6
6
|
reportAnalyticsEvent
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-QBB7AFBN.js";
|
|
8
8
|
import {
|
|
9
9
|
getEnvironmentData
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-IYBFDT7N.js";
|
|
11
11
|
import {
|
|
12
12
|
CLI_KIT_VERSION
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-SUWZRQHU.js";
|
|
14
14
|
import {
|
|
15
15
|
runWithRateLimit
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-CZ7EMDNP.js";
|
|
17
17
|
import {
|
|
18
18
|
AbortSilentError,
|
|
19
19
|
CancelExecution,
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
reportingRateLimit,
|
|
29
29
|
require_stacktracey,
|
|
30
30
|
shouldReportErrorAsUnexpected
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-F55GHOR3.js";
|
|
32
32
|
import {
|
|
33
33
|
cwd,
|
|
34
34
|
isAbsolutePath,
|
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
} from "./chunk-57Q6OQG4.js";
|
|
39
39
|
import {
|
|
40
40
|
require_lib
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-UTDSSCPI.js";
|
|
42
42
|
import {
|
|
43
43
|
__commonJS,
|
|
44
44
|
__require,
|
|
@@ -2123,7 +2123,11 @@ function initializeBugsnag() {
|
|
|
2123
2123
|
appVersion: CLI_KIT_VERSION,
|
|
2124
2124
|
autoTrackSessions: !1,
|
|
2125
2125
|
autoDetectErrors: !1,
|
|
2126
|
-
enabledReleaseStages: ["production"]
|
|
2126
|
+
enabledReleaseStages: ["production"],
|
|
2127
|
+
endpoints: {
|
|
2128
|
+
notify: "https://error-analytics-production.shopifysvc.com",
|
|
2129
|
+
sessions: "https://error-analytics-sessions-production.shopifysvc.com"
|
|
2130
|
+
}
|
|
2127
2131
|
});
|
|
2128
2132
|
}
|
|
2129
2133
|
|
|
@@ -2140,4 +2144,4 @@ export {
|
|
|
2140
2144
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
2141
2145
|
addBugsnagMetadata
|
|
2142
2146
|
};
|
|
2143
|
-
//# sourceMappingURL=chunk-
|
|
2147
|
+
//# sourceMappingURL=chunk-LFQMCRXU.js.map
|