@clickhouse/client-web
Advanced tools
Comparing version 0.2.5 to 0.2.6
@@ -120,3 +120,3 @@ "use strict"; | ||
let isAborted = false; | ||
if ((params === null || params === void 0 ? void 0 : params.abort_signal) !== undefined) { | ||
if (params?.abort_signal !== undefined) { | ||
params.abort_signal.onabort = () => { | ||
@@ -137,3 +137,3 @@ isAborted = true; | ||
keepalive: false, | ||
method: method !== null && method !== void 0 ? method : 'POST', | ||
method: method ?? 'POST', | ||
signal: abortController.signal, | ||
@@ -140,0 +140,0 @@ }); |
@@ -1,2 +0,2 @@ | ||
declare const _default: "0.2.5"; | ||
declare const _default: "0.2.6"; | ||
export default _default; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = '0.2.5'; | ||
exports.default = '0.2.6'; | ||
//# sourceMappingURL=version.js.map |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://clickhouse.com", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"license": "Apache-2.0", | ||
@@ -24,4 +24,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@clickhouse/client-common": "0.2.5" | ||
"@clickhouse/client-common": "0.2.6" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
41135
+ Added@clickhouse/client-common@0.2.6(transitive)
- Removed@clickhouse/client-common@0.2.5(transitive)