@airgap/coinlib-core 0.13.6-beta.2 → 0.13.6-beta.3
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.
|
@@ -157874,6 +157874,9 @@ module.exports={
|
|
|
157874
157874
|
"address": {
|
|
157875
157875
|
"type": "string"
|
|
157876
157876
|
},
|
|
157877
|
+
"browsable": {
|
|
157878
|
+
"type": "boolean"
|
|
157879
|
+
},
|
|
157877
157880
|
"memo": {
|
|
157878
157881
|
"type": "string"
|
|
157879
157882
|
},
|
|
@@ -157881,7 +157884,7 @@ module.exports={
|
|
|
157881
157884
|
"type": "string"
|
|
157882
157885
|
}
|
|
157883
157886
|
},
|
|
157884
|
-
"required": ["address", "value", "memo"],
|
|
157887
|
+
"required": ["address", "value", "memo", "browsable"],
|
|
157885
157888
|
"type": "object"
|
|
157886
157889
|
},
|
|
157887
157890
|
"type": "array"
|
package/package.json
CHANGED
|
@@ -49,6 +49,9 @@
|
|
|
49
49
|
"address": {
|
|
50
50
|
"type": "string"
|
|
51
51
|
},
|
|
52
|
+
"browsable": {
|
|
53
|
+
"type": "boolean"
|
|
54
|
+
},
|
|
52
55
|
"memo": {
|
|
53
56
|
"type": "string"
|
|
54
57
|
},
|
|
@@ -56,7 +59,7 @@
|
|
|
56
59
|
"type": "string"
|
|
57
60
|
}
|
|
58
61
|
},
|
|
59
|
-
"required": ["address", "value", "memo"],
|
|
62
|
+
"required": ["address", "value", "memo", "browsable"],
|
|
60
63
|
"type": "object"
|
|
61
64
|
},
|
|
62
65
|
"type": "array"
|