@snapshot-labs/snapshot.js 0.4.90 → 0.4.91
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 +0 -3
- package/dist/schemas/index.d.ts +0 -3
- package/dist/snapshot.cjs.js +2 -5
- package/dist/snapshot.esm.js +2 -5
- package/dist/snapshot.min.js +1 -1
- package/package.json +1 -1
- package/src/schemas/proposal.json +2 -5
package/dist/index.d.ts
CHANGED
package/dist/schemas/index.d.ts
CHANGED
package/dist/snapshot.cjs.js
CHANGED
|
@@ -879,7 +879,7 @@ var definitions$1 = {
|
|
|
879
879
|
body: {
|
|
880
880
|
type: "string",
|
|
881
881
|
title: "body",
|
|
882
|
-
minLength:
|
|
882
|
+
minLength: 100,
|
|
883
883
|
maxLength: 14400
|
|
884
884
|
},
|
|
885
885
|
discussion: {
|
|
@@ -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",
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -870,7 +870,7 @@ var definitions$1 = {
|
|
|
870
870
|
body: {
|
|
871
871
|
type: "string",
|
|
872
872
|
title: "body",
|
|
873
|
-
minLength:
|
|
873
|
+
minLength: 100,
|
|
874
874
|
maxLength: 14400
|
|
875
875
|
},
|
|
876
876
|
discussion: {
|
|
@@ -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",
|