@xyo-network/gas-ethereum-blockchain-payload-plugins 2.99.5 → 2.99.6
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 +1 -4
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.mjs +1 -4
- package/dist/browser/index.mjs.map +1 -1
- package/dist/neutral/index.cjs +1 -4
- package/dist/neutral/index.cjs.map +1 -1
- package/dist/neutral/index.mjs +1 -4
- package/dist/neutral/index.mjs.map +1 -1
- package/dist/node/index.cjs +1 -4
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.mjs +1 -4
- package/dist/node/index.mjs.map +1 -1
- package/package.json +6 -6
package/dist/browser/index.cjs
CHANGED
|
@@ -29,9 +29,6 @@ __reExport(src_exports, require("@xyo-network/etherchain-gas-ethereum-blockchain
|
|
|
29
29
|
__reExport(src_exports, require("@xyo-network/etherscan-ethereum-gas-payload-plugin"), module.exports);
|
|
30
30
|
var import_etherchain_gas_ethereum_blockchain_payload_plugins = require("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins");
|
|
31
31
|
var import_etherscan_ethereum_gas_payload_plugin = require("@xyo-network/etherscan-ethereum-gas-payload-plugin");
|
|
32
|
-
var EthereumGasPayloadPlugins = [
|
|
33
|
-
...import_etherchain_gas_ethereum_blockchain_payload_plugins.EthereumGasEtherchainPayloadPlugins,
|
|
34
|
-
import_etherscan_ethereum_gas_payload_plugin.EthereumGasEtherscanPayloadPlugin
|
|
35
|
-
];
|
|
32
|
+
var EthereumGasPayloadPlugins = [...import_etherchain_gas_ethereum_blockchain_payload_plugins.EthereumGasEtherchainPayloadPlugins, import_etherscan_ethereum_gas_payload_plugin.EthereumGasEtherscanPayloadPlugin];
|
|
36
33
|
var src_default = EthereumGasPayloadPlugins;
|
|
37
34
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,4EAAd;AACA,wBAAc,+DADd;AAGA,gEAAoD;AACpD,mDAAkD;AAG3C,IAAM,4BAAiD,CAAC,GAAG,+FAAqC,8EAAiC;AAGxI,IAAO,cAAQ;","names":[]}
|
package/dist/browser/index.mjs
CHANGED
|
@@ -3,10 +3,7 @@ export * from "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins";
|
|
|
3
3
|
export * from "@xyo-network/etherscan-ethereum-gas-payload-plugin";
|
|
4
4
|
import { EthereumGasEtherchainPayloadPlugins } from "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins";
|
|
5
5
|
import { EthereumGasEtherscanPayloadPlugin } from "@xyo-network/etherscan-ethereum-gas-payload-plugin";
|
|
6
|
-
var EthereumGasPayloadPlugins = [
|
|
7
|
-
...EthereumGasEtherchainPayloadPlugins,
|
|
8
|
-
EthereumGasEtherscanPayloadPlugin
|
|
9
|
-
];
|
|
6
|
+
var EthereumGasPayloadPlugins = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin];
|
|
10
7
|
var src_default = EthereumGasPayloadPlugins;
|
|
11
8
|
export {
|
|
12
9
|
EthereumGasPayloadPlugins,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPayloadPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPayloadPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,2CAA2C;AACpD,SAAS,yCAAyC;AAG3C,IAAM,4BAAiD,CAAC,GAAG,qCAAqC,iCAAiC;AAGxI,IAAO,cAAQ;","names":[]}
|
package/dist/neutral/index.cjs
CHANGED
|
@@ -29,9 +29,6 @@ __reExport(src_exports, require("@xyo-network/etherchain-gas-ethereum-blockchain
|
|
|
29
29
|
__reExport(src_exports, require("@xyo-network/etherscan-ethereum-gas-payload-plugin"), module.exports);
|
|
30
30
|
var import_etherchain_gas_ethereum_blockchain_payload_plugins = require("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins");
|
|
31
31
|
var import_etherscan_ethereum_gas_payload_plugin = require("@xyo-network/etherscan-ethereum-gas-payload-plugin");
|
|
32
|
-
var EthereumGasPayloadPlugins = [
|
|
33
|
-
...import_etherchain_gas_ethereum_blockchain_payload_plugins.EthereumGasEtherchainPayloadPlugins,
|
|
34
|
-
import_etherscan_ethereum_gas_payload_plugin.EthereumGasEtherscanPayloadPlugin
|
|
35
|
-
];
|
|
32
|
+
var EthereumGasPayloadPlugins = [...import_etherchain_gas_ethereum_blockchain_payload_plugins.EthereumGasEtherchainPayloadPlugins, import_etherscan_ethereum_gas_payload_plugin.EthereumGasEtherscanPayloadPlugin];
|
|
36
33
|
var src_default = EthereumGasPayloadPlugins;
|
|
37
34
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,4EAAd;AACA,wBAAc,+DADd;AAGA,gEAAoD;AACpD,mDAAkD;AAG3C,IAAM,4BAAiD,CAAC,GAAG,+FAAqC,8EAAiC;AAGxI,IAAO,cAAQ;","names":[]}
|
package/dist/neutral/index.mjs
CHANGED
|
@@ -3,10 +3,7 @@ export * from "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins";
|
|
|
3
3
|
export * from "@xyo-network/etherscan-ethereum-gas-payload-plugin";
|
|
4
4
|
import { EthereumGasEtherchainPayloadPlugins } from "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins";
|
|
5
5
|
import { EthereumGasEtherscanPayloadPlugin } from "@xyo-network/etherscan-ethereum-gas-payload-plugin";
|
|
6
|
-
var EthereumGasPayloadPlugins = [
|
|
7
|
-
...EthereumGasEtherchainPayloadPlugins,
|
|
8
|
-
EthereumGasEtherscanPayloadPlugin
|
|
9
|
-
];
|
|
6
|
+
var EthereumGasPayloadPlugins = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin];
|
|
10
7
|
var src_default = EthereumGasPayloadPlugins;
|
|
11
8
|
export {
|
|
12
9
|
EthereumGasPayloadPlugins,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPayloadPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPayloadPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,2CAA2C;AACpD,SAAS,yCAAyC;AAG3C,IAAM,4BAAiD,CAAC,GAAG,qCAAqC,iCAAiC;AAGxI,IAAO,cAAQ;","names":[]}
|
package/dist/node/index.cjs
CHANGED
|
@@ -29,10 +29,7 @@ __reExport(src_exports, require("@xyo-network/etherchain-gas-ethereum-blockchain
|
|
|
29
29
|
__reExport(src_exports, require("@xyo-network/etherscan-ethereum-gas-payload-plugin"), module.exports);
|
|
30
30
|
var import_etherchain_gas_ethereum_blockchain_payload_plugins = require("@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins");
|
|
31
31
|
var import_etherscan_ethereum_gas_payload_plugin = require("@xyo-network/etherscan-ethereum-gas-payload-plugin");
|
|
32
|
-
var EthereumGasPayloadPlugins = [
|
|
33
|
-
...import_etherchain_gas_ethereum_blockchain_payload_plugins.EthereumGasEtherchainPayloadPlugins,
|
|
34
|
-
import_etherscan_ethereum_gas_payload_plugin.EthereumGasEtherscanPayloadPlugin
|
|
35
|
-
];
|
|
32
|
+
var EthereumGasPayloadPlugins = [...import_etherchain_gas_ethereum_blockchain_payload_plugins.EthereumGasEtherchainPayloadPlugins, import_etherscan_ethereum_gas_payload_plugin.EthereumGasEtherscanPayloadPlugin];
|
|
36
33
|
var src_default = EthereumGasPayloadPlugins;
|
|
37
34
|
// Annotate the CommonJS export names for ESM import in node:
|
|
38
35
|
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-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 { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPayloadPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,4EAAd;AACA,wBAAc,+DADd;AAGA,gEAAoD;AACpD,mDAAkD;AAG3C,IAAM,4BAAiD,CAAC,GAAG,+FAAqC,8EAAiC;AAGxI,IAAO,cAAQ;","names":[]}
|
package/dist/node/index.mjs
CHANGED
|
@@ -3,10 +3,7 @@ export * from "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins";
|
|
|
3
3
|
export * from "@xyo-network/etherscan-ethereum-gas-payload-plugin";
|
|
4
4
|
import { EthereumGasEtherchainPayloadPlugins } from "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins";
|
|
5
5
|
import { EthereumGasEtherscanPayloadPlugin } from "@xyo-network/etherscan-ethereum-gas-payload-plugin";
|
|
6
|
-
var EthereumGasPayloadPlugins = [
|
|
7
|
-
...EthereumGasEtherchainPayloadPlugins,
|
|
8
|
-
EthereumGasEtherscanPayloadPlugin
|
|
9
|
-
];
|
|
6
|
+
var EthereumGasPayloadPlugins = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin];
|
|
10
7
|
var src_default = EthereumGasPayloadPlugins;
|
|
11
8
|
export {
|
|
12
9
|
EthereumGasPayloadPlugins,
|
package/dist/node/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPayloadPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"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 { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\n// eslint-disable-next-line import/no-default-export\nexport default EthereumGasPayloadPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,2CAA2C;AACpD,SAAS,yCAAyC;AAG3C,IAAM,4BAAiD,CAAC,GAAG,qCAAqC,iCAAiC;AAGxI,IAAO,cAAQ;","names":[]}
|
package/package.json
CHANGED
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/plugins/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^2.99.
|
|
14
|
-
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^2.99.
|
|
15
|
-
"@xyo-network/payload-plugin": "^2.111.
|
|
13
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^2.99.6",
|
|
14
|
+
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "^2.99.6",
|
|
15
|
+
"@xyo-network/payload-plugin": "^2.111.3"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@xylabs/ts-scripts-yarn3": "^3.15.
|
|
19
|
-
"@xylabs/tsconfig": "^3.15.
|
|
18
|
+
"@xylabs/ts-scripts-yarn3": "^3.15.14",
|
|
19
|
+
"@xylabs/tsconfig": "^3.15.14",
|
|
20
20
|
"typescript": "^5.5.4"
|
|
21
21
|
},
|
|
22
22
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
@@ -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.6",
|
|
62
62
|
"type": "module"
|
|
63
63
|
}
|