@hypercerts-org/lexicon 0.13.0 → 1.0.0

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.
@@ -921,8 +921,8 @@ export declare const schemaDict: {
921
921
  readonly scope: {
922
922
  readonly type: "string";
923
923
  readonly description: "The work scope description string.";
924
- readonly maxLength: 1000;
925
- readonly maxGraphemes: 100;
924
+ readonly maxLength: 10000;
925
+ readonly maxGraphemes: 1000;
926
926
  };
927
927
  };
928
928
  };
@@ -3269,8 +3269,8 @@ export declare const schemas: ({
3269
3269
  readonly scope: {
3270
3270
  readonly type: "string";
3271
3271
  readonly description: "The work scope description string.";
3272
- readonly maxLength: 1000;
3273
- readonly maxGraphemes: 100;
3272
+ readonly maxLength: 10000;
3273
+ readonly maxGraphemes: 1000;
3274
3274
  };
3275
3275
  };
3276
3276
  };
package/dist/lexicons.mjs CHANGED
@@ -1034,8 +1034,8 @@ const schemaDict = {
1034
1034
  scope: {
1035
1035
  type: 'string',
1036
1036
  description: 'The work scope description string.',
1037
- maxLength: 1000,
1038
- maxGraphemes: 100,
1037
+ maxLength: 10000,
1038
+ maxGraphemes: 1000,
1039
1039
  },
1040
1040
  },
1041
1041
  },