@fragment-dev/cli 2026.7.29-3 → 2026.7.29-6

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
  getParsedSchema
9
- } from "./chunk-O7AE4SQS.js";
9
+ } from "./chunk-6SMC73UW.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_source
6
- } from "./chunk-XK2D2Z44.js";
6
+ } from "./chunk-B7FCVEVL.js";
7
7
  import {
8
8
  __toESM,
9
9
  init_cjs_shims
@@ -1,78 +1,78 @@
1
1
  import {
2
2
  Version
3
- } from "./chunk-SH5YJD4P.js";
3
+ } from "./chunk-JFF37Z5K.js";
4
4
  import {
5
5
  Workspace
6
- } from "./chunk-624X4WQX.js";
6
+ } from "./chunk-G2KT73T3.js";
7
7
  import {
8
8
  QuerySchemas
9
- } from "./chunk-4CEBCA46.js";
9
+ } from "./chunk-ILQ4ZK7X.js";
10
10
  import {
11
11
  ReverseLedgerEntry
12
- } from "./chunk-BMOEYXRT.js";
12
+ } from "./chunk-X5UKW2HL.js";
13
13
  import {
14
14
  Start
15
- } from "./chunk-PIHY2GFS.js";
15
+ } from "./chunk-TOXMGEU7.js";
16
16
  import {
17
17
  StoreSchema
18
- } from "./chunk-QNGMAK7L.js";
18
+ } from "./chunk-2QWHNS46.js";
19
19
  import {
20
20
  Token
21
- } from "./chunk-KT3DLGYI.js";
21
+ } from "./chunk-2XS2VMK6.js";
22
22
  import {
23
23
  UpdateLedgerAccount
24
- } from "./chunk-NAO73VDE.js";
24
+ } from "./chunk-DQXXJ3VR.js";
25
25
  import {
26
26
  Update
27
- } from "./chunk-OAJCTIWT.js";
27
+ } from "./chunk-IXX2EVIM.js";
28
28
  import {
29
29
  VerifySchema
30
- } from "./chunk-SCXGA5P3.js";
30
+ } from "./chunk-VDAFWOKB.js";
31
31
  import {
32
32
  GenGraphQL
33
- } from "./chunk-AFF6PDU6.js";
33
+ } from "./chunk-7BXLVF5J.js";
34
34
  import {
35
35
  GetSchema
36
- } from "./chunk-7TNXITUF.js";
36
+ } from "./chunk-U4NSRDRN.js";
37
37
  import {
38
38
  Init
39
- } from "./chunk-VUVWR4BG.js";
39
+ } from "./chunk-K5RBCJWQ.js";
40
40
  import {
41
41
  Login
42
- } from "./chunk-LLGNTKT5.js";
42
+ } from "./chunk-IYYWZCZE.js";
43
43
  import {
44
44
  MigrateLedgerEntry
45
- } from "./chunk-THBZ6XSN.js";
45
+ } from "./chunk-WTSTKV54.js";
46
46
  import {
47
47
  QueryLedgerAccounts
48
- } from "./chunk-OBI2YPSX.js";
48
+ } from "./chunk-5MYHGKCZ.js";
49
49
  import {
50
50
  QueryLedgers
51
- } from "./chunk-BC2OJSPA.js";
51
+ } from "./chunk-5R2QMQ47.js";
52
52
  import {
53
53
  GetSchema as GetSchema2
54
- } from "./chunk-5MQSQSME.js";
54
+ } from "./chunk-MBT3GWIT.js";
55
55
  import {
56
56
  AddLedgerEntry
57
- } from "./chunk-U7FUVHZJ.js";
57
+ } from "./chunk-6OFYGM5P.js";
58
58
  import {
59
59
  ApiClientCreate
60
- } from "./chunk-IZBMLZIC.js";
60
+ } from "./chunk-5JLMMFER.js";
61
61
  import {
62
62
  CreateCustomLink
63
- } from "./chunk-OMMLDOTO.js";
63
+ } from "./chunk-REGEMVTK.js";
64
64
  import {
65
65
  CreateLedger
66
- } from "./chunk-3BWYGCTW.js";
66
+ } from "./chunk-VRVDFHQI.js";
67
67
  import {
68
68
  DeleteCustomTxs
69
- } from "./chunk-4MZBCWZQ.js";
69
+ } from "./chunk-Q2D66AQY.js";
70
70
  import {
71
71
  DeleteLedger
72
- } from "./chunk-5KUA4RJK.js";
72
+ } from "./chunk-KIDRAGHV.js";
73
73
  import {
74
74
  DeleteSchema
75
- } from "./chunk-4E6Y3PSS.js";
75
+ } from "./chunk-U6M2LHJL.js";
76
76
  import {
77
77
  init_cjs_shims
78
78
  } from "./chunk-7GH3YGSC.js";
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  FragmentCommand,
7
7
  require_lib
