@fragment-dev/cli 2025.9.17 → 2025.9.23

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