@xyo-network/gas-ethereum-blockchain-plugins 2.99.4 → 2.99.5
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.
- package/dist/browser/index.cjs +4 -1
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/{index.js → index.mjs} +5 -2
- package/dist/{node/index.js.map → browser/index.mjs.map} +1 -1
- package/dist/neutral/index.cjs +4 -1
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/{node/index.js → neutral/index.mjs} +5 -2
- package/dist/{browser/index.js.map → neutral/index.mjs.map} +1 -1
- package/dist/node/index.cjs +4 -1
- package/dist/node/index.cjs.map +1 -1
- package/dist/{neutral/index.js → node/index.mjs} +5 -2
- package/dist/{neutral/index.js.map → node/index.mjs.map} +1 -1
- package/package.json +10 -10
package/dist/browser/index.cjs
CHANGED
|
@@ -29,6 +29,9 @@ __reExport(src_exports, require("@xyo-network/etherchain-gas-ethereum-blockchain
|
|
|
29
29
|
__reExport(src_exports, require("@xyo-network/etherscan-ethereum-gas-plugin"), module.exports);
|
|
30
30
|
var import_etherchain_gas_ethereum_blockchain_plugins = require("@xyo-network/etherchain-gas-ethereum-blockchain-plugins");
|
|
31
31
|
var import_etherscan_ethereum_gas_plugin = require("@xyo-network/etherscan-ethereum-gas-plugin");
|
|
32
|
-
var EthereumGasPlugins = [
|
|
32
|
+
var EthereumGasPlugins = [
|
|
33
|
+
...import_etherchain_gas_ethereum_blockchain_plugins.EthereumGasEtherchainPlugins,
|
|
34
|
+
import_etherscan_ethereum_gas_plugin.EthereumGasEtherscanPlugin
|
|
35
|
+
];
|
|
33
36
|
var src_default = EthereumGasPlugins;
|
|
34
37
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-plugin'\n\nimport { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nimport { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-plugin'\n\nimport { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nimport { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;wBAAc,oEAAd;AACA,wBAAc,uDADd;AAGA,wDAA6C;AAC7C,2CAA2C;AAGpC,IAAMA,qBAA6C;KAAIC;EAA8BC;;AAG5F,IAAA,cAAeF;","names":["EthereumGasPlugins","EthereumGasEtherchainPlugins","EthereumGasEtherscanPlugin"]}
|
|
@@ -3,10 +3,13 @@ export * from "@xyo-network/etherchain-gas-ethereum-blockchain-plugins";
|
|
|
3
3
|
export * from "@xyo-network/etherscan-ethereum-gas-plugin";
|
|
4
4
|
import { EthereumGasEtherchainPlugins } from "@xyo-network/etherchain-gas-ethereum-blockchain-plugins";
|
|
5
5
|
import { EthereumGasEtherscanPlugin } from "@xyo-network/etherscan-ethereum-gas-plugin";
|
|
6
|
-
var EthereumGasPlugins = [
|
|
6
|
+
var EthereumGasPlugins = [
|
|
7
|
+
...EthereumGasEtherchainPlugins,
|
|
8
|
+
EthereumGasEtherscanPlugin
|
|
9
|
+
];
|
|
7
10
|
var src_default = EthereumGasPlugins;
|
|
8
11
|
export {
|
|
9
12
|
EthereumGasPlugins,
|
|
10
13
|
src_default as default
|
|
11
14
|
};
|
|
12
|
-
//# sourceMappingURL=index.
|
|
15
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-plugin'\n\nimport { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nimport { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-plugin'\n\nimport { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nimport { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAASA,oCAAoC;AAC7C,SAASC,kCAAkC;AAGpC,IAAMC,qBAA6C;KAAIF;EAA8BC;;AAG5F,IAAA,cAAeC;","names":["EthereumGasEtherchainPlugins","EthereumGasEtherscanPlugin","EthereumGasPlugins"]}
|
package/dist/neutral/index.cjs
CHANGED
|
@@ -29,6 +29,9 @@ __reExport(src_exports, require("@xyo-network/etherchain-gas-ethereum-blockchain
|
|
|
29
29
|
__reExport(src_exports, require("@xyo-network/etherscan-ethereum-gas-plugin"), module.exports);
|
|
30
30
|
var import_etherchain_gas_ethereum_blockchain_plugins = require("@xyo-network/etherchain-gas-ethereum-blockchain-plugins");
|
|
31
31
|
var import_etherscan_ethereum_gas_plugin = require("@xyo-network/etherscan-ethereum-gas-plugin");
|
|
32
|
-
var EthereumGasPlugins = [
|
|
32
|
+
var EthereumGasPlugins = [
|
|
33
|
+
...import_etherchain_gas_ethereum_blockchain_plugins.EthereumGasEtherchainPlugins,
|
|
34
|
+
import_etherscan_ethereum_gas_plugin.EthereumGasEtherscanPlugin
|
|
35
|
+
];
|
|
33
36
|
var src_default = EthereumGasPlugins;
|
|
34
37
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-plugin'\n\nimport { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nimport { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-plugin'\n\nimport { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nimport { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;wBAAc,oEAAd;AACA,wBAAc,uDADd;AAGA,wDAA6C;AAC7C,2CAA2C;AAGpC,IAAMA,qBAA6C;KAAIC;EAA8BC;;AAG5F,IAAA,cAAeF;","names":["EthereumGasPlugins","EthereumGasEtherchainPlugins","EthereumGasEtherscanPlugin"]}
|
|
@@ -3,10 +3,13 @@ export * from "@xyo-network/etherchain-gas-ethereum-blockchain-plugins";
|
|
|
3
3
|
export * from "@xyo-network/etherscan-ethereum-gas-plugin";
|
|
4
4
|
import { EthereumGasEtherchainPlugins } from "@xyo-network/etherchain-gas-ethereum-blockchain-plugins";
|
|
5
5
|
import { EthereumGasEtherscanPlugin } from "@xyo-network/etherscan-ethereum-gas-plugin";
|
|
6
|
-
var EthereumGasPlugins = [
|
|
6
|
+
var EthereumGasPlugins = [
|
|
7
|
+
...EthereumGasEtherchainPlugins,
|
|
8
|
+
EthereumGasEtherscanPlugin
|
|
9
|
+
];
|
|
7
10
|
var src_default = EthereumGasPlugins;
|
|
8
11
|
export {
|
|
9
12
|
EthereumGasPlugins,
|
|
10
13
|
src_default as default
|
|
11
14
|
};
|
|
12
|
-
//# sourceMappingURL=index.
|
|
15
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-plugin'\n\nimport { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nimport { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-plugin'\n\nimport { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nimport { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAASA,oCAAoC;AAC7C,SAASC,kCAAkC;AAGpC,IAAMC,qBAA6C;KAAIF;EAA8BC;;AAG5F,IAAA,cAAeC;","names":["EthereumGasEtherchainPlugins","EthereumGasEtherscanPlugin","EthereumGasPlugins"]}
|
package/dist/node/index.cjs
CHANGED
|
@@ -29,7 +29,10 @@ __reExport(src_exports, require("@xyo-network/etherchain-gas-ethereum-blockchain
|
|
|
29
29
|
__reExport(src_exports, require("@xyo-network/etherscan-ethereum-gas-plugin"), module.exports);
|
|
30
30
|
var import_etherchain_gas_ethereum_blockchain_plugins = require("@xyo-network/etherchain-gas-ethereum-blockchain-plugins");
|
|
31
31
|
var import_etherscan_ethereum_gas_plugin = require("@xyo-network/etherscan-ethereum-gas-plugin");
|
|
32
|
-
var EthereumGasPlugins = [
|
|
32
|
+
var EthereumGasPlugins = [
|
|
33
|
+
...import_etherchain_gas_ethereum_blockchain_plugins.EthereumGasEtherchainPlugins,
|
|
34
|
+
import_etherscan_ethereum_gas_plugin.EthereumGasEtherscanPlugin
|
|
35
|
+
];
|
|
33
36
|
var src_default = EthereumGasPlugins;
|
|
34
37
|
// Annotate the CommonJS export names for ESM import in node:
|
|
35
38
|
0 && (module.exports = {
|
package/dist/node/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-plugin'\n\nimport { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nimport { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-plugin'\n\nimport { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nimport { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;;;;;;wBAAc,oEAAd;AACA,wBAAc,uDADd;AAGA,wDAA6C;AAC7C,2CAA2C;AAGpC,IAAMA,qBAA6C;KAAIC;EAA8BC;;AAG5F,IAAA,cAAeF;","names":["EthereumGasPlugins","EthereumGasEtherchainPlugins","EthereumGasEtherscanPlugin"]}
|
|
@@ -3,10 +3,13 @@ export * from "@xyo-network/etherchain-gas-ethereum-blockchain-plugins";
|
|
|
3
3
|
export * from "@xyo-network/etherscan-ethereum-gas-plugin";
|
|
4
4
|
import { EthereumGasEtherchainPlugins } from "@xyo-network/etherchain-gas-ethereum-blockchain-plugins";
|
|
5
5
|
import { EthereumGasEtherscanPlugin } from "@xyo-network/etherscan-ethereum-gas-plugin";
|
|
6
|
-
var EthereumGasPlugins = [
|
|
6
|
+
var EthereumGasPlugins = [
|
|
7
|
+
...EthereumGasEtherchainPlugins,
|
|
8
|
+
EthereumGasEtherscanPlugin
|
|
9
|
+
];
|
|
7
10
|
var src_default = EthereumGasPlugins;
|
|
8
11
|
export {
|
|
9
12
|
EthereumGasPlugins,
|
|
10
13
|
src_default as default
|
|
11
14
|
};
|
|
12
|
-
//# sourceMappingURL=index.
|
|
15
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-plugin'\n\nimport { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nimport { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-plugin'\n\nimport { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nimport { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAASA,oCAAoC;AAC7C,SAASC,kCAAkC;AAGpC,IAAMC,qBAA6C;KAAIF;EAA8BC;;AAG5F,IAAA,cAAeC;","names":["EthereumGasEtherchainPlugins","EthereumGasEtherscanPlugin","EthereumGasPlugins"]}
|
package/package.json
CHANGED
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/plugins/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "^2.99.
|
|
14
|
-
"@xyo-network/etherscan-ethereum-gas-plugin": "^2.99.
|
|
15
|
-
"@xyo-network/payloadset-plugin": "^2.
|
|
13
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "^2.99.5",
|
|
14
|
+
"@xyo-network/etherscan-ethereum-gas-plugin": "^2.99.5",
|
|
15
|
+
"@xyo-network/payloadset-plugin": "^2.111.2"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@xylabs/ts-scripts-yarn3": "^3.
|
|
19
|
-
"@xylabs/tsconfig": "^3.
|
|
20
|
-
"typescript": "^5.5.
|
|
18
|
+
"@xylabs/ts-scripts-yarn3": "^3.15.13",
|
|
19
|
+
"@xylabs/tsconfig": "^3.15.13",
|
|
20
|
+
"typescript": "^5.5.4"
|
|
21
21
|
},
|
|
22
22
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
23
23
|
"types": "dist/node/index.d.ts",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"import": {
|
|
32
32
|
"types": "./dist/browser/index.d.mts",
|
|
33
|
-
"default": "./dist/browser/index.
|
|
33
|
+
"default": "./dist/browser/index.mjs"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"node": {
|
|
@@ -40,14 +40,14 @@
|
|
|
40
40
|
},
|
|
41
41
|
"import": {
|
|
42
42
|
"types": "./dist/node/index.d.mts",
|
|
43
|
-
"default": "./dist/node/index.
|
|
43
|
+
"default": "./dist/node/index.mjs"
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"./package.json": "./package.json"
|
|
48
48
|
},
|
|
49
49
|
"main": "dist/node/index.cjs",
|
|
50
|
-
"module": "dist/node/index.
|
|
50
|
+
"module": "dist/node/index.mjs",
|
|
51
51
|
"homepage": "https://xyo.network",
|
|
52
52
|
"license": "LGPL-3.0-only",
|
|
53
53
|
"publishConfig": {
|
|
@@ -58,6 +58,6 @@
|
|
|
58
58
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
59
59
|
},
|
|
60
60
|
"sideEffects": false,
|
|
61
|
-
"version": "2.99.
|
|
61
|
+
"version": "2.99.5",
|
|
62
62
|
"type": "module"
|
|
63
63
|
}
|