@xyo-network/etherchain-gas-ethereum-blockchain-plugins 2.43.26 → 2.43.28

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.
package/dist/esm/index.js CHANGED
@@ -1,8 +1,6 @@
1
- import { XyoEthereumGasEtherchainV1Plugin } from '@xyo-network/etherchain-ethereum-gas-v1-plugin';
2
1
  import { XyoEthereumGasEtherchainV2Plugin } from '@xyo-network/etherchain-ethereum-gas-v2-plugin';
3
- export * from '@xyo-network/etherchain-ethereum-gas-v1-plugin';
4
2
  export * from '@xyo-network/etherchain-ethereum-gas-v2-plugin';
5
- export const XyoEthereumGasEtherchainPlugins = [XyoEthereumGasEtherchainV1Plugin, XyoEthereumGasEtherchainV2Plugin];
3
+ export const XyoEthereumGasEtherchainPlugins = [XyoEthereumGasEtherchainV2Plugin];
6
4
  // eslint-disable-next-line import/no-default-export
7
5
  export default XyoEthereumGasEtherchainPlugins;
8
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gCAAgC,EAAE,MAAM,gDAAgD,CAAA;AACjG,OAAO,EAAE,gCAAgC,EAAE,MAAM,gDAAgD,CAAA;AAGjG,cAAc,gDAAgD,CAAA;AAC9D,cAAc,gDAAgD,CAAA;AAE9D,MAAM,CAAC,MAAM,+BAA+B,GAA2B,CAAC,gCAAgC,EAAE,gCAAgC,CAAC,CAAA;AAE3I,oDAAoD;AACpD,eAAe,+BAA+B,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gCAAgC,EAAE,MAAM,gDAAgD,CAAA;AAGjG,cAAc,gDAAgD,CAAA;AAE9D,MAAM,CAAC,MAAM,+BAA+B,GAA2B,CAAC,gCAAgC,CAAC,CAAA;AAEzG,oDAAoD;AACpD,eAAe,+BAA+B,CAAA"}
@@ -1,5 +1,4 @@
1
1
  import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
2
- export * from '@xyo-network/etherchain-ethereum-gas-v1-plugin';
3
2
  export * from '@xyo-network/etherchain-ethereum-gas-v2-plugin';
4
3
  export declare const XyoEthereumGasEtherchainPlugins: PayloadSetPluginFunc[];
5
4
  export default XyoEthereumGasEtherchainPlugins;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,cAAc,gDAAgD,CAAA;AAC9D,cAAc,gDAAgD,CAAA;AAE9D,eAAO,MAAM,+BAA+B,EAAE,oBAAoB,EAAyE,CAAA;AAG3I,eAAe,+BAA+B,CAAA"}
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,+BAA+B,EAAE,oBAAoB,EAAuC,CAAA;AAGzG,eAAe,+BAA+B,CAAA"}
package/package.json CHANGED
@@ -10,12 +10,13 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/etherchain-ethereum-gas-v1-plugin": "^2.43.26",
14
- "@xyo-network/etherchain-ethereum-gas-v2-plugin": "^2.43.26",
15
- "@xyo-network/payloadset-plugin": "^2.43.26"
13
+ "@xyo-network/etherchain-ethereum-gas-v2-plugin": "^2.43.28",
14
+ "@xyo-network/payloadset-plugin": "^2.43.28"
16
15
  },
17
16
  "devDependencies": {
18
- "@xylabs/ts-scripts-yarn3": "^2.12.30"
17
+ "@xylabs/ts-scripts-yarn3": "^2.13.11",
18
+ "@xylabs/tsconfig": "^2.13.11",
19
+ "typescript": "^4.9.5"
19
20
  },
20
21
  "description": "Primary SDK for using XYO Protocol 2.0",
21
22
  "browser": "dist/esm/index.js",
@@ -40,7 +41,7 @@
40
41
  "main": "dist/cjs/index.js",
41
42
  "module": "dist/esm/index.js",
42
43
  "homepage": "https://xyo.network",
43
- "license": "LGPL-3.0-only",
44
+ "license": "LGPL-3.0",
44
45
  "publishConfig": {
45
46
  "access": "public"
46
47
  },
@@ -50,5 +51,5 @@
50
51
  },
51
52
  "sideEffects": false,
52
53
  "types": "dist/types/index.d.ts",
53
- "version": "2.43.26"
54
+ "version": "2.43.28"
54
55
  }
package/src/index.ts CHANGED
@@ -1,11 +1,9 @@
1
- import { XyoEthereumGasEtherchainV1Plugin } from '@xyo-network/etherchain-ethereum-gas-v1-plugin'
2
1
  import { XyoEthereumGasEtherchainV2Plugin } from '@xyo-network/etherchain-ethereum-gas-v2-plugin'
3
2
  import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
4
3
 
5
- export * from '@xyo-network/etherchain-ethereum-gas-v1-plugin'
6
4
  export * from '@xyo-network/etherchain-ethereum-gas-v2-plugin'
7
5
 
8
- export const XyoEthereumGasEtherchainPlugins: PayloadSetPluginFunc[] = [XyoEthereumGasEtherchainV1Plugin, XyoEthereumGasEtherchainV2Plugin]
6
+ export const XyoEthereumGasEtherchainPlugins: PayloadSetPluginFunc[] = [XyoEthereumGasEtherchainV2Plugin]
9
7
 
10
8
  // eslint-disable-next-line import/no-default-export
11
9
  export default XyoEthereumGasEtherchainPlugins