@bfchain/bnrtc2-client-typings
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -16,3 +16,3 @@ /// <reference lib="dom" /> | ||
getPeers(): Promise<string[]>; | ||
getServiceAddress(serviceName: string): Promise<string>; | ||
getServiceAddresses(serviceName: string): Promise<string[]>; | ||
connectAddress(address: string): Promise<boolean>; | ||
@@ -19,0 +19,0 @@ } |
{ | ||
"name": "@bfchain/bnrtc2-client-typings", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"main": "./build/index.js", | ||
@@ -8,3 +8,3 @@ "types": "./build/index.d.ts", | ||
"dependencies": { | ||
"@bfchain/bnrtc2-buffer-typings": "^2.0.2", | ||
"@bfchain/bnrtc2-buffer-typings": "^2.0.3", | ||
"@bfcs/util-evt": "^0.0.1-alpha.2" | ||
@@ -11,0 +11,0 @@ }, |
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
4471