abstracted-firebase
Advanced tools
Comparing version 0.27.10 to 0.27.12
@@ -1,2 +0,2 @@ | ||
import { IDictionary, IMockAuthConfig } from "firemock"; | ||
import { IDictionary } from "common-types"; | ||
export { RealTimeDB } from "./db"; | ||
@@ -48,5 +48,5 @@ export { FileDepthExceeded } from "./errors/FileDepthExceeded"; | ||
/** optionally configure mocking for Firebase Authentication */ | ||
mockAuth?: IMockAuthConfig; | ||
mockAuth?: import("firemock").IMockAuthConfig; | ||
} | ||
export declare function isMockConfig(config?: IFirebaseConfig): config is IFirebaseConfigMocked; | ||
export declare function isRealDbConfig(config: IFirebaseConfig): config is IFirebaseAdminConfigProps | IFirebaseClientConfigProps; |
@@ -1,2 +0,2 @@ | ||
import { IDictionary, IMockAuthConfig } from "firemock"; | ||
import { IDictionary } from "common-types"; | ||
export { RealTimeDB } from "./db"; | ||
@@ -48,5 +48,5 @@ export { FileDepthExceeded } from "./errors/FileDepthExceeded"; | ||
/** optionally configure mocking for Firebase Authentication */ | ||
mockAuth?: IMockAuthConfig; | ||
mockAuth?: import("firemock").IMockAuthConfig; | ||
} | ||
export declare function isMockConfig(config?: IFirebaseConfig): config is IFirebaseConfigMocked; | ||
export declare function isRealDbConfig(config: IFirebaseConfig): config is IFirebaseAdminConfigProps | IFirebaseClientConfigProps; |
@@ -1,2 +0,2 @@ | ||
import { IDictionary, IMockAuthConfig } from "firemock"; | ||
import { IDictionary } from "common-types"; | ||
export { RealTimeDB } from "./db"; | ||
@@ -48,5 +48,5 @@ export { FileDepthExceeded } from "./errors/FileDepthExceeded"; | ||
/** optionally configure mocking for Firebase Authentication */ | ||
mockAuth?: IMockAuthConfig; | ||
mockAuth?: import("firemock").IMockAuthConfig; | ||
} | ||
export declare function isMockConfig(config?: IFirebaseConfig): config is IFirebaseConfigMocked; | ||
export declare function isRealDbConfig(config: IFirebaseConfig): config is IFirebaseAdminConfigProps | IFirebaseClientConfigProps; |
{ | ||
"name": "abstracted-firebase", | ||
"version": "0.27.10", | ||
"version": "0.27.12", | ||
"description": "Core functional library supporting 'abstracted-admin' and 'abstracted-client'", | ||
@@ -32,6 +32,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@firebase/auth-types": "^0.7.0", | ||
"@firebase/database-types": "^0.4.0", | ||
"common-types": "^1.11.10", | ||
"serialized-query": "^0.8.0", | ||
"@firebase/auth-types": "^0.7.2", | ||
"@firebase/database-types": "^0.4.2", | ||
"common-types": "^1.11.14", | ||
"serialized-query": "^0.8.1", | ||
"typed-conversions": "^0.10.1" | ||
@@ -50,3 +50,3 @@ }, | ||
"chai": "^4.2.0", | ||
"firemock": "^0.27.2", | ||
"firemock": "^0.27.8", | ||
"js-yaml": "^3.13.1", | ||
@@ -57,5 +57,5 @@ "lodash": "^4.17.11", | ||
"test-console": "^1.1.0", | ||
"ts-node": "^8.2.0", | ||
"tslint": "^5.16.0", | ||
"typescript": "^3.5.1" | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.18.0", | ||
"typescript": "^3.5.3" | ||
}, | ||
@@ -62,0 +62,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
153192
Updated@firebase/auth-types@^0.7.2
Updatedcommon-types@^1.11.14
Updatedserialized-query@^0.8.1