smartystreets-javascript-sdk
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "smartystreets-javascript-sdk", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Quick and easy SmartyStreets address validation.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -7,3 +7,2 @@ class Request { | ||
"Content-Type": "application/json; charset=utf-8", | ||
"Accept-Encoding": "gzip", | ||
}; | ||
@@ -10,0 +9,0 @@ |
@@ -67,3 +67,2 @@ const chai = require("chai"); | ||
expect(requestConfig.headers["Content-Type"]).to.equal("application/json; charset=utf-8"); | ||
expect(requestConfig.headers["Accept-Encoding"]).to.equal("gzip"); | ||
}); | ||
@@ -70,0 +69,0 @@ |
134170
2962