@clickhouse/client-web
Advanced tools
Comparing version 1.4.1 to 1.5.0
@@ -136,4 +136,4 @@ "use strict"; | ||
: this.defaultHeaders, | ||
compress_request: false, | ||
decompress_response: this.params.compression.decompress_response, | ||
enable_request_compression: false, | ||
enable_response_compression: this.params.compression.decompress_response, | ||
}); | ||
@@ -140,0 +140,0 @@ const response = await fetch(url, { |
@@ -1,2 +0,2 @@ | ||
declare const _default: "1.4.1"; | ||
declare const _default: "1.5.0"; | ||
export default _default; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = '1.4.1'; | ||
exports.default = '1.5.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://clickhouse.com", | ||
"version": "1.4.1", | ||
"version": "1.5.0", | ||
"license": "Apache-2.0", | ||
@@ -24,4 +24,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@clickhouse/client-common": "1.4.1" | ||
"@clickhouse/client-common": "1.5.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
49724
+ Added@clickhouse/client-common@1.5.0(transitive)
- Removed@clickhouse/client-common@1.4.1(transitive)