amazon-sp-api
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -9,3 +9,2 @@ // For a list of required and optional body, query or path parameters for resources please see official references: | ||
...readdirSync(__dirname + '/resources').reduce((eps, ep) => { | ||
eps = typeof eps !== 'object' ? {} : eps; | ||
if (path.extname(ep) === '.js'){ | ||
@@ -17,3 +16,3 @@ return Object.assign(eps, { | ||
return eps; | ||
}) | ||
}, {}) | ||
}; |
{ | ||
"name": "amazon-sp-api", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Amazon Selling Partner API client", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
205995
5690