@xyo-network/crypto-market-plugins 6.0.3 → 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/README.md +5 -0
- package/package.json +27 -29
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[![logo][]](https://xyo.network)
|
|
2
|
+
|
|
1
3
|
# @xyo-network/crypto-market-plugins
|
|
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/crypto-market-plugins.svg
|
|
42
46
|
[npm-link]: https://www.npmjs.com/package/@xyo-network/crypto-market-plugins
|
|
43
47
|
[license-badge]: https://img.shields.io/npm/l/@xyo-network/crypto-market-plugins.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/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,37 +31,34 @@
|
|
|
31
31
|
"README.md"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@xyo-network/
|
|
35
|
-
"@xyo-network/crypto-asset-plugin": "~
|
|
36
|
-
"@xyo-network/
|
|
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.
|
|
48
|
-
"@xylabs/sdk-js": "^6.
|
|
49
|
-
"@xylabs/threads": "^6.
|
|
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.0.9",
|
|
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
|
-
"bn.js": "^5.2.3",
|
|
62
|
-
"buffer": "^6.0.3",
|
|
63
60
|
"debug": "~4.4.3",
|
|
64
|
-
"eslint": "^10.
|
|
61
|
+
"eslint": "^10.5.0",
|
|
65
62
|
"ethers": "^6.16.0",
|
|
66
63
|
"hash-wasm": "^4.12.0",
|
|
67
64
|
"idb": "^8.0.3",
|
|
@@ -70,15 +67,15 @@
|
|
|
70
67
|
"tslib": "^2.8.1",
|
|
71
68
|
"typescript": "~6.0.3",
|
|
72
69
|
"vite": "^8.0.16",
|
|
73
|
-
"vitest": "^4.1.
|
|
70
|
+
"vitest": "^4.1.9",
|
|
74
71
|
"webextension-polyfill": "^0.12.0",
|
|
75
72
|
"zod": "^4.4.3",
|
|
76
|
-
"@xyo-network/coingecko-crypto-market-payload-plugin": "~
|
|
77
|
-
"@xyo-network/crypto-asset-payload-plugin": "~
|
|
78
|
-
"@xyo-network/uniswap-crypto-market-payload-plugin": "~
|
|
79
|
-
"@xyo-network/uniswap-token": "~
|
|
80
|
-
"@xyo-network/uniswap-v3-crypto-market-plugin": "~
|
|
81
|
-
"@xyo-network/uniswap-v4-crypto-market-plugin": "~
|
|
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"
|
|
82
79
|
},
|
|
83
80
|
"peerDependencies": {
|
|
84
81
|
"@bitauth/libauth": "~3.0",
|
|
@@ -93,13 +90,11 @@
|
|
|
93
90
|
"@xylabs/sdk-js": "^6.0",
|
|
94
91
|
"@xylabs/threads": "^6.0",
|
|
95
92
|
"@xyo-network/open-zeppelin-typechain": "^4.1",
|
|
96
|
-
"@xyo-network/sdk-js": "^
|
|
97
|
-
"@xyo-network/sdk-protocol-js": "
|
|
93
|
+
"@xyo-network/sdk-js": "^7.0",
|
|
94
|
+
"@xyo-network/sdk-protocol-js": "^7.0",
|
|
98
95
|
"@xyo-network/uniswap-typechain": "^4.1",
|
|
99
96
|
"ajv": "^8.20",
|
|
100
97
|
"async-mutex": "^0.5",
|
|
101
|
-
"bn.js": "^5.2",
|
|
102
|
-
"buffer": "^6.0",
|
|
103
98
|
"debug": "~4.4",
|
|
104
99
|
"ethers": "^6.16",
|
|
105
100
|
"hash-wasm": "^4.12",
|
|
@@ -109,6 +104,9 @@
|
|
|
109
104
|
"webextension-polyfill": "^0.12",
|
|
110
105
|
"zod": "^4.4"
|
|
111
106
|
},
|
|
107
|
+
"engines": {
|
|
108
|
+
"node": "^24"
|
|
109
|
+
},
|
|
112
110
|
"publishConfig": {
|
|
113
111
|
"access": "public"
|
|
114
112
|
}
|