@livequery/types
Advanced tools
+1
-1
@@ -1,2 +0,2 @@ | ||
| export { QueryTransporter, QueryOption, FilterCondition, FilterExpression, FilterOption, RequestMethod } from './QueryTransporter'; | ||
| export { QueryTransporter, QueryOption, FilterCondition, FilterExpression, FilterOption, RequestMethod, QueryResponse } from './QueryTransporter'; | ||
| export { RealtimeTransporter, UpdatedData } from './RealtimeTransporter'; |
@@ -17,3 +17,3 @@ export declare type FilterExpression = 'eq' | 'ne' | 'lt' | 'lte' | 'gt' | 'gte' | 'in' | 'contains' | 'nin'; | ||
| }; | ||
| declare type QueryResponse<T> = { | ||
| export declare type QueryResponse<T> = { | ||
| items: T[]; | ||
@@ -27,2 +27,1 @@ has_more: boolean; | ||
| }; | ||
| export {}; |
+2
-2
@@ -6,3 +6,3 @@ { | ||
| }, | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "description": "", | ||
@@ -17,3 +17,3 @@ "main": "build/index.js", | ||
| "build": "tsc -b .", | ||
| "deploy": "yarn build; git add .; git commit -m \"Update\"; git push origin master; npm publish" | ||
| "deploy": "yarn build; git add .; git commit -m \"Update\"; git push origin master; npm publish --access publish" | ||
| }, | ||
@@ -20,0 +20,0 @@ "author": "", |
2227
1.27%43
-2.27%