@xyo-network/xl1-react-client-sdk 1.28.3 → 1.28.4
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
|
@@ -162,7 +162,7 @@ Scope to this package by appending its name: `xy build @xyo-network/xl1-react-cl
|
|
|
162
162
|
|
|
163
163
|
<table>
|
|
164
164
|
<tr>
|
|
165
|
-
<td align="center" valign="top" width="120"
|
|
165
|
+
<td align="center" valign="top" width="120">
|
|
166
166
|
<a href="https://github.com/arietrouw">
|
|
167
167
|
<img src="https://github.com/arietrouw.png" width="80" height="80" alt="Arie Trouw" /><br />
|
|
168
168
|
<sub><b>Arie Trouw</b></sub>
|
|
@@ -170,13 +170,13 @@ Scope to this package by appending its name: `xy build @xyo-network/xl1-react-cl
|
|
|
170
170
|
<br />
|
|
171
171
|
<a href="https://arietrouw.com">arietrouw.com</a>
|
|
172
172
|
</td>
|
|
173
|
-
<td align="center" valign="top" width="120"
|
|
173
|
+
<td align="center" valign="top" width="120">
|
|
174
174
|
<a href="https://github.com/jonesmac">
|
|
175
175
|
<img src="https://github.com/jonesmac.png" width="80" height="80" alt="Matt Jones" /><br />
|
|
176
176
|
<sub><b>Matt Jones</b></sub>
|
|
177
177
|
</a>
|
|
178
178
|
</td>
|
|
179
|
-
<td align="center" valign="top" width="120"
|
|
179
|
+
<td align="center" valign="top" width="120">
|
|
180
180
|
<a href="https://github.com/JoelBCarter">
|
|
181
181
|
<img src="https://github.com/JoelBCarter.png" width="80" height="80" alt="Joel Carter" /><br />
|
|
182
182
|
<sub><b>Joel Carter</b></sub>
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json.schemastore.org/package.json",
|
|
3
3
|
"name": "@xyo-network/xl1-react-client-sdk",
|
|
4
|
-
"version": "1.28.
|
|
4
|
+
"version": "1.28.4",
|
|
5
5
|
"description": "XL1 React Client/Wallet SDK",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
"README.md"
|
|
64
64
|
],
|
|
65
65
|
"dependencies": {
|
|
66
|
-
"@xyo-network/xl1-
|
|
67
|
-
"@xyo-network/xl1-
|
|
66
|
+
"@xyo-network/xl1-sdk": "~1.28.4",
|
|
67
|
+
"@xyo-network/xl1-blockies": "~1.28.4"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@bitauth/libauth": "~3.0.0",
|