@xyo-network/xl1-protocol 2.0.10 → 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 +17 -19
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![logo][]][logo-link]
1
+ [![logo][]](https://xyo.network)
2
2
 
3
3
  # @xyo-network/xl1-protocol
4
4
 
@@ -115,13 +115,10 @@ See the [LICENSE](./LICENSE) file for license rights and limitations (LGPL-3.0-o
115
115
 
116
116
  ## Credits
117
117
 
118
- [Made with 🔥 and ❄️ by XYO](https://xyo.network)
119
-
120
- [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
121
- [logo-link]: https://xyo.network
118
+ [Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
122
119
 
123
120
  [npm-badge]: https://img.shields.io/npm/v/@xyo-network/xl1-protocol.svg
124
121
  [npm-link]: https://www.npmjs.com/package/@xyo-network/xl1-protocol
125
-
126
122
  [license-badge]: https://img.shields.io/npm/l/@xyo-network/xl1-protocol.svg
127
123
  [license-link]: ./LICENSE
124
+ [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-protocol",
3
- "version": "2.0.10",
3
+ "version": "2.0.11",
4
4
  "description": "XYO Layer One Protocol - All Protocol Packages",
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": {
@@ -38,10 +38,10 @@
38
38
  "README.md"
39
39
  ],
40
40
  "dependencies": {
41
- "@xyo-network/xl1-schema": "~2.0.10",
42
- "@xyo-network/xl1-network-model": "~2.0.10",
43
- "@xyo-network/xl1-protocol-lib": "~2.0.10",
44
- "@xyo-network/xl1-validation": "~2.0.10"
41
+ "@xyo-network/xl1-network-model": "~2.0.11",
42
+ "@xyo-network/xl1-schema": "~2.0.11",
43
+ "@xyo-network/xl1-validation": "~2.0.11",
44
+ "@xyo-network/xl1-protocol-lib": "~2.0.11"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@bitauth/libauth": "~3.0.0",
@@ -51,14 +51,14 @@
51
51
  "@opentelemetry/sdk-trace-base": "^2.7.1",
52
52
  "@scure/base": "~2.2.0",
53
53
  "@scure/bip39": "~2.2.0",
54
- "@xylabs/geo": "^6.0.7",
55
- "@xylabs/sdk-js": "^6.0.7",
56
- "@xylabs/threads": "~6.0.7",
57
- "@xylabs/toolchain": "~8.1.15",
58
- "@xylabs/tsconfig": "~8.1.15",
59
- "@xyo-network/address": "^6.0.8",
60
- "@xyo-network/sdk-js": "~6.0.3",
61
- "@xyo-network/sdk-protocol-js": "~6.0.8",
54
+ "@xylabs/geo": "^6.0.10",
55
+ "@xylabs/sdk-js": "^6.0.10",
56
+ "@xylabs/threads": "~6.0.10",
57
+ "@xylabs/toolchain": "~8.1.19",
58
+ "@xylabs/tsconfig": "~8.1.19",
59
+ "@xyo-network/address": "^6.0.9",
60
+ "@xyo-network/sdk-js": "^6.0.4",
61
+ "@xyo-network/sdk-protocol-js": "~6.0.9",
62
62
  "ajv": "^8.20.0",
63
63
  "async-mutex": "^0.5.0",
64
64
  "bn.js": "^5.2.3",
@@ -69,15 +69,14 @@
69
69
  "ethers": "^6.16.0",
70
70
  "hash-wasm": "~4.12.0",
71
71
  "idb": "^8.0.3",
72
- "lru-cache": "^11.5.1",
72
+ "lru-cache": "^11.3.6",
73
73
  "observable-fns": "~0.6.1",
74
- "pako": "^2.1.0",
75
74
  "typescript": "~6.0.3",
76
75
  "vite": "^8.0.16",
77
76
  "vitest": "~4.1.8",
78
77
  "webextension-polyfill": "^0.12.0",
79
78
  "zod": "~4.4.3",
80
- "@xyo-network/xl1-protocol-model": "~2.0.10"
79
+ "@xyo-network/xl1-protocol-model": "~2.0.11"
81
80
  },
82
81
  "peerDependencies": {
83
82
  "@bitauth/libauth": "~3.0",
@@ -103,7 +102,6 @@
103
102
  "idb": "^8.0",
104
103
  "lru-cache": "^11.3",
105
104
  "observable-fns": "~0.6",
106
- "pako": "^2.1",
107
105
  "webextension-polyfill": "^0.12",
108
106
  "zod": "~4.4"
109
107
  },