@synonymdev/blocktank-lsp-http-client
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -12,3 +12,2 @@ import { BitcoinNetworkEnum } from './BitcoinNetwork.enum'; | ||
nodes: ILspNode[]; | ||
zeroConfChannelNodeIds: string[]; | ||
options: { | ||
@@ -15,0 +14,0 @@ /** |
@@ -5,2 +5,3 @@ export interface ILspNode { | ||
connectionStrings: string[]; | ||
readonly?: boolean; | ||
} |
{ | ||
"name": "@synonymdev/blocktank-lsp-http-client", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Blocktank Http Api Client", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
76088