serialized-query
Advanced tools
Comparing version 0.4.6 to 0.4.7
@@ -7,2 +7,12 @@ import { rtdb } from "firebase-api-surface"; | ||
export declare function slashNotation(path: string): string; | ||
export interface ISerializedQueryIdentity { | ||
orderBy: string; | ||
orderByKey: string; | ||
limitToFirst: number; | ||
limitToLast: number; | ||
startAt: string; | ||
endAt: string; | ||
equalTo: string; | ||
path: string; | ||
} | ||
export declare type IComparisonOperator = "=" | ">" | "<"; | ||
@@ -9,0 +19,0 @@ export declare type IConditionAndValue = [IComparisonOperator, boolean | string | number]; |
{ | ||
"name": "serialized-query", | ||
"version": "0.4.6", | ||
"version": "0.4.7", | ||
"description": "A simple Typescript class to serialize Firebase queries", | ||
@@ -38,3 +38,3 @@ "license": "MIT", | ||
"@types/chalk": "^2.2.0", | ||
"@types/firebase": "^2.4.32", | ||
"@types/firebase": "^3.2.1", | ||
"@types/mocha": "^2.2.41", | ||
@@ -44,3 +44,3 @@ "@types/node": "^6.0.0", | ||
"@types/stack-trace": "^0.0.28", | ||
"abstracted-admin": "^0.12.3", | ||
"abstracted-admin": "^0.15.2", | ||
"async-shelljs": "^0.1.2", | ||
@@ -51,4 +51,4 @@ "bili": "^3.1.2", | ||
"coveralls": "^2.0.0", | ||
"firemock": "^0.18.0", | ||
"firemodel": "^0.14.2", | ||
"firemock": "^0.19.1", | ||
"firemodel": "^0.19.1", | ||
"js-yaml": "^3.0.0", | ||
@@ -65,3 +65,3 @@ "lodash": "^4.0.0", | ||
"typed-conversions": "^0.8.9", | ||
"typescript": "^2.9.2" | ||
"typescript": "^3.3.3" | ||
}, | ||
@@ -68,0 +68,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
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
16409
273