@moosty/lisk-service-provider
Advanced tools
Comparing version 0.0.6 to 0.0.7
import { FC } from "react"; | ||
import { NetworkEndpoint, ConnectionProviderProps, ConnectionState, LiskClientContext, useLiskService, ServiceRPCController } from "@moosty/lisk-connection-provider"; | ||
export { Envelope, TransactionDataType, FeeEstimateDataType, BlockDataType, AccountDataType, MarketPriceDataType, ForgersDataType, NetworkStatusDataType, } from "./types"; | ||
interface ServiceProviderProps { | ||
endpoints?: Array<NetworkEndpoint>; | ||
} | ||
export { NetworkEndpoint, ConnectionProviderProps, ConnectionState, LiskClientContext, useLiskService, ServiceRPCController }; | ||
export { NetworkEndpoint, ConnectionProviderProps, ConnectionState, LiskClientContext, useLiskService, ServiceRPCController, }; | ||
export declare const LiskServiceProvider: FC<ServiceProviderProps>; |
{ | ||
"name": "@moosty/lisk-service-provider", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Lisk service provider component to connect react to Lisk service", | ||
@@ -17,3 +17,3 @@ "author": "Moosty <info@moosty.com>", | ||
"dependencies": { | ||
"@moosty/lisk-connection-provider": "^0.0.6" | ||
"@moosty/lisk-connection-provider": "^0.0.7" | ||
}, | ||
@@ -37,3 +37,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "f0d9c42fe4f5fd67501c683380c176314c6464f0" | ||
"gitHead": "79f9763876b95fbdcca78f234ac6ca8b037c0363" | ||
} |
Sorry, the diff of this file is not supported yet
15477
9
102
+ Added@moosty/lisk-connection-provider@0.0.7(transitive)
- Removed@moosty/lisk-connection-provider@0.0.6(transitive)