@xyo-network/xl1-gateway 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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -71,7 +71,7 @@ xy lint @xyo-network/xl1-gateway
71
71
 
72
72
  <table>
73
73
  <tr>
74
- <td align="center" valign="top" width="120" bgcolor="#000000" style="background-color:#000000;">
74
+ <td align="center" valign="top" width="120">
75
75
  <a href="https://github.com/arietrouw">
76
76
  <img src="https://github.com/arietrouw.png" width="80" height="80" alt="Arie Trouw" /><br />
77
77
  <sub><b>Arie Trouw</b></sub>
@@ -79,13 +79,13 @@ xy lint @xyo-network/xl1-gateway
79
79
  <br />
80
80
  <a href="https://arietrouw.com">arietrouw.com</a>
81
81
  </td>
82
- <td align="center" valign="top" width="120" bgcolor="#000000" style="background-color:#000000;">
82
+ <td align="center" valign="top" width="120">
83
83
  <a href="https://github.com/jonesmac">
84
84
  <img src="https://github.com/jonesmac.png" width="80" height="80" alt="Matt Jones" /><br />
85
85
  <sub><b>Matt Jones</b></sub>
86
86
  </a>
87
87
  </td>
88
- <td align="center" valign="top" width="120" bgcolor="#000000" style="background-color:#000000;">
88
+ <td align="center" valign="top" width="120">
89
89
  <a href="https://github.com/JoelBCarter">
90
90
  <img src="https://github.com/JoelBCarter.png" width="80" height="80" alt="Joel Carter" /><br />
91
91
  <sub><b>Joel Carter</b></sub>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/xl1-gateway",
3
- "version": "1.28.3",
3
+ "version": "1.28.4",
4
4
  "description": "XYO Layer One Gateway SDK",
5
5
  "homepage": "https://xylabs.com",
6
6
  "bugs": {
@@ -44,9 +44,9 @@
44
44
  "README.md"
45
45
  ],
46
46
  "dependencies": {
47
- "@xyo-network/xl1-protocol-lib": "~1.28.3",
48
- "@xyo-network/xl1-providers": "~1.28.3",
49
- "@xyo-network/xl1-protocol-sdk": "~1.28.3"
47
+ "@xyo-network/xl1-providers": "~1.28.4",
48
+ "@xyo-network/xl1-protocol-sdk": "~1.28.4",
49
+ "@xyo-network/xl1-protocol-lib": "~1.28.4"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@bitauth/libauth": "~3.0.0",
@@ -107,7 +107,7 @@
107
107
  "wasm-feature-detect": "~1.8.0",
108
108
  "webextension-polyfill": "^0.12.0",
109
109
  "zod": "~4.4.3",
110
- "@xyo-network/xl1-network-model": "~1.28.3"
110
+ "@xyo-network/xl1-network-model": "~1.28.4"
111
111
  },
112
112
  "peerDependencies": {
113
113
  "@bitauth/libauth": "~3.0",