@sp-api-sdk/fba-inventory-api-v1 1.9.3 → 1.9.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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/fba-inventory-api-v1",
3
3
  "author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
4
4
  "description": "The Selling Partner API for FBA Inventory lets you programmatically retrieve information about inventory in Amazon's fulfillment network. Today this API is available only in the North America region. In 2021 we plan to release this API in the Europe and Far East regions.",
5
- "version": "1.9.3",
5
+ "version": "1.9.4",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -25,8 +25,8 @@
25
25
  "test": "NODE_ENV='test' yarn jest"
26
26
  },
27
27
  "dependencies": {
28
- "@sp-api-sdk/auth": "^1.9.6",
29
- "@sp-api-sdk/common": "^1.7.8",
28
+ "@sp-api-sdk/auth": "^1.9.7",
29
+ "@sp-api-sdk/common": "^1.7.9",
30
30
  "axios": "^0.24.0"
31
31
  },
32
32
  "repository": {
@@ -48,5 +48,5 @@
48
48
  "sp sdk",
49
49
  "fba inventory api"
50
50
  ],
51
- "gitHead": "f21b5cb511abd110bf1f07843558719993f36187"
51
+ "gitHead": "dd52e8a895f590c62d06f19f4d8715eb7740df66"
52
52
  }