@xyo-network/gas-ethereum-blockchain-payload-plugins 3.4.1 → 3.4.3

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,7 +1,6 @@
1
1
  export * from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins';
2
2
  export * from '@xyo-network/etherscan-ethereum-gas-payload-plugin';
3
3
  import { PayloadPluginFunc } from '@xyo-network/payload-plugin';
4
-
5
- declare const EthereumGasPayloadPlugins: PayloadPluginFunc[];
6
-
7
- export { EthereumGasPayloadPlugins, EthereumGasPayloadPlugins as default };
4
+ export declare const EthereumGasPayloadPlugins: PayloadPluginFunc[];
5
+ export default EthereumGasPayloadPlugins;
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,iEAAiE,CAAA;AAC/E,cAAc,oDAAoD,CAAA;AAIlE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAE/D,eAAO,MAAM,yBAAyB,EAAE,iBAAiB,EAAgF,CAAA;AAEzI,eAAe,yBAAyB,CAAA"}
@@ -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 type { PayloadPluginFunc } from '@xyo-network/payload-plugin'\n\nexport const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]\n\nexport default EthereumGasPayloadPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,2CAA2C;AACpD,SAAS,yCAAyC;AAG3C,IAAM,4BAAiD,CAAC,GAAG,qCAAqC,iCAAiC;AAExI,IAAO,gBAAQ;","names":[]}
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\nexport default EthereumGasPayloadPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,2CAA2C;AACpD,SAAS,yCAAyC;AAG3C,IAAM,4BAAiD,CAAC,GAAG,qCAAqC,iCAAiC;AAExI,IAAO,gBAAQ;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/gas-ethereum-blockchain-payload-plugins",
3
- "version": "3.4.1",
3
+ "version": "3.4.3",
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-payload-plugins": "^3.4.1",
33
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "^3.4.1",
34
- "@xyo-network/payload-plugin": "^3.8.5"
32
+ "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "^3.4.3",
33
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "^3.4.3",
34
+ "@xyo-network/payload-plugin": "^3.9.23"
35
35
  },
36
36
  "devDependencies": {
37
- "@xylabs/ts-scripts-yarn3": "^5.0.22",
38
- "@xylabs/tsconfig": "^5.0.22",
39
- "typescript": "^5.7.3"
37
+ "@xylabs/ts-scripts-yarn3": "^5.0.39",
38
+ "@xylabs/tsconfig": "^5.0.39",
39
+ "typescript": "^5.8.2"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"
package/src/index.ts CHANGED
@@ -3,7 +3,7 @@ export * from '@xyo-network/etherscan-ethereum-gas-payload-plugin'
3
3
 
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
- import type { PayloadPluginFunc } from '@xyo-network/payload-plugin'
6
+ import { PayloadPluginFunc } from '@xyo-network/payload-plugin'
7
7
 
8
8
  export const EthereumGasPayloadPlugins: PayloadPluginFunc[] = [...EthereumGasEtherchainPayloadPlugins, EthereumGasEtherscanPayloadPlugin]
9
9
 
package/xy.config.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
1
+ import { XyTsupConfig } from '@xylabs/ts-scripts-yarn3'
2
2
  const config: XyTsupConfig = {
3
3
  compile: {
4
4
  browser: {},