@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/cjs/index.js +1 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/docs.json +228 -6885
- package/dist/esm/index.js +1 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/types/index.d.ts +0 -1
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +7 -6
- package/src/index.ts +1 -3
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 = [
|
|
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
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gCAAgC,EAAE,MAAM,gDAAgD,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"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -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":"
|
|
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-
|
|
14
|
-
"@xyo-network/
|
|
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.
|
|
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
|
|
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.
|
|
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[] = [
|
|
6
|
+
export const XyoEthereumGasEtherchainPlugins: PayloadSetPluginFunc[] = [XyoEthereumGasEtherchainV2Plugin]
|
|
9
7
|
|
|
10
8
|
// eslint-disable-next-line import/no-default-export
|
|
11
9
|
export default XyoEthereumGasEtherchainPlugins
|