@fragment-dev/cli 2026.8.19-2 → 2026.8.19-5
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/{chunk-TKGH62DQ.js → chunk-2F3EPMC2.js} +3 -3
- package/dist/{chunk-4BCQFVJS.js → chunk-2SSJEXQE.js} +2 -2
- package/dist/{chunk-IYYWZCZE.js → chunk-52KK5CBJ.js} +3 -3
- package/dist/{chunk-5JLMMFER.js → chunk-6CZRVR4P.js} +1 -1
- package/dist/{chunk-MW6SJUWV.js → chunk-A7SZSUFN.js} +3 -3
- package/dist/{chunk-B6FQTKMF.js → chunk-BOKRXIIJ.js} +6 -1
- package/dist/{chunk-K5RBCJWQ.js → chunk-BYZNYEGH.js} +2 -2
- package/dist/{chunk-VCANHQTI.js → chunk-C76SZWZQ.js} +3 -3
- package/dist/{chunk-JFF37Z5K.js → chunk-EXE547EZ.js} +1 -1
- package/dist/{chunk-K3P7VNMI.js → chunk-FFPHQE2L.js} +2 -2
- package/dist/{chunk-SI23PX53.js → chunk-FSXQNE7C.js} +3 -3
- package/dist/{chunk-U3MARZMM.js → chunk-GC4BS6PI.js} +2 -2
- package/dist/{chunk-XWX7CFJN.js → chunk-GMRU6GAU.js} +3 -3
- package/dist/{chunk-G353NPK6.js → chunk-GR56HSO2.js} +3 -3
- package/dist/{chunk-2IMQAI2H.js → chunk-HD5OZZGY.js} +3 -3
- package/dist/{chunk-URUHIS5X.js → chunk-IJZAXY2T.js} +2 -2
- package/dist/{chunk-63M7ILIN.js → chunk-IMKPDURF.js} +1 -1
- package/dist/{chunk-6SMC73UW.js → chunk-LFCNPXLH.js} +11 -11
- package/dist/{chunk-TUQGCEII.js → chunk-LFLUV5JB.js} +3 -3
- package/dist/{chunk-5AKX23CJ.js → chunk-LKSH7JX2.js} +1 -1
- package/dist/{chunk-T3VKTESM.js → chunk-OU47YR6G.js} +2 -2
- package/dist/{chunk-IXX2EVIM.js → chunk-PISSWWTD.js} +3 -3
- package/dist/{chunk-QBPVO732.js → chunk-PYCCU6YP.js} +25 -25
- package/dist/{chunk-TOXMGEU7.js → chunk-Q4ZYW3HH.js} +2 -2
- package/dist/{chunk-PRVTTUHI.js → chunk-QQKP5HYM.js} +3 -3
- package/dist/{chunk-YVL4XU33.js → chunk-T26ZJFU2.js} +2 -2
- package/dist/{chunk-O4B4GJRJ.js → chunk-TA7AII5O.js} +3 -3
- package/dist/{chunk-JDSPZQFF.js → chunk-UZGZUY2H.js} +4 -4
- package/dist/{chunk-W2V2ILHS.js → chunk-W33MLXYW.js} +34 -817
- package/dist/{chunk-7WVW7SOJ.js → chunk-W3NR7LXK.js} +7 -7
- package/dist/{chunk-AFWII2SB.js → chunk-WCZBTF4D.js} +5 -5
- package/dist/{chunk-HVQUC54T.js → chunk-XDMOC74J.js} +1 -1
- package/dist/{chunk-B7FCVEVL.js → chunk-XK2D2Z44.js} +7 -7
- package/dist/{chunk-QAFH3E4Q.js → chunk-YIORXOPF.js} +1 -1
- package/dist/{chunk-GXPUQEAI.js → chunk-YMMWICMZ.js} +3 -3
- package/dist/{chunk-KAGCPC3G.js → chunk-YPZVTJEH.js} +46 -830
- package/dist/{chunk-X5KIPJRF.js → chunk-ZMFGVGZP.js} +1 -1
- package/dist/{chunk-7FQSPYFZ.js → chunk-ZQC6OQUA.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 +1 -1
- package/package.json +1 -1
|
@@ -3,28 +3,28 @@ import {
|
|
|
3
3
|
generateQueryFiles,
|
|
4
4
|
schemaToEntryDefinitions,
|
|
5
5
|
validateOutputName
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-QQKP5HYM.js";
|
|
7
7
|
import {
|
|
8
8
|
Schema,
|
|
9
9
|
parseWithError
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-GC4BS6PI.js";
|
|
11
11
|
import {
|
|
12
12
|
formatValidationErrors,
|
|
13
13
|
logValidationErrors
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-OU47YR6G.js";
|
|
15
15
|
import {
|
|
16
16
|
BadRequestError
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-BOKRXIIJ.js";
|
|
18
18
|
import {
|
|
19
19
|
FragmentCommand,
|
|
20
20
|
require_lib
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-W33MLXYW.js";
|
|
22
22
|
import {
|
|
23
23
|
getParsedSchema
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-LFCNPXLH.js";
|
|
25
25
|
import {
|
|
26
26
|
require_source
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-XK2D2Z44.js";
|
|
28
28
|
import {
|
|
29
29
|
__toESM,
|
|
30
30
|
init_cjs_shims
|
|
@@ -2,27 +2,27 @@ import {
|
|
|
2
2
|
extractSchemaMetadata,
|
|
3
3
|
isJsonParseError,
|
|
4
4
|
validateSchemaStructure
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-TA7AII5O.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-OU47YR6G.js";
|
|
12
12
|
import {
|
|
13
13
|
FragmentCommand,
|
|
14
14
|
require_lib
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-W33MLXYW.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-LFCNPXLH.js";
|
|
23
23
|
import {
|
|
24
24
|
require_source
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-XK2D2Z44.js";
|
|
26
26
|
import {
|
|
27
27
|
__toESM,
|
|
28
28
|
init_cjs_shims
|
|
@@ -162,9 +162,9 @@ var require_color_name = __commonJS({
|
|
|
162
162
|
}
|
|
163
163
|
});
|
|
164
164
|
|
|
165
|
-
// ../../node_modules/
|
|
165
|
+
// ../../node_modules/color-convert/conversions.js
|
|
166
166
|
var require_conversions = __commonJS({
|
|
167
|
-
"../../node_modules/
|
|
167
|
+
"../../node_modules/color-convert/conversions.js"(exports, module) {
|
|
168
168
|
init_cjs_shims();
|
|
169
169
|
var cssKeywords = require_color_name();
|
|
170
170
|
var reverseKeywords = {};
|
|
@@ -834,9 +834,9 @@ var require_conversions = __commonJS({
|
|
|
834
834
|
}
|
|
835
835
|
});
|
|
836
836
|
|
|
837
|
-
// ../../node_modules/
|
|
837
|
+
// ../../node_modules/color-convert/route.js
|
|
838
838
|
var require_route = __commonJS({
|
|
839
|
-
"../../node_modules/
|
|
839
|
+
"../../node_modules/color-convert/route.js"(exports, module) {
|
|
840
840
|
init_cjs_shims();
|
|
841
841
|
var conversions = require_conversions();
|
|
842
842
|
function buildGraph() {
|
|
@@ -905,9 +905,9 @@ var require_route = __commonJS({
|
|
|
905
905
|
}
|
|
906
906
|
});
|
|
907
907
|
|
|
908
|
-
// ../../node_modules/
|
|
908
|
+
// ../../node_modules/color-convert/index.js
|
|
909
909
|
var require_color_convert = __commonJS({
|
|
910
|
-
"../../node_modules/
|
|
910
|
+
"../../node_modules/color-convert/index.js"(exports, module) {
|
|
911
911
|
init_cjs_shims();
|
|
912
912
|
var conversions = require_conversions();
|
|
913
913
|
var route = require_route();
|
|
@@ -1563,6 +1563,6 @@ var require_source = __commonJS({
|
|
|
1563
1563
|
|
|
1564
1564
|
export {
|
|
1565
1565
|
require_has_flag,
|
|
1566
|
-
|
|
1566
|
+
require_color_convert,
|
|
1567
1567
|
require_source
|
|
1568
1568
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AuthenticatedCommand
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-T26ZJFU2.js";
|
|
4
4
|
import {
|
|
5
5
|
require_lib
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-W33MLXYW.js";
|
|
7
7
|
import {
|
|
8
8
|
require_source
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-XK2D2Z44.js";
|
|
10
10
|
import {
|
|
11
11
|
__toESM,
|
|
12
12
|
init_cjs_shims
|