@bfchain/bnrtc2-client-typings
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -29,4 +29,4 @@ /// <reference lib="dom" /> | ||
offData(dport: string, handler?: Bnrtc2DataHandler): Promise<RESULT_CODE>; | ||
getServerConfig(): Promise<Bnrtc2.Bnrtc2ServerConfig>; | ||
getDwebServiceConfig(): Promise<Bnrtc2.Bnrtc2DwebServiceConfig>; | ||
getServerConfig(): Promise<Bnrtc2.Bnrtc2ServerConfig | undefined>; | ||
getDwebServiceConfig(): Promise<Bnrtc2.Bnrtc2DwebServiceConfig | undefined>; | ||
} | ||
@@ -33,0 +33,0 @@ type Bnrtc2DataHandler = (data: Bnrtc2Data) => void; |
{ | ||
"name": "@bfchain/bnrtc2-client-typings", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"main": "./build/index.js", | ||
@@ -8,3 +8,3 @@ "types": "./build/index.d.ts", | ||
"dependencies": { | ||
"@bfchain/bnrtc2-buffer-typings": "^2.0.6", | ||
"@bfchain/bnrtc2-buffer-typings": "^2.0.7", | ||
"@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
4495