@xyo-network/gas-ethereum-blockchain-plugins 3.4.3 → 3.4.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.
@@ -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\nexport default EthereumGasPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,oCAAoC;AAC7C,SAAS,kCAAkC;AAGpC,IAAM,qBAA6C,CAAC,GAAG,8BAA8B,0BAA0B;AAEtH,IAAO,gBAAQ;","names":[]}
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\nexport default EthereumGasPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,oCAAoC;AAC7C,SAAS,kCAAkC;AAGpC,IAAM,qBAA6C,CAAC,GAAG,8BAA8B,0BAA0B;AAEtH,IAAO,gBAAQ;","names":[]}
@@ -1,6 +1,6 @@
1
1
  export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins';
2
2
  export * from '@xyo-network/etherscan-ethereum-gas-plugin';
3
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
+ import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
4
4
  export declare const EthereumGasPlugins: PayloadSetPluginFunc[];
5
5
  export default EthereumGasPlugins;
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
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;AAEvH,eAAe,kBAAkB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/gas-ethereum-blockchain-plugins",
3
- "version": "3.4.3",
3
+ "version": "3.4.5",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -21,21 +21,21 @@
21
21
  "type": "module",
22
22
  "exports": {
23
23
  ".": {
24
- "types": "./dist/neutral/index.d.ts",
24
+ "types": "./dist/types/index.d.ts",
25
25
  "default": "./dist/neutral/index.mjs"
26
26
  },
27
27
  "./package.json": "./package.json"
28
28
  },
29
29
  "module": "dist/neutral/index.mjs",
30
- "types": "dist/neutral/index.d.ts",
30
+ "types": "dist/types/index.d.ts",
31
31
  "dependencies": {
32
- "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "^3.4.3",
33
- "@xyo-network/etherscan-ethereum-gas-plugin": "^3.4.3",
34
- "@xyo-network/payloadset-plugin": "^3.9.23"
32
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "^3.4.5",
33
+ "@xyo-network/etherscan-ethereum-gas-plugin": "^3.4.5",
34
+ "@xyo-network/payloadset-plugin": "^3.10.6"
35
35
  },
36
36
  "devDependencies": {
37
- "@xylabs/ts-scripts-yarn3": "^5.0.39",
38
- "@xylabs/tsconfig": "^5.0.39",
37
+ "@xylabs/ts-scripts-yarn3": "^6.1.13",
38
+ "@xylabs/tsconfig": "^6.1.13",
39
39
  "typescript": "^5.8.2"
40
40
  },
41
41
  "publishConfig": {
package/src/index.ts CHANGED
@@ -3,7 +3,7 @@ export * from '@xyo-network/etherscan-ethereum-gas-plugin'
3
3
 
4
4
  import { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'
5
5
  import { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'
6
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
6
+ import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
7
7
 
8
8
  export const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]
9
9
 
package/xy.config.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
1
+ import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
2
  const config: XyTsupConfig = {
3
3
  compile: {
4
4
  browser: {},
@@ -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,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,kBAAkB,EAAE,oBAAoB,EAAkE,CAAA;AAEvH,eAAe,kBAAkB,CAAA"}