@xyo-network/gas-ethereum-blockchain-payload-plugins 7.0.2 → 7.0.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.
@@ -1,6 +1,2 @@
1
- export * from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins';
2
- export * from '@xyo-network/etherscan-ethereum-gas-payload-plugin';
3
- import type { PayloadPluginFunc } from '@xyo-network/sdk';
4
- export declare const EthereumGasPayloadPlugins: PayloadPluginFunc[];
5
- export default EthereumGasPayloadPlugins;
1
+ export * from '@xyo-network/payload-plugins/gas-ethereum-blockchain';
6
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iEAAiE,CAAA;AAC/E,cAAc,oDAAoD,CAAA;AAIlE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAA;AAEzD,eAAO,MAAM,yBAAyB,EAAE,iBAAiB,EAAgF,CAAA;AAEzI,eAAe,yBAAyB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,sDAAsD,CAAA"}
@@ -1,12 +1,3 @@
1
1
  // src/index.ts
2
- export * from "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins";
3
- export * from "@xyo-network/etherscan-ethereum-gas-payload-plugin";
4
- import { EthereumGasEtherchainPayloadPlugins } from "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins";
5
- import { EthereumGasEtherscanPayloadPlugin } from "@xyo-network/etherscan-ethereum-gas-payload-plugin";
6
- var EthereumGasPayloadPlugins = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin];
7
- var index_default = EthereumGasPayloadPlugins;
8
- export {
9
- EthereumGasPayloadPlugins,
10
- index_default as default
11
- };
2
+ export * from "@xyo-network/payload-plugins/gas-ethereum-blockchain";
12
3
  //# sourceMappingURL=index.mjs.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.ts"],
4
- "sourcesContent": ["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\n\nimport { EthereumGasEtherchainPayloadPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins'\nimport { EthereumGasEtherscanPayloadPlugin } from '@xyo-network/etherscan-ethereum-gas-payload-plugin'\nimport type { PayloadPluginFunc } from '@xyo-network/sdk'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\nexport default EthereumGasPayloadPlugins\n"],
5
- "mappings": ";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,2CAA2C;AACpD,SAAS,yCAAyC;AAG3C,IAAM,4BAAiD,CAAC,GAAG,qCAAqC,iCAAiC;AAExI,IAAO,gBAAQ;",
4
+ "sourcesContent": ["// Compatibility shim: this package re-exports from @xyo-network/payload-plugins/gas-ethereum-blockchain.\nexport * from '@xyo-network/payload-plugins/gas-ethereum-blockchain'\n"],
5
+ "mappings": ";AACA,cAAc;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/gas-ethereum-blockchain-payload-plugins",
3
- "version": "7.0.2",
3
+ "version": "7.0.4",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -31,63 +31,72 @@
31
31
  "README.md"
32
32
  ],
33
33
  "dependencies": {
34
- "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~7.0.2",
35
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~7.0.2"
34
+ "@xyo-network/payload-plugins": "~7.0.4"
36
35
  },
