abstracted-firebase
Advanced tools
Comparing version 0.33.0 to 0.33.1
@@ -31,2 +31,5 @@ "use strict"; | ||
this._config = config; | ||
if (config.timeout) { | ||
this.CONNECTION_TIMEOUT = config.timeout; | ||
} | ||
} | ||
@@ -33,0 +36,0 @@ get isMockDb() { |
@@ -43,2 +43,4 @@ import { IDictionary } from "common-types"; | ||
logging?: any; | ||
/** override the default timeout of 5 seconds */ | ||
timeout?: number; | ||
} | ||
@@ -45,0 +47,0 @@ /** an _async_ mock function which returns a dictionary data structure */ |
@@ -29,2 +29,5 @@ // tslint:disable: member-ordering | ||
this._config = config; | ||
if (config.timeout) { | ||
this.CONNECTION_TIMEOUT = config.timeout; | ||
} | ||
} | ||
@@ -31,0 +34,0 @@ get isMockDb() { |
@@ -43,2 +43,4 @@ import { IDictionary } from "common-types"; | ||
logging?: any; | ||
/** override the default timeout of 5 seconds */ | ||
timeout?: number; | ||
} | ||
@@ -45,0 +47,0 @@ /** an _async_ mock function which returns a dictionary data structure */ |
@@ -41,2 +41,5 @@ (function (factory) { | ||
this._config = config; | ||
if (config.timeout) { | ||
this.CONNECTION_TIMEOUT = config.timeout; | ||
} | ||
} | ||
@@ -43,0 +46,0 @@ get isMockDb() { |
@@ -43,2 +43,4 @@ import { IDictionary } from "common-types"; | ||
logging?: any; | ||
/** override the default timeout of 5 seconds */ | ||
timeout?: number; | ||
} | ||
@@ -45,0 +47,0 @@ /** an _async_ mock function which returns a dictionary data structure */ |
{ | ||
"name": "abstracted-firebase", | ||
"version": "0.33.0", | ||
"version": "0.33.1", | ||
"description": "Core functional library supporting 'abstracted-admin' and 'abstracted-client'", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
157454
3779