@xyo-network/etherchain-gas-ethereum-blockchain-plugins 3.4.2 → 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,6 +1,5 @@
1
1
  import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
2
2
  export * from '@xyo-network/etherchain-ethereum-gas-v2-plugin';
3
-
4
- declare const EthereumGasEtherchainPlugins: PayloadSetPluginFunc[];
5
-
6
- export { EthereumGasEtherchainPlugins, EthereumGasEtherchainPlugins as default };
3
+ export declare const EthereumGasEtherchainPlugins: PayloadSetPluginFunc[];
4
+ export default EthereumGasEtherchainPlugins;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,cAAc,gDAAgD,CAAA;AAE9D,eAAO,MAAM,4BAA4B,EAAE,oBAAoB,EAAoC,CAAA;AAEnG,eAAe,4BAA4B,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasEtherchainV2Plugin } from '@xyo-network/etherchain-ethereum-gas-v2-plugin'\nimport type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport * from '@xyo-network/etherchain-ethereum-gas-v2-plugin'\n\nexport const EthereumGasEtherchainPlugins: PayloadSetPluginFunc[] = [EthereumGasEtherchainV2Plugin]\n\nexport default EthereumGasEtherchainPlugins\n"],"mappings":";AAAA,SAAS,qCAAqC;AAG9C,cAAc;AAEP,IAAM,+BAAuD,CAAC,6BAA6B;AAElG,IAAO,gBAAQ;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["import { EthereumGasEtherchainV2Plugin } from '@xyo-network/etherchain-ethereum-gas-v2-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport * from '@xyo-network/etherchain-ethereum-gas-v2-plugin'\n\nexport const EthereumGasEtherchainPlugins: PayloadSetPluginFunc[] = [EthereumGasEtherchainV2Plugin]\n\nexport default EthereumGasEtherchainPlugins\n"],"mappings":";AAAA,SAAS,qCAAqC;AAG9C,cAAc;AAEP,IAAM,+BAAuD,CAAC,6BAA6B;AAElG,IAAO,gBAAQ;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/etherchain-gas-ethereum-blockchain-plugins",
3
- "version": "3.4.2",
3
+ "version": "3.4.3",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,13 +29,13 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xyo-network/etherchain-ethereum-gas-v2-plugin": "^3.4.2",
33
- "@xyo-network/payloadset-plugin": "^3.9.16"
32
+ "@xyo-network/etherchain-ethereum-gas-v2-plugin": "^3.4.3",
33
+ "@xyo-network/payloadset-plugin": "^3.9.23"
34
34
  },
35
35
  "devDependencies": {
36
- "@xylabs/ts-scripts-yarn3": "^5.0.24",
37
- "@xylabs/tsconfig": "^5.0.24",
38
- "typescript": "^5.7.3"
36
+ "@xylabs/ts-scripts-yarn3": "^5.0.39",
37
+ "@xylabs/tsconfig": "^5.0.39",
38
+ "typescript": "^5.8.2"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public"
package/src/index.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { EthereumGasEtherchainV2Plugin } from '@xyo-network/etherchain-ethereum-gas-v2-plugin'
2
- import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
2
+ import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
3
3
 
4
4
  export * from '@xyo-network/etherchain-ethereum-gas-v2-plugin'
5
5
 
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: {},