@xyo-network/xl1-network-model 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 +2 -2
package/README.md CHANGED
@@ -59,7 +59,7 @@ xy lint @xyo-network/xl1-network-model
59
59
 
60
60
  <table>
61
61
  <tr>
62
- <td align="center" valign="top" width="120" bgcolor="#000000" style="background-color:#000000;">
62
+ <td align="center" valign="top" width="120">
63
63
  <a href="https://github.com/arietrouw">
64
64
  <img src="https://github.com/arietrouw.png" width="80" height="80" alt="Arie Trouw" /><br />
65
65
  <sub><b>Arie Trouw</b></sub>
@@ -67,13 +67,13 @@ xy lint @xyo-network/xl1-network-model
67
67
  <br />
68
68
  <a href="https://arietrouw.com">arietrouw.com</a>
69
69
  </td>
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/jonesmac">
72
72
  <img src="https://github.com/jonesmac.png" width="80" height="80" alt="Matt Jones" /><br />
73
73
  <sub><b>Matt Jones</b></sub>
74
74
  </a>
75
75
  </td>
76
- <td align="center" valign="top" width="120" bgcolor="#000000" style="background-color:#000000;">
76
+ <td align="center" valign="top" width="120">
77
77
  <a href="https://github.com/JoelBCarter">
78
78
  <img src="https://github.com/JoelBCarter.png" width="80" height="80" alt="Joel Carter" /><br />
79
79
  <sub><b>Joel Carter</b></sub>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/xl1-network-model",
3
- "version": "1.28.3",
3
+ "version": "1.28.4",
4
4
  "description": "XYO Layer One API",
5
5
  "homepage": "https://xylabs.com",
6
6
  "bugs": {
@@ -43,7 +43,7 @@
43
43
  "README.md"
44
44
  ],
45
45
  "dependencies": {
46
- "@xyo-network/xl1-protocol-lib": "~1.28.3"
46
+ "@xyo-network/xl1-protocol-lib": "~1.28.4"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@bitauth/libauth": "~3.0.0",