@fragment-dev/cli 2026.7.29 → 2026.7.30-2

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 (71) hide show
  1. package/dist/{chunk-QNGMAK7L.js → chunk-2QWHNS46.js} +3 -3
  2. package/dist/{chunk-KT3DLGYI.js → chunk-2XS2VMK6.js} +2 -2
  3. package/dist/{chunk-7VR6NSTD.js → chunk-36LLZEQA.js} +25 -25
  4. package/dist/{chunk-IZBMLZIC.js → chunk-5JLMMFER.js} +1 -1
  5. package/dist/{chunk-OBI2YPSX.js → chunk-5MYHGKCZ.js} +2 -2
  6. package/dist/{chunk-BC2OJSPA.js → chunk-5R2QMQ47.js} +1 -1
  7. package/dist/{chunk-LP6IJPRJ.js → chunk-6GVJKV2D.js} +1 -1
  8. package/dist/{chunk-U7FUVHZJ.js → chunk-6OFYGM5P.js} +3 -3
  9. package/dist/{chunk-O7AE4SQS.js → chunk-6SMC73UW.js} +9 -9
  10. package/dist/{chunk-AFF6PDU6.js → chunk-7BXLVF5J.js} +5 -5
  11. package/dist/{chunk-SJEB6QHL.js → chunk-A3NOUNWR.js} +2 -2
  12. package/dist/{chunk-XK2D2Z44.js → chunk-B7FCVEVL.js} +7 -7
  13. package/dist/{chunk-NAO73VDE.js → chunk-DQXXJ3VR.js} +3 -3
  14. package/dist/{chunk-624X4WQX.js → chunk-G2KT73T3.js} +1 -1
  15. package/dist/{chunk-4CEBCA46.js → chunk-ILQ4ZK7X.js} +1 -1
  16. package/dist/{chunk-OAJCTIWT.js → chunk-IXX2EVIM.js} +3 -3
  17. package/dist/{chunk-LLGNTKT5.js → chunk-IYYWZCZE.js} +3 -3
  18. package/dist/{chunk-SH5YJD4P.js → chunk-JFF37Z5K.js} +1 -1
  19. package/dist/{chunk-VUVWR4BG.js → chunk-K5RBCJWQ.js} +2 -2
  20. package/dist/{chunk-KFAA2PA4.js → chunk-KAGCPC3G.js} +808 -3
  21. package/dist/{chunk-5KUA4RJK.js → chunk-KIDRAGHV.js} +3 -3
  22. package/dist/{chunk-5MQSQSME.js → chunk-MBT3GWIT.js} +2 -2
  23. package/dist/{chunk-CNRBK46D.js → chunk-O6GAEJNO.js} +2 -2
  24. package/dist/{chunk-4MZBCWZQ.js → chunk-Q2D66AQY.js} +3 -3
  25. package/dist/{chunk-OMMLDOTO.js → chunk-REGEMVTK.js} +3 -3
  26. package/dist/{chunk-PIHY2GFS.js → chunk-TOXMGEU7.js} +2 -2
  27. package/dist/{chunk-7TNXITUF.js → chunk-U4NSRDRN.js} +4 -4
  28. package/dist/{chunk-4E6Y3PSS.js → chunk-U6M2LHJL.js} +3 -3
  29. package/dist/{chunk-SCXGA5P3.js → chunk-VDAFWOKB.js} +5 -5
  30. package/dist/{chunk-LVOR744M.js → chunk-VKV3NPQ2.js} +1 -1
  31. package/dist/{chunk-3BWYGCTW.js → chunk-VRVDFHQI.js} +3 -3
  32. package/dist/{chunk-27IQNS3A.js → chunk-W2V2ILHS.js} +2118 -355
  33. package/dist/{chunk-THBZ6XSN.js → chunk-WTSTKV54.js} +3 -3
  34. package/dist/{chunk-ZMFGVGZP.js → chunk-X5KIPJRF.js} +1 -1
  35. package/dist/{chunk-BMOEYXRT.js → chunk-X5UKW2HL.js} +3 -3
  36. package/dist/commands/add-ledger-entry.js +5 -5
  37. package/dist/commands/api-client/create.js +4 -4
  38. package/dist/commands/create-custom-link.js +5 -5
  39. package/dist/commands/create-ledger.js +5 -5
  40. package/dist/commands/delete-custom-txs.js +5 -5
  41. package/dist/commands/delete-ledger.js +5 -5
  42. package/dist/commands/delete-schema.js +5 -5
  43. package/dist/commands/gen-graphql.js +7 -7
  44. package/dist/commands/get-schema.js +6 -6
  45. package/dist/commands/init.js +4 -4
  46. package/dist/commands/login.js +5 -5
  47. package/dist/commands/migrate-ledger-entry.js +5 -5
  48. package/dist/commands/query/ledgerAccounts.js +5 -5
  49. package/dist/commands/query/ledgers.js +5 -5
  50. package/dist/commands/query/schema.js +5 -5
  51. package/dist/commands/query/schemas.js +5 -5
  52. package/dist/commands/reverse-ledger-entry.js +5 -5
  53. package/dist/commands/start.js +4 -4
  54. package/dist/commands/store-schema.js +5 -5
  55. package/dist/commands/token.js +5 -5
  56. package/dist/commands/update-ledger-account.js +5 -5
  57. package/dist/commands/update.js +5 -5
  58. package/dist/commands/verify-schema.js +6 -6
  59. package/dist/commands/version.js +4 -4
  60. package/dist/commands/workspace.js +5 -5
  61. package/dist/commands.js +35 -35
  62. package/dist/graphql.js +3 -3
  63. package/dist/index.js +35 -35
  64. package/dist/lib/authenticatedCommand.js +4 -4
  65. package/dist/lib/baseCommand.js +3 -3
  66. package/dist/lib/errors.js +2 -2
  67. package/dist/utils/formatValidationErrors.js +2 -2
  68. package/dist/utils/schemaValidation.js +3 -3
  69. package/dist/utils.js +2 -2
  70. package/oclif.manifest.json +1 -1
  71. package/package.json +1 -1
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  AuthenticatedCommand
3
- } from "./chunk-CNRBK46D.js";
3
+ } from "./chunk-O6GAEJNO.js";
4
4
  import {
5
5
  require_lib
6
- } from "./chunk-27IQNS3A.js";
6
+ } from "./chunk-W2V2ILHS.js";
7
7
  import {
8
8
  require_source
9
- } from "./chunk-XK2D2Z44.js";
9
+ } from "./chunk-B7FCVEVL.js";
10
10
  import {
11
11
  __toESM,
12
12
  init_cjs_shims
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  AuthenticatedCommand
3
- } from "./chunk-CNRBK46D.js";
3
+ } from "./chunk-O6GAEJNO.js";
4
4
  import {
5
5
  require_lib
6
- } from "./chunk-27IQNS3A.js";
6
+ } from "./chunk-W2V2ILHS.js";
7
7
  import {
8
8
  __toESM,
9
9
  init_cjs_shims
@@ -5,10 +5,10 @@ import {
5
5
  FragmentCommand,
6
6
  GraphQLClient,
7
7
  require_lib
8
- } from "./chunk-27IQNS3A.js";
8
+ } from "./chunk-W2V2ILHS.js";
9
9
  import {
10
10
  colorizeJson
11
- } from "./chunk-O7AE4SQS.js";
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-CNRBK46D.js";
3
+ } from "./chunk-O6GAEJNO.js";
4
4
  import {
5
5
  require_lib
6
- } from "./chunk-27IQNS3A.js";
6
+ } from "./chunk-W2V2ILHS.js";
7
7
  import {
8
8
  require_source
9
- } from "./chunk-XK2D2Z44.js";
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-CNRBK46D.js";
3
+ } from "./chunk-O6GAEJNO.js";
4
4
  import {
5
5
  require_lib
6
- } from "./chunk-27IQNS3A.js";
6
+ } from "./chunk-W2V2ILHS.js";
7
7
  import {
8
8
  require_source
9
- } from "./chunk-XK2D2Z44.js";
9
+ } from "./chunk-B7FCVEVL.js";
10
10
  import {
11
11
  __toESM,
12
12
  init_cjs_shims
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  FragmentCommand,
3
3
  require_lib
4
- } from "./chunk-27IQNS3A.js";
4
+ } from "./chunk-W2V2ILHS.js";
5
5
  import {
6
6
  require_source
7
- } from "./chunk-XK2D2Z44.js";
7
+ } from "./chunk-B7FCVEVL.js";
8
8
  import {
9
9
  __toESM,
10
10
  init_cjs_shims
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  inquirer_default
3
- } from "./chunk-KFAA2PA4.js";
3
+ } from "./chunk-KAGCPC3G.js";
4
4
  import {
5
5
  AuthenticatedCommand
6
- } from "./chunk-CNRBK46D.js";
6
+ } from "./chunk-O6GAEJNO.js";
7
7
  import {
8
8
  require_lib
9
- } from "./chunk-27IQNS3A.js";
9
+ } from "./chunk-W2V2ILHS.js";
10
10
  import {
11
11
  require_source
12
- } from "./chunk-XK2D2Z44.js";
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-CNRBK46D.js";
3
+ } from "./chunk-O6GAEJNO.js";
4
4
  import {
5
5
  require_lib
6
- } from "./chunk-27IQNS3A.js";
6
+ } from "./chunk-W2V2ILHS.js";
7
7
  import {
8
8
  require_source
9
- } from "./chunk-XK2D2Z44.js";
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-LP6IJPRJ.js";
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-LVOR744M.js";
11
+ } from "./chunk-VKV3NPQ2.js";
12
12
  import {
13
13
  FragmentCommand,
14
14
  require_lib
15
- } from "./chunk-27IQNS3A.js";
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-O7AE4SQS.js";
22
+ } from "./chunk-6SMC73UW.js";
23
23
  import {
24
24
  require_source
25
- } from "./chunk-XK2D2Z44.js";
25
+ } from "./chunk-B7FCVEVL.js";
26
26
  import {
27
27
  __toESM,
28
28
  init_cjs_shims
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-5E26VJ6H.js";
4
4
  import {
5
5
  require_source
6
- } from "./chunk-XK2D2Z44.js";
6
+ } from "./chunk-B7FCVEVL.js";
7
7
  import {
8
8
  ZodError
9
9
  } from "./chunk-L7ZGDLYU.js";
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  AuthenticatedCommand
3
- } from "./chunk-CNRBK46D.js";
3
+ } from "./chunk-O6GAEJNO.js";
4
4
  import {
5
5
  require_lib
6
- } from "./chunk-27IQNS3A.js";
6
+ } from "./chunk-W2V2ILHS.js";
7
7
  import {
8
8
  getParsedSchema
9
- } from "./chunk-O7AE4SQS.js";
9
+ } from "./chunk-6SMC73UW.js";
10
10
  import {
11
11
  __toESM,
12
12
  init_cjs_shims