@xyo-network/crypto-market-plugins 5.3.4 → 5.4.1

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 (1) hide show
  1. package/package.json +42 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/crypto-market-plugins",
3
- "version": "5.3.4",
3
+ "version": "5.4.1",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -33,46 +33,72 @@
33
33
  "README.md"
34
34
  ],
35
35
  "dependencies": {
36
- "@xyo-network/coingecko-crypto-market-plugin": "~5.3.4",
37
- "@xyo-network/crypto-asset-plugin": "~5.3.4",
38
- "@xyo-network/uniswap-crypto-market-plugin": "~5.3.4"
36
+ "@xyo-network/coingecko-crypto-market-plugin": "~5.4.1",
37
+ "@xyo-network/crypto-asset-plugin": "~5.4.1",
38
+ "@xyo-network/uniswap-crypto-market-plugin": "~5.4.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@uniswap/sdk-core": "~7.10.1",
42
- "@uniswap/v3-sdk": "~3.27.0",
41
+ "@metamask/providers": "^22",
42
+ "@opentelemetry/api": "^1",
43
+ "@types/node": "^25.5.0",
44
+ "@uniswap/sdk-core": "~7.13.0",
45
+ "@uniswap/v3-sdk": "~3.30.0",
46
+ "@xylabs/geo": "^5",
43
47
  "@xylabs/sdk-js": "^5.0.90",
44
- "@xylabs/ts-scripts-common": "~7.5.10",
45
- "@xylabs/ts-scripts-yarn3": "~7.5.10",
46
- "@xylabs/tsconfig": "~7.5.10",
48
+ "@xylabs/ts-scripts-common": "~7.6.8",
49
+ "@xylabs/ts-scripts-pnpm": "~7.6.8",
50
+ "@xylabs/tsconfig": "~7.6.8",
47
51
  "@xylabs/vitest-extended": "~5.0.90",
48
52
  "@xyo-network/abstract-witness": "~5.3.5",
49
- "@xyo-network/coingecko-crypto-market-payload-plugin": "~5.3.4",
50
- "@xyo-network/crypto-asset-payload-plugin": "~5.3.4",
51
53
  "@xyo-network/diviner-abstract": "~5.3.5",
52
54
  "@xyo-network/diviner-model": "~5.3.5",
53
55
  "@xyo-network/module-model": "~5.3.5",
54
56
  "@xyo-network/open-zeppelin-typechain": "~4.1.1",
55
57
  "@xyo-network/payload-model": "~5.3.5",
58
+ "@xyo-network/payload-plugin": "^5",
56
59
  "@xyo-network/payloadset-plugin": "~5.3.5",
57
60
  "@xyo-network/sdk-js": "~5.3.5",
58
- "@xyo-network/uniswap-crypto-market-payload-plugin": "~5.3.4",
59
61
  "@xyo-network/uniswap-typechain": "~4.1.1",
60
- "@xyo-network/uniswap-v3-crypto-market-plugin": "~5.3.4",
61
- "@xyo-network/uniswap-v4-crypto-market-plugin": "~5.3.4",
62
62
  "@xyo-network/witness-blockchain-abstract": "~5.3.5",
63
63
  "@xyo-network/witness-model": "~5.3.5",
64
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0",
65
+ "ajv": "^8.18.0",
64
66
  "axios": "^1.13.5",
67
+ "cosmiconfig": ">=9",
68
+ "esbuild": ">=0.18",
69
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0",
65
70
  "ethers": "^6.16.0",
71
+ "firebase": "^12",
72
+ "hardhat": "^2.0.0",
73
+ "lru-cache": "^11",
74
+ "mapbox-gl": "^3",
75
+ "rollup": "^3.29.4 || ^4",
76
+ "tslib": "^2.8.1",
66
77
  "typescript": "~5.9.3",
78
+ "vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
67
79
  "vitest": "~4.1.2",
68
- "zod": "^4.3.6"
80
+ "webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0",
81
+ "zod": "^4.3.6",
82
+ "@xyo-network/coingecko-crypto-market-payload-plugin": "~5.4.1",
83
+ "@xyo-network/crypto-asset-payload-plugin": "~5.4.1",
84
+ "@xyo-network/uniswap-v3-crypto-market-plugin": "~5.4.1",
85
+ "@xyo-network/uniswap-crypto-market-payload-plugin": "~5.4.1",
86
+ "@xyo-network/uniswap-v4-crypto-market-plugin": "~5.4.1"
69
87
  },
70
88
  "peerDependencies": {
71
89
  "@xylabs/sdk-js": "^5",
90
+ "@xyo-network/abstract-witness": "^5",
91
+ "@xyo-network/diviner-abstract": "^5",
92
+ "@xyo-network/diviner-model": "^5",
93
+ "@xyo-network/module-model": "^5",
94
+ "@xyo-network/payload-model": "^5",
72
95
  "@xyo-network/payloadset-plugin": "^5",
96
+ "@xyo-network/sdk-js": "^5",
97
+ "@xyo-network/witness-model": "^5",
98
+ "axios": "^1",
73
99
  "zod": "^4"
74
100
  },
75
101
  "publishConfig": {
76
102
  "access": "public"
77
103
  }
78
- }
104
+ }