abstracted-firebase
Advanced tools
Comparing version 0.16.6 to 0.17.0
@@ -119,4 +119,5 @@ import { SerializedQuery } from "serialized-query"; | ||
protected abstract listenForConnectionStatus(): void; | ||
/** asynchronously imports firemock and then sets isConnected to true */ | ||
protected getFireMock(config?: IMockAuthConfig): Promise<void>; | ||
} | ||
export {}; |
@@ -403,2 +403,3 @@ "use strict"; | ||
} | ||
/** asynchronously imports firemock and then sets isConnected to true */ | ||
async getFireMock(config = {}) { | ||
@@ -405,0 +406,0 @@ try { |
@@ -119,4 +119,5 @@ import { SerializedQuery } from "serialized-query"; | ||
protected abstract listenForConnectionStatus(): void; | ||
/** asynchronously imports firemock and then sets isConnected to true */ | ||
protected getFireMock(config?: IMockAuthConfig): Promise<void>; | ||
} | ||
export {}; |
@@ -401,2 +401,3 @@ // tslint:disable:no-implicit-dependencies | ||
} | ||
/** asynchronously imports firemock and then sets isConnected to true */ | ||
async getFireMock(config = {}) { | ||
@@ -403,0 +404,0 @@ try { |
@@ -119,4 +119,5 @@ import { SerializedQuery } from "serialized-query"; | ||
protected abstract listenForConnectionStatus(): void; | ||
/** asynchronously imports firemock and then sets isConnected to true */ | ||
protected getFireMock(config?: IMockAuthConfig): Promise<void>; | ||
} | ||
export {}; |
@@ -413,2 +413,3 @@ (function (factory) { | ||
} | ||
/** asynchronously imports firemock and then sets isConnected to true */ | ||
async getFireMock(config = {}) { | ||
@@ -415,0 +416,0 @@ try { |
{ | ||
"name": "abstracted-firebase", | ||
"version": "0.16.6", | ||
"version": "0.17.0", | ||
"description": "Core functional library supporting 'abstracted-admin' and 'abstracted-client'", | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"@firebase/auth-types": "^0.5.4", | ||
"@firebase/database-types": "^0.3.7", | ||
"@firebase/auth-types": "^0.5.5", | ||
"@firebase/database-types": "^0.3.8", | ||
"common-types": "^1.9.7", | ||
@@ -47,3 +47,3 @@ "serialized-query": "^0.5.0", | ||
"abstracted-admin": "^0.16.3", | ||
"abstracted-client": "^0.16.4", | ||
"abstracted-client": "^0.16.5", | ||
"async-shelljs": "^0.1.2", | ||
@@ -53,4 +53,4 @@ "chai": "^4.2.0", | ||
"faker": "^4.1.0", | ||
"firebase-admin": "^7.0.0", | ||
"firemock": "^0.20.4", | ||
"firebase-admin": "^7.1.1", | ||
"firemock": "^0.20.7", | ||
"js-yaml": "^3.12.0", | ||
@@ -65,3 +65,3 @@ "lodash": "^4.17.10", | ||
"tslint": "^5.13.0", | ||
"typescript": "^3.3.3" | ||
"typescript": "^3.3.4000" | ||
}, | ||
@@ -68,0 +68,0 @@ "engines": { |
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
102360
2344