@clickhouse/client-web
Advanced tools
Comparing version 0.2.6 to 0.2.7
@@ -73,3 +73,3 @@ "use strict"; | ||
}); | ||
await this.request({ | ||
const res = await this.request({ | ||
values: params.values, | ||
@@ -79,2 +79,5 @@ params, | ||
}); | ||
if (res.body !== null) { | ||
await res.text(); // drain the response (it's empty anyway) | ||
} | ||
return { | ||
@@ -81,0 +84,0 @@ query_id, |
@@ -1,2 +0,2 @@ | ||
declare const _default: "0.2.6"; | ||
declare const _default: "0.2.7"; | ||
export default _default; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = '0.2.6'; | ||
exports.default = '0.2.7'; | ||
//# sourceMappingURL=version.js.map |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://clickhouse.com", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"license": "Apache-2.0", | ||
@@ -24,4 +24,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@clickhouse/client-common": "0.2.6" | ||
"@clickhouse/client-common": "0.2.7" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
41371
449
+ Added@clickhouse/client-common@0.2.7(transitive)
- Removed@clickhouse/client-common@0.2.6(transitive)