37
36
  "devDependencies": {
38
- "@ariestools/sdk": "^7.0.5",
37
+ "@ariestools/crypto": "~8.0.3",
38
+ "@ariestools/sdk": "~8.0.3",
39
+ "@ariestools/threads": "~8.0.3",
40
+ "@ariestools/toolchain": "~8.6.12",
41
+ "@ariestools/tsconfig": "~8.6.12",
39
42
  "@bitauth/libauth": "~3.0.0",
43
+ "@metamask/providers": "~22.1.1",
40
44
  "@noble/post-quantum": "~0.6.1",
45
+ "@opentelemetry/api": "~1.9.1",
46
+ "@opentelemetry/sdk-trace-base": "~2.9.0",
47
+ "@scure/base": "~2.2.0",
48
+ "@scure/bip39": "~2.2.0",
49
+ "@xyo-network/diviner-hash-lease": "~7.0.11",
50
+ "@xyo-network/sdk": "~7.0.11",
51
+ "@xyo-network/sdk-protocol": "~7.0.15",
52
+ "ajv": "~8.20.0",
53
+ "async-mutex": "~0.5.0",
54
+ "bowser": "~2.14.1",
55
+ "crypto-js": "~4.2.0",
56
+ "debug": "~4.4.3",
57
+ "eslint": "~10.6.0",
58
+ "eslint-import-resolver-typescript": "~4.4.5",
59
+ "ethers": "~6.17.0",
60
+ "hash-wasm": "~4.12.0",
61
+ "idb": "~8.0.3",
62
+ "node-screenlogic": "~2.1.1",
63
+ "observable-fns": "~0.6.1",
64
+ "typescript": "~6.0.3",
65
+ "webextension-polyfill": "~0.12.0",
66
+ "zod": "~4.4.3"
67
+ },
68
+ "peerDependencies": {
69
+ "@ariestools/crypto": "^8.0.3",
70
+ "@ariestools/sdk": "^8.0.3",
71
+ "@ariestools/threads": "^8.0.3",
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",
45
- "@xylabs/geo": "^7.0.5",
46
- "@xylabs/threads": "^7.0.5",
47
- "@xylabs/toolchain": "~8.5.15",
48
- "@xylabs/tsconfig": "~8.5.15",
49
- "@xyo-network/sdk": "~7.0.5",
50
- "@xyo-network/sdk-protocol": "^7.0.8",
78
+ "@scure/bip39": "^2.2.0",
79
+ "@xyo-network/diviner-hash-lease": "^7.0.11",
80
+ "@xyo-network/sdk": "^7.0.11",
81
+ "@xyo-network/sdk-protocol": "^7.0.15",
51
82
  "ajv": "^8.20.0",
52
83
  "async-mutex": "^0.5.0",
53
- "browserslist": "4.28.4",
54
- "debug": "~4.4.3",
55
- "eslint": "^10.6.0",
56
- "eslint-import-resolver-typescript": "^4.4.5",
84
+ "bowser": "^2.14.1",
85
+ "crypto-js": "^4.2.0",
86
+ "debug": "^4.4.3",
57
87
  "ethers": "^6.17.0",
58
88
  "hash-wasm": "^4.12.0",
59
89
  "idb": "^8.0.3",
60
- "lru-cache": "^11.5.1",
61
- "observable-fns": "~0.6.1",
62
- "typescript": "~6.0.3",
90
+ "node-screenlogic": "^2.1.1",
91
+ "observable-fns": "^0.6.1",
92
+ "webextension-polyfill": "^0.12.0",
63
93
  "zod": "^4.4.3"
64
94
  },
65
- "peerDependencies": {
66
- "@ariestools/sdk": "^7.0",
67
- "@bitauth/libauth": "~3.0",
68
- "@noble/post-quantum": "~0.6.1",
69
- "@opentelemetry/api": "^1.9",
70
- "@opentelemetry/sdk-trace-base": "^2.7",
71
- "@scure/base": "^2.2",
72
- "@scure/bip39": "~2.2",
73
- "@xylabs/geo": "^7.0",
74
- "@xylabs/threads": "^7.0",
75
- "@xyo-network/sdk": "^7.0",
76
- "@xyo-network/sdk-protocol": "^7.0",
77
- "ajv": "^8.20",
78
- "async-mutex": "^0.5",
79
- "debug": "~4.4",
80
- "ethers": "^6.16",
81
- "hash-wasm": "^4.12",
82
- "idb": "^8.0",
83
- "lru-cache": "^11.3",
84
- "observable-fns": "~0.6",
85
- "zod": "^4.4"
86
- },
87
95
  "engines": {
88
96
  "node": "^24"
89
97
  },
90
98
  "publishConfig": {
91
99
  "access": "public"
92
- }
100
+ },
101
+ "deprecated": "Use @xyo-network/payload-plugins/gas-ethereum-blockchain instead. Replace @xyo-network/gas-ethereum-blockchain-payload-plugins with @xyo-network/payload-plugins/gas-ethereum-blockchain. This package is a compatibility shim only and will not receive further updates."
93
102
  }