@fragment-dev/cli 2025.9.17 → 2025.9.18
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-NWJJ3KZQ.js → chunk-2YDYMQEU.js} +1 -1
- package/dist/{chunk-TRKCW3NY.js → chunk-3BFX3ZQM.js} +2 -2
- package/dist/{chunk-QBIZ7TKK.js → chunk-3LSL4JNW.js} +1 -1
- package/dist/{chunk-WIRNGK2K.js → chunk-65EPGXM5.js} +2 -2
- package/dist/{chunk-VSZ6RUPS.js → chunk-6Z6OR4JK.js} +2 -2
- package/dist/{chunk-2HFDOCFT.js → chunk-BQJEXZ3Z.js} +2 -2
- package/dist/{chunk-3OTXTYWJ.js → chunk-DPINR45T.js} +23 -23
- package/dist/{chunk-2FO2MNL3.js → chunk-GGCDYQIW.js} +1 -1
- package/dist/{chunk-SXU2Z4NO.js → chunk-GRMPAF2X.js} +2 -2
- package/dist/{chunk-5MGMIUUK.js → chunk-H3DG2EYM.js} +2 -2
- package/dist/{chunk-SIANE5YG.js → chunk-HDSQSGJZ.js} +2 -2
- package/dist/{chunk-YYLQONCA.js → chunk-HLAM7IYL.js} +2 -2
- package/dist/{chunk-EBRMLGNI.js → chunk-IH6BCA6S.js} +1407 -277
- package/dist/{chunk-PWYEYSX5.js → chunk-IVDQ4PQW.js} +1 -1
- package/dist/{chunk-J64IPF3G.js → chunk-IWMNMIA6.js} +1 -1
- package/dist/{chunk-7D2QXYKM.js → chunk-JEFROCJ4.js} +14 -208
- package/dist/{chunk-JVTCCEVF.js → chunk-LCVLN3SZ.js} +1 -1
- package/dist/{chunk-YCYDA7QC.js → chunk-LWYIMR7B.js} +1 -1
- package/dist/{chunk-J43COUXZ.js → chunk-O5U5EZDT.js} +2 -2
- package/dist/{chunk-CQC265GZ.js → chunk-T3TNAOFS.js} +1 -1
- package/dist/{chunk-7VJJQFG3.js → chunk-UOIGY3UB.js} +3 -3
- package/dist/{chunk-5LMN5BVB.js → chunk-V25PI4BY.js} +2 -2
- package/dist/{chunk-EW6ZJJMC.js → chunk-VRHCYGEJ.js} +2 -2
- package/dist/{chunk-GH45O4YP.js → chunk-YGEYBIHA.js} +2 -2
- package/dist/{chunk-RBWQUXGR.js → chunk-Z3BY6FHK.js} +1 -1
- package/dist/{chunk-S2W7I2OB.js → chunk-ZDE3DZ3I.js} +2 -2
- package/dist/{chunk-TGCLIO5Q.js → chunk-ZQHWOO25.js} +2 -2
- package/dist/commands/add-ledger-entry.js +3 -3
- package/dist/commands/create-custom-link.js +3 -3
- package/dist/commands/create-ledger.js +3 -3
- package/dist/commands/delete-custom-txs.js +3 -3
- package/dist/commands/delete-ledger.js +3 -3
- package/dist/commands/delete-schema.js +3 -3
- package/dist/commands/gen-graphql.js +2 -2
- package/dist/commands/get-schema.js +4 -4
- package/dist/commands/init.js +2 -2
- package/dist/commands/login.js +3 -3
- package/dist/commands/migrate-ledger-entry.js +3 -3
- package/dist/commands/query/ledgerAccounts.js +3 -3
- package/dist/commands/query/ledgers.js +3 -3
- package/dist/commands/query/schema.js +3 -3
- package/dist/commands/query/schemas.js +3 -3
- package/dist/commands/reverse-ledger-entry.js +3 -3
- package/dist/commands/start.js +2 -2
- package/dist/commands/store-schema.js +3 -3
- package/dist/commands/token.js +3 -3
- package/dist/commands/update-ledger-account.js +3 -3
- package/dist/commands/update.js +3 -3
- package/dist/commands/verify-schema.js +2 -2
- package/dist/commands/workspace.js +3 -3
- package/dist/commands.js +27 -27
- package/dist/index.js +27 -27
- package/dist/lib/authenticatedCommand.js +2 -2
- package/dist/lib/baseCommand.js +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
|
@@ -1,72 +1,72 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ReverseLedgerEntry
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-ZDE3DZ3I.js";
|
|
4
4
|
import {
|
|
5
5
|
Start
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-T3TNAOFS.js";
|
|
7
7
|
import {
|
|
8
8
|
StoreSchema
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-3BFX3ZQM.js";
|
|
10
10
|
import {
|
|
11
11
|
Token
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-LCVLN3SZ.js";
|
|
13
13
|
import {
|
|
14
14
|
UpdateLedgerAccount
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-GRMPAF2X.js";
|
|
16
16
|
import {
|
|
17
17
|
Update
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-HDSQSGJZ.js";
|
|
19
19
|
import {
|
|
20
20
|
VerifySchema
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-Z3BY6FHK.js";
|
|
22
22
|
import {
|
|
23
23
|
Workspace
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-3LSL4JNW.js";
|
|
25
25
|
import {
|
|
26
26
|
GetSchema
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-UOIGY3UB.js";
|
|
28
28
|
import {
|
|
29
29
|
Init
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-GGCDYQIW.js";
|
|
31
31
|
import {
|
|
32
32
|
Login
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-V25PI4BY.js";
|
|
34
34
|
import {
|
|
35
35
|
MigrateLedgerEntry
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-6Z6OR4JK.js";
|
|
37
37
|
import {
|
|
38
38
|
QueryLedgerAccounts
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-HLAM7IYL.js";
|
|
40
40
|
import {
|
|
41
41
|
QueryLedgers
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-IWMNMIA6.js";
|
|
43
43
|
import {
|
|
44
44
|
GetSchema as GetSchema2
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-O5U5EZDT.js";
|
|
46
46
|
import {
|
|
47
47
|
QuerySchemas
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-LWYIMR7B.js";
|
|
49
49
|
import {
|
|
50
50
|
AddLedgerEntry
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-BQJEXZ3Z.js";
|
|
52
52
|
import {
|
|
53
53
|
CreateCustomLink
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-H3DG2EYM.js";
|
|
55
55
|
import {
|
|
56
56
|
CreateLedger
|
|
57
|
-
} from "./chunk-
|
|
57
|
+
} from "./chunk-65EPGXM5.js";
|
|
58
58
|
import {
|
|
59
59
|
DeleteCustomTxs
|
|
60
|
-
} from "./chunk-
|
|
60
|
+
} from "./chunk-ZQHWOO25.js";
|
|
61
61
|
import {
|
|
62
62
|
DeleteLedger
|
|
63
|
-
} from "./chunk-
|
|
63
|
+
} from "./chunk-YGEYBIHA.js";
|
|
64
64
|
import {
|
|
65
65
|
DeleteSchema
|
|
66
|
-
} from "./chunk-
|
|
66
|
+
} from "./chunk-VRHCYGEJ.js";
|
|
67
67
|
import {
|
|
68
68
|
GenGraphQL
|
|
69
|
-
} from "./chunk-
|
|
69
|
+
} from "./chunk-2YDYMQEU.js";
|
|
70
70
|
import {
|
|
71
71
|
init_cjs_shims
|
|
72
72
|
} from "./chunk-7GH3YGSC.js";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
inquirer_default
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-JEFROCJ4.js";
|
|
4
4
|
import {
|
|
5
5
|
FragmentCommand,
|
|
6
6
|
require_lib
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-IH6BCA6S.js";
|
|
8
8
|
import {
|
|
9
9
|
require_source
|
|
10
10
|
} from "./chunk-M5OAS5QZ.js";
|