@shopify/cli 3.82.0 → 3.83.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/{chokidar-TTCYG5AA.js → chokidar-KCZH6DIC.js} +5 -5
- package/dist/{chokidar-XUA2BN3J.js → chokidar-XPSJ2FUJ.js} +5 -5
- package/dist/{chunk-LPU2VGJR.js → chunk-3FBDJEGD.js} +6153 -11319
- package/dist/{chunk-YUXFQXPK.js → chunk-3UWCIMCN.js} +8 -8
- package/dist/{chunk-AJDONTSK.js → chunk-4PTDVIME.js} +3 -3
- package/dist/{chunk-FYDURVQO.js → chunk-5X5Y3IET.js} +5 -5
- package/dist/{chunk-F7J5CUMZ.js → chunk-66VZYBID.js} +4 -4
- package/dist/{chunk-RLS2ONCK.js → chunk-7I7D2AB7.js} +2 -2
- package/dist/{chunk-R2LEUYIF.js → chunk-7J6ZE55N.js} +4 -4
- package/dist/{chunk-HOYO6JKN.js → chunk-7XAQKXYH.js} +3 -3
- package/dist/{chunk-EEYW5FSA.js → chunk-BCMTVG7I.js} +4 -4
- package/dist/{chunk-3Q5VPXT5.js → chunk-D5BJW27F.js} +778 -23
- package/dist/{chunk-KB5GMUHY.js → chunk-DEDYC4OS.js} +6 -6
- package/dist/{chunk-CFNCXOAV.js → chunk-DQ7IVWF5.js} +2 -2
- package/dist/{chunk-ZBSES4JU.js → chunk-DUVXMFQV.js} +3 -3
- package/dist/{chunk-XYELYAVC.js → chunk-EMB6CXID.js} +5 -5
- package/dist/{chunk-VWOOMRYF.js → chunk-FLP2CHCV.js} +4 -4
- package/dist/{chunk-QIECGUO5.js → chunk-FX4FEEOP.js} +3 -3
- package/dist/{chunk-MFC6MLP7.js → chunk-G3NP7WGS.js} +3 -3
- package/dist/{chunk-UQXK6QDK.js → chunk-HB6JA5JP.js} +3 -3
- package/dist/{chunk-TCCRXQUU.js → chunk-JYGYXNTS.js} +3 -3
- package/dist/{chunk-74CFIJBV.js → chunk-K7E7R4WS.js} +3 -3
- package/dist/{chunk-7ZNBHIYT.js → chunk-KQ6EUJSO.js} +5 -5
- package/dist/{chunk-KUAANQ7T.js → chunk-KTDX7ILI.js} +4 -4
- package/dist/{chunk-WDBIXJF6.js → chunk-LNKEJMFC.js} +2 -2
- package/dist/{chunk-JLJTVUDK.js → chunk-LPFXBJSA.js} +13 -11
- package/dist/{chunk-25WAB7NJ.js → chunk-LPVUYMVK.js} +2 -2
- package/dist/{chunk-PRSTYBLZ.js → chunk-MUUMCGTU.js} +3 -3
- package/dist/{chunk-JLKSXSVY.js → chunk-NCY3OOON.js} +3 -3
- package/dist/{chunk-BSTZYPZU.js → chunk-NYME2DVS.js} +12 -12
- package/dist/{chunk-MSSZWK63.js → chunk-NZV3PGJI.js} +4 -4
- package/dist/{chunk-6C6ZDQRA.js → chunk-P2OGMB6O.js} +3 -3
- package/dist/{chunk-6AJRDC5C.js → chunk-Q5MC6CL3.js} +6 -6
- package/dist/{chunk-YUBYB2KK.js → chunk-TEGDYNIU.js} +12 -10
- package/dist/chunk-UV5N2VL7.js +39 -0
- package/dist/{chunk-YPSBMB7C.js → chunk-VTBFHPET.js} +2 -2
- package/dist/{chunk-MWVORSD7.js → chunk-XG23534A.js} +8 -8
- package/dist/{chunk-7MYG46RI.js → chunk-XHDAKO3K.js} +7 -7
- package/dist/{chunk-QEIHQ2YM.js → chunk-YBKI4WVT.js} +2 -2
- package/dist/cli/commands/auth/logout.js +15 -17
- package/dist/cli/commands/auth/logout.test.js +16 -18
- package/dist/cli/commands/cache/clear.js +14 -16
- package/dist/cli/commands/debug/command-flags.d.ts +1 -1
- package/dist/cli/commands/debug/command-flags.js +14 -16
- package/dist/cli/commands/docs/generate.js +14 -16
- package/dist/cli/commands/docs/generate.test.js +14 -16
- package/dist/cli/commands/help.d.ts +2 -2
- package/dist/cli/commands/help.js +14 -16
- package/dist/cli/commands/kitchen-sink/async.js +15 -17
- package/dist/cli/commands/kitchen-sink/async.test.js +15 -17
- package/dist/cli/commands/kitchen-sink/index.js +17 -19
- package/dist/cli/commands/kitchen-sink/index.test.js +17 -19
- package/dist/cli/commands/kitchen-sink/prompts.js +15 -17
- package/dist/cli/commands/kitchen-sink/prompts.test.js +15 -17
- package/dist/cli/commands/kitchen-sink/static.js +15 -17
- package/dist/cli/commands/kitchen-sink/static.test.js +15 -17
- package/dist/cli/commands/notifications/generate.js +15 -17
- package/dist/cli/commands/notifications/list.d.ts +1 -1
- package/dist/cli/commands/notifications/list.js +15 -17
- package/dist/cli/commands/search.d.ts +1 -1
- package/dist/cli/commands/search.js +15 -17
- package/dist/cli/commands/upgrade.js +15 -17
- package/dist/cli/commands/version.js +15 -17
- package/dist/cli/commands/version.test.js +15 -17
- package/dist/cli/services/commands/notifications.js +10 -12
- package/dist/cli/services/commands/search.js +6 -8
- package/dist/cli/services/commands/search.test.js +6 -8
- package/dist/cli/services/commands/version.js +7 -9
- package/dist/cli/services/commands/version.test.js +8 -10
- package/dist/cli/services/kitchen-sink/async.js +6 -8
- package/dist/cli/services/kitchen-sink/prompts.js +6 -8
- package/dist/cli/services/kitchen-sink/static.js +6 -8
- package/dist/cli/services/upgrade.js +7 -9
- package/dist/cli/services/upgrade.test.js +8 -10
- package/dist/configs/all.yml +9 -0
- package/dist/configs/recommended.yml +9 -0
- package/dist/{custom-oclif-loader-BEAC6M5I.js → custom-oclif-loader-4SQWZCJO.js} +6 -8
- package/dist/data/filters.json +40 -0
- package/dist/data/latest.json +1 -1
- package/dist/data/objects.json +28 -16
- package/dist/data/tags.json +7 -7
- package/dist/data/translations.json +9 -2
- package/dist/{chunk-FAITFLRX.js → del-SAZHGAZZ.js} +372 -42
- package/dist/{error-handler-AW3QCINN.js → error-handler-AU7YI2YV.js} +12 -14
- package/dist/hooks/postrun.js +10 -12
- package/dist/hooks/prerun.js +11 -13
- package/dist/{http-proxy-LHSVRGJ5.js → http-proxy-node16-T623PGD4.js} +37 -29
- package/dist/index.js +20794 -20296
- package/dist/{lib-2ZBT3UR2.js → lib-OSXFX3I2.js} +4 -5
- package/dist/{local-ZIKS25AW.js → local-4S6IAIPU.js} +6 -8
- package/dist/{morph-DFRO3NRL.js → morph-5LWJDWYB.js} +5 -5
- package/dist/{node-GHBQEWAW.js → node-S5IAFUYU.js} +16 -18
- package/dist/{node-package-manager-T3RQZ6EF.js → node-package-manager-4KNYIZWV.js} +7 -9
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-NKEN4MZY.js → ui-ALLFW3C3.js} +6 -8
- package/dist/{workerd-BCMLUCF7.js → workerd-7B5KK6HK.js} +16 -18
- package/oclif.manifest.json +212 -1
- package/package.json +14 -12
- package/dist/del-4JSTEFDW.js +0 -375
|
@@ -1,25 +1,23 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generate,
|
|
3
3
|
list
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-EMB6CXID.js";
|
|
5
|
+
import "../../../chunk-DEDYC4OS.js";
|
|
6
|
+
import "../../../chunk-FX4FEEOP.js";
|
|
7
7
|
import "../../../chunk-25IMI7TH.js";
|
|
8
|
-
import "../../../chunk-
|
|
9
|
-
import "../../../chunk-
|
|
10
|
-
import "../../../chunk-
|
|
11
|
-
import "../../../chunk-HMDWNGIV.js";
|
|
12
|
-
import "../../../chunk-B5EXYCV3.js";
|
|
8
|
+
import "../../../chunk-DQ7IVWF5.js";
|
|
9
|
+
import "../../../chunk-Q5MC6CL3.js";
|
|
10
|
+
import "../../../chunk-D5BJW27F.js";
|
|
13
11
|
import "../../../chunk-75LV6AQS.js";
|
|
14
12
|
import "../../../chunk-EG6MBBEN.js";
|
|
15
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-3FBDJEGD.js";
|
|
16
14
|
import "../../../chunk-UMUTXITN.js";
|
|
15
|
+
import "../../../chunk-HMDWNGIV.js";
|
|
17
16
|
import "../../../chunk-G5R6YD27.js";
|
|
18
17
|
import "../../../chunk-G2ZZKGSV.js";
|
|
19
|
-
import "../../../chunk-
|
|
18
|
+
import "../../../chunk-UV5N2VL7.js";
|
|
20
19
|
import "../../../chunk-XE5EOEBL.js";
|
|
21
|
-
import "../../../chunk-
|
|
22
|
-
import "../../../chunk-7IK72W75.js";
|
|
20
|
+
import "../../../chunk-B5EXYCV3.js";
|
|
23
21
|
import "../../../chunk-PKR7KJ6P.js";
|
|
24
22
|
export {
|
|
25
23
|
generate,
|
|
@@ -1,19 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
searchService
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-HMDWNGIV.js";
|
|
6
|
-
import "../../../chunk-B5EXYCV3.js";
|
|
3
|
+
} from "../../../chunk-LNKEJMFC.js";
|
|
4
|
+
import "../../../chunk-D5BJW27F.js";
|
|
7
5
|
import "../../../chunk-75LV6AQS.js";
|
|
8
6
|
import "../../../chunk-EG6MBBEN.js";
|
|
9
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-3FBDJEGD.js";
|
|
10
8
|
import "../../../chunk-UMUTXITN.js";
|
|
9
|
+
import "../../../chunk-HMDWNGIV.js";
|
|
11
10
|
import "../../../chunk-G5R6YD27.js";
|
|
12
11
|
import "../../../chunk-G2ZZKGSV.js";
|
|
13
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-UV5N2VL7.js";
|
|
14
13
|
import "../../../chunk-XE5EOEBL.js";
|
|
15
|
-
import "../../../chunk-
|
|
16
|
-
import "../../../chunk-7IK72W75.js";
|
|
14
|
+
import "../../../chunk-B5EXYCV3.js";
|
|
17
15
|
import "../../../chunk-PKR7KJ6P.js";
|
|
18
16
|
export {
|
|
19
17
|
searchService
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
searchService
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-LNKEJMFC.js";
|
|
4
4
|
import {
|
|
5
5
|
describe,
|
|
6
6
|
globalExpect,
|
|
@@ -9,19 +9,17 @@ import {
|
|
|
9
9
|
} from "../../../chunk-W5G2YPO2.js";
|
|
10
10
|
import {
|
|
11
11
|
openURL
|
|
12
|
-
} from "../../../chunk-
|
|
13
|
-
import "../../../chunk-HMDWNGIV.js";
|
|
14
|
-
import "../../../chunk-B5EXYCV3.js";
|
|
12
|
+
} from "../../../chunk-D5BJW27F.js";
|
|
15
13
|
import "../../../chunk-75LV6AQS.js";
|
|
16
14
|
import "../../../chunk-EG6MBBEN.js";
|
|
17
|
-
import "../../../chunk-
|
|
15
|
+
import "../../../chunk-3FBDJEGD.js";
|
|
18
16
|
import "../../../chunk-UMUTXITN.js";
|
|
17
|
+
import "../../../chunk-HMDWNGIV.js";
|
|
19
18
|
import "../../../chunk-G5R6YD27.js";
|
|
20
19
|
import "../../../chunk-G2ZZKGSV.js";
|
|
21
|
-
import "../../../chunk-
|
|
20
|
+
import "../../../chunk-UV5N2VL7.js";
|
|
22
21
|
import "../../../chunk-XE5EOEBL.js";
|
|
23
|
-
import "../../../chunk-
|
|
24
|
-
import "../../../chunk-7IK72W75.js";
|
|
22
|
+
import "../../../chunk-B5EXYCV3.js";
|
|
25
23
|
import {
|
|
26
24
|
init_cjs_shims
|
|
27
25
|
} from "../../../chunk-PKR7KJ6P.js";
|
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
2
|
versionService
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-HMDWNGIV.js";
|
|
7
|
-
import "../../../chunk-B5EXYCV3.js";
|
|
3
|
+
} from "../../../chunk-HB6JA5JP.js";
|
|
4
|
+
import "../../../chunk-DQ7IVWF5.js";
|
|
5
|
+
import "../../../chunk-D5BJW27F.js";
|
|
8
6
|
import "../../../chunk-75LV6AQS.js";
|
|
9
7
|
import "../../../chunk-EG6MBBEN.js";
|
|
10
|
-
import "../../../chunk-
|
|
8
|
+
import "../../../chunk-3FBDJEGD.js";
|
|
11
9
|
import "../../../chunk-UMUTXITN.js";
|
|
10
|
+
import "../../../chunk-HMDWNGIV.js";
|
|
12
11
|
import "../../../chunk-G5R6YD27.js";
|
|
13
12
|
import "../../../chunk-G2ZZKGSV.js";
|
|
14
|
-
import "../../../chunk-
|
|
13
|
+
import "../../../chunk-UV5N2VL7.js";
|
|
15
14
|
import "../../../chunk-XE5EOEBL.js";
|
|
16
|
-
import "../../../chunk-
|
|
17
|
-
import "../../../chunk-7IK72W75.js";
|
|
15
|
+
import "../../../chunk-B5EXYCV3.js";
|
|
18
16
|
import "../../../chunk-PKR7KJ6P.js";
|
|
19
17
|
export {
|
|
20
18
|
versionService
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
versionService
|
|
3
|
-
} from "../../../chunk-
|
|
3
|
+
} from "../../../chunk-HB6JA5JP.js";
|
|
4
4
|
import {
|
|
5
5
|
mockAndCaptureOutput
|
|
6
|
-
} from "../../../chunk-
|
|
6
|
+
} from "../../../chunk-VTBFHPET.js";
|
|
7
7
|
import {
|
|
8
8
|
afterEach,
|
|
9
9
|
describe,
|
|
@@ -11,20 +11,18 @@ import {
|
|
|
11
11
|
test,
|
|
12
12
|
vi
|
|
13
13
|
} from "../../../chunk-W5G2YPO2.js";
|
|
14
|
-
import "../../../chunk-
|
|
15
|
-
import "../../../chunk-
|
|
16
|
-
import "../../../chunk-HMDWNGIV.js";
|
|
17
|
-
import "../../../chunk-B5EXYCV3.js";
|
|
14
|
+
import "../../../chunk-DQ7IVWF5.js";
|
|
15
|
+
import "../../../chunk-D5BJW27F.js";
|
|
18
16
|
import "../../../chunk-75LV6AQS.js";
|
|
19
17
|
import "../../../chunk-EG6MBBEN.js";
|
|
20
|
-
import "../../../chunk-
|
|
18
|
+
import "../../../chunk-3FBDJEGD.js";
|
|
21
19
|
import "../../../chunk-UMUTXITN.js";
|
|
20
|
+
import "../../../chunk-HMDWNGIV.js";
|
|
22
21
|
import "../../../chunk-G5R6YD27.js";
|
|
23
22
|
import "../../../chunk-G2ZZKGSV.js";
|
|
24
|
-
import "../../../chunk-
|
|
23
|
+
import "../../../chunk-UV5N2VL7.js";
|
|
25
24
|
import "../../../chunk-XE5EOEBL.js";
|
|
26
|
-
import "../../../chunk-
|
|
27
|
-
import "../../../chunk-7IK72W75.js";
|
|
25
|
+
import "../../../chunk-B5EXYCV3.js";
|
|
28
26
|
import {
|
|
29
27
|
init_cjs_shims
|
|
30
28
|
} from "../../../chunk-PKR7KJ6P.js";
|
|
@@ -1,19 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
asyncTasks
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-HMDWNGIV.js";
|
|
6
|
-
import "../../../chunk-B5EXYCV3.js";
|
|
3
|
+
} from "../../../chunk-YBKI4WVT.js";
|
|
4
|
+
import "../../../chunk-D5BJW27F.js";
|
|
7
5
|
import "../../../chunk-75LV6AQS.js";
|
|
8
6
|
import "../../../chunk-EG6MBBEN.js";
|
|
9
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-3FBDJEGD.js";
|
|
10
8
|
import "../../../chunk-UMUTXITN.js";
|
|
9
|
+
import "../../../chunk-HMDWNGIV.js";
|
|
11
10
|
import "../../../chunk-G5R6YD27.js";
|
|
12
11
|
import "../../../chunk-G2ZZKGSV.js";
|
|
13
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-UV5N2VL7.js";
|
|
14
13
|
import "../../../chunk-XE5EOEBL.js";
|
|
15
|
-
import "../../../chunk-
|
|
16
|
-
import "../../../chunk-7IK72W75.js";
|
|
14
|
+
import "../../../chunk-B5EXYCV3.js";
|
|
17
15
|
import "../../../chunk-PKR7KJ6P.js";
|
|
18
16
|
export {
|
|
19
17
|
asyncTasks
|
|
@@ -1,19 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
prompts
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-HMDWNGIV.js";
|
|
6
|
-
import "../../../chunk-B5EXYCV3.js";
|
|
3
|
+
} from "../../../chunk-LPVUYMVK.js";
|
|
4
|
+
import "../../../chunk-D5BJW27F.js";
|
|
7
5
|
import "../../../chunk-75LV6AQS.js";
|
|
8
6
|
import "../../../chunk-EG6MBBEN.js";
|
|
9
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-3FBDJEGD.js";
|
|
10
8
|
import "../../../chunk-UMUTXITN.js";
|
|
9
|
+
import "../../../chunk-HMDWNGIV.js";
|
|
11
10
|
import "../../../chunk-G5R6YD27.js";
|
|
12
11
|
import "../../../chunk-G2ZZKGSV.js";
|
|
13
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-UV5N2VL7.js";
|
|
14
13
|
import "../../../chunk-XE5EOEBL.js";
|
|
15
|
-
import "../../../chunk-
|
|
16
|
-
import "../../../chunk-7IK72W75.js";
|
|
14
|
+
import "../../../chunk-B5EXYCV3.js";
|
|
17
15
|
import "../../../chunk-PKR7KJ6P.js";
|
|
18
16
|
export {
|
|
19
17
|
prompts
|
|
@@ -1,19 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
staticService
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-HMDWNGIV.js";
|
|
6
|
-
import "../../../chunk-B5EXYCV3.js";
|
|
3
|
+
} from "../../../chunk-7I7D2AB7.js";
|
|
4
|
+
import "../../../chunk-D5BJW27F.js";
|
|
7
5
|
import "../../../chunk-75LV6AQS.js";
|
|
8
6
|
import "../../../chunk-EG6MBBEN.js";
|
|
9
|
-
import "../../../chunk-
|
|
7
|
+
import "../../../chunk-3FBDJEGD.js";
|
|
10
8
|
import "../../../chunk-UMUTXITN.js";
|
|
9
|
+
import "../../../chunk-HMDWNGIV.js";
|
|
11
10
|
import "../../../chunk-G5R6YD27.js";
|
|
12
11
|
import "../../../chunk-G2ZZKGSV.js";
|
|
13
|
-
import "../../../chunk-
|
|
12
|
+
import "../../../chunk-UV5N2VL7.js";
|
|
14
13
|
import "../../../chunk-XE5EOEBL.js";
|
|
15
|
-
import "../../../chunk-
|
|
16
|
-
import "../../../chunk-7IK72W75.js";
|
|
14
|
+
import "../../../chunk-B5EXYCV3.js";
|
|
17
15
|
import "../../../chunk-PKR7KJ6P.js";
|
|
18
16
|
export {
|
|
19
17
|
staticService
|
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
import {
|
|
2
2
|
upgrade
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
6
|
-
import "../../chunk-HMDWNGIV.js";
|
|
7
|
-
import "../../chunk-B5EXYCV3.js";
|
|
3
|
+
} from "../../chunk-DUVXMFQV.js";
|
|
4
|
+
import "../../chunk-Q5MC6CL3.js";
|
|
5
|
+
import "../../chunk-D5BJW27F.js";
|
|
8
6
|
import "../../chunk-75LV6AQS.js";
|
|
9
7
|
import "../../chunk-EG6MBBEN.js";
|
|
10
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-3FBDJEGD.js";
|
|
11
9
|
import "../../chunk-UMUTXITN.js";
|
|
10
|
+
import "../../chunk-HMDWNGIV.js";
|
|
12
11
|
import "../../chunk-G5R6YD27.js";
|
|
13
12
|
import "../../chunk-G2ZZKGSV.js";
|
|
14
|
-
import "../../chunk-
|
|
13
|
+
import "../../chunk-UV5N2VL7.js";
|
|
15
14
|
import "../../chunk-XE5EOEBL.js";
|
|
16
|
-
import "../../chunk-
|
|
17
|
-
import "../../chunk-7IK72W75.js";
|
|
15
|
+
import "../../chunk-B5EXYCV3.js";
|
|
18
16
|
import "../../chunk-PKR7KJ6P.js";
|
|
19
17
|
export {
|
|
20
18
|
upgrade
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
upgrade
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-DUVXMFQV.js";
|
|
4
4
|
import {
|
|
5
5
|
mockAndCaptureOutput
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-VTBFHPET.js";
|
|
7
7
|
import {
|
|
8
8
|
afterEach,
|
|
9
9
|
beforeEach,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
} from "../../chunk-W5G2YPO2.js";
|
|
15
15
|
import {
|
|
16
16
|
node_package_manager_exports
|
|
17
|
-
} from "../../chunk-
|
|
17
|
+
} from "../../chunk-Q5MC6CL3.js";
|
|
18
18
|
import {
|
|
19
19
|
AbortError,
|
|
20
20
|
captureOutput,
|
|
@@ -23,22 +23,20 @@ import {
|
|
|
23
23
|
platformAndArch,
|
|
24
24
|
touchFile,
|
|
25
25
|
writeFile
|
|
26
|
-
} from "../../chunk-
|
|
27
|
-
import "../../chunk-HMDWNGIV.js";
|
|
28
|
-
import "../../chunk-B5EXYCV3.js";
|
|
26
|
+
} from "../../chunk-D5BJW27F.js";
|
|
29
27
|
import "../../chunk-75LV6AQS.js";
|
|
30
28
|
import {
|
|
31
29
|
joinPath,
|
|
32
30
|
normalizePath
|
|
33
31
|
} from "../../chunk-EG6MBBEN.js";
|
|
34
|
-
import "../../chunk-
|
|
32
|
+
import "../../chunk-3FBDJEGD.js";
|
|
35
33
|
import "../../chunk-UMUTXITN.js";
|
|
34
|
+
import "../../chunk-HMDWNGIV.js";
|
|
36
35
|
import "../../chunk-G5R6YD27.js";
|
|
37
36
|
import "../../chunk-G2ZZKGSV.js";
|
|
38
|
-
import "../../chunk-
|
|
37
|
+
import "../../chunk-UV5N2VL7.js";
|
|
39
38
|
import "../../chunk-XE5EOEBL.js";
|
|
40
|
-
import "../../chunk-
|
|
41
|
-
import "../../chunk-7IK72W75.js";
|
|
39
|
+
import "../../chunk-B5EXYCV3.js";
|
|
42
40
|
import {
|
|
43
41
|
init_cjs_shims
|
|
44
42
|
} from "../../chunk-PKR7KJ6P.js";
|
package/dist/configs/all.yml
CHANGED
|
@@ -49,6 +49,9 @@ DeprecateLazysizes:
|
|
|
49
49
|
DeprecatedFilter:
|
|
50
50
|
enabled: true
|
|
51
51
|
severity: 1
|
|
52
|
+
DeprecatedFontsOnSectionsAndBlocks:
|
|
53
|
+
enabled: true
|
|
54
|
+
severity: 1
|
|
52
55
|
DeprecatedTag:
|
|
53
56
|
enabled: true
|
|
54
57
|
severity: 1
|
|
@@ -61,6 +64,9 @@ DuplicateRenderSnippetArguments:
|
|
|
61
64
|
EmptyBlockContent:
|
|
62
65
|
enabled: true
|
|
63
66
|
severity: 1
|
|
67
|
+
HardcodedRoutes:
|
|
68
|
+
enabled: true
|
|
69
|
+
severity: 1
|
|
64
70
|
ImgWidthAndHeight:
|
|
65
71
|
enabled: true
|
|
66
72
|
severity: 0
|
|
@@ -115,6 +121,9 @@ SchemaPresetsBlockOrder:
|
|
|
115
121
|
SchemaPresetsStaticBlocks:
|
|
116
122
|
enabled: true
|
|
117
123
|
severity: 0
|
|
124
|
+
StaticStylesheetAndJavascriptTags:
|
|
125
|
+
enabled: true
|
|
126
|
+
severity: 0
|
|
118
127
|
TranslationKeyExists:
|
|
119
128
|
enabled: true
|
|
120
129
|
severity: 0
|
|
@@ -27,6 +27,9 @@ DeprecateLazysizes:
|
|
|
27
27
|
DeprecatedFilter:
|
|
28
28
|
enabled: true
|
|
29
29
|
severity: 1
|
|
30
|
+
DeprecatedFontsOnSectionsAndBlocks:
|
|
31
|
+
enabled: true
|
|
32
|
+
severity: 1
|
|
30
33
|
DeprecatedTag:
|
|
31
34
|
enabled: true
|
|
32
35
|
severity: 1
|
|
@@ -39,6 +42,9 @@ DuplicateRenderSnippetArguments:
|
|
|
39
42
|
EmptyBlockContent:
|
|
40
43
|
enabled: true
|
|
41
44
|
severity: 1
|
|
45
|
+
HardcodedRoutes:
|
|
46
|
+
enabled: true
|
|
47
|
+
severity: 1
|
|
42
48
|
ImgWidthAndHeight:
|
|
43
49
|
enabled: true
|
|
44
50
|
severity: 0
|
|
@@ -93,6 +99,9 @@ SchemaPresetsBlockOrder:
|
|
|
93
99
|
SchemaPresetsStaticBlocks:
|
|
94
100
|
enabled: true
|
|
95
101
|
severity: 0
|
|
102
|
+
StaticStylesheetAndJavascriptTags:
|
|
103
|
+
enabled: true
|
|
104
|
+
severity: 0
|
|
96
105
|
TranslationKeyExists:
|
|
97
106
|
enabled: true
|
|
98
107
|
severity: 0
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
execaSync,
|
|
3
3
|
fileExistsSync
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-HMDWNGIV.js";
|
|
6
|
-
import "./chunk-B5EXYCV3.js";
|
|
4
|
+
} from "./chunk-D5BJW27F.js";
|
|
7
5
|
import "./chunk-75LV6AQS.js";
|
|
8
6
|
import {
|
|
9
7
|
cwd,
|
|
@@ -12,14 +10,14 @@ import {
|
|
|
12
10
|
} from "./chunk-EG6MBBEN.js";
|
|
13
11
|
import {
|
|
14
12
|
require_lib
|
|
15
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-3FBDJEGD.js";
|
|
16
14
|
import "./chunk-UMUTXITN.js";
|
|
15
|
+
import "./chunk-HMDWNGIV.js";
|
|
17
16
|
import "./chunk-G5R6YD27.js";
|
|
18
17
|
import "./chunk-G2ZZKGSV.js";
|
|
19
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-UV5N2VL7.js";
|
|
20
19
|
import "./chunk-XE5EOEBL.js";
|
|
21
|
-
import "./chunk-
|
|
22
|
-
import "./chunk-7IK72W75.js";
|
|
20
|
+
import "./chunk-B5EXYCV3.js";
|
|
23
21
|
import {
|
|
24
22
|
__toESM,
|
|
25
23
|
init_cjs_shims
|
|
@@ -46,4 +44,4 @@ var import_core = __toESM(require_lib(), 1), ShopifyConfig = class extends impor
|
|
|
46
44
|
export {
|
|
47
45
|
ShopifyConfig
|
|
48
46
|
};
|
|
49
|
-
//# sourceMappingURL=custom-oclif-loader-
|
|
47
|
+
//# sourceMappingURL=custom-oclif-loader-4SQWZCJO.js.map
|
package/dist/data/filters.json
CHANGED
|
@@ -4965,6 +4965,46 @@
|
|
|
4965
4965
|
"syntax": "number | pluralize: string, string",
|
|
4966
4966
|
"name": "pluralize"
|
|
4967
4967
|
},
|
|
4968
|
+
{
|
|
4969
|
+
"category": "format",
|
|
4970
|
+
"deprecated": false,
|
|
4971
|
+
"deprecation_reason": "",
|
|
4972
|
+
"description": "",
|
|
4973
|
+
"parameters": [],
|
|
4974
|
+
"return_type": [
|
|
4975
|
+
{
|
|
4976
|
+
"type": "string",
|
|
4977
|
+
"name": "",
|
|
4978
|
+
"description": "",
|
|
4979
|
+
"array_value": ""
|
|
4980
|
+
}
|
|
4981
|
+
],
|
|
4982
|
+
"examples": [
|
|
4983
|
+
{
|
|
4984
|
+
"name": "",
|
|
4985
|
+
"description": "",
|
|
4986
|
+
"syntax": "",
|
|
4987
|
+
"path": "/products/blue-mountain-flower",
|
|
4988
|
+
"raw_liquid": "{%- assign variant = product.variants.first -%}\n\n{{ variant.unit_price | unit_price_with_measurement: variant.unit_price_measurement }}",
|
|
4989
|
+
"parameter": false,
|
|
4990
|
+
"display_type": "text",
|
|
4991
|
+
"show_data_tab": true
|
|
4992
|
+
},
|
|
4993
|
+
{
|
|
4994
|
+
"name": "Formatted unit price",
|
|
4995
|
+
"description": "You can specify a formatted unit price using one of the [money filters](/docs/api/liquid/filters/payment_button#money-filters).",
|
|
4996
|
+
"syntax": "string | unit_price_with_measurement: unit_price_measurement",
|
|
4997
|
+
"path": "/products/blue-mountain-flower",
|
|
4998
|
+
"raw_liquid": "{%- assign variant = product.variants.first -%}\n\n{{ variant.unit_price | money_with_currency | unit_price_with_measurement: variant.unit_price_measurement }}",
|
|
4999
|
+
"parameter": true,
|
|
5000
|
+
"display_type": "text",
|
|
5001
|
+
"show_data_tab": true
|
|
5002
|
+
}
|
|
5003
|
+
],
|
|
5004
|
+
"summary": "Formats a given unit price and measurement based on the store's [**HTML without currency** setting](https://help.shopify.com/manual/payments/currency-formatting).",
|
|
5005
|
+
"syntax": "number | unit_price_with_measurement: unit_price_measurement",
|
|
5006
|
+
"name": "unit_price_with_measurement"
|
|
5007
|
+
},
|
|
4968
5008
|
{
|
|
4969
5009
|
"category": "media",
|
|
4970
5010
|
"deprecated": true,
|
package/dist/data/latest.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
{ "revision": "
|
|
1
|
+
{ "revision": "8396a745b2e2340614d521e0d96a3d443e78829a" }
|
|
2
2
|
|
package/dist/data/objects.json
CHANGED
|
@@ -1277,7 +1277,7 @@
|
|
|
1277
1277
|
{
|
|
1278
1278
|
"deprecated": false,
|
|
1279
1279
|
"deprecation_reason": "",
|
|
1280
|
-
"description": "The theme editor's [JavaScript API](/themes/
|
|
1280
|
+
"description": "The theme editor's [JavaScript API](/themes/best-practices/editor/integrate-sections-and-blocks#section-and-block-javascript-events)\nuses the data attributes to identify blocks and listen for events. No value for `block.shopify_attributes` is returned\noutside the theme editor.",
|
|
1281
1281
|
"examples": [],
|
|
1282
1282
|
"return_type": [
|
|
1283
1283
|
{
|
|
@@ -7264,7 +7264,7 @@
|
|
|
7264
7264
|
{
|
|
7265
7265
|
"deprecated": false,
|
|
7266
7266
|
"deprecation_reason": "",
|
|
7267
|
-
"description": "> Note:\n> Unit prices are available only to stores located in
|
|
7267
|
+
"description": "> Note:\n> Unit prices are available only to stores located in the European Union or Switzerland.\n\nTo learn about how to display unit prices in your theme, refer to [Unit pricing](/themes/pricing-payments/unit-pricing).\n\n> Tip:\n> Use the [`unit_price_with_measurement` filter](/docs/api/liquid/filters/unit_price_with_measurement) with the\n> `line_item.unit_price` property and this property to output a formatted unit price with measurement.",
|
|
7268
7268
|
"examples": [],
|
|
7269
7269
|
"return_type": [
|
|
7270
7270
|
{
|
|
@@ -7280,7 +7280,7 @@
|
|
|
7280
7280
|
{
|
|
7281
7281
|
"deprecated": false,
|
|
7282
7282
|
"deprecation_reason": "",
|
|
7283
|
-
"description": "The price reflects any discounts that are applied to the line item. The value is output in the customer's local\n(presentment) currency.\n\nFor currencies without subunits, such as JPY and KRW, tenths and hundredths of a unit are appended. For example, 1000 Japanese yen is output as 100000.\n\n> Note:\n> Unit prices are available only to stores located in
|
|
7283
|
+
"description": "The price reflects any discounts that are applied to the line item. The value is output in the customer's local\n(presentment) currency.\n\nFor currencies without subunits, such as JPY and KRW, tenths and hundredths of a unit are appended. For example, 1000 Japanese yen is output as 100000.\n\n> Note:\n> Unit prices are available only to stores located in the European Union or Switzerland.\n\n> Tip:\n> Use the [`unit_price_with_measurement` filter](/docs/api/liquid/filters/unit_price_with_measurement) with this\n> property and the `line_item.unit_price_measurement` property to output a formatted unit price with measurement.\n\nTo learn about how to display unit prices in your theme, refer to [Unit pricing](/themes/pricing-payments/unit-pricing).",
|
|
7284
7284
|
"examples": [],
|
|
7285
7285
|
"return_type": [
|
|
7286
7286
|
{
|
|
@@ -7290,7 +7290,7 @@
|
|
|
7290
7290
|
"array_value": ""
|
|
7291
7291
|
}
|
|
7292
7292
|
],
|
|
7293
|
-
"summary": "The [unit price](https://help.shopify.com/manual/
|
|
7293
|
+
"summary": "The [unit price](https://help.shopify.com/manual/products/details/product-pricing/unit-pricing#add-unit-prices-to-your-product)\n of the line item in the currency's subunit.",
|
|
7294
7294
|
"name": "unit_price"
|
|
7295
7295
|
},
|
|
7296
7296
|
{
|
|
@@ -10684,7 +10684,7 @@
|
|
|
10684
10684
|
{
|
|
10685
10685
|
"deprecated": false,
|
|
10686
10686
|
"deprecation_reason": "",
|
|
10687
|
-
"description": "",
|
|
10687
|
+
"description": "Limited to 250.",
|
|
10688
10688
|
"examples": [],
|
|
10689
10689
|
"return_type": [
|
|
10690
10690
|
{
|
|
@@ -10700,7 +10700,7 @@
|
|
|
10700
10700
|
{
|
|
10701
10701
|
"deprecated": false,
|
|
10702
10702
|
"deprecation_reason": "",
|
|
10703
|
-
"description": "For example, if you show 5 items per page and are on page 3, then the value of `paginate.current_offset` is 10.",
|
|
10703
|
+
"description": "For example, if you show 5 items per page and are on page 3, then the value of `paginate.current_offset` is 10.\n\nLimited to 24,999 see [Pagination Limits](/themes/best-practices/performance/platform#pagination-limits) for more information.",
|
|
10704
10704
|
"examples": [],
|
|
10705
10705
|
"return_type": [
|
|
10706
10706
|
{
|
|
@@ -10716,7 +10716,7 @@
|
|
|
10716
10716
|
{
|
|
10717
10717
|
"deprecated": false,
|
|
10718
10718
|
"deprecation_reason": "",
|
|
10719
|
-
"description": "",
|
|
10719
|
+
"description": "Limited to 25,000 see [Pagination Limits](/themes/best-practices/performance/platform#pagination-limits) for more information.",
|
|
10720
10720
|
"examples": [],
|
|
10721
10721
|
"return_type": [
|
|
10722
10722
|
{
|
|
@@ -10732,7 +10732,7 @@
|
|
|
10732
10732
|
{
|
|
10733
10733
|
"deprecated": false,
|
|
10734
10734
|
"deprecation_reason": "",
|
|
10735
|
-
"description": "For example, if you paginate a collection of 120 products, then the value of `paginate.items` is 120.",
|
|
10735
|
+
"description": "For example, if you paginate a collection of 120 products, then the value of `paginate.items` is 120.\n\nLimited to 25,000 see [Pagination Limits](/themes/best-practices/performance/platform#pagination-limits) for more information.",
|
|
10736
10736
|
"examples": [],
|
|
10737
10737
|
"return_type": [
|
|
10738
10738
|
{
|
|
@@ -10796,7 +10796,7 @@
|
|
|
10796
10796
|
{
|
|
10797
10797
|
"deprecated": false,
|
|
10798
10798
|
"deprecation_reason": "",
|
|
10799
|
-
"description": "",
|
|
10799
|
+
"description": "Limited to 25,000 see [Pagination Limits](/themes/best-practices/performance/platform#pagination-limits) for more information.",
|
|
10800
10800
|
"examples": [],
|
|
10801
10801
|
"return_type": [
|
|
10802
10802
|
{
|
|
@@ -12543,7 +12543,7 @@
|
|
|
12543
12543
|
{
|
|
12544
12544
|
"deprecated": false,
|
|
12545
12545
|
"deprecation_reason": "",
|
|
12546
|
-
"description": "> Note:\n> Unit prices are available only to stores located in
|
|
12546
|
+
"description": "> Note:\n> Unit prices are available only to stores located in the European Union or Switzerland.\n\nTo learn about how to display unit prices in your theme, refer to [Unit pricing](/themes/pricing-payments/unit-pricing).\n\n> Tip:\n> Use the [`unit_price_with_measurement` filter](/docs/api/liquid/filters/unit_price_with_measurement) with the\n> `variant.unit_price` property and this property to output a formatted unit price with measurement.",
|
|
12547
12547
|
"examples": [],
|
|
12548
12548
|
"return_type": [
|
|
12549
12549
|
{
|
|
@@ -12559,7 +12559,7 @@
|
|
|
12559
12559
|
{
|
|
12560
12560
|
"deprecated": false,
|
|
12561
12561
|
"deprecation_reason": "",
|
|
12562
|
-
"description": "The price reflects any discounts that are applied to the line item. The value is output in the customer's local\n(presentment) currency.\n\nFor currencies without subunits, such as JPY and KRW, tenths and hundredths of a unit are appended. For example, 1000 Japanese yen is output as 100000.\n\n> Note:\n> Unit prices are available only to stores located in
|
|
12562
|
+
"description": "The price reflects any discounts that are applied to the line item. The value is output in the customer's local\n(presentment) currency.\n\nFor currencies without subunits, such as JPY and KRW, tenths and hundredths of a unit are appended. For example, 1000 Japanese yen is output as 100000.\n\n> Note:\n> Unit prices are available only to stores located in the European Union or Switzerland.\n\n> Tip:\n> Use the [`unit_price_with_measurement` filter](/docs/api/liquid/filters/unit_price_with_measurement) with this\n> property and the `variant.unit_price_measurement` property to output a formatted unit price with measurement.\n\nTo learn about how to display unit prices in your theme, refer to [Unit pricing](/themes/pricing-payments/unit-pricing).",
|
|
12563
12563
|
"examples": [],
|
|
12564
12564
|
"return_type": [
|
|
12565
12565
|
{
|
|
@@ -12569,7 +12569,7 @@
|
|
|
12569
12569
|
"array_value": ""
|
|
12570
12570
|
}
|
|
12571
12571
|
],
|
|
12572
|
-
"summary": "The [unit price](https://help.shopify.com/manual/
|
|
12572
|
+
"summary": "The [unit price](https://help.shopify.com/manual/products/details/product-pricing/unit-pricing#add-unit-prices-to-your-product)\nof the variant in the currency's subunit.",
|
|
12573
12573
|
"name": "unit_price"
|
|
12574
12574
|
},
|
|
12575
12575
|
{
|
|
@@ -16099,7 +16099,7 @@
|
|
|
16099
16099
|
"name": "balance"
|
|
16100
16100
|
}
|
|
16101
16101
|
],
|
|
16102
|
-
"summary": "A [
|
|
16102
|
+
"summary": "A [store credit account](https://help.shopify.com/en/manual/customers/store-credit) owned by a [customer](/docs/api/liquid/objects/customer).",
|
|
16103
16103
|
"name": "store_credit_account",
|
|
16104
16104
|
"examples": [],
|
|
16105
16105
|
"json_data": {
|
|
@@ -16901,7 +16901,7 @@
|
|
|
16901
16901
|
},
|
|
16902
16902
|
"deprecated": false,
|
|
16903
16903
|
"deprecation_reason": "",
|
|
16904
|
-
"description": "> Note:\n> Unit prices are available only to stores located in
|
|
16904
|
+
"description": "> Note:\n> Unit prices are available only to stores located in the European Union or Switzerland.",
|
|
16905
16905
|
"properties": [
|
|
16906
16906
|
{
|
|
16907
16907
|
"deprecated": false,
|
|
@@ -16923,7 +16923,19 @@
|
|
|
16923
16923
|
},
|
|
16924
16924
|
{
|
|
16925
16925
|
"type": "string",
|
|
16926
|
-
"name": "
|
|
16926
|
+
"name": "length",
|
|
16927
|
+
"description": "",
|
|
16928
|
+
"array_value": ""
|
|
16929
|
+
},
|
|
16930
|
+
{
|
|
16931
|
+
"type": "string",
|
|
16932
|
+
"name": "area",
|
|
16933
|
+
"description": "",
|
|
16934
|
+
"array_value": ""
|
|
16935
|
+
},
|
|
16936
|
+
{
|
|
16937
|
+
"type": "string",
|
|
16938
|
+
"name": "count",
|
|
16927
16939
|
"description": "",
|
|
16928
16940
|
"array_value": ""
|
|
16929
16941
|
}
|
|
@@ -16996,7 +17008,7 @@
|
|
|
16996
17008
|
"name": "reference_unit"
|
|
16997
17009
|
}
|
|
16998
17010
|
],
|
|
16999
|
-
"summary": "Information about how units of a product variant are measured. It's used to calculate\n[unit prices](https://help.shopify.com/manual/
|
|
17011
|
+
"summary": "Information about how units of a product variant are measured. It's used to calculate\n[unit prices](https://help.shopify.com/manual/products/details/product-pricing/unit-pricing#add-unit-prices-to-your-product).",
|
|
17000
17012
|
"name": "unit_price_measurement",
|
|
17001
17013
|
"examples": [],
|
|
17002
17014
|
"json_data": {
|