Comparing version 1.0.3 to 1.0.4
@@ -1,1 +0,1 @@ | ||
export declare const version = "1.0.3"; | ||
export declare const version = "1.0.4"; |
'use strict'; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = '1.0.3'; | ||
exports.version = '1.0.4'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "fetch-h2", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "HTTP/2-only Fetch API client for Node.js", | ||
@@ -56,6 +56,5 @@ "author": "Gustaf Räntilä", | ||
"@types/through2": "2.x", | ||
"@types/tough-cookie": "2.x", | ||
"chai": "4.x", | ||
"coveralls": "3.x", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"cz-conventional-changelog": "2.x", | ||
"from2": "2.x", | ||
@@ -72,2 +71,3 @@ "mocha": "5.x", | ||
"dependencies": { | ||
"@types/tough-cookie": "2.x", | ||
"already": "1.x", | ||
@@ -74,0 +74,0 @@ "callguard": "1.x", |
17
220472
8
+ Added@types/tough-cookie@2.x
+ Added@types/tough-cookie@2.3.11(transitive)