@xyo-network/gas-price-plugin 2.73.4 → 2.74.0
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/Diviner.d.mts +16 -0
- package/dist/Diviner.d.mts.map +1 -0
- package/dist/Diviner.d.ts +16 -0
- package/dist/Diviner.d.ts.map +1 -0
- package/dist/Plugin.d.mts +50 -0
- package/dist/Plugin.d.mts.map +1 -0
- package/dist/Plugin.d.ts +50 -0
- package/dist/Plugin.d.ts.map +1 -0
- package/dist/Schema.d.mts +5 -0
- package/dist/Schema.d.mts.map +1 -0
- package/dist/Schema.d.ts +5 -0
- package/dist/Schema.d.ts.map +1 -0
- package/dist/index.d.mts +6 -77
- package/dist/index.d.mts.map +1 -0
- package/dist/index.d.ts +6 -77
- package/dist/index.d.ts.map +1 -0
- package/dist/lib/average.d.mts +8 -0
- package/dist/lib/average.d.mts.map +1 -0
- package/dist/lib/average.d.ts +8 -0
- package/dist/lib/average.d.ts.map +1 -0
- package/dist/lib/divineGas.d.mts +4 -0
- package/dist/lib/divineGas.d.mts.map +1 -0
- package/dist/lib/divineGas.d.ts +4 -0
- package/dist/lib/divineGas.d.ts.map +1 -0
- package/dist/lib/identities/index.d.mts +6 -0
- package/dist/lib/identities/index.d.mts.map +1 -0
- package/dist/lib/identities/index.d.ts +6 -0
- package/dist/lib/identities/index.d.ts.map +1 -0
- package/dist/lib/identities/isEthereumGasBlocknativePayload.d.mts +6 -0
- package/dist/lib/identities/isEthereumGasBlocknativePayload.d.mts.map +1 -0
- package/dist/lib/identities/isEthereumGasBlocknativePayload.d.ts +6 -0
- package/dist/lib/identities/isEthereumGasBlocknativePayload.d.ts.map +1 -0
- package/dist/lib/identities/isEthereumGasEtherchainV2Payload.d.mts +6 -0
- package/dist/lib/identities/isEthereumGasEtherchainV2Payload.d.mts.map +1 -0
- package/dist/lib/identities/isEthereumGasEtherchainV2Payload.d.ts +6 -0
- package/dist/lib/identities/isEthereumGasEtherchainV2Payload.d.ts.map +1 -0
- package/dist/lib/identities/isEthereumGasEthersPayload.d.mts +6 -0
- package/dist/lib/identities/isEthereumGasEthersPayload.d.mts.map +1 -0
- package/dist/lib/identities/isEthereumGasEthersPayload.d.ts +6 -0
- package/dist/lib/identities/isEthereumGasEthersPayload.d.ts.map +1 -0
- package/dist/lib/identities/isEthereumGasEtherscanPayload.d.mts +6 -0
- package/dist/lib/identities/isEthereumGasEtherscanPayload.d.mts.map +1 -0
- package/dist/lib/identities/isEthereumGasEtherscanPayload.d.ts +6 -0
- package/dist/lib/identities/isEthereumGasEtherscanPayload.d.ts.map +1 -0
- package/dist/lib/identities/isEthereumGasEthgasstationPayload.d.mts +6 -0
- package/dist/lib/identities/isEthereumGasEthgasstationPayload.d.mts.map +1 -0
- package/dist/lib/identities/isEthereumGasEthgasstationPayload.d.ts +6 -0
- package/dist/lib/identities/isEthereumGasEthgasstationPayload.d.ts.map +1 -0
- package/dist/lib/index.d.mts +2 -0
- package/dist/lib/index.d.mts.map +1 -0
- package/dist/lib/index.d.ts +2 -0
- package/dist/lib/index.d.ts.map +1 -0
- package/dist/lib/transforms/index.d.mts +6 -0
- package/dist/lib/transforms/index.d.mts.map +1 -0
- package/dist/lib/transforms/index.d.ts +6 -0
- package/dist/lib/transforms/index.d.ts.map +1 -0
- package/dist/lib/transforms/transformGasFromBlocknative.d.mts +4 -0
- package/dist/lib/transforms/transformGasFromBlocknative.d.mts.map +1 -0
- package/dist/lib/transforms/transformGasFromBlocknative.d.ts +4 -0
- package/dist/lib/transforms/transformGasFromBlocknative.d.ts.map +1 -0
- package/dist/lib/transforms/transformGasFromEtherchainV2.d.mts +4 -0
- package/dist/lib/transforms/transformGasFromEtherchainV2.d.mts.map +1 -0
- package/dist/lib/transforms/transformGasFromEtherchainV2.d.ts +4 -0
- package/dist/lib/transforms/transformGasFromEtherchainV2.d.ts.map +1 -0
- package/dist/lib/transforms/transformGasFromEthers.d.mts +4 -0
- package/dist/lib/transforms/transformGasFromEthers.d.mts.map +1 -0
- package/dist/lib/transforms/transformGasFromEthers.d.ts +4 -0
- package/dist/lib/transforms/transformGasFromEthers.d.ts.map +1 -0
- package/dist/lib/transforms/transformGasFromEtherscan.d.mts +4 -0
- package/dist/lib/transforms/transformGasFromEtherscan.d.mts.map +1 -0
- package/dist/lib/transforms/transformGasFromEtherscan.d.ts +4 -0
- package/dist/lib/transforms/transformGasFromEtherscan.d.ts.map +1 -0
- package/dist/lib/transforms/transformGasFromEthgasstation.d.mts +4 -0
- package/dist/lib/transforms/transformGasFromEthgasstation.d.mts.map +1 -0
- package/dist/lib/transforms/transformGasFromEthgasstation.d.ts +4 -0
- package/dist/lib/transforms/transformGasFromEthgasstation.d.ts.map +1 -0
- package/dist/test/index.d.mts +6 -0
- package/dist/test/index.d.mts.map +1 -0
- package/dist/test/index.d.ts +6 -0
- package/dist/test/index.d.ts.map +1 -0
- package/dist/test/sampleBlocknativeGas.d.mts +3 -0
- package/dist/test/sampleBlocknativeGas.d.mts.map +1 -0
- package/dist/test/sampleBlocknativeGas.d.ts +3 -0
- package/dist/test/sampleBlocknativeGas.d.ts.map +1 -0
- package/dist/test/sampleEtherchainGasV2.d.mts +3 -0
- package/dist/test/sampleEtherchainGasV2.d.mts.map +1 -0
- package/dist/test/sampleEtherchainGasV2.d.ts +3 -0
- package/dist/test/sampleEtherchainGasV2.d.ts.map +1 -0
- package/dist/test/sampleEthersGas.d.mts +3 -0
- package/dist/test/sampleEthersGas.d.mts.map +1 -0
- package/dist/test/sampleEthersGas.d.ts +3 -0
- package/dist/test/sampleEthersGas.d.ts.map +1 -0
- package/dist/test/sampleEtherscanGas.d.mts +3 -0
- package/dist/test/sampleEtherscanGas.d.mts.map +1 -0
- package/dist/test/sampleEtherscanGas.d.ts +3 -0
- package/dist/test/sampleEtherscanGas.d.ts.map +1 -0
- package/dist/test/sampleEthgasstationGas.d.mts +3 -0
- package/dist/test/sampleEthgasstationGas.d.mts.map +1 -0
- package/dist/test/sampleEthgasstationGas.d.ts +3 -0
- package/dist/test/sampleEthgasstationGas.d.ts.map +1 -0
- package/package.json +17 -23
- package/dist/docs.json +0 -22438
- package/tsup.config.ts +0 -16
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { EthereumGasEtherchainV2Payload } from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins';
|
|
2
|
+
import { FeeData } from '@xyo-network/gas-price-payload-plugin';
|
|
3
|
+
export declare const transformGasFromEtherchainV2: (payload: EthereumGasEtherchainV2Payload) => FeeData;
|
|
4
|
+
//# sourceMappingURL=transformGasFromEtherchainV2.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transformGasFromEtherchainV2.d.ts","sourceRoot":"","sources":["../../../src/lib/transforms/transformGasFromEtherchainV2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAE,MAAM,iEAAiE,CAAA;AAChH,OAAO,EAAE,OAAO,EAAa,MAAM,uCAAuC,CAAA;AAW1E,eAAO,MAAM,4BAA4B,YAAa,8BAA8B,KAAG,OAKtF,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { EthereumGasEtherchainV2Payload } from '@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins';
|
|
2
|
+
import { FeeData } from '@xyo-network/gas-price-payload-plugin';
|
|
3
|
+
export declare const transformGasFromEtherchainV2: (payload: EthereumGasEtherchainV2Payload) => FeeData;
|
|
4
|
+
//# sourceMappingURL=transformGasFromEtherchainV2.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transformGasFromEtherchainV2.d.ts","sourceRoot":"","sources":["../../../src/lib/transforms/transformGasFromEtherchainV2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAE,MAAM,iEAAiE,CAAA;AAChH,OAAO,EAAE,OAAO,EAAa,MAAM,uCAAuC,CAAA;AAW1E,eAAO,MAAM,4BAA4B,YAAa,8BAA8B,KAAG,OAKtF,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { EthereumGasEthersPayload } from '@xyo-network/ethers-ethereum-gas-payload-plugin';
|
|
2
|
+
import { FeeData } from '@xyo-network/gas-price-payload-plugin';
|
|
3
|
+
export declare const transformGasFromEthers: (payload: EthereumGasEthersPayload) => FeeData;
|
|
4
|
+
//# sourceMappingURL=transformGasFromEthers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transformGasFromEthers.d.ts","sourceRoot":"","sources":["../../../src/lib/transforms/transformGasFromEthers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,iDAAiD,CAAA;AAC1F,OAAO,EAAE,OAAO,EAAgC,MAAM,uCAAuC,CAAA;AAmB7F,eAAO,MAAM,sBAAsB,YAAa,wBAAwB,KAAG,OAK1E,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { EthereumGasEthersPayload } from '@xyo-network/ethers-ethereum-gas-payload-plugin';
|
|
2
|
+
import { FeeData } from '@xyo-network/gas-price-payload-plugin';
|
|
3
|
+
export declare const transformGasFromEthers: (payload: EthereumGasEthersPayload) => FeeData;
|
|
4
|
+
//# sourceMappingURL=transformGasFromEthers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transformGasFromEthers.d.ts","sourceRoot":"","sources":["../../../src/lib/transforms/transformGasFromEthers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,iDAAiD,CAAA;AAC1F,OAAO,EAAE,OAAO,EAAgC,MAAM,uCAAuC,CAAA;AAmB7F,eAAO,MAAM,sBAAsB,YAAa,wBAAwB,KAAG,OAK1E,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { EthereumGasEtherscanPayload } from '@xyo-network/etherscan-ethereum-gas-payload-plugin';
|
|
2
|
+
import { FeeData } from '@xyo-network/gas-price-payload-plugin';
|
|
3
|
+
export declare const transformGasFromEtherscan: (payload: EthereumGasEtherscanPayload) => FeeData;
|
|
4
|
+
//# sourceMappingURL=transformGasFromEtherscan.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transformGasFromEtherscan.d.ts","sourceRoot":"","sources":["../../../src/lib/transforms/transformGasFromEtherscan.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,oDAAoD,CAAA;AAChG,OAAO,EAAE,OAAO,EAAa,MAAM,uCAAuC,CAAA;AAqB1E,eAAO,MAAM,yBAAyB,YAAa,2BAA2B,KAAG,OAKhF,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { EthereumGasEtherscanPayload } from '@xyo-network/etherscan-ethereum-gas-payload-plugin';
|
|
2
|
+
import { FeeData } from '@xyo-network/gas-price-payload-plugin';
|
|
3
|
+
export declare const transformGasFromEtherscan: (payload: EthereumGasEtherscanPayload) => FeeData;
|
|
4
|
+
//# sourceMappingURL=transformGasFromEtherscan.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transformGasFromEtherscan.d.ts","sourceRoot":"","sources":["../../../src/lib/transforms/transformGasFromEtherscan.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,oDAAoD,CAAA;AAChG,OAAO,EAAE,OAAO,EAAa,MAAM,uCAAuC,CAAA;AAqB1E,eAAO,MAAM,yBAAyB,YAAa,2BAA2B,KAAG,OAKhF,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { EthereumGasEthgasstationPayload } from '@xyo-network/ethgasstation-ethereum-gas-payload-plugin';
|
|
2
|
+
import { FeeData } from '@xyo-network/gas-price-payload-plugin';
|
|
3
|
+
export declare const transformGasFromEthgasstation: (payload: EthereumGasEthgasstationPayload) => FeeData;
|
|
4
|
+
//# sourceMappingURL=transformGasFromEthgasstation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transformGasFromEthgasstation.d.ts","sourceRoot":"","sources":["../../../src/lib/transforms/transformGasFromEthgasstation.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AACxG,OAAO,EAAE,OAAO,EAAgC,MAAM,uCAAuC,CAAA;AA8B7F,eAAO,MAAM,6BAA6B,YAAa,+BAA+B,KAAG,OAKxF,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { EthereumGasEthgasstationPayload } from '@xyo-network/ethgasstation-ethereum-gas-payload-plugin';
|
|
2
|
+
import { FeeData } from '@xyo-network/gas-price-payload-plugin';
|
|
3
|
+
export declare const transformGasFromEthgasstation: (payload: EthereumGasEthgasstationPayload) => FeeData;
|
|
4
|
+
//# sourceMappingURL=transformGasFromEthgasstation.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"transformGasFromEthgasstation.d.ts","sourceRoot":"","sources":["../../../src/lib/transforms/transformGasFromEthgasstation.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,+BAA+B,EAAE,MAAM,wDAAwD,CAAA;AACxG,OAAO,EAAE,OAAO,EAAgC,MAAM,uCAAuC,CAAA;AA8B7F,eAAO,MAAM,6BAA6B,YAAa,+BAA+B,KAAG,OAKxF,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/test/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,yBAAyB,CAAA;AACvC,cAAc,sBAAsB,CAAA;AACpC,cAAc,mBAAmB,CAAA;AACjC,cAAc,0BAA0B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/test/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAA;AACtC,cAAc,yBAAyB,CAAA;AACvC,cAAc,sBAAsB,CAAA;AACpC,cAAc,mBAAmB,CAAA;AACjC,cAAc,0BAA0B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sampleBlocknativeGas.d.ts","sourceRoot":"","sources":["../../src/test/sampleBlocknativeGas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,6BAA6B,EAAgC,MAAM,sDAAsD,CAAA;AAEpJ,eAAO,MAAM,oBAAoB,EAAE,6BA0FlC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sampleBlocknativeGas.d.ts","sourceRoot":"","sources":["../../src/test/sampleBlocknativeGas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,6BAA6B,EAAgC,MAAM,sDAAsD,CAAA;AAEpJ,eAAO,MAAM,oBAAoB,EAAE,6BA0FlC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sampleEtherchainGasV2.d.ts","sourceRoot":"","sources":["../../src/test/sampleEtherchainGasV2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAiC,MAAM,iEAAiE,CAAA;AAE/I,eAAO,MAAM,qBAAqB,EAAE,8BAYnC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sampleEtherchainGasV2.d.ts","sourceRoot":"","sources":["../../src/test/sampleEtherchainGasV2.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,8BAA8B,EAAiC,MAAM,iEAAiE,CAAA;AAE/I,eAAO,MAAM,qBAAqB,EAAE,8BAYnC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sampleEthersGas.d.ts","sourceRoot":"","sources":["../../src/test/sampleEthersGas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAA2B,MAAM,iDAAiD,CAAA;AAEnH,eAAO,MAAM,eAAe,EAAE,wBAO7B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sampleEthersGas.d.ts","sourceRoot":"","sources":["../../src/test/sampleEthersGas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAA2B,MAAM,iDAAiD,CAAA;AAEnH,eAAO,MAAM,eAAe,EAAE,wBAO7B,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sampleEtherscanGas.d.ts","sourceRoot":"","sources":["../../src/test/sampleEtherscanGas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAA8B,MAAM,oDAAoD,CAAA;AAE5H,eAAO,MAAM,kBAAkB,EAAE,2BAahC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sampleEtherscanGas.d.ts","sourceRoot":"","sources":["../../src/test/sampleEtherscanGas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAA8B,MAAM,oDAAoD,CAAA;AAE5H,eAAO,MAAM,kBAAkB,EAAE,2BAahC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sampleEthgasstationGas.d.ts","sourceRoot":"","sources":["../../src/test/sampleEthgasstationGas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAkC,MAAM,wDAAwD,CAAA;AAExI,eAAO,MAAM,sBAAsB,EAAE,+BAiBpC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sampleEthgasstationGas.d.ts","sourceRoot":"","sources":["../../src/test/sampleEthgasstationGas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,+BAA+B,EAAkC,MAAM,wDAAwD,CAAA;AAExI,eAAO,MAAM,sBAAsB,EAAE,+BAiBpC,CAAA"}
|
package/package.json
CHANGED
|
@@ -10,20 +10,20 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/exists": "^2.
|
|
14
|
-
"@xyo-network/abstract-diviner": "~2.
|
|
15
|
-
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.
|
|
16
|
-
"@xyo-network/diviner": "~2.
|
|
17
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.
|
|
18
|
-
"@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.
|
|
19
|
-
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.
|
|
20
|
-
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~2.
|
|
21
|
-
"@xyo-network/gas-price-payload-plugin": "~2.
|
|
22
|
-
"@xyo-network/module": "~2.
|
|
23
|
-
"@xyo-network/payload-builder": "~2.
|
|
24
|
-
"@xyo-network/payload-model": "~2.
|
|
25
|
-
"@xyo-network/payloadset-plugin": "~2.
|
|
26
|
-
"@xyo-network/promise": "~2.
|
|
13
|
+
"@xylabs/exists": "^2.11.5",
|
|
14
|
+
"@xyo-network/abstract-diviner": "~2.74.0",
|
|
15
|
+
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "~2.74.0",
|
|
16
|
+
"@xyo-network/diviner": "~2.74.0",
|
|
17
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~2.74.0",
|
|
18
|
+
"@xyo-network/ethers-ethereum-gas-payload-plugin": "~2.74.0",
|
|
19
|
+
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "~2.74.0",
|
|
20
|
+
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~2.74.0",
|
|
21
|
+
"@xyo-network/gas-price-payload-plugin": "~2.74.0",
|
|
22
|
+
"@xyo-network/module": "~2.74.0",
|
|
23
|
+
"@xyo-network/payload-builder": "~2.74.0",
|
|
24
|
+
"@xyo-network/payload-model": "~2.74.0",
|
|
25
|
+
"@xyo-network/payloadset-plugin": "~2.74.0",
|
|
26
|
+
"@xyo-network/promise": "~2.74.0",
|
|
27
27
|
"regression": "^2.0.1"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
@@ -36,10 +36,8 @@
|
|
|
36
36
|
"@uniswap/sdk": "^3.0.3",
|
|
37
37
|
"@uniswap/sdk-core": "^4.0.7",
|
|
38
38
|
"@uniswap/v3-sdk": "^3.10.0",
|
|
39
|
-
"@xylabs/ts-scripts-yarn3": "^
|
|
40
|
-
"@xylabs/tsconfig": "^
|
|
41
|
-
"publint": "^0.2.2",
|
|
42
|
-
"tsup": "^7.2.0",
|
|
39
|
+
"@xylabs/ts-scripts-yarn3": "^3.0.27",
|
|
40
|
+
"@xylabs/tsconfig": "^3.0.27",
|
|
43
41
|
"typescript": "^5.2.2"
|
|
44
42
|
},
|
|
45
43
|
"peerDependencies": {
|
|
@@ -52,10 +50,6 @@
|
|
|
52
50
|
"@uniswap/sdk-core": "^3.2.3",
|
|
53
51
|
"@uniswap/v3-sdk": "^3.9.0"
|
|
54
52
|
},
|
|
55
|
-
"scripts": {
|
|
56
|
-
"package-compile": "tsup && publint",
|
|
57
|
-
"package-recompile": "tsup && publint"
|
|
58
|
-
},
|
|
59
53
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
60
54
|
"docs": "dist/docs.json",
|
|
61
55
|
"types": "dist/index.d.ts",
|
|
@@ -96,5 +90,5 @@
|
|
|
96
90
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
97
91
|
},
|
|
98
92
|
"sideEffects": false,
|
|
99
|
-
"version": "2.
|
|
93
|
+
"version": "2.74.0"
|
|
100
94
|
}
|