@xyo-network/blockchain-plugins 5.3.2 → 5.3.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.
@@ -0,0 +1,5 @@
1
+ export * from '@xyo-network/ethereum-blockchain-plugins';
2
+ import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
+ export declare const BlockchainPlugins: PayloadSetPluginFunc[];
4
+ export default BlockchainPlugins;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0CAA0C,CAAA;AAGxD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAE1E,eAAO,MAAM,iBAAiB,EAAE,oBAAoB,EAAyB,CAAA;AAE7E,eAAe,iBAAiB,CAAA"}
@@ -0,0 +1,10 @@
1
+ // src/index.ts
2
+ export * from "@xyo-network/ethereum-blockchain-plugins";
3
+ import { EthereumPlugins } from "@xyo-network/ethereum-blockchain-plugins";
4
+ var BlockchainPlugins = [...EthereumPlugins];
5
+ var index_default = BlockchainPlugins;
6
+ export {
7
+ BlockchainPlugins,
8
+ index_default as default
9
+ };
10
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/ethereum-blockchain-plugins'\n\nimport { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'\nimport type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const BlockchainPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]\n\nexport default BlockchainPlugins\n"],"mappings":";AAAA,cAAc;AAEd,SAAS,uBAAuB;AAGzB,IAAM,oBAA4C,CAAC,GAAG,eAAe;AAE5E,IAAO,gBAAQ;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/blockchain-plugins",
3
- "version": "5.3.2",
3
+ "version": "5.3.4",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -30,33 +30,33 @@
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "files": [
32
32
  "dist",
33
- "src",
34
- "!**/*.bench.*",
35
- "!**/*.spec.*",
36
- "!**/*.test.*"
33
+ "README.md"
37
34
  ],
35
+ "dependencies": {
36
+ "@xyo-network/ethereum-blockchain-plugins": "~5.3.4"
37
+ },
38
38
  "devDependencies": {
39
39
  "@xylabs/sdk-js": "^5.0.90",
40
+ "@xylabs/ts-scripts-common": "~7.5.10",
40
41
  "@xylabs/ts-scripts-yarn3": "~7.5.10",
41
42
  "@xylabs/tsconfig": "~7.5.10",
42
43
  "@xylabs/vitest-extended": "~5.0.90",
43
44
  "@xyo-network/abstract-witness": "~5.3.5",
44
- "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~5.3.2",
45
- "@xyo-network/blocknative-ethereum-gas-plugin": "~5.3.2",
45
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~5.3.4",
46
+ "@xyo-network/blocknative-ethereum-gas-plugin": "~5.3.4",
46
47
  "@xyo-network/diviner-abstract": "~5.3.5",
47
48
  "@xyo-network/diviner-model": "~5.3.5",
48
- "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~5.3.2",
49
- "@xyo-network/etherchain-ethereum-gas-v2-plugin": "~5.3.2",
50
- "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~5.3.2",
51
- "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~5.3.2",
52
- "@xyo-network/ethereum-blockchain-plugins": "~5.3.2",
53
- "@xyo-network/ethers-ethereum-gas-payload-plugin": "~5.3.2",
54
- "@xyo-network/ethers-ethereum-gas-plugin": "~5.3.2",
55
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~5.3.2",
56
- "@xyo-network/etherscan-ethereum-gas-plugin": "~5.3.2",
57
- "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~5.3.2",
58
- "@xyo-network/gas-ethereum-blockchain-plugins": "~5.3.2",
59
- "@xyo-network/gas-price-payload-plugin": "~5.3.2",
49
+ "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~5.3.4",
50
+ "@xyo-network/etherchain-ethereum-gas-v2-plugin": "~5.3.4",
51
+ "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~5.3.4",
52
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~5.3.4",
53
+ "@xyo-network/ethers-ethereum-gas-payload-plugin": "~5.3.4",
54
+ "@xyo-network/ethers-ethereum-gas-plugin": "~5.3.4",
55
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~5.3.4",
56
+ "@xyo-network/etherscan-ethereum-gas-plugin": "~5.3.4",
57
+ "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~5.3.4",
58
+ "@xyo-network/gas-ethereum-blockchain-plugins": "~5.3.4",
59
+ "@xyo-network/gas-price-payload-plugin": "~5.3.4",
60
60
  "@xyo-network/module-model": "~5.3.5",
61
61
  "@xyo-network/payload-model": "~5.3.5",
62
62
  "@xyo-network/payloadset-plugin": "~5.3.5",
@@ -67,10 +67,12 @@
67
67
  "ethers": "^6.16.0",
68
68
  "regression": "~2.0.1",
69
69
  "typescript": "~5.9.3",
70
- "vitest": "~4.1.2"
70
+ "vitest": "~4.1.2",
71
+ "zod": "^4"
71
72
  },
72
73
  "peerDependencies": {
73
- "@xylabs/sdk-js": "^5"
74
+ "@xylabs/sdk-js": "^5",
75
+ "@xyo-network/payloadset-plugin": "^5"
74
76
  },
75
77
  "publishConfig": {
76
78
  "access": "public"
package/src/index.ts DELETED
@@ -1,8 +0,0 @@
1
- export * from '@xyo-network/ethereum-blockchain-plugins'
2
-
3
- import { EthereumPlugins } from '@xyo-network/ethereum-blockchain-plugins'
4
- import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
5
-
6
- export const BlockchainPlugins: PayloadSetPluginFunc[] = [...EthereumPlugins]
7
-
8
- export default BlockchainPlugins