@xyo-network/blockchain-plugins 5.3.3 → 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.
Files changed (1) hide show
  1. package/package.json +37 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/blockchain-plugins",
3
- "version": "5.3.3",
3
+ "version": "5.4.0",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -33,41 +33,59 @@
33
33
  "README.md"
34
34
  ],
35
35
  "dependencies": {
36
- "@xyo-network/ethereum-blockchain-plugins": "workspace:^"
36
+ "@xyo-network/ethereum-blockchain-plugins": "~5.3.4"
37
37
  },
38
38
  "devDependencies": {
39
+ "@metamask/providers": "^22",
40
+ "@opentelemetry/api": "^1",
41
+ "@types/node": "^25.5.0",
42
+ "@xylabs/geo": "^5",
39
43
  "@xylabs/sdk-js": "^5.0.90",
40
- "@xylabs/ts-scripts-common": "~7.5.10",
41
- "@xylabs/ts-scripts-yarn3": "~7.5.10",
42
- "@xylabs/tsconfig": "~7.5.10",
44
+ "@xylabs/ts-scripts-common": "~7.6.8",
45
+ "@xylabs/ts-scripts-pnpm": "~7.6.8",
46
+ "@xylabs/tsconfig": "~7.6.8",
43
47
  "@xylabs/vitest-extended": "~5.0.90",
44
48
  "@xyo-network/abstract-witness": "~5.3.5",
45
- "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~5.3.3",
46
- "@xyo-network/blocknative-ethereum-gas-plugin": "~5.3.3",
49
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~5.3.4",
50
+ "@xyo-network/blocknative-ethereum-gas-plugin": "~5.3.4",
47
51
  "@xyo-network/diviner-abstract": "~5.3.5",
48
52
  "@xyo-network/diviner-model": "~5.3.5",
49
- "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~5.3.3",
50
- "@xyo-network/etherchain-ethereum-gas-v2-plugin": "~5.3.3",
51
- "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~5.3.3",
52
- "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~5.3.3",
53
- "@xyo-network/ethers-ethereum-gas-payload-plugin": "~5.3.3",
54
- "@xyo-network/ethers-ethereum-gas-plugin": "~5.3.3",
55
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~5.3.3",
56
- "@xyo-network/etherscan-ethereum-gas-plugin": "~5.3.3",
57
- "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~5.3.3",
58
- "@xyo-network/gas-ethereum-blockchain-plugins": "~5.3.3",
59
- "@xyo-network/gas-price-payload-plugin": "~5.3.3",
53
+ "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~5.3.4",
54
+ "@xyo-network/etherchain-ethereum-gas-v2-plugin": "~5.3.4",
55
+ "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~5.3.4",
56
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~5.3.4",
57
+ "@xyo-network/ethers-ethereum-gas-payload-plugin": "~5.3.4",
58
+ "@xyo-network/ethers-ethereum-gas-plugin": "~5.3.4",
59
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~5.3.4",
60
+ "@xyo-network/etherscan-ethereum-gas-plugin": "~5.3.4",
61
+ "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~5.3.4",
62
+ "@xyo-network/gas-ethereum-blockchain-plugins": "~5.3.4",
63
+ "@xyo-network/gas-price-payload-plugin": "~5.3.4",
60
64
  "@xyo-network/module-model": "~5.3.5",
61
65
  "@xyo-network/payload-model": "~5.3.5",
66
+ "@xyo-network/payload-plugin": "^5",
62
67
  "@xyo-network/payloadset-plugin": "~5.3.5",
63
68
  "@xyo-network/sdk-js": "~5.3.5",
64
69
  "@xyo-network/witness-blockchain-abstract": "~5.3.5",
65
70
  "@xyo-network/witness-model": "~5.3.5",
66
71
  "@xyo-network/witness-timestamp": "~5.3.5",
72
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0",
73
+ "ajv": "^8.18.0",
74
+ "axios": "^1",
75
+ "cosmiconfig": ">=9",
76
+ "esbuild": ">=0.18",
77
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0",
67
78
  "ethers": "^6.16.0",
79
+ "firebase": "^12",
80
+ "lru-cache": "^11",
81
+ "mapbox-gl": "^3",
68
82
  "regression": "~2.0.1",
83
+ "rollup": "^3.29.4 || ^4",
84
+ "tslib": "^2.8.1",
69
85
  "typescript": "~5.9.3",
86
+ "vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
70
87
  "vitest": "~4.1.2",
88
+ "webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0",
71
89
  "zod": "^4"
72
90
  },
73
91
  "peerDependencies": {
@@ -77,4 +95,4 @@
77
95
  "publishConfig": {
78
96
  "access": "public"
79
97
  }
80
- }
98
+ }