@sp-api-sdk/easy-ship-2022-03-23
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -5,3 +5,3 @@ { | ||
"description": "The Selling Partner API for Easy Ship helps you build applications that help sellers manage and ship Amazon Easy Ship orders. Your Easy Ship applications can: Get available time slots for packages to be scheduled for delivery. Schedule, reschedule, and cancel Easy Ship orders. Print labels, invoices, and warranties. See the Marketplace Support Table for the differences in Easy Ship operations by marketplace.", | ||
"version": "1.2.0", | ||
"version": "1.2.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" | ||
} |
@@ -91,3 +91,4 @@ # `easy-ship-2022-03-23` | ||
logger: console.debug | ||
} | ||
}, | ||
error: true, | ||
}, | ||
@@ -98,3 +99,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`. | ||
@@ -101,0 +103,0 @@ |
214160
117
Updated@sp-api-sdk/auth@^1.9.14
Updated@sp-api-sdk/common@^1.9.0