@snapshot-labs/snapshot.js 0.12.18 → 0.12.19

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.
@@ -404,7 +404,6 @@ declare const _default: {
404
404
  description: {
405
405
  type: string;
406
406
  title: string;
407
- minLength: number;
408
407
  maxLength: number;
409
408
  };
410
409
  color: {
@@ -400,7 +400,6 @@ declare const _default: {
400
400
  description: {
401
401
  type: string;
402
402
  title: string;
403
- minLength: number;
404
403
  maxLength: number;
405
404
  };
406
405
  color: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapshot-labs/snapshot.js",
3
- "version": "0.12.18",
3
+ "version": "0.12.19",
4
4
  "repository": "snapshot-labs/snapshot.js",
5
5
  "license": "MIT",
6
6
  "main": "dist/snapshot.cjs.js",
@@ -415,7 +415,6 @@
415
415
  "description": {
416
416
  "type": "string",
417
417
  "title": "Description",
418
- "minLength": 1,
419
418
  "maxLength": 100
420
419
  },
421
420
  "color": {
@@ -424,7 +423,7 @@
424
423
  "format": "color"
425
424
  }
426
425
  },
427
- "required": ["id", "name", "description", "color"],
426
+ "required": ["id", "name", "color"],
428
427
  "additionalProperties": false
429
428
  }
430
429
  },