@xyo-network/uniswap-crypto-market-plugin 6.0.2 → 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 +20 -23
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.2",
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.2",
35
- "@xyo-network/uniswap-v4-crypto-market-plugin": "~6.0.2"
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",
@@ -42,22 +42,20 @@
42
42
  "@opentelemetry/sdk-trace-base": "^2.7.1",
43
43
  "@scure/base": "^2.2.0",
44
44
  "@scure/bip39": "~2.2.0",
45
- "@uniswap/v3-sdk": "^3.30.3",
46
- "@xylabs/geo": "^6.0.6",
47
- "@xylabs/sdk-js": "^6.0.6",
48
- "@xylabs/threads": "^6.0.6",
49
- "@xylabs/toolchain": "~8.1.11",
50
- "@xylabs/tsconfig": "~8.1.11",
51
- "@xylabs/vitest-extended": "~6.0.6",
45
+ "@uniswap/v3-sdk": "^3.30.4",
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.2",
54
- "@xyo-network/sdk-protocol-js": "~6.0.7",
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.2",
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",
@@ -65,15 +63,14 @@
65
63
  "idb": "^8.0.3",
66
64
  "lru-cache": "^11.5.1",
67
65
  "observable-fns": "~0.6.1",
68
- "pako": "~2.1.0",
69
66
  "tslib": "^2.8.1",
70
67
  "typescript": "~6.0.3",
71
68
  "vite": "^8.0.16",
72
- "vitest": "^4.1.8",
69
+ "vitest": "~4.1.8",
73
70
  "webextension-polyfill": "^0.12.0",
74
71
  "zod": "^4.4.3",
75
- "@xyo-network/uniswap-crypto-market-payload-plugin": "~6.0.2",
76
- "@xyo-network/uniswap-token": "~6.0.2"
72
+ "@xyo-network/uniswap-crypto-market-payload-plugin": "~6.1.0",
73
+ "@xyo-network/uniswap-token": "~6.1.0"
77
74
  },
78
75
  "peerDependencies": {
79
76
  "@bitauth/libauth": "~3.0",
@@ -89,22 +86,22 @@
89
86
  "@xylabs/threads": "^6.0",
90
87
  "@xyo-network/open-zeppelin-typechain": "^4.1",
91
88
  "@xyo-network/sdk-js": "^6.0",
92
- "@xyo-network/sdk-protocol-js": "~6.0",
89
+ "@xyo-network/sdk-protocol-js": "^6.1",
93
90
  "@xyo-network/uniswap-typechain": "^4.1",
94
91
  "ajv": "^8.20",
95
92
  "async-mutex": "^0.5",
96
- "bn.js": "^5.2",
97
- "buffer": "^6.0",
98
93
  "debug": "~4.4",
99
94
  "ethers": "^6.16",
100
95
  "hash-wasm": "^4.12",
101
96
  "idb": "^8.0",
102
97
  "lru-cache": "^11.3",
103
98
  "observable-fns": "~0.6",
104
- "pako": "~2.1",
105
99
  "webextension-polyfill": "^0.12",
106
100
  "zod": "^4.4"
107
101
  },
102
+ "engines": {
103
+ "node": "^24"
104
+ },
108
105
  "publishConfig": {
109
106
  "access": "public"
110
107
  }