@xyo-network/uniswap-crypto-market-plugin 6.0.3 → 6.1.0

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 +5 -0
  2. package/package.json +19 -20
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ [![logo][]](https://xyo.network)
2
+
1
3
  # @xyo-network/uniswap-crypto-market-plugin
2
4
 
3
5
  [![npm][npm-badge]][npm-link]
@@ -36,9 +38,12 @@ bun add {{name}}
36
38
 
37
39
  See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
38
40
 
41
+ ## Credits
39
42
 
43
+ [Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
40
44
 
41
45
  [npm-badge]: https://img.shields.io/npm/v/@xyo-network/uniswap-crypto-market-plugin.svg
42
46
  [npm-link]: https://www.npmjs.com/package/@xyo-network/uniswap-crypto-market-plugin
43
47
  [license-badge]: https://img.shields.io/npm/l/@xyo-network/uniswap-crypto-market-plugin.svg
44
48
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
49
+ [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/uniswap-crypto-market-plugin",
3
- "version": "6.0.3",
3
+ "version": "6.1.0",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -31,8 +31,8 @@
31
31
  "README.md"
32
32
  ],
33
33
  "dependencies": {
34
- "@xyo-network/uniswap-v3-crypto-market-plugin": "~6.0.3",
35
- "@xyo-network/uniswap-v4-crypto-market-plugin": "~6.0.3"
34
+ "@xyo-network/uniswap-v3-crypto-market-plugin": "~6.1.0",
35
+ "@xyo-network/uniswap-v4-crypto-market-plugin": "~6.1.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@bitauth/libauth": "~3.0.0",
@@ -43,21 +43,19 @@
43
43
  "@scure/base": "^2.2.0",
44
44
  "@scure/bip39": "~2.2.0",
45
45
  "@uniswap/v3-sdk": "^3.30.4",
46
- "@xylabs/geo": "^6.0.8",
47
- "@xylabs/sdk-js": "^6.0.8",
48
- "@xylabs/threads": "^6.0.8",
49
- "@xylabs/toolchain": "~8.1.16",
50
- "@xylabs/tsconfig": "~8.1.16",
51
- "@xylabs/vitest-extended": "~6.0.8",
46
+ "@xylabs/geo": "^6.1.0",
47
+ "@xylabs/sdk-js": "^6.1.0",
48
+ "@xylabs/threads": "^6.1.0",
49
+ "@xylabs/toolchain": "~8.1.20",
50
+ "@xylabs/tsconfig": "~8.1.20",
51
+ "@xylabs/vitest-extended": "~6.1.0",
52
52
  "@xyo-network/open-zeppelin-typechain": "^4.1.3",
53
- "@xyo-network/sdk-js": "^6.0.4",
54
- "@xyo-network/sdk-protocol-js": "~6.0.9",
53
+ "@xyo-network/sdk-js": "^6.1.0",
54
+ "@xyo-network/sdk-protocol-js": "~6.1",
55
55
  "@xyo-network/uniswap-typechain": "^4.1.3",
56
- "@xyo-network/witness-blockchain-abstract": "^6.0.4",
56
+ "@xyo-network/witness-blockchain-abstract": "~6.1.0",
57
57
  "ajv": "^8.20.0",
58
58
  "async-mutex": "^0.5.0",
59
- "bn.js": "^5.2.3",
60
- "buffer": "^6.0.3",
61
59
  "debug": "~4.4.3",
62
60
  "eslint": "^10.4.1",
63
61
  "ethers": "^6.16.0",
@@ -68,11 +66,11 @@
68
66
  "tslib": "^2.8.1",
69
67
  "typescript": "~6.0.3",
70
68
  "vite": "^8.0.16",
71
- "vitest": "^4.1.8",
69
+ "vitest": "~4.1.8",
72
70
  "webextension-polyfill": "^0.12.0",
73
71
  "zod": "^4.4.3",
74
- "@xyo-network/uniswap-crypto-market-payload-plugin": "~6.0.3",
75
- "@xyo-network/uniswap-token": "~6.0.3"
72
+ "@xyo-network/uniswap-crypto-market-payload-plugin": "~6.1.0",
73
+ "@xyo-network/uniswap-token": "~6.1.0"
76
74
  },
77
75
  "peerDependencies": {
78
76
  "@bitauth/libauth": "~3.0",
@@ -88,12 +86,10 @@
88
86
  "@xylabs/threads": "^6.0",
89
87
  "@xyo-network/open-zeppelin-typechain": "^4.1",
90
88
  "@xyo-network/sdk-js": "^6.0",
91
- "@xyo-network/sdk-protocol-js": "~6.0",
89
+ "@xyo-network/sdk-protocol-js": "^6.1",
92
90
  "@xyo-network/uniswap-typechain": "^4.1",
93
91
  "ajv": "^8.20",
94
92
  "async-mutex": "^0.5",
95
- "bn.js": "^5.2",
96
- "buffer": "^6.0",
97
93
  "debug": "~4.4",
98
94
  "ethers": "^6.16",
99
95
  "hash-wasm": "^4.12",
@@ -103,6 +99,9 @@
103
99
  "webextension-polyfill": "^0.12",
104
100
  "zod": "^4.4"
105
101
  },
102
+ "engines": {
103
+ "node": "^24"
104
+ },
106
105
  "publishConfig": {
107
106
  "access": "public"
108
107
  }