@sp-api-sdk/catalog-items-api-2020-12-01
Advanced tools
Comparing version 1.10.0 to 1.10.1
@@ -5,3 +5,3 @@ { | ||
"description": "The Selling Partner API for Catalog Items provides programmatic access to information about items in the Amazon catalog. For more information, see the Catalog Items API Use Case Guide.", | ||
"version": "1.10.0", | ||
"version": "1.10.1", | ||
"main": "dist/cjs/index.js", | ||
@@ -31,4 +31,4 @@ "module": "dist/es/index.js", | ||
"dependencies": { | ||
"@sp-api-sdk/auth": "^1.9.13", | ||
"@sp-api-sdk/common": "^1.8.0", | ||
"@sp-api-sdk/auth": "^1.9.14", | ||
"@sp-api-sdk/common": "^1.9.0", | ||
"axios": "^0.27.2" | ||
@@ -55,3 +55,3 @@ }, | ||
], | ||
"gitHead": "975705017de9384bf28b85e97d93f866d4d71611" | ||
"gitHead": "15c172555c85ce89731cebb62eb7e23f550f9506" | ||
} |
@@ -83,3 +83,4 @@ # `catalog-items-api-2020-12-01` | ||
logger: console.debug | ||
} | ||
}, | ||
error: true, | ||
}, | ||
@@ -90,3 +91,4 @@ }) | ||
Specifying `true` will use the default options, specifying an object will allow you to override the default options. | ||
This uses [axios-logger](https://github.com/hg-pyun/axios-logger) under the hood. | ||
This uses [axios-logger](https://github.com/hg-pyun/axios-logger) under the hood. | ||
By default, if enabled, the `request` and `response` loggers will use `console.info` and the `error` logger will use `console.error`. | ||
@@ -93,0 +95,0 @@ |
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
151539
109
Updated@sp-api-sdk/auth@^1.9.14
Updated@sp-api-sdk/common@^1.9.0