abstracted-firebase
Advanced tools
Comparing version 0.25.6 to 0.25.7
@@ -0,1 +1,2 @@ | ||
import { IDictionary } from "firemock"; | ||
export { RealTimeDB } from "./db"; | ||
@@ -34,2 +35,4 @@ export { FileDepthExceeded } from "./errors/FileDepthExceeded"; | ||
mocking: true; | ||
/** initialize the database to a known state */ | ||
mockData?: IDictionary; | ||
} |
@@ -0,1 +1,2 @@ | ||
import { IDictionary } from "firemock"; | ||
export { RealTimeDB } from "./db"; | ||
@@ -34,2 +35,4 @@ export { FileDepthExceeded } from "./errors/FileDepthExceeded"; | ||
mocking: true; | ||
/** initialize the database to a known state */ | ||
mockData?: IDictionary; | ||
} |
@@ -0,1 +1,2 @@ | ||
import { IDictionary } from "firemock"; | ||
export { RealTimeDB } from "./db"; | ||
@@ -34,2 +35,4 @@ export { FileDepthExceeded } from "./errors/FileDepthExceeded"; | ||
mocking: true; | ||
/** initialize the database to a known state */ | ||
mockData?: IDictionary; | ||
} |
{ | ||
"name": "abstracted-firebase", | ||
"version": "0.25.6", | ||
"version": "0.25.7", | ||
"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
125275
2999