@xyo-network/xl1-wrappers 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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -60,7 +60,7 @@ xy lint @xyo-network/xl1-wrappers
60
60
 
61
61
  <table>
62
62
  <tr>
63
- <td align="center" valign="top" width="120">
63
+ <td align="center" valign="top" width="120" bgcolor="#000000" style="background-color:#000000;">
64
64
  <a href="https://github.com/arietrouw">
65
65
  <img src="https://github.com/arietrouw.png" width="80" height="80" alt="Arie Trouw" /><br />
66
66
  <sub><b>Arie Trouw</b></sub>
@@ -68,13 +68,13 @@ xy lint @xyo-network/xl1-wrappers
68
68
  <br />
69
69
  <a href="https://arietrouw.com">arietrouw.com</a>
70
70
  </td>
71
- <td align="center" valign="top" width="120">
71
+ <td align="center" valign="top" width="120" bgcolor="#000000" style="background-color:#000000;">
72
72
  <a href="https://github.com/jonesmac">
73
73
  <img src="https://github.com/jonesmac.png" width="80" height="80" alt="Matt Jones" /><br />
74
74
  <sub><b>Matt Jones</b></sub>
75
75
  </a>
76
76
  </td>
77
- <td align="center" valign="top" width="120">
77
+ <td align="center" valign="top" width="120" bgcolor="#000000" style="background-color:#000000;">
78
78
  <a href="https://github.com/JoelBCarter">
79
79
  <img src="https://github.com/JoelBCarter.png" width="80" height="80" alt="Joel Carter" /><br />
80
80
  <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-wrappers",
4
- "version": "1.28.2",
4
+ "version": "1.28.3",
5
5
  "description": "XYO Layer One SDK Wrappers",
6
6
  "homepage": "https://xylabs.com",
7
7
  "bugs": {
@@ -35,9 +35,9 @@
35
35
  "README.md"
36
36
  ],
37
37
  "dependencies": {
38
- "@xyo-network/xl1-protocol-lib": "~1.28.2",
39
- "@xyo-network/xl1-validation": "~1.28.2",
40
- "@xyo-network/xl1-protocol-sdk": "~1.28.2"
38
+ "@xyo-network/xl1-protocol-sdk": "~1.28.3",
39
+ "@xyo-network/xl1-protocol-lib": "~1.28.3",
40
+ "@xyo-network/xl1-validation": "~1.28.3"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@bitauth/libauth": "~3.0.0",
@@ -93,7 +93,7 @@
93
93
  "wasm-feature-detect": "~1.8.0",
94
94
  "webextension-polyfill": "^0.12.0",
95
95
  "zod": "~4.4.3",
96
- "@xyo-network/xl1-test": "~1.28.2"
96
+ "@xyo-network/xl1-test": "~1.28.3"
97
97
  },
98
98
  "peerDependencies": {
99
99
  "@bitauth/libauth": "~3.0",