@xyo-network/crypto-plugins 5.3.4 → 5.4.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 +27 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/crypto-plugins",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -37,12 +37,16 @@
|
|
|
37
37
|
"@xyo-network/crypto-market-plugins": "~5.3.4"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@
|
|
41
|
-
"@
|
|
40
|
+
"@metamask/providers": "^22",
|
|
41
|
+
"@opentelemetry/api": "^1",
|
|
42
|
+
"@types/node": "^25.5.0",
|
|
43
|
+
"@uniswap/sdk-core": "~7.13.0",
|
|
44
|
+
"@uniswap/v3-sdk": "~3.30.0",
|
|
45
|
+
"@xylabs/geo": "^5",
|
|
42
46
|
"@xylabs/sdk-js": "^5.0.90",
|
|
43
|
-
"@xylabs/ts-scripts-common": "~7.
|
|
44
|
-
"@xylabs/ts-scripts-
|
|
45
|
-
"@xylabs/tsconfig": "~7.
|
|
47
|
+
"@xylabs/ts-scripts-common": "~7.6.8",
|
|
48
|
+
"@xylabs/ts-scripts-pnpm": "~7.6.8",
|
|
49
|
+
"@xylabs/tsconfig": "~7.6.8",
|
|
46
50
|
"@xylabs/vitest-extended": "~5.0.90",
|
|
47
51
|
"@xyo-network/abstract-witness": "~5.3.5",
|
|
48
52
|
"@xyo-network/account-model": "~5.3.5",
|
|
@@ -84,6 +88,7 @@
|
|
|
84
88
|
"@xyo-network/node-memory": "~5.3.5",
|
|
85
89
|
"@xyo-network/open-zeppelin-typechain": "~4.1.1",
|
|
86
90
|
"@xyo-network/payload-model": "~5.3.5",
|
|
91
|
+
"@xyo-network/payload-plugin": "^5",
|
|
87
92
|
"@xyo-network/payloadset-plugin": "~5.3.5",
|
|
88
93
|
"@xyo-network/sdk-js": "~5.3.5",
|
|
89
94
|
"@xyo-network/sentinel-model": "~5.3.5",
|
|
@@ -99,22 +104,35 @@
|
|
|
99
104
|
"@xyo-network/witness-evm-abstract": "~5.3.5",
|
|
100
105
|
"@xyo-network/witness-model": "~5.3.5",
|
|
101
106
|
"@xyo-network/witness-timestamp": "~5.3.5",
|
|
107
|
+
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
108
|
+
"ajv": "^8.18.0",
|
|
102
109
|
"async-mutex": "~0.5.0",
|
|
103
110
|
"axios": "^1.13.5",
|
|
111
|
+
"cosmiconfig": ">=9",
|
|
112
|
+
"esbuild": ">=0.18",
|
|
113
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0",
|
|
104
114
|
"ethers": "^6.16.0",
|
|
105
|
-
"
|
|
115
|
+
"firebase": "^12",
|
|
116
|
+
"graphql": "~16.13.2",
|
|
117
|
+
"hardhat": "^2.0.0",
|
|
106
118
|
"lru-cache": "^11.2.6",
|
|
119
|
+
"mapbox-gl": "^3",
|
|
107
120
|
"parse-data-url": "~6.0.0",
|
|
121
|
+
"rollup": "^3.29.4 || ^4",
|
|
108
122
|
"svg-parser": "~2.0.4",
|
|
123
|
+
"tslib": "^2.8.1",
|
|
109
124
|
"typescript": "~5.9.3",
|
|
125
|
+
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
110
126
|
"vitest": "~4.1.2",
|
|
127
|
+
"webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0",
|
|
111
128
|
"zod": "^4"
|
|
112
129
|
},
|
|
113
130
|
"peerDependencies": {
|
|
114
131
|
"@xylabs/sdk-js": "^5",
|
|
115
|
-
"@xyo-network/payloadset-plugin": "^5"
|
|
132
|
+
"@xyo-network/payloadset-plugin": "^5",
|
|
133
|
+
"zod": "^4"
|
|
116
134
|
},
|
|
117
135
|
"publishConfig": {
|
|
118
136
|
"access": "public"
|
|
119
137
|
}
|
|
120
|
-
}
|
|
138
|
+
}
|