@smallstack/common
Advanced tools
Comparing version 0.6.13 to 0.6.14
import { QueryOptions } from "./data/QueryOptions"; | ||
export interface DataBridge { | ||
httpCall(method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD", url: string, options: any): Promise<any>; | ||
httpCall(method: "GET" | "POST" | "PUT" | "PATCH" | "DELETE" | "HEAD", url: string, options?: any): Promise<any>; | ||
ddpCall(methodName: string, parameters: any): Promise<any>; | ||
@@ -5,0 +5,0 @@ ddpSubscribe(publicationName: string, parameters: any, options: QueryOptions, callbackFns: { |
{ | ||
"name": "@smallstack/common", | ||
"version": "0.6.13", | ||
"version": "0.6.14", | ||
"description": "common functionality for smallstack projects", | ||
@@ -5,0 +5,0 @@ "main": "dist/bundle/index.umd.js", |
290196