@smallstack/common
Advanced tools
Comparing version 0.6.11 to 0.6.12
@@ -0,1 +1,2 @@ | ||
import { APISyncOptions } from "./APISyncOptions"; | ||
import { Collection } from "./Collection"; | ||
@@ -5,3 +6,2 @@ import { MongoDBCursor } from "./MongoDBCursor"; | ||
import { SmallstackModel } from "./SmallstackModel"; | ||
import { APISyncOptions } from "./APISyncOptions"; | ||
export interface QueryObject<ModelClass extends SmallstackModel> { | ||
@@ -8,0 +8,0 @@ create(selector: any, subscriptionName: string, queryOptions: QueryOptions, parameters: any, sorting: any, collection: Collection<ModelClass>): QueryObject<ModelClass>; |
@@ -0,3 +1,3 @@ | ||
import { API } from "@smallstack/api-common"; | ||
import { SmallstackModelStatic } from "./SmallstackModel"; | ||
import { API } from "@smallstack/api-common"; | ||
export interface TypeSecuredMethod { | ||
@@ -9,2 +9,3 @@ name: string; | ||
api?: API; | ||
type: "http" | "ddp"; | ||
} | ||
@@ -11,0 +12,0 @@ export interface TypeServiceQuery { |
{ | ||
"name": "@smallstack/common", | ||
"version": "0.6.11", | ||
"version": "0.6.12", | ||
"description": "common functionality for smallstack projects", | ||
@@ -46,3 +46,3 @@ "main": "dist/bundle/index.umd.js", | ||
"dependencies": { | ||
"@smallstack/api-common": "^0.2.2", | ||
"@smallstack/api-common": "^0.2.3", | ||
"pluralize": "^7.0.0", | ||
@@ -49,0 +49,0 @@ "rxjs": "^5.5.6", |
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
294000
1389