@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.
@@ -147,8 +147,8 @@
147
147
  "scope": {
148
148
  "type": "string",
149
149
  "description": "The work scope description string.",
150
- "maxLength": 1000,
151
- "maxGraphemes": 100
150
+ "maxLength": 10000,
151
+ "maxGraphemes": 1000
152
152
  }
153
153
  }
154
154
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hypercerts-org/lexicon",
3
- "version": "0.13.0",
3
+ "version": "1.0.0",
4
4
  "description": "ATProto lexicon definitions and TypeScript types for the Hypercerts protocol",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",