@xyo-network/etherchain-gas-ethereum-blockchain-plugins 3.0.2 → 3.0.4

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
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
1
+ import type { 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,KAAK,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAE1E,cAAc,gDAAgD,CAAA;AAE9D,eAAO,MAAM,4BAA4B,EAAE,oBAAoB,EAAoC,CAAA;AAGnG,eAAe,4BAA4B,CAAA"}
@@ -1 +1 @@
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\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\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":[]}
package/package.json CHANGED
@@ -1,25 +1,24 @@
1
1
  {
2
2
  "name": "@xyo-network/etherchain-gas-ethereum-blockchain-plugins",
3
- "author": {
4
- "email": "support@xyo.network",
5
- "name": "XYO Development Team",
6
- "url": "https://xyo.network"
7
- },
3
+ "version": "3.0.4",
4
+ "description": "Typescript/Javascript Plugins for XYO Platform",
5
+ "homepage": "https://xyo.network",
8
6
  "bugs": {
9
- "email": "support@xyo.network",
10
- "url": "https://github.com/XYOracleNetwork/plugins/issues"
7
+ "url": "git+https://github.com/XYOracleNetwork/plugins/issues",
8
+ "email": "support@xyo.network"
11
9
  },
12
- "dependencies": {
13
- "@xyo-network/etherchain-ethereum-gas-v2-plugin": "^3.0.2",
14
- "@xyo-network/payloadset-plugin": "^3.0.2"
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "git+https://github.com/XYOracleNetwork/plugins.git"
15
13
  },
16
- "devDependencies": {
17
- "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
18
- "@xylabs/tsconfig": "^4.0.0-rc.15",
19
- "typescript": "^5.5.4"
14
+ "license": "LGPL-3.0-only",
15
+ "author": {
16
+ "name": "XYO Development Team",
17
+ "email": "support@xyo.network",
18
+ "url": "https://xyo.network"
20
19
  },
21
- "description": "Typescript/Javascript Plugins for XYO Platform",
22
- "types": "dist/neutral/index.d.ts",
20
+ "sideEffects": false,
21
+ "type": "module",
23
22
  "exports": {
24
23
  ".": {
25
24
  "types": "./dist/neutral/index.d.ts",
@@ -28,16 +27,17 @@
28
27
  "./package.json": "./package.json"
29
28
  },
30
29
  "module": "dist/neutral/index.mjs",
31
- "homepage": "https://xyo.network",
32
- "license": "LGPL-3.0-only",
33
- "publishConfig": {
34
- "access": "public"
30
+ "types": "dist/neutral/index.d.ts",
31
+ "dependencies": {
32
+ "@xyo-network/etherchain-ethereum-gas-v2-plugin": "^3.0.4",
33
+ "@xyo-network/payloadset-plugin": "^3.0.10"
35
34
  },
36
- "repository": {
37
- "type": "git",
38
- "url": "https://github.com/XYOracleNetwork/plugins.git"
35
+ "devDependencies": {
36
+ "@xylabs/ts-scripts-yarn3": "^4.0.7",
37
+ "@xylabs/tsconfig": "^4.0.7",
38
+ "typescript": "^5.5.4"
39
39
  },
40
- "sideEffects": false,
41
- "version": "3.0.2",
42
- "type": "module"
40
+ "publishConfig": {
41
+ "access": "public"
42
+ }
43
43
  }
package/src/index.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { EthereumGasEtherchainV2Plugin } from '@xyo-network/etherchain-ethereum-gas-v2-plugin'
2
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
2
+ import type { 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,11 +1,9 @@
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: {},
5
5
  node: {},
6
- neutral: {
7
- src: true,
8
- },
6
+ neutral: { src: true },
9
7
  },
10
8
  }
11
9