8
- } from "./chunk-27IQNS3A.js";
8
+ } from "./chunk-W2V2ILHS.js";
9
9
  import {
10
10
  resolveMcpBaseUrl
11
11
  } from "./chunk-TLM4VKIC.js";
@@ -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
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  AuthenticatedCommand
3
- } from "./chunk-CNRBK46D.js";
3
+ } from "./chunk-O6GAEJNO.js";
4
4
  import {
5
5
  init_cjs_shims
6
6
  } from "./chunk-7GH3YGSC.js";
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-A5OWXD3R.js";
5
5
  import {
6
6
  formatValidationErrors
7
- } from "./chunk-LVOR744M.js";
7
+ } from "./chunk-VKV3NPQ2.js";
8
8
  import {
9
9
  BadRequestError
10
10
  } from "./chunk-5E26VJ6H.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
  require_source
9
- } from "./chunk-XK2D2Z44.js";
9
+ } from "./chunk-B7FCVEVL.js";
10
10
  import {
11
11
  __toESM,
12
12
  init_cjs_shims
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  require_source
3
- } from "./chunk-XK2D2Z44.js";
3
+ } from "./chunk-B7FCVEVL.js";
4
4
  import {
5
5
  __commonJS,
6
6
  __require,
@@ -7977,9 +7977,9 @@ var require_escape_string_regexp = __commonJS({
7977
7977
  }
7978
7978
  });
7979
7979
 
