@xyo-network/crypto-market-plugins 7.0.1 → 7.0.3

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 +46 -54
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/crypto-market-plugins",
3
- "version": "7.0.1",
3
+ "version": "7.0.3",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -31,74 +31,66 @@
31
31
  "README.md"
32
32
  ],
33
33
  "dependencies": {
34
- "@xyo-network/coingecko-crypto-market-plugin": "~7.0.1",
35
- "@xyo-network/crypto-asset-plugin": "~7.0.1",
36
- "@xyo-network/uniswap-crypto-market-plugin": "~7.0.1"
34
+ "@xyo-network/coingecko-crypto-market-plugin": "~7.0.3",
35
+ "@xyo-network/crypto-asset-plugin": "~7.0.3",
36
+ "@xyo-network/uniswap-crypto-market-plugin": "~7.0.3"
37
37
  },
38
38
  "devDependencies": {
39
+ "@ariestools/sdk": "~8.0.2",
40
+ "@ariestools/threads": "~8.0.2",
39
41
  "@bitauth/libauth": "~3.0.0",
42
+ "@metamask/providers": "~22.1.1",
40
43
  "@noble/post-quantum": "~0.6.1",
44
+ "@opentelemetry/api": "~1.9.1",
45
+ "@opentelemetry/sdk-trace-base": "~2.9.0",
46
+ "@scure/base": "~2.2.0",
47
+ "@scure/bip39": "~2.2.0",
48
+ "@uniswap/v3-sdk": "~3.31.0",
49
+ "@xylabs/toolchain": "~8.6.5",
50
+ "@xylabs/tsconfig": "~8.6.5",
51
+ "@xyo-network/open-zeppelin-typechain": "~4.1.3",
52
+ "@xyo-network/sdk": "~7.0.9",
53
+ "@xyo-network/sdk-protocol": "~7.0.14",
54
+ "@xyo-network/uniswap-typechain": "~4.1.3",
55
+ "ajv": "~8.20.0",
56
+ "async-mutex": "~0.5.0",
57
+ "debug": "~4.4.3",
58
+ "eslint": "~10.6.0",
59
+ "eslint-import-resolver-typescript": "~4.4.5",
60
+ "ethers": "~6.17.0",
61
+ "hash-wasm": "~4.12.0",
62
+ "idb": "~8.0.3",
63
+ "lru-cache": "~11.5.1",
64
+ "observable-fns": "~0.6.1",
65
+ "typescript": "~6.0.3",
66
+ "webextension-polyfill": "~0.12.0",
67
+ "zod": "~4.4.3"
68
+ },
69
+ "peerDependencies": {
70
+ "@ariestools/sdk": "^8.0.2",
71
+ "@ariestools/threads": "^8.0.2",
72
+ "@bitauth/libauth": "^3.0.0",
73
+ "@metamask/providers": "^22.1.1",
74
+ "@noble/post-quantum": "^0.6.1",
41
75
  "@opentelemetry/api": "^1.9.1",
42
- "@opentelemetry/sdk-trace-base": "^2.8.0",
76
+ "@opentelemetry/sdk-trace-base": "^2.9.0",
43
77
  "@scure/base": "^2.2.0",
44
- "@scure/bip39": "~2.2.0",
78
+ "@scure/bip39": "^2.2.0",
45
79
  "@uniswap/v3-sdk": "^3.31.0",
46
- "@xylabs/geo": "^7.0.1",
47
- "@xylabs/sdk": "^7.0.1",
48
- "@xylabs/threads": "^7.0.1",
49
- "@xylabs/toolchain": "~8.5.3",
50
- "@xylabs/tsconfig": "~8.5.3",
51
- "@xylabs/vitest-extended": "^7.0.1",
52
80
  "@xyo-network/open-zeppelin-typechain": "^4.1.3",
53
- "@xyo-network/sdk": "~7.0.3",
81
+ "@xyo-network/sdk": "^7.0.9",
82
+ "@xyo-network/sdk-protocol": "^7.0.14",
54
83
  "@xyo-network/uniswap-typechain": "^4.1.3",
55
- "@xyo-network/witness-blockchain-abstract": "^7.0.3",
56
84
  "ajv": "^8.20.0",
57
85
  "async-mutex": "^0.5.0",
58
- "browserslist": "4.28.4",
59
- "debug": "~4.4.3",
60
- "eslint": "^10.6.0",
61
- "eslint-import-resolver-typescript": "^4.4.5",
86
+ "debug": "^4.4.3",
62
87
  "ethers": "^6.17.0",
63
88
  "hash-wasm": "^4.12.0",
64
89
  "idb": "^8.0.3",
65
90
  "lru-cache": "^11.5.1",
66
- "observable-fns": "~0.6.1",
67
- "tslib": "^2.8.1",
68
- "typescript": "~6.0.3",
69
- "vite": "^8.1.0",
70
- "vitest": "^4.1.9",
71
- "zod": "^4.4.3",
72
- "@xyo-network/coingecko-crypto-market-payload-plugin": "~7.0.1",
73
- "@xyo-network/crypto-asset-payload-plugin": "~7.0.1",
74
- "@xyo-network/uniswap-crypto-market-payload-plugin": "~7.0.1",
75
- "@xyo-network/uniswap-token": "~7.0.1",
76
- "@xyo-network/uniswap-v4-crypto-market-plugin": "~7.0.1",
77
- "@xyo-network/uniswap-v3-crypto-market-plugin": "~7.0.1"
78
- },
79
- "peerDependencies": {
80
- "@bitauth/libauth": "~3.0",
81
- "@noble/post-quantum": "~0.6.1",
82
- "@opentelemetry/api": "^1.9",
83
- "@opentelemetry/sdk-trace-base": "^2.7",
84
- "@scure/base": "^2.2",
85
- "@scure/bip39": "~2.2",
86
- "@uniswap/v3-sdk": "^3.30",
87
- "@xylabs/geo": "^7.0",
88
- "@xylabs/sdk": "^7.0",
89
- "@xylabs/threads": "^7.0",
90
- "@xyo-network/open-zeppelin-typechain": "^4.1",
91
- "@xyo-network/sdk": "^7.0",
92
- "@xyo-network/uniswap-typechain": "^4.1",
93
- "ajv": "^8.20",
94
- "async-mutex": "^0.5",
95
- "debug": "~4.4",
96
- "ethers": "^6.16",
97
- "hash-wasm": "^4.12",
98
- "idb": "^8.0",
99
- "lru-cache": "^11.3",
100
- "observable-fns": "~0.6",
101
- "zod": "^4.4"
91
+ "observable-fns": "^0.6.1",
92
+ "webextension-polyfill": "^0.12.0",
93
+ "zod": "^4.4.3"
102
94
  },
103
95
  "engines": {
104
96
  "node": "^24"