@xyo-network/xl1-gateway 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 +19 -21
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![logo][]][logo-link]
1
+ [![logo][]](https://xyo.network)
2
2
 
3
3
  # @xyo-network/xl1-gateway
4
4
 
@@ -100,13 +100,10 @@ See the [LICENSE](./LICENSE) file (LGPL-3.0-only).
100
100
 
101
101
  ## Credits
102
102
 
103
- [Made with 🔥 and ❄️ by XYO](https://xyo.network)
104
-
105
- [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
106
- [logo-link]: https://xyo.network
103
+ [Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
107
104
 
108
105
  [npm-badge]: https://img.shields.io/npm/v/@xyo-network/xl1-gateway.svg
109
106
  [npm-link]: https://www.npmjs.com/package/@xyo-network/xl1-gateway
110
-
111
107
  [license-badge]: https://img.shields.io/npm/l/@xyo-network/xl1-gateway.svg
112
108
  [license-link]: ./LICENSE
109
+ [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-gateway",
3
- "version": "2.0.9",
3
+ "version": "2.0.11",
4
4
  "description": "XYO Layer One Gateway SDK",
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": {
@@ -44,10 +44,10 @@
44
44
  "README.md"
45
45
  ],
46
46
  "dependencies": {
47
- "@xyo-network/xl1-rpc": "~2.0.9",
48
- "@xyo-network/xl1-providers": "~2.0.9",
49
- "@xyo-network/xl1-protocol-lib": "~2.0.9",
50
- "@xyo-network/xl1-protocol-sdk": "~2.0.9"
47
+ "@xyo-network/xl1-protocol-lib": "~2.0.11",
48
+ "@xyo-network/xl1-providers": "~2.0.11",
49
+ "@xyo-network/xl1-protocol-sdk": "~2.0.11",
50
+ "@xyo-network/xl1-rpc": "~2.0.11"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@bitauth/libauth": "~3.0.0",
@@ -59,36 +59,35 @@
59
59
  "@opentelemetry/sdk-trace-base": "^2.7.1",
60
60
  "@scure/base": "~2.2.0",
61
61
  "@scure/bip39": "~2.2.0",
62
- "@xylabs/geo": "^6.0.7",
63
- "@xylabs/sdk-js": "^6.0.6",
64
- "@xylabs/threads": "~6.0.7",
65
- "@xylabs/toolchain": "~8.1.12",
66
- "@xylabs/tsconfig": "~8.1.12",
67
- "@xylabs/vitest-extended": "^6.0.7",
68
- "@xyo-network/address": "^6.0.7",
69
- "@xyo-network/sdk-js": "~6.0.2",
70
- "@xyo-network/sdk-protocol-js": "~6.0.7",
62
+ "@xylabs/geo": "^6.0.10",
63
+ "@xylabs/sdk-js": "^6.0.10",
64
+ "@xylabs/threads": "~6.0.10",
65
+ "@xylabs/toolchain": "~8.1.19",
66
+ "@xylabs/tsconfig": "~8.1.19",
67
+ "@xylabs/vitest-extended": "^6.0.10",
68
+ "@xyo-network/address": "^6.0.9",
69
+ "@xyo-network/sdk-js": "^6.0.4",
70
+ "@xyo-network/sdk-protocol-js": "~6.0.9",
71
71
  "ajv": "^8.20.0",
72
72
  "async-mutex": "^0.5.0",
73
73
  "bn.js": "^5.2.3",
74
74
  "buffer": "^6.0.3",
75
- "cosmiconfig": "^9.0.1",
75
+ "cosmiconfig": "^9.0.2",
76
76
  "debug": "~4.4.3",
77
77
  "dotenv": "~17.4.2",
78
78
  "eslint": "^10.4.1",
79
79
  "ethers": "^6.16.0",
80
80
  "hash-wasm": "~4.12.0",
81
81
  "idb": "^8.0.3",
82
- "lru-cache": "^11.5.1",
82
+ "lru-cache": "^11.3.6",
83
83
  "observable-fns": "~0.6.1",
84
- "pako": "^2.1.0",
85
84
  "typescript": "~6.0.3",
86
85
  "uuid": "~14.0.0",
87
86
  "vite": "^8.0.16",
88
87
  "vitest": "~4.1.8",
89
88
  "webextension-polyfill": "^0.12.0",
90
89
  "zod": "~4.4.3",
91
- "@xyo-network/xl1-network-model": "~2.0.9"
90
+ "@xyo-network/xl1-network-model": "~2.0.11"
92
91
  },
93
92
  "peerDependencies": {
94
93
  "@bitauth/libauth": "~3.0",
@@ -117,7 +116,6 @@
117
116
  "idb": "^8.0",
118
117
  "lru-cache": "^11.3",
119
118
  "observable-fns": "~0.6",
120
- "pako": "^2.1",
121
119
  "uuid": "~14.0",
122
120
  "webextension-polyfill": "^0.12",
123
121
  "zod": "~4.4"