@xyo-network/gas-ethereum-blockchain-plugins 3.1.0 → 3.1.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/gas-ethereum-blockchain-plugins",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,14 +29,14 @@
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.1.0",
33
- "@xyo-network/etherscan-ethereum-gas-plugin": "^3.1.0",
34
- "@xyo-network/payloadset-plugin": "^3.2.0"
32
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "^3.1.2",
33
+ "@xyo-network/etherscan-ethereum-gas-plugin": "^3.1.2",
34
+ "@xyo-network/payloadset-plugin": "^3.5.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@xylabs/ts-scripts-yarn3": "^4.1.0",
38
- "@xylabs/tsconfig": "^4.1.0",
39
- "typescript": "^5.6.2"
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"
package/xy.config.ts ADDED
@@ -0,0 +1,10 @@
1
+ import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
+ const config: XyTsupConfig = {
3
+ compile: {
4
+ browser: {},
5
+ neutral: { src: { entry: ['src/index.ts'] } },
6
+ node: {},
7
+ },
8
+ }
9
+
10
+ export default config
@@ -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"}
@@ -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":[]}
@@ -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"}
@@ -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":[]}