Comparing version
@@ -6,2 +6,3 @@ import { DataSnapshot, Query as IQuery, EventType, Reference as IReference } from "@firebase/database-types"; | ||
import { DelayType } from "./util"; | ||
import { IDictionary } from "common-types"; | ||
export declare type EventHandler = HandleValueEvent | HandleNewEvent | HandleRemoveEvent; | ||
@@ -80,3 +81,3 @@ export declare type GenericEventHandler = (snap: SnapShot, key?: string) => void; | ||
identity: string; | ||
query: import("serialized-query").ISerializedQueryIdentity<import("common-types").IDictionary<any>>; | ||
query: IDictionary<any>; | ||
}; | ||
@@ -83,0 +84,0 @@ toString(): string; |
@@ -6,2 +6,3 @@ import { DataSnapshot, Query as IQuery, EventType, Reference as IReference } from "@firebase/database-types"; | ||
import { DelayType } from "./util"; | ||
import { IDictionary } from "common-types"; | ||
export declare type EventHandler = HandleValueEvent | HandleNewEvent | HandleRemoveEvent; | ||
@@ -80,3 +81,3 @@ export declare type GenericEventHandler = (snap: SnapShot, key?: string) => void; | ||
identity: string; | ||
query: import("serialized-query").ISerializedQueryIdentity<import("common-types").IDictionary<any>>; | ||
query: IDictionary<any>; | ||
}; | ||
@@ -83,0 +84,0 @@ toString(): string; |
{ | ||
"name": "firemock", | ||
"version": "0.37.3", | ||
"version": "0.37.4", | ||
"description": "firemock", | ||
@@ -41,4 +41,3 @@ "license": "MIT", | ||
"@types/faker": "^4.1.9", | ||
"abstracted-firebase": "^0.37.3", | ||
"common-types": "^1.12.18", | ||
"common-types": "^1.13.1", | ||
"deepmerge": "^4.2.2", | ||
@@ -69,10 +68,10 @@ "email-validator": "^2.0.4", | ||
"@types/stack-trace": "^0.0.29", | ||
"@vuepress/plugin-back-to-top": "^1.3.0", | ||
"@vuepress/plugin-last-updated": "^1.3.0", | ||
"@vuepress/plugin-medium-zoom": "^1.3.0", | ||
"@vuepress/plugin-pwa": "^1.3.0", | ||
"@vuepress/plugin-back-to-top": "^1.4.0", | ||
"@vuepress/plugin-last-updated": "^1.4.0", | ||
"@vuepress/plugin-medium-zoom": "^1.4.0", | ||
"@vuepress/plugin-pwa": "^1.4.0", | ||
"async-shelljs": "^0.1.4", | ||
"chai": "^4.2.0", | ||
"chalk": "^3.0.0", | ||
"do-devops": "^0.3.4", | ||
"do-devops": "^0.3.5", | ||
"mocha": "^7.0.1", | ||
@@ -85,4 +84,4 @@ "prettier": "^1.19.1", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^3.7.5", | ||
"vuepress": "^1.3.0" | ||
"typescript": "^3.8.3", | ||
"vuepress": "^1.4.0" | ||
}, | ||
@@ -89,0 +88,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18
-5.26%7686
0.03%444291
-0.02%- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated