abstracted-firebase
Advanced tools
Comparing version 0.36.0 to 0.37.0
@@ -12,3 +12,5 @@ import { IDictionary } from "common-types"; | ||
export declare abstract class RealTimeDB<A = any> { | ||
protected _isAdminApi: boolean; | ||
get isMockDb(): boolean; | ||
get isAdminApi(): boolean; | ||
/** | ||
@@ -15,0 +17,0 @@ * **getPushKey** |
@@ -20,2 +20,3 @@ "use strict"; | ||
constructor(config = {}) { | ||
this._isAdminApi = false; | ||
/** how many miliseconds before the attempt to connect to DB is timed out */ | ||
@@ -39,2 +40,5 @@ this.CONNECTION_TIMEOUT = 5000; | ||
} | ||
get isAdminApi() { | ||
return this._isAdminApi; | ||
} | ||
/** | ||
@@ -41,0 +45,0 @@ * **getPushKey** |
@@ -12,3 +12,5 @@ import { IDictionary } from "common-types"; | ||
export declare abstract class RealTimeDB<A = any> { | ||
protected _isAdminApi: boolean; | ||
get isMockDb(): boolean; | ||
get isAdminApi(): boolean; | ||
/** | ||
@@ -15,0 +17,0 @@ * **getPushKey** |
@@ -18,2 +18,3 @@ // tslint:disable: member-ordering | ||
constructor(config = {}) { | ||
this._isAdminApi = false; | ||
/** how many miliseconds before the attempt to connect to DB is timed out */ | ||
@@ -37,2 +38,5 @@ this.CONNECTION_TIMEOUT = 5000; | ||
} | ||
get isAdminApi() { | ||
return this._isAdminApi; | ||
} | ||
/** | ||
@@ -39,0 +43,0 @@ * **getPushKey** |
@@ -12,3 +12,5 @@ import { IDictionary } from "common-types"; | ||
export declare abstract class RealTimeDB<A = any> { | ||
protected _isAdminApi: boolean; | ||
get isMockDb(): boolean; | ||
get isAdminApi(): boolean; | ||
/** | ||
@@ -15,0 +17,0 @@ * **getPushKey** |
@@ -30,2 +30,3 @@ (function (factory) { | ||
constructor(config = {}) { | ||
this._isAdminApi = false; | ||
/** how many miliseconds before the attempt to connect to DB is timed out */ | ||
@@ -49,2 +50,5 @@ this.CONNECTION_TIMEOUT = 5000; | ||
} | ||
get isAdminApi() { | ||
return this._isAdminApi; | ||
} | ||
/** | ||
@@ -51,0 +55,0 @@ * **getPushKey** |
{ | ||
"name": "abstracted-firebase", | ||
"version": "0.36.0", | ||
"version": "0.37.0", | ||
"description": "Core functional library supporting 'abstracted-admin' and 'abstracted-client'", | ||
@@ -79,2 +79,2 @@ "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
161934
3860