@xyo-network/gas-ethereum-blockchain-plugins 3.1.1 → 3.2.0-rc.1
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/package.json +9 -8
- package/xy.config.ts +10 -0
- package/dist/browser/index.d.ts +0 -6
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/index.mjs +0 -12
- package/dist/browser/index.mjs.map +0 -1
- package/dist/node/index.d.ts +0 -6
- package/dist/node/index.d.ts.map +0 -1
- package/dist/node/index.mjs +0 -12
- package/dist/node/index.mjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/gas-ethereum-blockchain-plugins",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.0-rc.1",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,16 +29,17 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "^3.
|
|
33
|
-
"@xyo-network/etherscan-ethereum-gas-plugin": "^3.
|
|
34
|
-
"@xyo-network/payloadset-plugin": "^3.
|
|
32
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "^3.2.0-rc.1",
|
|
33
|
+
"@xyo-network/etherscan-ethereum-gas-plugin": "^3.2.0-rc.1",
|
|
34
|
+
"@xyo-network/payloadset-plugin": "^3.6.0-rc.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@xylabs/ts-scripts-yarn3": "^4.
|
|
38
|
-
"@xylabs/tsconfig": "^4.
|
|
39
|
-
"typescript": "^5.
|
|
37
|
+
"@xylabs/ts-scripts-yarn3": "^4.2.4",
|
|
38
|
+
"@xylabs/tsconfig": "^4.2.4",
|
|
39
|
+
"typescript": "^5.7.2"
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
|
43
|
-
}
|
|
43
|
+
},
|
|
44
|
+
"stableVersion": "3.1.2"
|
|
44
45
|
}
|
package/xy.config.ts
ADDED
package/dist/browser/index.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins';
|
|
2
|
-
export * from '@xyo-network/etherscan-ethereum-gas-plugin';
|
|
3
|
-
import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
4
|
-
export declare const EthereumGasPlugins: PayloadSetPluginFunc[];
|
|
5
|
-
export default EthereumGasPlugins;
|
|
6
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yDAAyD,CAAA;AACvE,cAAc,4CAA4C,CAAA;AAI1D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAE1E,eAAO,MAAM,kBAAkB,EAAE,oBAAoB,EAAkE,CAAA;AAGvH,eAAe,kBAAkB,CAAA"}
|
package/dist/browser/index.mjs
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
// src/index.ts
|
|
2
|
-
export * from "@xyo-network/etherchain-gas-ethereum-blockchain-plugins";
|
|
3
|
-
export * from "@xyo-network/etherscan-ethereum-gas-plugin";
|
|
4
|
-
import { EthereumGasEtherchainPlugins } from "@xyo-network/etherchain-gas-ethereum-blockchain-plugins";
|
|
5
|
-
import { EthereumGasEtherscanPlugin } from "@xyo-network/etherscan-ethereum-gas-plugin";
|
|
6
|
-
var EthereumGasPlugins = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin];
|
|
7
|
-
var src_default = EthereumGasPlugins;
|
|
8
|
-
export {
|
|
9
|
-
EthereumGasPlugins,
|
|
10
|
-
src_default as default
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
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 type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\n// eslint-disable-next-line import-x/no-default-export\nexport default EthereumGasPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,oCAAoC;AAC7C,SAAS,kCAAkC;AAGpC,IAAM,qBAA6C,CAAC,GAAG,8BAA8B,0BAA0B;AAGtH,IAAO,cAAQ;","names":[]}
|
package/dist/node/index.d.ts
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins';
|
|
2
|
-
export * from '@xyo-network/etherscan-ethereum-gas-plugin';
|
|
3
|
-
import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
|
|
4
|
-
export declare const EthereumGasPlugins: PayloadSetPluginFunc[];
|
|
5
|
-
export default EthereumGasPlugins;
|
|
6
|
-
//# sourceMappingURL=index.d.ts.map
|
package/dist/node/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yDAAyD,CAAA;AACvE,cAAc,4CAA4C,CAAA;AAI1D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAE1E,eAAO,MAAM,kBAAkB,EAAE,oBAAoB,EAAkE,CAAA;AAGvH,eAAe,kBAAkB,CAAA"}
|
package/dist/node/index.mjs
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
// src/index.ts
|
|
2
|
-
export * from "@xyo-network/etherchain-gas-ethereum-blockchain-plugins";
|
|
3
|
-
export * from "@xyo-network/etherscan-ethereum-gas-plugin";
|
|
4
|
-
import { EthereumGasEtherchainPlugins } from "@xyo-network/etherchain-gas-ethereum-blockchain-plugins";
|
|
5
|
-
import { EthereumGasEtherscanPlugin } from "@xyo-network/etherscan-ethereum-gas-plugin";
|
|
6
|
-
var EthereumGasPlugins = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin];
|
|
7
|
-
var src_default = EthereumGasPlugins;
|
|
8
|
-
export {
|
|
9
|
-
EthereumGasPlugins,
|
|
10
|
-
src_default as default
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=index.mjs.map
|
package/dist/node/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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 type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\n// eslint-disable-next-line import-x/no-default-export\nexport default EthereumGasPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,oCAAoC;AAC7C,SAAS,kCAAkC;AAGpC,IAAM,qBAA6C,CAAC,GAAG,8BAA8B,0BAA0B;AAGtH,IAAO,cAAQ;","names":[]}
|