@moosty/lisk-service-provider
Advanced tools
Comparing version 0.0.17 to 0.0.18
import { FC } from "react"; | ||
import { NetworkEndpoint } from "@moosty/lisk-connection-provider"; | ||
export { LiskConnectionProvider, NetworkEndpoint, ConnectionProviderProps, ConnectionState, LiskClientContext, useLiskService, ServiceRPCController, Envelope, TransactionDataType, FeeEstimateDataType, BlockDataType, AccountDataType, MarketPriceDataType, ForgersDataType, NetworkStatusDataType, DataType, } from "@moosty/lisk-connection-provider"; | ||
export { LiskConnectionProvider, NetworkEndpoint, ConnectionProviderProps, ConnectionState, LiskClientContext, useLiskService, ServiceRPCController, Envelope, TransactionDataType, FeeEstimateDataType, BlockDataType, AccountDataType, MarketPriceDataType, ForgersDataType, NetworkStatusDataType, DataType, SingleDataType, } from "@moosty/lisk-connection-provider"; | ||
interface ServiceProviderProps { | ||
@@ -5,0 +5,0 @@ endpoints?: Array<NetworkEndpoint>; |
{ | ||
"name": "@moosty/lisk-service-provider", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"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.17" | ||
"@moosty/lisk-connection-provider": "^0.0.18" | ||
}, | ||
@@ -37,3 +37,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "b40d481dccb8e4ed666d923c8c90c8303b3072cb" | ||
"gitHead": "cb875959f86c41c1cefbd683761041e7800a6ff3" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13525
6
23
+ Added@moosty/lisk-connection-provider@0.0.18(transitive)
- Removed@moosty/lisk-connection-provider@0.0.17(transitive)