ferrum-db-client
Advanced tools
Comparing version 0.3.13 to 0.3.14
@@ -35,2 +35,3 @@ "use strict"; | ||
this.onTimeout = new util_1.EventEmitter(); | ||
this.onReconnect = new util_1.EventEmitter(); | ||
this.ip = ip; | ||
@@ -37,0 +38,0 @@ this.port = port; |
{ | ||
"name": "ferrum-db-client", | ||
"version": "0.3.13", | ||
"version": "0.3.14", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts", |
@@ -35,3 +35,3 @@ import { ChannelCredentials } from '@grpc/grpc-js'; | ||
public readonly onTimeout: EventEmitter<string> = new EventEmitter(); | ||
private onReconnect: EventEmitter<Channel>; | ||
private onReconnect: EventEmitter<Channel> = new EventEmitter(); | ||
@@ -38,0 +38,0 @@ private constructor(ip: string, port: number) { |
Sorry, the diff of this file is not supported yet
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
1233271
28324