@xyo-network/xl1-protocol-lib 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 +2 -2
package/README.md CHANGED
@@ -80,7 +80,7 @@ xy lint @xyo-network/xl1-protocol-lib
80
80
 
81
81
  <table>
82
82
  <tr>
83
- <td align="center" valign="top" width="120">
83
+ <td align="center" valign="top" width="120" bgcolor="#000000" style="background-color:#000000;">
84
84
  <a href="https://github.com/arietrouw">
85
85
  <img src="https://github.com/arietrouw.png" width="80" height="80" alt="Arie Trouw" /><br />
86
86
  <sub><b>Arie Trouw</b></sub>
@@ -88,13 +88,13 @@ xy lint @xyo-network/xl1-protocol-lib
88
88
  <br />
89
89
  <a href="https://arietrouw.com">arietrouw.com</a>
90
90
  </td>
91
- <td align="center" valign="top" width="120">
91
+ <td align="center" valign="top" width="120" bgcolor="#000000" style="background-color:#000000;">
92
92
  <a href="https://github.com/jonesmac">
93
93
  <img src="https://github.com/jonesmac.png" width="80" height="80" alt="Matt Jones" /><br />
94
94
  <sub><b>Matt Jones</b></sub>
95
95
  </a>
96
96
  </td>
97
- <td align="center" valign="top" width="120">
97
+ <td align="center" valign="top" width="120" bgcolor="#000000" style="background-color:#000000;">
98
98
  <a href="https://github.com/JoelBCarter">
99
99
  <img src="https://github.com/JoelBCarter.png" width="80" height="80" alt="Joel Carter" /><br />
100
100
  <sub><b>Joel Carter</b></sub>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/xl1-protocol-lib",
3
- "version": "1.28.2",
3
+ "version": "1.28.3",
4
4
  "description": "XYO Layer One Protocol",
5
5
  "homepage": "https://xylabs.com",
6
6
  "bugs": {
@@ -34,7 +34,7 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/xl1-protocol-model": "~1.28.2"
37
+ "@xyo-network/xl1-protocol-model": "~1.28.3"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@bitauth/libauth": "~3.0.0",