@xyo-network/etherchain-gas-ethereum-blockchain-plugins 3.2.0-rc.1 → 3.2.0-rc.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 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAE1E,cAAc,gDAAgD,CAAA;AAE9D,eAAO,MAAM,4BAA4B,EAAE,oBAAoB,EAAoC,CAAA;AAGnG,eAAe,4BAA4B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAE1E,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\n// eslint-disable-next-line import-x/no-default-export\nexport default EthereumGasEtherchainPlugins\n"],"mappings":";AAAA,SAAS,qCAAqC;AAG9C,cAAc;AAEP,IAAM,+BAAuD,CAAC,6BAA6B;AAGlG,IAAO,cAAQ;","names":[]}
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,cAAQ;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/etherchain-gas-ethereum-blockchain-plugins",
3
- "version": "3.2.0-rc.1",
3
+ "version": "3.2.0-rc.3",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,12 +29,12 @@
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.2.0-rc.1",
33
- "@xyo-network/payloadset-plugin": "^3.6.0-rc.1"
32
+ "@xyo-network/etherchain-ethereum-gas-v2-plugin": "^3.2.0-rc.3",
33
+ "@xyo-network/payloadset-plugin": "^3.6.0-rc.13"
34
34
  },
35
35
  "devDependencies": {
36
- "@xylabs/ts-scripts-yarn3": "^4.2.4",
37
- "@xylabs/tsconfig": "^4.2.4",
36
+ "@xylabs/ts-scripts-yarn3": "^4.2.6",
37
+ "@xylabs/tsconfig": "^4.2.6",
38
38
  "typescript": "^5.7.2"
39
39
  },
40
40
  "publishConfig": {
package/src/index.ts CHANGED
@@ -5,5 +5,4 @@ export * from '@xyo-network/etherchain-ethereum-gas-v2-plugin'
5
5
 
6
6
  export const EthereumGasEtherchainPlugins: PayloadSetPluginFunc[] = [EthereumGasEtherchainV2Plugin]
7
7
 
8
- // eslint-disable-next-line import-x/no-default-export
9
8
  export default EthereumGasEtherchainPlugins
package/xy.config.ts CHANGED
@@ -7,5 +7,4 @@ const config: XyTsupConfig = {
7
7
  },
8
8
  }
9
9
 
10
- // eslint-disable-next-line import-x/no-default-export
11
10
  export default config