@xyo-network/xl1-schema 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-schema
4
4
 
@@ -87,13 +87,10 @@ See the [LICENSE](./LICENSE) file (LGPL-3.0-only).
87
87
 
88
88
  ## Credits
89
89
 
90
- [Made with 🔥 and ❄️ by XYO](https://xyo.network)
91
-
92
- [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
93
- [logo-link]: https://xyo.network
90
+ [Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
94
91
 
95
92
  [npm-badge]: https://img.shields.io/npm/v/@xyo-network/xl1-schema.svg
96
93
  [npm-link]: https://www.npmjs.com/package/@xyo-network/xl1-schema
97
-
98
94
  [license-badge]: https://img.shields.io/npm/l/@xyo-network/xl1-schema.svg
99
95
  [license-link]: ./LICENSE
96
+ [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-schema",
3
- "version": "2.0.9",
3
+ "version": "2.0.11",
4
4
  "description": "XYO Layer One SDK Schema",
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": {
@@ -34,7 +34,7 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/xl1-protocol-lib": "~2.0.9"
37
+ "@xyo-network/xl1-protocol-lib": "~2.0.11"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@bitauth/libauth": "~3.0.0",
@@ -44,14 +44,14 @@
44
44
  "@opentelemetry/sdk-trace-base": "^2.7.1",
45
45
  "@scure/base": "~2.2.0",
46
46
  "@scure/bip39": "~2.2.0",
47
- "@xylabs/geo": "^6.0.7",
48
- "@xylabs/sdk-js": "^6.0.6",
49
- "@xylabs/threads": "~6.0.7",
50
- "@xylabs/toolchain": "~8.1.12",
51
- "@xylabs/tsconfig": "~8.1.12",
52
- "@xyo-network/address": "^6.0.7",
53
- "@xyo-network/sdk-js": "~6.0.2",
54
- "@xyo-network/sdk-protocol-js": "~6.0.7",
47
+ "@xylabs/geo": "^6.0.10",
48
+ "@xylabs/sdk-js": "^6.0.10",
49
+ "@xylabs/threads": "~6.0.10",
50
+ "@xylabs/toolchain": "~8.1.19",
51
+ "@xylabs/tsconfig": "~8.1.19",
52
+ "@xyo-network/address": "^6.0.9",
53
+ "@xyo-network/sdk-js": "^6.0.4",
54
+ "@xyo-network/sdk-protocol-js": "~6.0.9",
55
55
  "ajv": "^8.20.0",
56
56
  "async-mutex": "^0.5.0",
57
57
  "bn.js": "^5.2.3",
@@ -61,9 +61,8 @@
61
61
  "ethers": "^6.16.0",
62
62
  "hash-wasm": "~4.12.0",
63
63
  "idb": "^8.0.3",
64
- "lru-cache": "^11.5.1",
64
+ "lru-cache": "^11.3.6",
65
65
  "observable-fns": "~0.6.1",
66
- "pako": "^2.1.0",
67
66
  "typescript": "~6.0.3",
68
67
  "vite": "^8.0.16",
69
68
  "vitest": "~4.1.8",
@@ -94,7 +93,6 @@
94
93
  "idb": "^8.0",
95
94
  "lru-cache": "^11.3",
96
95
  "observable-fns": "~0.6",
97
- "pako": "^2.1",
98
96
  "webextension-polyfill": "^0.12",
99
97
  "zod": "~4.4"
100
98
  },