@xyo-network/xl1-validation 1.28.2 → 1.28.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.
- package/README.md +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -83,7 +83,7 @@ xy lint @xyo-network/xl1-validation
|
|
|
83
83
|
|
|
84
84
|
<table>
|
|
85
85
|
<tr>
|
|
86
|
-
<td align="center" valign="top" width="120">
|
|
86
|
+
<td align="center" valign="top" width="120" bgcolor="#000000" style="background-color:#000000;">
|
|
87
87
|
<a href="https://github.com/arietrouw">
|
|
88
88
|
<img src="https://github.com/arietrouw.png" width="80" height="80" alt="Arie Trouw" /><br />
|
|
89
89
|
<sub><b>Arie Trouw</b></sub>
|
|
@@ -91,13 +91,13 @@ xy lint @xyo-network/xl1-validation
|
|
|
91
91
|
<br />
|
|
92
92
|
<a href="https://arietrouw.com">arietrouw.com</a>
|
|
93
93
|
</td>
|
|
94
|
-
<td align="center" valign="top" width="120">
|
|
94
|
+
<td align="center" valign="top" width="120" bgcolor="#000000" style="background-color:#000000;">
|
|
95
95
|
<a href="https://github.com/jonesmac">
|
|
96
96
|
<img src="https://github.com/jonesmac.png" width="80" height="80" alt="Matt Jones" /><br />
|
|
97
97
|
<sub><b>Matt Jones</b></sub>
|
|
98
98
|
</a>
|
|
99
99
|
</td>
|
|
100
|
-
<td align="center" valign="top" width="120">
|
|
100
|
+
<td align="center" valign="top" width="120" bgcolor="#000000" style="background-color:#000000;">
|
|
101
101
|
<a href="https://github.com/JoelBCarter">
|
|
102
102
|
<img src="https://github.com/JoelBCarter.png" width="80" height="80" alt="Joel Carter" /><br />
|
|
103
103
|
<sub><b>Joel Carter</b></sub>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/xl1-validation",
|
|
3
|
-
"version": "1.28.
|
|
3
|
+
"version": "1.28.3",
|
|
4
4
|
"description": "XYO Layer One SDK Validation",
|
|
5
5
|
"homepage": "https://xylabs.com",
|
|
6
6
|
"bugs": {
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@xyo-network/xl1-
|
|
38
|
-
"@xyo-network/xl1-
|
|
37
|
+
"@xyo-network/xl1-schema": "~1.28.3",
|
|
38
|
+
"@xyo-network/xl1-protocol-lib": "~1.28.3"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@bitauth/libauth": "~3.0.0",
|