@xyo-network/uniswap-crypto-market-plugin 7.0.0 → 7.0.2
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.
- package/package.json +21 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/uniswap-crypto-market-plugin",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.2",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -31,62 +31,54 @@
|
|
|
31
31
|
"README.md"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@xyo-network/uniswap-
|
|
35
|
-
"@xyo-network/uniswap-
|
|
34
|
+
"@xyo-network/uniswap-v4-crypto-market-plugin": "~7.0.2",
|
|
35
|
+
"@xyo-network/uniswap-v3-crypto-market-plugin": "~7.0.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
+
"@ariestools/sdk": "^7.0.5",
|
|
38
39
|
"@bitauth/libauth": "~3.0.0",
|
|
39
|
-
"@metamask/providers": "^22.1.1",
|
|
40
40
|
"@noble/post-quantum": "~0.6.1",
|
|
41
41
|
"@opentelemetry/api": "^1.9.1",
|
|
42
42
|
"@opentelemetry/sdk-trace-base": "^2.8.0",
|
|
43
43
|
"@scure/base": "^2.2.0",
|
|
44
44
|
"@scure/bip39": "~2.2.0",
|
|
45
|
-
"@uniswap/v3-sdk": "^3.
|
|
46
|
-
"@xylabs/geo": "^
|
|
47
|
-
"@xylabs/
|
|
48
|
-
"@xylabs/
|
|
49
|
-
"@xylabs/
|
|
50
|
-
"@xylabs/tsconfig": "~8.2.7",
|
|
51
|
-
"@xylabs/vitest-extended": "^6.1.3",
|
|
45
|
+
"@uniswap/v3-sdk": "^3.31.0",
|
|
46
|
+
"@xylabs/geo": "^7.0.5",
|
|
47
|
+
"@xylabs/threads": "^7.0.5",
|
|
48
|
+
"@xylabs/toolchain": "~8.5.15",
|
|
49
|
+
"@xylabs/tsconfig": "~8.5.15",
|
|
52
50
|
"@xyo-network/open-zeppelin-typechain": "^4.1.3",
|
|
53
|
-
"@xyo-network/sdk
|
|
54
|
-
"@xyo-network/sdk-protocol
|
|
51
|
+
"@xyo-network/sdk": "~7.0.5",
|
|
52
|
+
"@xyo-network/sdk-protocol": "^7.0.8",
|
|
55
53
|
"@xyo-network/uniswap-typechain": "^4.1.3",
|
|
56
|
-
"@xyo-network/witness-blockchain-abstract": "^7.0.0",
|
|
57
54
|
"ajv": "^8.20.0",
|
|
58
55
|
"async-mutex": "^0.5.0",
|
|
56
|
+
"browserslist": "4.28.4",
|
|
59
57
|
"debug": "~4.4.3",
|
|
60
|
-
"eslint": "^10.
|
|
61
|
-
"
|
|
58
|
+
"eslint": "^10.6.0",
|
|
59
|
+
"eslint-import-resolver-typescript": "^4.4.5",
|
|
60
|
+
"ethers": "^6.17.0",
|
|
62
61
|
"hash-wasm": "^4.12.0",
|
|
63
62
|
"idb": "^8.0.3",
|
|
64
63
|
"lru-cache": "^11.5.1",
|
|
65
64
|
"observable-fns": "~0.6.1",
|
|
66
|
-
"tslib": "^2.8.1",
|
|
67
65
|
"typescript": "~6.0.3",
|
|
68
|
-
"
|
|
69
|
-
"vitest": "^4.1.9",
|
|
70
|
-
"webextension-polyfill": "^0.12.0",
|
|
71
|
-
"zod": "^4.4.3",
|
|
72
|
-
"@xyo-network/uniswap-crypto-market-payload-plugin": "~7.0.0",
|
|
73
|
-
"@xyo-network/uniswap-token": "~7.0.0"
|
|
66
|
+
"zod": "^4.4.3"
|
|
74
67
|
},
|
|
75
68
|
"peerDependencies": {
|
|
69
|
+
"@ariestools/sdk": "^7.0",
|
|
76
70
|
"@bitauth/libauth": "~3.0",
|
|
77
|
-
"@metamask/providers": "^22.1",
|
|
78
71
|
"@noble/post-quantum": "~0.6.1",
|
|
79
72
|
"@opentelemetry/api": "^1.9",
|
|
80
73
|
"@opentelemetry/sdk-trace-base": "^2.7",
|
|
81
74
|
"@scure/base": "^2.2",
|
|
82
75
|
"@scure/bip39": "~2.2",
|
|
83
76
|
"@uniswap/v3-sdk": "^3.30",
|
|
84
|
-
"@xylabs/geo": "^
|
|
85
|
-
"@xylabs/
|
|
86
|
-
"@xylabs/threads": "^6.0",
|
|
77
|
+
"@xylabs/geo": "^7.0",
|
|
78
|
+
"@xylabs/threads": "^7.0",
|
|
87
79
|
"@xyo-network/open-zeppelin-typechain": "^4.1",
|
|
88
|
-
"@xyo-network/sdk
|
|
89
|
-
"@xyo-network/sdk-protocol
|
|
80
|
+
"@xyo-network/sdk": "^7.0",
|
|
81
|
+
"@xyo-network/sdk-protocol": "^7.0",
|
|
90
82
|
"@xyo-network/uniswap-typechain": "^4.1",
|
|
91
83
|
"ajv": "^8.20",
|
|
92
84
|
"async-mutex": "^0.5",
|
|
@@ -96,7 +88,6 @@
|
|
|
96
88
|
"idb": "^8.0",
|
|
97
89
|
"lru-cache": "^11.3",
|
|
98
90
|
"observable-fns": "~0.6",
|
|
99
|
-
"webextension-polyfill": "^0.12",
|
|
100
91
|
"zod": "^4.4"
|
|
101
92
|
},
|
|
102
93
|
"engines": {
|