@sp-api-sdk/fulfillment-outbound-api-2020-07-01 5.1.0 → 5.1.1

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 +10 -5
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/fulfillment-outbound-api-2020-07-01",
3
3
  "author": "Bertrand Marron <bertrand@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Fulfillment Outbound lets you create applications that help a seller fulfill Multi-Channel Fulfillment orders using their inventory in Amazon's fulfillment network. You can get information on both potential and existing fulfillment orders.",
5
- "version": "5.1.0",
5
+ "version": "5.1.1",
6
6
  "license": "MIT",
7
7
  "type": "module",
8
8
  "engines": {
@@ -32,7 +32,7 @@
32
32
  "dist"
33
33
  ],
34
34
  "dependencies": {
35
- "@sp-api-sdk/common": "4.0.0",
35
+ "@sp-api-sdk/common": "4.0.1",
36
36
  "axios": "^1.18.1"
37
37
  },
38
38
  "repository": {
@@ -46,13 +46,18 @@
46
46
  "homepage": "https://github.com/bizon/selling-partner-api-sdk/tree/master/clients/fulfillment-outbound-api-2020-07-01",
47
47
  "keywords": [
48
48
  "amazon",
49
+ "amazon-sp-api",
49
50
  "bizon",
50
- "marketplace web services",
51
- "mws",
51
+ "esm",
52
+ "nodejs",
53
+ "sdk",
52
54
  "selling partner api",
55
+ "selling-partner-api",
53
56
  "sp api",
54
57
  "sp sdk",
58
+ "sp-api",
59
+ "typescript",
55
60
  "fulfillment outbound api"
56
61
  ],
57
- "gitHead": "809167ef3a2d3db5eaad161be1cf4f414073ecec"
62
+ "gitHead": "ba6f2c01e5f1e877c8f7bbdbe346d0157e2ca9a7"
58
63
  }