@xyo-network/xl1-test 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 +3 -3
package/README.md CHANGED
@@ -54,7 +54,7 @@ xy lint @xyo-network/xl1-test
54
54
 
55
55
  <table>
56
56
  <tr>
57
- <td align="center" valign="top" width="120">
57
+ <td align="center" valign="top" width="120" bgcolor="#000000" style="background-color:#000000;">
58
58
  <a href="https://github.com/arietrouw">
59
59
  <img src="https://github.com/arietrouw.png" width="80" height="80" alt="Arie Trouw" /><br />
60
60
  <sub><b>Arie Trouw</b></sub>
@@ -62,13 +62,13 @@ xy lint @xyo-network/xl1-test
62
62
  <br />
63
63
  <a href="https://arietrouw.com">arietrouw.com</a>
64
64
  </td>
65
- <td align="center" valign="top" width="120">
65
+ <td align="center" valign="top" width="120" bgcolor="#000000" style="background-color:#000000;">
66
66
  <a href="https://github.com/jonesmac">
67
67
  <img src="https://github.com/jonesmac.png" width="80" height="80" alt="Matt Jones" /><br />
68
68
  <sub><b>Matt Jones</b></sub>
69
69
  </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/JoelBCarter">
73
73
  <img src="https://github.com/JoelBCarter.png" width="80" height="80" alt="Joel Carter" /><br />
74
74
  <sub><b>Joel Carter</b></sub>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/xl1-test",
3
- "version": "1.28.2",
3
+ "version": "1.28.3",
4
4
  "description": "XYO Layer One Test Utilities",
5
5
  "homepage": "https://xylabs.com",
6
6
  "bugs": {
@@ -34,8 +34,8 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/xl1-protocol-lib": "~1.28.2",
38
- "@xyo-network/xl1-protocol-sdk": "~1.28.2"
37
+ "@xyo-network/xl1-protocol-sdk": "~1.28.3",
38
+ "@xyo-network/xl1-protocol-lib": "~1.28.3"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@bitauth/libauth": "~3.0.0",