@snapshot-labs/snapshot.js 0.3.35 → 0.3.36
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/snapshot.cjs.js +2 -2
- package/dist/snapshot.esm.js +2 -2
- package/dist/snapshot.min.js +1 -1
- package/package.json +1 -1
- package/src/schemas/space.json +2 -2
package/dist/snapshot.cjs.js
CHANGED
|
@@ -700,7 +700,7 @@ var definitions = {
|
|
|
700
700
|
type: "array",
|
|
701
701
|
items: {
|
|
702
702
|
type: "string",
|
|
703
|
-
pattern: "^[
|
|
703
|
+
pattern: "^0x[a-fA-F0-9]{40}$",
|
|
704
704
|
minLength: 42,
|
|
705
705
|
maxLength: 42
|
|
706
706
|
},
|
|
@@ -710,7 +710,7 @@ var definitions = {
|
|
|
710
710
|
type: "array",
|
|
711
711
|
items: {
|
|
712
712
|
type: "string",
|
|
713
|
-
pattern: "^[
|
|
713
|
+
pattern: "^0x[a-fA-F0-9]{40}$",
|
|
714
714
|
minLength: 42,
|
|
715
715
|
maxLength: 42
|
|
716
716
|
},
|
package/dist/snapshot.esm.js
CHANGED
|
@@ -691,7 +691,7 @@ var definitions = {
|
|
|
691
691
|
type: "array",
|
|
692
692
|
items: {
|
|
693
693
|
type: "string",
|
|
694
|
-
pattern: "^[
|
|
694
|
+
pattern: "^0x[a-fA-F0-9]{40}$",
|
|
695
695
|
minLength: 42,
|
|
696
696
|
maxLength: 42
|
|
697
697
|
},
|
|
@@ -701,7 +701,7 @@ var definitions = {
|
|
|
701
701
|
type: "array",
|
|
702
702
|
items: {
|
|
703
703
|
type: "string",
|
|
704
|
-
pattern: "^[
|
|
704
|
+
pattern: "^0x[a-fA-F0-9]{40}$",
|
|
705
705
|
minLength: 42,
|
|
706
706
|
maxLength: 42
|
|
707
707
|
},
|