abstracted-firebase
Advanced tools
Comparing version 0.30.1 to 0.30.2
import { IDictionary } from "common-types"; | ||
import { IMockConfigOptions } from "firemock"; | ||
import { SerializedQuery } from "serialized-query"; | ||
@@ -8,2 +7,3 @@ import { FirebaseDatabase, DataSnapshot, EventType, Reference } from "@firebase/database-types"; | ||
declare type Mock = import("firemock").Mock; | ||
declare type IMockConfigOptions = import("firemock").IMockConfigOptions; | ||
/** time by which the dynamically loaded mock library should be loaded */ | ||
@@ -10,0 +10,0 @@ export declare const MOCK_LOADING_TIMEOUT = 2000; |
import { IDictionary } from "common-types"; | ||
import { IMockConfigOptions } from "firemock"; | ||
import { SerializedQuery } from "serialized-query"; | ||
@@ -8,2 +7,3 @@ import { FirebaseDatabase, DataSnapshot, EventType, Reference } from "@firebase/database-types"; | ||
declare type Mock = import("firemock").Mock; | ||
declare type IMockConfigOptions = import("firemock").IMockConfigOptions; | ||
/** time by which the dynamically loaded mock library should be loaded */ | ||
@@ -10,0 +10,0 @@ export declare const MOCK_LOADING_TIMEOUT = 2000; |
import { IDictionary } from "common-types"; | ||
import { IMockConfigOptions } from "firemock"; | ||
import { SerializedQuery } from "serialized-query"; | ||
@@ -8,2 +7,3 @@ import { FirebaseDatabase, DataSnapshot, EventType, Reference } from "@firebase/database-types"; | ||
declare type Mock = import("firemock").Mock; | ||
declare type IMockConfigOptions = import("firemock").IMockConfigOptions; | ||
/** time by which the dynamically loaded mock library should be loaded */ | ||
@@ -10,0 +10,0 @@ export declare const MOCK_LOADING_TIMEOUT = 2000; |
{ | ||
"name": "abstracted-firebase", | ||
"version": "0.30.1", | ||
"version": "0.30.2", | ||
"description": "Core functional library supporting 'abstracted-admin' and 'abstracted-client'", | ||
@@ -33,4 +33,4 @@ "license": "MIT", | ||
"@firebase/auth-types": "^0.7.2", | ||
"@firebase/database-types": "^0.4.2", | ||
"common-types": "^1.11.15", | ||
"@firebase/database-types": "^0.4.3", | ||
"common-types": "^1.11.18", | ||
"serialized-query": "^0.8.1", | ||
@@ -42,3 +42,3 @@ "typed-conversions": "^0.10.1" | ||
"@types/chance": "^0.7.34", | ||
"@types/faker": "^4.1.0", | ||
"@types/faker": "^4.1.5", | ||
"@types/js-yaml": "^3.9.0", | ||
@@ -58,3 +58,3 @@ "@types/lodash": "^4.14.0", | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.18.0", | ||
"tslint": "^5.19.0", | ||
"typescript": "^3.5.3" | ||
@@ -61,0 +61,0 @@ }, |
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
154422
Updatedcommon-types@^1.11.18