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