@fragment-dev/cli 2026.7.28 → 2026.7.29-10
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/README.md +1 -1
- package/dist/{chunk-QNGMAK7L.js → chunk-2QWHNS46.js} +3 -3
- package/dist/{chunk-KT3DLGYI.js → chunk-2XS2VMK6.js} +2 -2
- package/dist/{chunk-BCAGXHAX.js → chunk-36LLZEQA.js} +25 -25
- package/dist/{chunk-BWBPSOBV.js → chunk-5E26VJ6H.js} +17 -3
- package/dist/{chunk-IZBMLZIC.js → chunk-5JLMMFER.js} +1 -1
- package/dist/{chunk-OBI2YPSX.js → chunk-5MYHGKCZ.js} +2 -2
- package/dist/{chunk-BC2OJSPA.js → chunk-5R2QMQ47.js} +1 -1
- package/dist/{chunk-BGUC74YK.js → chunk-6GVJKV2D.js} +3 -3
- package/dist/{chunk-U7FUVHZJ.js → chunk-6OFYGM5P.js} +3 -3
- package/dist/{chunk-O7AE4SQS.js → chunk-6SMC73UW.js} +9 -9
- package/dist/{chunk-VNAUU3EA.js → chunk-7BXLVF5J.js} +7 -7
- package/dist/{chunk-44NHT3V7.js → chunk-A3NOUNWR.js} +3 -3
- package/dist/{chunk-BBRYUDAI.js → chunk-A5OWXD3R.js} +48 -10
- package/dist/{chunk-XK2D2Z44.js → chunk-B7FCVEVL.js} +7 -7
- package/dist/{chunk-NAO73VDE.js → chunk-DQXXJ3VR.js} +3 -3
- package/dist/{chunk-624X4WQX.js → chunk-G2KT73T3.js} +1 -1
- package/dist/{chunk-4CEBCA46.js → chunk-ILQ4ZK7X.js} +1 -1
- package/dist/{chunk-OAJCTIWT.js → chunk-IXX2EVIM.js} +3 -3
- package/dist/{chunk-LLGNTKT5.js → chunk-IYYWZCZE.js} +3 -3
- package/dist/{chunk-SH5YJD4P.js → chunk-JFF37Z5K.js} +1 -1
- package/dist/{chunk-VUVWR4BG.js → chunk-K5RBCJWQ.js} +2 -2
- package/dist/{chunk-KFAA2PA4.js → chunk-KAGCPC3G.js} +808 -3
- package/dist/{chunk-5KUA4RJK.js → chunk-KIDRAGHV.js} +3 -3
- package/dist/{chunk-5MQSQSME.js → chunk-MBT3GWIT.js} +2 -2
- package/dist/{chunk-CNRBK46D.js → chunk-O6GAEJNO.js} +2 -2
- package/dist/{chunk-EVBIJLID.js → chunk-OWLAAUNJ.js} +1 -1
- package/dist/{chunk-4MZBCWZQ.js → chunk-Q2D66AQY.js} +3 -3
- package/dist/{chunk-3OHJCZZM.js → chunk-REGEMVTK.js} +4 -4
- package/dist/{chunk-PIHY2GFS.js → chunk-TOXMGEU7.js} +2 -2
- package/dist/{chunk-7TNXITUF.js → chunk-U4NSRDRN.js} +4 -4
- package/dist/{chunk-4E6Y3PSS.js → chunk-U6M2LHJL.js} +3 -3
- package/dist/{chunk-QXLR4WSD.js → chunk-VDAFWOKB.js} +5 -5
- package/dist/{chunk-FOAOX2DT.js → chunk-VKV3NPQ2.js} +2 -2
- package/dist/{chunk-3BWYGCTW.js → chunk-VRVDFHQI.js} +3 -3
- package/dist/{chunk-27IQNS3A.js → chunk-W2V2ILHS.js} +2118 -355
- package/dist/{chunk-THBZ6XSN.js → chunk-WTSTKV54.js} +3 -3
- package/dist/{chunk-ZMFGVGZP.js → chunk-X5KIPJRF.js} +1 -1
- package/dist/{chunk-BMOEYXRT.js → chunk-X5UKW2HL.js} +3 -3
- package/dist/commands/add-ledger-entry.js +5 -5
- package/dist/commands/api-client/create.js +4 -4
- package/dist/commands/create-custom-link.js +5 -5
- package/dist/commands/create-ledger.js +5 -5
- package/dist/commands/delete-custom-txs.js +5 -5
- package/dist/commands/delete-ledger.js +5 -5
- package/dist/commands/delete-schema.js +5 -5
- package/dist/commands/gen-graphql.js +10 -10
- package/dist/commands/get-schema.js +6 -6
- package/dist/commands/init.js +4 -4
- package/dist/commands/login.js +5 -5
- package/dist/commands/migrate-ledger-entry.js +5 -5
- package/dist/commands/query/ledgerAccounts.js +5 -5
- package/dist/commands/query/ledgers.js +5 -5
- package/dist/commands/query/schema.js +5 -5
- package/dist/commands/query/schemas.js +5 -5
- package/dist/commands/reverse-ledger-entry.js +5 -5
- package/dist/commands/start.js +4 -4
- package/dist/commands/store-schema.js +5 -5
- package/dist/commands/token.js +5 -5
- package/dist/commands/update-ledger-account.js +5 -5
- package/dist/commands/update.js +5 -5
- package/dist/commands/verify-schema.js +9 -9
- package/dist/commands/version.js +4 -4
- package/dist/commands/workspace.js +5 -5
- package/dist/commands.js +38 -38
- package/dist/graphql.js +5 -5
- package/dist/index.js +38 -38
- package/dist/lib/authenticatedCommand.js +4 -4
- package/dist/lib/baseCommand.js +3 -3
- package/dist/lib/errors.js +2 -2
- package/dist/utils/formatValidationErrors.js +3 -3
- package/dist/utils/schemaValidation.js +6 -6
- package/dist/utils.js +2 -2
- package/oclif.manifest.json +2 -2
- package/package.json +1 -1
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AuthenticatedCommand
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-O6GAEJNO.js";
|
|
4
4
|
import {
|
|
5
5
|
require_lib
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-W2V2ILHS.js";
|
|
7
7
|
import {
|
|
8
8
|
require_source
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-B7FCVEVL.js";
|
|
10
10
|
import {
|
|
11
11
|
__toESM,
|
|
12
12
|
init_cjs_shims
|
|
@@ -5,10 +5,10 @@ import {
|
|
|
5
5
|
FragmentCommand,
|
|
6
6
|
GraphQLClient,
|
|
7
7
|
require_lib
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-W2V2ILHS.js";
|
|
9
9
|
import {
|
|
10
10
|
colorizeJson
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-6SMC73UW.js";
|
|
12
12
|
import {
|
|
13
13
|
__toESM,
|
|
14
14
|
init_cjs_shims
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AuthenticatedCommand
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-O6GAEJNO.js";
|
|
4
4
|
import {
|
|
5
5
|
require_lib
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-W2V2ILHS.js";
|
|
7
7
|
import {
|
|
8
8
|
require_source
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-B7FCVEVL.js";
|
|
10
10
|
import {
|
|
11
11
|
__toESM,
|
|
12
12
|
init_cjs_shims
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AuthenticatedCommand
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-O6GAEJNO.js";
|
|
4
4
|
import {
|
|
5
5
|
require_lib
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-W2V2ILHS.js";
|
|
7
7
|
import {
|
|
8
8
|
require_source
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-B7FCVEVL.js";
|
|
10
10
|
import {
|
|
11
11
|
__toESM,
|
|
12
12
|
init_cjs_shims
|
|
@@ -25,7 +25,7 @@ var CreateCustomLink = class extends AuthenticatedCommand {
|
|
|
25
25
|
"CreateCustomLink"
|
|
26
26
|
)} API endpoint.
|
|
27
27
|
Read ${import_chalk.default.blueBright(
|
|
28
|
-
"https://fragment.dev/
|
|
28
|
+
"https://fragment.dev/guides/sync-payments#custom-link-onboarding"
|
|
29
29
|
)} to learn more about Custom Links.`;
|
|
30
30
|
}
|
|
31
31
|
static {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
inquirer_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-KAGCPC3G.js";
|
|
4
4
|
import {
|
|
5
5
|
AuthenticatedCommand
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-O6GAEJNO.js";
|
|
7
7
|
import {
|
|
8
8
|
require_lib
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-W2V2ILHS.js";
|
|
10
10
|
import {
|
|
11
11
|
require_source
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-B7FCVEVL.js";
|
|
13
13
|
import {
|
|
14
14
|
__toESM,
|
|
15
15
|
init_cjs_shims
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AuthenticatedCommand
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-O6GAEJNO.js";
|
|
4
4
|
import {
|
|
5
5
|
require_lib
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-W2V2ILHS.js";
|
|
7
7
|
import {
|
|
8
8
|
require_source
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-B7FCVEVL.js";
|
|
10
10
|
import {
|
|
11
11
|
__toESM,
|
|
12
12
|
init_cjs_shims
|
|
@@ -2,27 +2,27 @@ import {
|
|
|
2
2
|
extractSchemaMetadata,
|
|
3
3
|
isJsonParseError,
|
|
4
4
|
validateSchemaStructure
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-6GVJKV2D.js";
|
|
6
6
|
import {
|
|
7
7
|
DEFAULT_SCHEMA_PATH
|
|
8
8
|
} from "./chunk-A4BSWX5D.js";
|
|
9
9
|
import {
|
|
10
10
|
logValidationErrors
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-VKV3NPQ2.js";
|
|
12
12
|
import {
|
|
13
13
|
FragmentCommand,
|
|
14
14
|
require_lib
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-W2V2ILHS.js";
|
|
16
16
|
import {
|
|
17
17
|
colorizeJson,
|
|
18
18
|
emphasize,
|
|
19
19
|
getParsedSchema,
|
|
20
20
|
getParsedSchemaString,
|
|
21
21
|
parseJSON
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-6SMC73UW.js";
|
|
23
23
|
import {
|
|
24
24
|
require_source
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-B7FCVEVL.js";
|
|
26
26
|
import {
|
|
27
27
|
__toESM,
|
|
28
28
|
init_cjs_shims
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AuthenticatedCommand
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-O6GAEJNO.js";
|
|
4
4
|
import {
|
|
5
5
|
require_lib
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-W2V2ILHS.js";
|
|
7
7
|
import {
|
|
8
8
|
getParsedSchema
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-6SMC73UW.js";
|
|
10
10
|
import {
|
|
11
11
|
__toESM,
|
|
12
12
|
init_cjs_shims
|