@xyo-network/xl1-test 2.0.10 → 2.0.12

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 +15 -17
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![logo][]][logo-link]
1
+ [![logo][]](https://xyo.network)
2
2
 
3
3
  # @xyo-network/xl1-test
4
4
 
@@ -83,13 +83,10 @@ See the [LICENSE](./LICENSE) file (LGPL-3.0-only).
83
83
 
84
84
  ## Credits
85
85
 
86
- [Made with 🔥 and ❄️ by XYO](https://xyo.network)
87
-
88
- [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
89
- [logo-link]: https://xyo.network
86
+ [Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
90
87
 
91
88
  [npm-badge]: https://img.shields.io/npm/v/@xyo-network/xl1-test.svg
92
89
  [npm-link]: https://www.npmjs.com/package/@xyo-network/xl1-test
93
-
94
90
  [license-badge]: https://img.shields.io/npm/l/@xyo-network/xl1-test.svg
95
91
  [license-link]: ./LICENSE
92
+ [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-test",
3
- "version": "2.0.10",
3
+ "version": "2.0.12",
4
4
  "description": "XYO Layer One Test Utilities",
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,8 +34,8 @@
34
34
  "README.md"
35
35
  ],
36
36
  "dependencies": {
37
- "@xyo-network/xl1-protocol-sdk": "~2.0.10",
38
- "@xyo-network/xl1-protocol-lib": "~2.0.10"
37
+ "@xyo-network/xl1-protocol-lib": "~2.0.12",
38
+ "@xyo-network/xl1-protocol-sdk": "~2.0.12"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@bitauth/libauth": "~3.0.0",
@@ -45,27 +45,26 @@
45
45
  "@opentelemetry/sdk-trace-base": "^2.7.1",
46
46
  "@scure/base": "~2.2.0",
47
47
  "@scure/bip39": "~2.2.0",
48
- "@xylabs/geo": "^6.0.7",
49
- "@xylabs/sdk-js": "^6.0.7",
50
- "@xylabs/threads": "~6.0.7",
51
- "@xylabs/toolchain": "~8.1.15",
52
- "@xylabs/tsconfig": "~8.1.15",
53
- "@xyo-network/address": "^6.0.8",
54
- "@xyo-network/sdk-js": "~6.0.3",
55
- "@xyo-network/sdk-protocol-js": "~6.0.8",
48
+ "@xylabs/geo": "^6.0.10",
49
+ "@xylabs/sdk-js": "^6.0.10",
50
+ "@xylabs/threads": "~6.0.10",
51
+ "@xylabs/toolchain": "~8.1.19",
52
+ "@xylabs/tsconfig": "~8.1.19",
53
+ "@xyo-network/address": "^6.0.9",
54
+ "@xyo-network/sdk-js": "^6.0.4",
55
+ "@xyo-network/sdk-protocol-js": "~6.0.9",
56
56
  "ajv": "^8.20.0",
57
57
  "async-mutex": "^0.5.0",
58
58
  "bn.js": "^5.2.3",
59
59
  "buffer": "^6.0.3",
60
- "cosmiconfig": "^9.0.1",
60
+ "cosmiconfig": "^9.0.2",
61
61
  "debug": "~4.4.3",
62
62
  "eslint": "^10.4.1",
63
63
  "ethers": "^6.16.0",
64
64
  "hash-wasm": "~4.12.0",
65
65
  "idb": "^8.0.3",
66
- "lru-cache": "^11.5.1",
66
+ "lru-cache": "^11.3.6",
67
67
  "observable-fns": "~0.6.1",
68
- "pako": "^2.1.0",
69
68
  "typescript": "~6.0.3",
70
69
  "webextension-polyfill": "^0.12.0",
71
70
  "zod": "~4.4.3"
@@ -95,7 +94,6 @@
95
94
  "idb": "^8.0",
96
95
  "lru-cache": "^11.3",
97
96
  "observable-fns": "~0.6",
98
- "pako": "^2.1",
99
97
  "webextension-polyfill": "^0.12",
100
98
  "zod": "~4.4"
101
99
  },