@xyo-network/crypto-market-plugins 5.4.3 → 5.4.4

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 +27 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/crypto-market-plugins",
3
- "version": "5.4.3",
3
+ "version": "5.4.4",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -22,45 +22,44 @@
22
22
  "exports": {
23
23
  ".": {
24
24
  "types": "./dist/neutral/index.d.ts",
25
+ "import": "./dist/neutral/index.mjs",
25
26
  "default": "./dist/neutral/index.mjs"
26
27
  },
27
28
  "./package.json": "./package.json"
28
29
  },
29
- "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "files": [
32
32
  "dist",
33
33
  "README.md"
34
34
  ],
35
35
  "dependencies": {
36
- "@xyo-network/coingecko-crypto-market-plugin": "~5.4.3",
37
- "@xyo-network/crypto-asset-plugin": "~5.4.3",
38
- "@xyo-network/uniswap-crypto-market-plugin": "~5.4.3"
36
+ "@xyo-network/coingecko-crypto-market-plugin": "~5.4.4",
37
+ "@xyo-network/uniswap-crypto-market-plugin": "~5.4.4",
38
+ "@xyo-network/crypto-asset-plugin": "~5.4.4"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@metamask/providers": "^22",
42
42
  "@opentelemetry/api": "^1",
43
- "@types/node": "^25.5.0",
44
- "@uniswap/sdk-core": "~7.13.0",
43
+ "@types/node": "^25.5.2",
45
44
  "@uniswap/v3-sdk": "~3.30.0",
46
- "@xylabs/geo": "^5",
47
- "@xylabs/sdk-js": "^5.0.90",
48
- "@xylabs/ts-scripts-common": "~7.6.16",
49
- "@xylabs/ts-scripts-pnpm": "~7.6.16",
50
- "@xylabs/tsconfig": "~7.6.16",
51
- "@xylabs/vitest-extended": "~5.0.90",
52
- "@xyo-network/abstract-witness": "~5.3.5",
53
- "@xyo-network/diviner-abstract": "~5.3.5",
54
- "@xyo-network/diviner-model": "~5.3.5",
55
- "@xyo-network/module-model": "~5.3.5",
45
+ "@xylabs/geo": "^5.0.94",
46
+ "@xylabs/sdk-js": "^5.0.94",
47
+ "@xylabs/ts-scripts-common": "~7.7.9",
48
+ "@xylabs/ts-scripts-pnpm": "~7.7.9",
49
+ "@xylabs/tsconfig": "~7.7.9",
50
+ "@xylabs/vitest-extended": "~5.0.94",
51
+ "@xyo-network/abstract-witness": "~5.3.26",
52
+ "@xyo-network/diviner-abstract": "~5.3.26",
53
+ "@xyo-network/diviner-model": "~5.3.26",
54
+ "@xyo-network/module-model": "~5.3.26",
56
55
  "@xyo-network/open-zeppelin-typechain": "~4.1.1",
57
- "@xyo-network/payload-model": "~5.3.5",
58
- "@xyo-network/payload-plugin": "^5",
59
- "@xyo-network/payloadset-plugin": "~5.3.5",
60
- "@xyo-network/sdk-js": "~5.3.5",
56
+ "@xyo-network/payload-model": "~5.3.26",
57
+ "@xyo-network/payload-plugin": "^5.3.26",
58
+ "@xyo-network/payloadset-plugin": "~5.3.26",
59
+ "@xyo-network/sdk-js": "~5.3.26",
61
60
  "@xyo-network/uniswap-typechain": "~4.1.1",
62
- "@xyo-network/witness-blockchain-abstract": "~5.3.5",
63
- "@xyo-network/witness-model": "~5.3.5",
61
+ "@xyo-network/witness-blockchain-abstract": "~5.3.26",
62
+ "@xyo-network/witness-model": "~5.3.26",
64
63
  "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0",
65
64
  "ajv": "^8.18.0",
66
65
  "axios": "^1.13.5",
@@ -75,11 +74,11 @@
75
74
  "vitest": "~4.1.2",
76
75
  "webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0",
77
76
  "zod": "^4.3.6",
78
- "@xyo-network/coingecko-crypto-market-payload-plugin": "~5.4.3",
79
- "@xyo-network/uniswap-v3-crypto-market-plugin": "~5.4.3",
80
- "@xyo-network/uniswap-crypto-market-payload-plugin": "~5.4.3",
81
- "@xyo-network/uniswap-v4-crypto-market-plugin": "~5.4.3",
82
- "@xyo-network/crypto-asset-payload-plugin": "~5.4.3"
77
+ "@xyo-network/crypto-asset-payload-plugin": "~5.4.4",
78
+ "@xyo-network/uniswap-crypto-market-payload-plugin": "~5.4.4",
79
+ "@xyo-network/uniswap-v3-crypto-market-plugin": "~5.4.4",
80
+ "@xyo-network/uniswap-v4-crypto-market-plugin": "~5.4.4",
81
+ "@xyo-network/coingecko-crypto-market-payload-plugin": "~5.4.4"
83
82
  },
84
83
  "peerDependencies": {
85
84
  "@xylabs/sdk-js": "^5",