insomnia-cookies
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -10,4 +10,4 @@ const { CookieJar } = require('tough-cookie'); | ||
value: 'bar', | ||
domain: 'google.com' | ||
} | ||
domain: 'google.com', | ||
}, | ||
]); | ||
@@ -40,8 +40,8 @@ | ||
domain: 'insomnia.rest', | ||
expires: d | ||
expires: d, | ||
}, | ||
{ | ||
// This one will fail to parse, and be skipped | ||
bad: 'cookie' | ||
} | ||
bad: 'cookie', | ||
}, | ||
]; | ||
@@ -48,0 +48,0 @@ |
{ | ||
"name": "insomnia-cookies", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"author": "Gregory Schier <gschier1990@gmail.com>", | ||
@@ -14,3 +14,3 @@ "description": "Cookie utilities", | ||
}, | ||
"gitHead": "d0652a5b918564e19980afe6905027f7c8fda522" | ||
"gitHead": "ac5e333d37e08fc87eee39f85844203f24e5f7c2" | ||
} |
5716