@sp-api-sdk/common
Advanced tools
@@ -40,6 +40,6 @@ "use strict"; | ||
| exports.createAxiosInstance = createAxiosInstance; | ||
| const auth_1 = require("@sp-api-sdk/auth"); | ||
| const axios_1 = __importStar(require("axios")); | ||
| const axios_logger_1 = require("axios-logger"); | ||
| const axios_retry_1 = __importDefault(require("axios-retry")); | ||
| const auth_1 = require("@sp-api-sdk/auth"); | ||
| const errors_1 = require("./errors"); | ||
@@ -46,0 +46,0 @@ const regions_1 = require("./regions"); |
+1
-1
@@ -0,5 +1,5 @@ | ||
| import { SellingPartnerApiAuthError } from '@sp-api-sdk/auth'; | ||
| import axios, { isAxiosError } from 'axios'; | ||
| import { errorLogger, requestLogger, responseLogger } from 'axios-logger'; | ||
| import axiosRetry from 'axios-retry'; | ||
| import { SellingPartnerApiAuthError } from '@sp-api-sdk/auth'; | ||
| import { SellingPartnerApiError } from './errors'; | ||
@@ -6,0 +6,0 @@ import { sellingPartnerRegions } from './regions'; |
@@ -0,4 +1,4 @@ | ||
| import { type SellingPartnerApiAuth } from '@sp-api-sdk/auth'; | ||
| import axios, { type AxiosError, type Method } from 'axios'; | ||
| import { errorLogger, requestLogger, responseLogger } from 'axios-logger'; | ||
| import { type SellingPartnerApiAuth } from '@sp-api-sdk/auth'; | ||
| import { type SellingPartnerRegion } from './regions'; | ||
@@ -5,0 +5,0 @@ type RequestLogConfig = Exclude<Parameters<typeof requestLogger>[1], undefined>; |
+3
-3
@@ -5,3 +5,3 @@ { | ||
| "description": "Selling Parner API common library", | ||
| "version": "2.1.21", | ||
| "version": "2.1.24", | ||
| "main": "dist/cjs/index.js", | ||
@@ -23,3 +23,3 @@ "module": "dist/es/index.js", | ||
| "dependencies": { | ||
| "@sp-api-sdk/auth": "2.2.15", | ||
| "@sp-api-sdk/auth": "2.2.18", | ||
| "axios": "^1.13.2", | ||
@@ -48,3 +48,3 @@ "axios-logger": "^2.8.1", | ||
| ], | ||
| "gitHead": "3a1ed2407423d0d3b294a0fdc7d9bba38ad2c845" | ||
| "gitHead": "b3fe13460a11917282a12b5bdbcfaf565b9b773e" | ||
| } |
+ Added
- Removed
Updated