@sp-api-sdk/external-fulfillment-returns-api-2024-09-11 1.1.8 → 1.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/external-fulfillment-returns-api-2024-09-11",
3
3
  "author": "Bertrand Marron <bertrand@bizon.solutions>",
4
4
  "description": "You can use the Amazon External Fulfillment Return Item Processing API to retrieve, track, and process return items through Amazon's External Fulfillment returns management system.",
5
- "version": "1.1.8",
5
+ "version": "1.1.9",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -18,8 +18,8 @@
18
18
  "dist/**/*.d.ts"
19
19
  ],
20
20
  "dependencies": {
21
- "@sp-api-sdk/common": "2.1.27",
22
- "axios": "^1.13.4"
21
+ "@sp-api-sdk/common": "2.1.28",
22
+ "axios": "^1.13.5"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
@@ -40,5 +40,5 @@
40
40
  "sp sdk",
41
41
  "external fulfillment returns api"
42
42
  ],
43
- "gitHead": "9719d5934bed9715406acc691a8334148345a588"
43
+ "gitHead": "111f635ee267c031683ba5cd53937a7f381574be"
44
44
  }