@moosty/lisk-service-provider
Advanced tools
Comparing version 0.0.15 to 0.0.16
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, } 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"; | ||
interface ServiceProviderProps { | ||
@@ -5,0 +5,0 @@ endpoints?: Array<NetworkEndpoint>; |
{ | ||
"name": "@moosty/lisk-service-provider", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"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.15" | ||
"@moosty/lisk-connection-provider": "^0.0.16" | ||
}, | ||
@@ -37,3 +37,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "e8852a24383beca5756afcd1a6af67e116604bd7" | ||
"gitHead": "0a084fa24924a7aac493642a69f3c0ed1de63de7" | ||
} |
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
17324
+ Added@moosty/lisk-connection-provider@0.0.16(transitive)
- Removed@moosty/lisk-connection-provider@0.0.15(transitive)