balena-request
Advanced tools
Comparing version 11.4.1-klutchell-gzip-sync-flush-2ef127ad8ece877f6303fde7e9f3bd65749ac52b to 11.4.1-klutchell-gzip-sync-flush-9c7bc3051b279c9d09ec501a78dbe9f506d65650
@@ -120,3 +120,3 @@ "use strict"; | ||
flush: zlib.constants.Z_SYNC_FLUSH, | ||
finishFlush: zlib.constants.Z_SYNC_FLUSH | ||
finishFlush: zlib.constants.Z_SYNC_FLUSH, | ||
}; | ||
@@ -123,0 +123,0 @@ const gunzip = zlib.createGunzip(zlibOptions); |
@@ -20,3 +20,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const { fetch: normalFetch, Headers: HeadersPonyfill, } = require('fetch-ponyfill')({ Promise }); | ||
const { fetch: normalFetch, Headers: HeadersPonyfill } = require('fetch-ponyfill')({ Promise }); | ||
const urlLib = require("url"); | ||
@@ -23,0 +23,0 @@ const qs = require("qs"); |
@@ -10,3 +10,3 @@ # Change Log | ||
* Allow more levient gzip decompression [Kyle Harding] | ||
* Allow more lenient gzip decompression [Kyle Harding] | ||
@@ -13,0 +13,0 @@ # v11.4.0 |
@@ -137,4 +137,4 @@ /* | ||
flush: zlib.constants.Z_SYNC_FLUSH, | ||
finishFlush: zlib.constants.Z_SYNC_FLUSH | ||
} | ||
finishFlush: zlib.constants.Z_SYNC_FLUSH, | ||
}; | ||
@@ -141,0 +141,0 @@ const gunzip = zlib.createGunzip(zlibOptions); |
@@ -17,6 +17,4 @@ /* | ||
const { | ||
fetch: normalFetch, | ||
Headers: HeadersPonyfill, | ||
} = require('fetch-ponyfill')({ Promise }); | ||
const { fetch: normalFetch, Headers: HeadersPonyfill } = | ||
require('fetch-ponyfill')({ Promise }); | ||
import * as urlLib from 'url'; | ||
@@ -23,0 +21,0 @@ import * as qs from 'qs'; |
{ | ||
"name": "balena-request", | ||
"version": "11.4.1-klutchell-gzip-sync-flush-2ef127ad8ece877f6303fde7e9f3bd65749ac52b", | ||
"version": "11.4.1-klutchell-gzip-sync-flush-9c7bc3051b279c9d09ec501a78dbe9f506d65650", | ||
"description": "Balena HTTP client", | ||
@@ -67,4 +67,4 @@ "main": "build/request.js", | ||
"versionist": { | ||
"publishedAt": "2021-08-27T19:07:49.509Z" | ||
"publishedAt": "2021-08-27T19:09:45.058Z" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
1898