@xyo-network/xl1-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 +13 -13
package/README.md
CHANGED
|
@@ -147,7 +147,7 @@ Scope to this package by appending its name: `xy build @xyo-network/xl1-sdk`.
|
|
|
147
147
|
|
|
148
148
|
<table>
|
|
149
149
|
<tr>
|
|
150
|
-
<td align="center" valign="top" width="120"
|
|
150
|
+
<td align="center" valign="top" width="120">
|
|
151
151
|
<a href="https://github.com/arietrouw">
|
|
152
152
|
<img src="https://github.com/arietrouw.png" width="80" height="80" alt="Arie Trouw" /><br />
|
|
153
153
|
<sub><b>Arie Trouw</b></sub>
|
|
@@ -155,13 +155,13 @@ Scope to this package by appending its name: `xy build @xyo-network/xl1-sdk`.
|
|
|
155
155
|
<br />
|
|
156
156
|
<a href="https://arietrouw.com">arietrouw.com</a>
|
|
157
157
|
</td>
|
|
158
|
-
<td align="center" valign="top" width="120"
|
|
158
|
+
<td align="center" valign="top" width="120">
|
|
159
159
|
<a href="https://github.com/jonesmac">
|
|
160
160
|
<img src="https://github.com/jonesmac.png" width="80" height="80" alt="Matt Jones" /><br />
|
|
161
161
|
<sub><b>Matt Jones</b></sub>
|
|
162
162
|
</a>
|
|
163
163
|
</td>
|
|
164
|
-
<td align="center" valign="top" width="120"
|
|
164
|
+
<td align="center" valign="top" width="120">
|
|
165
165
|
<a href="https://github.com/JoelBCarter">
|
|
166
166
|
<img src="https://github.com/JoelBCarter.png" width="80" height="80" alt="Joel Carter" /><br />
|
|
167
167
|
<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-sdk",
|
|
4
|
-
"version": "1.28.
|
|
4
|
+
"version": "1.28.4",
|
|
5
5
|
"description": "XYO Layer One Protocol",
|
|
6
6
|
"homepage": "https://xylabs.com",
|
|
7
7
|
"bugs": {
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"README.md"
|
|
40
40
|
],
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xyo-network/xl1-protocol
|
|
43
|
-
"@xyo-network/xl1-
|
|
44
|
-
"@xyo-network/xl1-
|
|
45
|
-
"@xyo-network/xl1-
|
|
46
|
-
"@xyo-network/xl1-
|
|
47
|
-
"@xyo-network/xl1-
|
|
42
|
+
"@xyo-network/xl1-protocol": "~1.28.4",
|
|
43
|
+
"@xyo-network/xl1-gateway": "~1.28.4",
|
|
44
|
+
"@xyo-network/xl1-protocol-sdk": "~1.28.4",
|
|
45
|
+
"@xyo-network/xl1-rpc": "~1.28.4",
|
|
46
|
+
"@xyo-network/xl1-wrappers": "~1.28.4",
|
|
47
|
+
"@xyo-network/xl1-providers": "~1.28.4"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@bitauth/libauth": "~3.0.0",
|
|
@@ -106,12 +106,12 @@
|
|
|
106
106
|
"wasm-feature-detect": "~1.8.0",
|
|
107
107
|
"webextension-polyfill": "^0.12.0",
|
|
108
108
|
"zod": "~4.4.3",
|
|
109
|
-
"@xyo-network/xl1-
|
|
110
|
-
"@xyo-network/xl1-protocol-
|
|
111
|
-
"@xyo-network/xl1-
|
|
112
|
-
"@xyo-network/xl1-schema": "~1.28.
|
|
113
|
-
"@xyo-network/xl1-test": "~1.28.
|
|
114
|
-
"@xyo-network/xl1-validation": "~1.28.
|
|
109
|
+
"@xyo-network/xl1-network-model": "~1.28.4",
|
|
110
|
+
"@xyo-network/xl1-protocol-lib": "~1.28.4",
|
|
111
|
+
"@xyo-network/xl1-protocol-model": "~1.28.4",
|
|
112
|
+
"@xyo-network/xl1-schema": "~1.28.4",
|
|
113
|
+
"@xyo-network/xl1-test": "~1.28.4",
|
|
114
|
+
"@xyo-network/xl1-validation": "~1.28.4"
|
|
115
115
|
},
|
|
116
116
|
"peerDependencies": {
|
|
117
117
|
"@bitauth/libauth": "~3.0",
|