Comparing version 2.4.4 to 2.4.5
@@ -1,1 +0,1 @@ | ||
export declare const version = "2.4.4"; | ||
export declare const version = "2.4.5"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = "2.4.4"; | ||
exports.version = "2.4.5"; | ||
//# sourceMappingURL=version.js.map |
@@ -131,5 +131,9 @@ "use strict"; | ||
}; | ||
const zlibOpts = { | ||
flush: zlib_1.constants.Z_SYNC_FLUSH, | ||
finishFlush: zlib_1.constants.Z_SYNC_FLUSH, | ||
}; | ||
const decoders = { | ||
deflate: (stream) => stream_1.pipeline(stream, zlib_1.createInflate(), handleStreamResult), | ||
gzip: (stream) => stream_1.pipeline(stream, zlib_1.createGunzip(), handleStreamResult), | ||
gzip: (stream) => stream_1.pipeline(stream, zlib_1.createGunzip(zlibOpts), handleStreamResult), | ||
}; | ||
@@ -136,0 +140,0 @@ if (utils_1.hasBuiltinBrotli()) { |
{ | ||
"name": "fetch-h2", | ||
"version": "2.4.4", | ||
"version": "2.4.5", | ||
"description": "HTTP/1+2 Fetch API client for Node.js", | ||
@@ -5,0 +5,0 @@ "author": "Gustaf Räntilä", |
Sorry, the diff of this file is not supported yet
396075
5107