@xyo-network/crypto-market-plugins 6.1.0 → 7.0.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.
- package/package.json +24 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/crypto-market-plugins",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -31,35 +31,34 @@
|
|
|
31
31
|
"README.md"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@xyo-network/
|
|
35
|
-
"@xyo-network/
|
|
36
|
-
"@xyo-network/crypto-
|
|
34
|
+
"@xyo-network/uniswap-crypto-market-plugin": "~7.0.0",
|
|
35
|
+
"@xyo-network/crypto-asset-plugin": "~7.0.0",
|
|
36
|
+
"@xyo-network/coingecko-crypto-market-plugin": "~7.0.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@bitauth/libauth": "~3.0.0",
|
|
40
40
|
"@metamask/providers": "^22.1.1",
|
|
41
41
|
"@noble/post-quantum": "~0.6.1",
|
|
42
42
|
"@opentelemetry/api": "^1.9.1",
|
|
43
|
-
"@opentelemetry/sdk-trace-base": "^2.
|
|
43
|
+
"@opentelemetry/sdk-trace-base": "^2.8.0",
|
|
44
44
|
"@scure/base": "^2.2.0",
|
|
45
45
|
"@scure/bip39": "~2.2.0",
|
|
46
46
|
"@uniswap/v3-sdk": "^3.30.4",
|
|
47
|
-
"@xylabs/geo": "^6.1.
|
|
48
|
-
"@xylabs/sdk-js": "^6.1.
|
|
49
|
-
"@xylabs/threads": "^6.1.
|
|
50
|
-
"@xylabs/toolchain": "~8.
|
|
51
|
-
"@xylabs/tsconfig": "~8.
|
|
52
|
-
"@xylabs/vitest-extended": "
|
|
47
|
+
"@xylabs/geo": "^6.1.3",
|
|
48
|
+
"@xylabs/sdk-js": "^6.1.3",
|
|
49
|
+
"@xylabs/threads": "^6.1.3",
|
|
50
|
+
"@xylabs/toolchain": "~8.2.7",
|
|
51
|
+
"@xylabs/tsconfig": "~8.2.7",
|
|
52
|
+
"@xylabs/vitest-extended": "^6.1.3",
|
|
53
53
|
"@xyo-network/open-zeppelin-typechain": "^4.1.3",
|
|
54
|
-
"@xyo-network/
|
|
55
|
-
"@xyo-network/sdk-js": "
|
|
56
|
-
"@xyo-network/sdk-protocol-js": "~6.1",
|
|
54
|
+
"@xyo-network/sdk-js": "^7.0.0",
|
|
55
|
+
"@xyo-network/sdk-protocol-js": "~7.0",
|
|
57
56
|
"@xyo-network/uniswap-typechain": "^4.1.3",
|
|
58
|
-
"@xyo-network/witness-blockchain-abstract": "
|
|
57
|
+
"@xyo-network/witness-blockchain-abstract": "^7.0.0",
|
|
59
58
|
"ajv": "^8.20.0",
|
|
60
59
|
"async-mutex": "^0.5.0",
|
|
61
60
|
"debug": "~4.4.3",
|
|
62
|
-
"eslint": "^10.
|
|
61
|
+
"eslint": "^10.5.0",
|
|
63
62
|
"ethers": "^6.16.0",
|
|
64
63
|
"hash-wasm": "^4.12.0",
|
|
65
64
|
"idb": "^8.0.3",
|
|
@@ -68,15 +67,15 @@
|
|
|
68
67
|
"tslib": "^2.8.1",
|
|
69
68
|
"typescript": "~6.0.3",
|
|
70
69
|
"vite": "^8.0.16",
|
|
71
|
-
"vitest": "
|
|
70
|
+
"vitest": "^4.1.9",
|
|
72
71
|
"webextension-polyfill": "^0.12.0",
|
|
73
72
|
"zod": "^4.4.3",
|
|
74
|
-
"@xyo-network/coingecko-crypto-market-payload-plugin": "~
|
|
75
|
-
"@xyo-network/
|
|
76
|
-
"@xyo-network/uniswap-
|
|
77
|
-
"@xyo-network/uniswap-token": "~
|
|
78
|
-
"@xyo-network/uniswap-
|
|
79
|
-
"@xyo-network/crypto-
|
|
73
|
+
"@xyo-network/coingecko-crypto-market-payload-plugin": "~7.0.0",
|
|
74
|
+
"@xyo-network/crypto-asset-payload-plugin": "~7.0.0",
|
|
75
|
+
"@xyo-network/uniswap-crypto-market-payload-plugin": "~7.0.0",
|
|
76
|
+
"@xyo-network/uniswap-token": "~7.0.0",
|
|
77
|
+
"@xyo-network/uniswap-v3-crypto-market-plugin": "~7.0.0",
|
|
78
|
+
"@xyo-network/uniswap-v4-crypto-market-plugin": "~7.0.0"
|
|
80
79
|
},
|
|
81
80
|
"peerDependencies": {
|
|
82
81
|
"@bitauth/libauth": "~3.0",
|
|
@@ -91,8 +90,8 @@
|
|
|
91
90
|
"@xylabs/sdk-js": "^6.0",
|
|
92
91
|
"@xylabs/threads": "^6.0",
|
|
93
92
|
"@xyo-network/open-zeppelin-typechain": "^4.1",
|
|
94
|
-
"@xyo-network/sdk-js": "^
|
|
95
|
-
"@xyo-network/sdk-protocol-js": "^
|
|
93
|
+
"@xyo-network/sdk-js": "^7.0",
|
|
94
|
+
"@xyo-network/sdk-protocol-js": "^7.0",
|
|
96
95
|
"@xyo-network/uniswap-typechain": "^4.1",
|
|
97
96
|
"ajv": "^8.20",
|
|
98
97
|
"async-mutex": "^0.5",
|