@snapshot-labs/snapshot.js 0.4.90 → 0.4.92

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/dist/index.d.ts CHANGED
@@ -381,9 +381,6 @@ declare const _default: {
381
381
  title: string;
382
382
  minimum: number;
383
383
  maximum: number;
384
- exclusiveMinimum: {
385
- $data: string;
386
- };
387
384
  };
388
385
  metadata: {
389
386
  type: string;
@@ -377,9 +377,6 @@ declare const _default: {
377
377
  title: string;
378
378
  minimum: number;
379
379
  maximum: number;
380
- exclusiveMinimum: {
381
- $data: string;
382
- };
383
380
  };
384
381
  metadata: {
385
382
  type: string;
@@ -920,10 +920,7 @@ var definitions$1 = {
920
920
  type: "number",
921
921
  title: "end",
922
922
  minimum: 1000000000,
923
- maximum: 2000000000,
924
- exclusiveMinimum: {
925
- $data: "1/start"
926
- }
923
+ maximum: 2000000000
927
924
  },
928
925
  metadata: {
929
926
  type: "object",
@@ -911,10 +911,7 @@ var definitions$1 = {
911
911
  type: "number",
912
912
  title: "end",
913
913
  minimum: 1000000000,
914
- maximum: 2000000000,
915
- exclusiveMinimum: {
916
- $data: "1/start"
917
- }
914
+ maximum: 2000000000
918
915
  },
919
916
  metadata: {
920
917
  type: "object",