@frui.ts/apiclient
Advanced tools
Comparing version 0.16.0-beta.6 to 0.16.0-beta.7
@@ -35,3 +35,3 @@ import { IApiConnector } from "./types"; | ||
getQueryString(query: any): string; | ||
protected appendQuery(url: string, query?: any): string; | ||
appendQuery(url: string, query?: any): string; | ||
} |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "0.16.0-beta.6", | ||
"version": "0.16.0-beta.7", | ||
"description": "Frui.ts helpers for HTTP communication", | ||
@@ -36,6 +36,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@frui.ts/helpers": "^0.16.0-beta.6", | ||
"@frui.ts/helpers": "^0.16.0-beta.7", | ||
"query-string": "^6.9.0" | ||
}, | ||
"gitHead": "041fa41ca3efb6160efdb6b059c07900a8d569d7" | ||
"gitHead": "ec49c1d0d7277b72b0d324e77b7501299aeba2d2" | ||
} |
Sorry, the diff of this file is not supported yet
37900