@xyo-network/xl1-network-model 2.0.9 → 2.0.11

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 -6
  2. package/package.json +13 -15
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![logo][]][logo-link]
1
+ [![logo][]](https://xyo.network)
2
2
 
3
3
  # @xyo-network/xl1-network-model
4
4
 
@@ -88,13 +88,10 @@ See the [LICENSE](./LICENSE) file (LGPL-3.0-only).
88
88
 
89
89
  ## Credits
90
90
 
91
- [Made with 🔥 and ❄️ by XYO](https://xyo.network)
92
-
93
- [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
94
- [logo-link]: https://xyo.network
91
+ [Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
95
92
 
96
93
  [npm-badge]: https://img.shields.io/npm/v/@xyo-network/xl1-network-model.svg
97
94
  [npm-link]: https://www.npmjs.com/package/@xyo-network/xl1-network-model
98
-
99
95
  [license-badge]: https://img.shields.io/npm/l/@xyo-network/xl1-network-model.svg
100
96
  [license-link]: ./LICENSE
97
+ [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@xyo-network/xl1-network-model",
3
- "version": "2.0.9",
3
+ "version": "2.0.11",
4
4
  "description": "XYO Layer One API",
5
5
  "homepage": "https://xylabs.com",
6
6
  "bugs": {
7
- "url": "git+https://github.com/xylabs/xyo-chain/issues",
7
+ "url": "https://github.com/XYOracleNetwork/xl1-protocol/issues",
8
8
  "email": "support@xylabs.com"
9
9
  },
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "git+https://github.com/xylabs/xyo-chain.git"
12
+ "url": "git+https://github.com/XYOracleNetwork/xl1-protocol.git"
13
13
  },
14
14
  "license": "LGPL-3.0-only",
15
15
  "author": {
@@ -43,7 +43,7 @@
43
43
  "README.md"
44
44
  ],
45
45
  "dependencies": {
46
- "@xyo-network/xl1-protocol-lib": "~2.0.9"
46
+ "@xyo-network/xl1-protocol-lib": "~2.0.11"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@bitauth/libauth": "~3.0.0",
@@ -53,14 +53,14 @@
53
53
  "@opentelemetry/sdk-trace-base": "^2.7.1",
54
54
  "@scure/base": "~2.2.0",
55
55
  "@scure/bip39": "~2.2.0",
56
- "@xylabs/geo": "^6.0.7",
57
- "@xylabs/sdk-js": "^6.0.6",
58
- "@xylabs/threads": "~6.0.7",
59
- "@xylabs/toolchain": "~8.1.12",
60
- "@xylabs/tsconfig": "~8.1.12",
61
- "@xyo-network/address": "^6.0.7",
62
- "@xyo-network/sdk-js": "~6.0.2",
63
- "@xyo-network/sdk-protocol-js": "~6.0.7",
56
+ "@xylabs/geo": "^6.0.10",
57
+ "@xylabs/sdk-js": "^6.0.10",
58
+ "@xylabs/threads": "~6.0.10",
59
+ "@xylabs/toolchain": "~8.1.19",
60
+ "@xylabs/tsconfig": "~8.1.19",
61
+ "@xyo-network/address": "^6.0.9",
62
+ "@xyo-network/sdk-js": "^6.0.4",
63
+ "@xyo-network/sdk-protocol-js": "~6.0.9",
64
64
  "ajv": "^8.20.0",
65
65
  "async-mutex": "^0.5.0",
66
66
  "bn.js": "^5.2.3",
@@ -71,9 +71,8 @@
71
71
  "ethers": "^6.16.0",
72
72
  "hash-wasm": "~4.12.0",
73
73
  "idb": "^8.0.3",
74
- "lru-cache": "^11.5.1",
74
+ "lru-cache": "^11.3.6",
75
75
  "observable-fns": "~0.6.1",
76
- "pako": "^2.1.0",
77
76
  "typescript": "~6.0.3",
78
77
  "vite": "^8.0.16",
79
78
  "vitest": "~4.1.8",
@@ -104,7 +103,6 @@
104
103
  "idb": "^8.0",
105
104
  "lru-cache": "^11.3",
106
105
  "observable-fns": "~0.6",
107
- "pako": "^2.1",
108
106
  "webextension-polyfill": "^0.12",
109
107
  "zod": "~4.4"
110
108
  },