7980
- // ../../node_modules/json-colorizer/node_modules/color-name/index.js
7980
+ // ../../node_modules/color-convert/node_modules/color-name/index.js
7981
7981
  var require_color_name = __commonJS({
7982
- "../../node_modules/json-colorizer/node_modules/color-name/index.js"(exports, module) {
7982
+ "../../node_modules/color-convert/node_modules/color-name/index.js"(exports, module) {
7983
7983
  "use strict";
7984
7984
  init_cjs_shims();
7985
7985
  module.exports = {
@@ -8135,9 +8135,9 @@ var require_color_name = __commonJS({
8135
8135
  }
8136
8136
  });
8137
8137
 
8138
- // ../../node_modules/json-colorizer/node_modules/color-convert/conversions.js
8138
+ // ../../node_modules/color-convert/conversions.js
8139
8139
  var require_conversions = __commonJS({
8140
- "../../node_modules/json-colorizer/node_modules/color-convert/conversions.js"(exports, module) {
8140
+ "../../node_modules/color-convert/conversions.js"(exports, module) {
8141
8141
  init_cjs_shims();
8142
8142
  var cssKeywords = require_color_name();
8143
8143
  var reverseKeywords = {};
@@ -8849,9 +8849,9 @@ var require_conversions = __commonJS({
8849
8849
  }
8850
8850
  });
8851
8851
 
8852
- // ../../node_modules/json-colorizer/node_modules/color-convert/route.js
8852
+ // ../../node_modules/color-convert/route.js
8853
8853
  var require_route = __commonJS({
8854
- "../../node_modules/json-colorizer/node_modules/color-convert/route.js"(exports, module) {
8854
+ "../../node_modules/color-convert/route.js"(exports, module) {
8855
8855
  init_cjs_shims();
8856
8856
  var conversions = require_conversions();
8857
8857
  function buildGraph() {
@@ -8920,9 +8920,9 @@ var require_route = __commonJS({
8920
8920
  }
8921
8921
  });
8922
8922
 
8923
- // ../../node_modules/json-colorizer/node_modules/color-convert/index.js
8923
+ // ../../node_modules/color-convert/index.js
8924
8924
  var require_color_convert = __commonJS({
8925
- "../../node_modules/json-colorizer/node_modules/color-convert/index.js"(exports, module) {
8925
+ "../../node_modules/color-convert/index.js"(exports, module) {
8926
8926
  init_cjs_shims();
8927
8927
  var conversions = require_conversions();
8928
8928
  var route = require_route();
@@ -3,7 +3,7 @@ import {
3
3
  generateQueryFiles,
4
4
  schemaToEntryDefinitions,
5
5
  validateOutputName
6
- } from "./chunk-SJEB6QHL.js";
6
+ } from "./chunk-A3NOUNWR.js";
7
7
  import {
8
8
  Schema,
9
9
  parseWithError
@@ -11,20 +11,20 @@ import {
11
11
  import {
12
12
  formatValidationErrors,
13
13
  logValidationErrors
14
- } from "./chunk-LVOR744M.js";
14
+ } from "./chunk-VKV3NPQ2.js";
15
15
  import {
16
16
  BadRequestError
17
17
  } from "./chunk-5E26VJ6H.js";
18
18
  import {
19
19
  FragmentCommand,
20
20
  require_lib
21
- } from "./chunk-27IQNS3A.js";
21
+ } from "./chunk-W2V2ILHS.js";
22
22
  import {
23
23
  getParsedSchema
24
- } from "./chunk-O7AE4SQS.js";
24
+ } from "./chunk-6SMC73UW.js";
25
25
  import {
26
26
  require_source
27
- } from "./chunk-XK2D2Z44.js";
27
+ } from "./chunk-B7FCVEVL.js";
28
28
  import {
29
29
  __toESM,
30
30
  init_cjs_shims
@@ -3,14 +3,14 @@ import {
3
3
  } from "./chunk-FMY4RHS4.js";
4
4
  import {
5
5
  InvalidGraphQlError
6
- } from "./chunk-ZMFGVGZP.js";
6
+ } from "./chunk-X5KIPJRF.js";
7
7
  import {
8
8
  getSchemaObjectParameters,
9
9
  getStructuralSubpaths
10
10
  } from "./chunk-OWLAAUNJ.js";
11
11
  import {
12
12
  require_source
13
- } from "./chunk-XK2D2Z44.js";
13
+ } from "./chunk-B7FCVEVL.js";
14
14
  import {
15
15
  require_parser,
16
16
  require_printer
@@ -162,9 +162,9 @@ var require_color_name = __commonJS({
162
162
  }
163
163
  });
164
164
 
165
- // ../../node_modules/color-convert/conversions.js
165
+ // ../../node_modules/chalk/node_modules/color-convert/conversions.js
166
166
  var require_conversions = __commonJS({
167
- "../../node_modules/color-convert/conversions.js"(exports, module) {
167
+ "../../node_modules/chalk/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/color-convert/route.js
837
+ // ../../node_modules/chalk/node_modules/color-convert/route.js
838
838
  var require_route = __commonJS({
839
- "../../node_modules/color-convert/route.js"(exports, module) {
839
+ "../../node_modules/chalk/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/color-convert/index.js
908
+ // ../../node_modules/chalk/node_modules/color-convert/index.js
909
909
  var require_color_convert = __commonJS({
910
- "../../node_modules/color-convert/index.js"(exports, module) {
910
+ "../../node_modules/chalk/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
- require_color_convert,
1566
+ require_color_name,
1567
1567
  require_source
1568
1568
  };
@@ -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,6 +1,6 @@
1
1
  import {
2
2
  AuthenticatedCommand
3
- } from "./chunk-CNRBK46D.js";
3
+ } from "./chunk-O6GAEJNO.js";
4
4
  import {
5
5
  init_cjs_shims
6
6
  } from "./chunk-7GH3YGSC.js";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  AuthenticatedCommand
3
- } from "./chunk-CNRBK46D.js";
3
+ } from "./chunk-O6GAEJNO.js";
4
4
  import {
5
5
  init_cjs_shims
6
6
  } from "./chunk-7GH3YGSC.js";
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  inquirer_default
3
- } from "./chunk-KFAA2PA4.js";
3
+ } from "./chunk-KAGCPC3G.js";
4
4
  import {
5
5
  FragmentCommand,
6
6
  require_lib
7
- } from "./chunk-27IQNS3A.js";
7
+ } from "./chunk-W2V2ILHS.js";
8
8
  import {
9
9
  require_source
10
- } from "./chunk-XK2D2Z44.js";
10
+ } from "./chunk-B7FCVEVL.js";
11
11
  import {
12
12
  __toESM,
13
13
  init_cjs_shims
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  inquirer_default
3
- } from "./chunk-KFAA2PA4.js";
3
+ } from "./chunk-KAGCPC3G.js";
4
4
  import {
5
5
  defaultBrowserAuthDeps,
6
6
  provisionApiClient
@@ -8,10 +8,10 @@ import {
8
8
  import {
9
9
  FragmentCommand,
10
10
  require_lib
11
- } from "./chunk-27IQNS3A.js";
11
+ } from "./chunk-W2V2ILHS.js";
12
12
  import {
13
13
  require_source
14
- } from "./chunk-XK2D2Z44.js";
14
+ } from "./chunk-B7FCVEVL.js";
15
15
  import {
16
16
  FRAGMENT_ACCESS_TOKEN_PATH,
17
17
  FRAGMENT_AUTH_PATH,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  FragmentCommand
3
- } from "./chunk-27IQNS3A.js";
3
+ } from "./chunk-W2V2ILHS.js";
4
4
  import {
5
5
  init_cjs_shims
6
6
  } from "./chunk-7GH3YGSC.js";
@@ -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