@sp-api-sdk/fulfillment-inbound-api-2024-03-20 1.6.3 → 1.6.4

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -9,7 +9,7 @@ The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound
9
9
 
10
10
  Learn more about this Selling Partner API by visiting the [official documentation](https://developer-docs.amazon.com/sp-api/docs).
11
11
 
12
- Also, see the [generated documentation](https://bizon.github.io/selling-partner-api-sdk/modules/_sp_api_sdk_fulfillment_inbound_api_2024_03_20.html) for this API client.
12
+ Also, see the [generated documentation](https://bizon.github.io/selling-partner-api-sdk/modules/_sp-api-sdk_fulfillment-inbound-api-2024-03-20.html) for this API client.
13
13
 
14
14
  ## Installing
15
15
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/fulfillment-inbound-api-2024-03-20",
3
3
  "author": "Bertrand Marron <bertrand@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Fulfillment By Amazon (FBA) Inbound. The FBA Inbound API enables building inbound workflows to create, manage, and send shipments into Amazon's fulfillment network. The API has interoperability with the Send-to-Amazon user interface.",
5
- "version": "1.6.3",
5
+ "version": "1.6.4",
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.5",
22
- "axios": "^1.7.8"
21
+ "@sp-api-sdk/common": "2.1.6",
22
+ "axios": "^1.7.9"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
@@ -40,5 +40,5 @@
40
40
  "sp sdk",
41
41
  "fulfillment inbound api"
42
42
  ],
43
- "gitHead": "0216c483bb4c4a7966c1d1b2eeab3572a6b40348"
43
+ "gitHead": "e85bb462e81998418e804e49bb15f0f7d3b01e90"
44
44
  }