insomnia-cookies
Advanced tools
Comparing version 3.2.0 to 3.3.0-beta.0
@@ -34,4 +34,4 @@ "use strict"; | ||
} | ||
catch (e) { | ||
console.log('[cookies] Failed to initialize cookie jar', e); | ||
catch (error) { | ||
console.log('[cookies] Failed to initialize cookie jar', error); | ||
jar = new tough_cookie_1.CookieJar(); | ||
@@ -38,0 +38,0 @@ } |
{ | ||
"private": false, | ||
"name": "insomnia-cookies", | ||
"version": "3.2.0", | ||
"version": "3.3.0-beta.0", | ||
"author": "Kong <office@konghq.com>", | ||
@@ -38,3 +38,3 @@ "description": "Cookie utilities", | ||
}, | ||
"gitHead": "4a707c3b3d23e580dcedf278884877a36403c692" | ||
"gitHead": "6707e5889d05b60f42d6dae1e6d263fbda77ebe0" | ||
} |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7819
2