abstracted-firebase
Advanced tools
Comparing version 0.32.5 to 0.33.0
@@ -56,3 +56,3 @@ import { IDictionary } from "common-types"; | ||
* | ||
* Watch for firebase events based on a DB path or Query | ||
* Watch for firebase events based on a DB path or `SerializedQuery` (path plus query elements) | ||
* | ||
@@ -59,0 +59,0 @@ * @param target a database path or a SerializedQuery |
@@ -82,3 +82,3 @@ "use strict"; | ||
* | ||
* Watch for firebase events based on a DB path or Query | ||
* Watch for firebase events based on a DB path or `SerializedQuery` (path plus query elements) | ||
* | ||
@@ -85,0 +85,0 @@ * @param target a database path or a SerializedQuery |
@@ -56,3 +56,3 @@ import { IDictionary } from "common-types"; | ||
* | ||
* Watch for firebase events based on a DB path or Query | ||
* Watch for firebase events based on a DB path or `SerializedQuery` (path plus query elements) | ||
* | ||
@@ -59,0 +59,0 @@ * @param target a database path or a SerializedQuery |
@@ -80,3 +80,3 @@ // tslint:disable: member-ordering | ||
* | ||
* Watch for firebase events based on a DB path or Query | ||
* Watch for firebase events based on a DB path or `SerializedQuery` (path plus query elements) | ||
* | ||
@@ -83,0 +83,0 @@ * @param target a database path or a SerializedQuery |
@@ -56,3 +56,3 @@ import { IDictionary } from "common-types"; | ||
* | ||
* Watch for firebase events based on a DB path or Query | ||
* Watch for firebase events based on a DB path or `SerializedQuery` (path plus query elements) | ||
* | ||
@@ -59,0 +59,0 @@ * @param target a database path or a SerializedQuery |
@@ -92,3 +92,3 @@ (function (factory) { | ||
* | ||
* Watch for firebase events based on a DB path or Query | ||
* Watch for firebase events based on a DB path or `SerializedQuery` (path plus query elements) | ||
* | ||
@@ -95,0 +95,0 @@ * @param target a database path or a SerializedQuery |
{ | ||
"name": "abstracted-firebase", | ||
"version": "0.32.5", | ||
"version": "0.33.0", | ||
"description": "Core functional library supporting 'abstracted-admin' and 'abstracted-client'", | ||
@@ -32,6 +32,6 @@ "license": "MIT", | ||
"dependencies": { | ||
"@firebase/auth-types": "^0.8.0", | ||
"@firebase/database-types": "^0.4.4", | ||
"@firebase/auth-types": "^0.8.1", | ||
"@firebase/database-types": "^0.4.5", | ||
"common-types": "^1.12.9", | ||
"serialized-query": "^0.8.1", | ||
"serialized-query": "^0.9.1", | ||
"typed-conversions": "^0.10.1" | ||
@@ -41,4 +41,3 @@ }, | ||
"@types/chai": "^4.1.0", | ||
"@types/chance": "^0.7.34", | ||
"@types/faker": "^4.1.5", | ||
"@types/faker": "^4.1.6", | ||
"@types/js-yaml": "^3.9.0", | ||
@@ -51,3 +50,3 @@ "@types/lodash": "^4.14.0", | ||
"chai": "^4.2.0", | ||
"firemock": "^0.32.10", | ||
"firemock": "^0.33.1", | ||
"js-yaml": "^3.13.1", | ||
@@ -54,0 +53,0 @@ "lodash": "^4.17.11", |
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
156935
18
+ Added@firebase/app-types@0.4.9(transitive)
+ Added@firebase/database-types@0.4.9(transitive)
+ Added@firebase/util@0.2.35(transitive)
+ Addedserialized-query@0.9.9(transitive)
+ Addedtslib@1.10.0(transitive)
- Removedserialized-query@0.8.1(transitive)
Updated@firebase/auth-types@^0.8.1
Updatedserialized-query@^0.9.1