@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.
- package/CHANGELOG.md +30 -0
- package/SCHEMAS.md +95 -95
- package/dist/exports.d.ts +1 -1
- package/dist/generated/exports.d.ts +1 -1
- package/dist/generated/lexicons.d.ts +4 -4
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/dist/lexicons.cjs +2 -2
- package/dist/lexicons.cjs.map +1 -1
- package/dist/lexicons.d.ts +4 -4
- package/dist/lexicons.mjs +2 -2
- package/dist/lexicons.mjs.map +1 -1
- package/lexicons/org/hypercerts/claim/activity.json +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1043,8 +1043,8 @@ const schemaDict = {
|
|
|
1043
1043
|
scope: {
|
|
1044
1044
|
type: 'string',
|
|
1045
1045
|
description: 'The work scope description string.',
|
|
1046
|
-
maxLength:
|
|
1047
|
-
maxGraphemes:
|
|
1046
|
+
maxLength: 10000,
|
|
1047
|
+
maxGraphemes: 1000,
|
|
1048
1048
|
},
|
|
1049
1049
|
},
|
|
1050
1050
|
},
|
|
@@ -3783,8 +3783,8 @@ var defs$v = {
|
|
|
3783
3783
|
scope: {
|
|
3784
3784
|
type: "string",
|
|
3785
3785
|
description: "The work scope description string.",
|
|
3786
|
-
maxLength:
|
|
3787
|
-
maxGraphemes:
|
|
3786
|
+
maxLength: 10000,
|
|
3787
|
+
maxGraphemes: 1000
|
|
3788
3788
|
}
|
|
3789
3789
|
}
|
|
3790
3790
|
}
|
|
@@ -6729,7 +6729,7 @@ var facet = /*#__PURE__*/Object.freeze({
|
|
|
6729
6729
|
* ⚠️ DO NOT EDIT THIS FILE MANUALLY ⚠️
|
|
6730
6730
|
*
|
|
6731
6731
|
* This file is automatically generated by scripts/generate-exports.js
|
|
6732
|
-
* Generated: 2026-
|
|
6732
|
+
* Generated: 2026-06-17T10:19:35.326Z
|
|
6733
6733
|
*
|
|
6734
6734
|
* To regenerate this file, run:
|
|
6735
6735
|
* npm run gen-api
|