@sp-api-sdk/product-pricing-api-v0 1.7.1 → 1.8.0

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.
@@ -23,12 +23,6 @@ import { ShipsFromType } from './ships-from-type';
23
23
  * @interface OfferDetail
24
24
  */
25
25
  export interface OfferDetail {
26
- /**
27
- * The seller identifier for the offer.
28
- * @type {string}
29
- * @memberof OfferDetail
30
- */
31
- sellerId?: string;
32
26
  /**
33
27
  * When true, this is the seller\'s offer.
34
28
  * @type {boolean}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/product-pricing-api-v0",
3
3
  "author": "Vincent Mesquita <vincent.mesquita@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Pricing helps you programmatically retrieve product pricing and offer information for Amazon Marketplace products.",
5
- "version": "1.7.1",
5
+ "version": "1.8.0",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/es/index.js",
8
8
  "types": "dist/types/index.d.ts",
@@ -22,12 +22,11 @@
22
22
  "build:es": "tsc -p tsconfig.es.json",
23
23
  "build": "yarn build:cjs && yarn build:es",
24
24
  "clean": "rimraf dist",
25
- "lint": "xo --cwd=../../ $PWD",
26
25
  "test": "NODE_ENV='test' yarn jest"
27
26
  },
28
27
  "dependencies": {
29
- "@sp-api-sdk/auth": "^1.9.1",
30
- "@sp-api-sdk/common": "^1.7.2",
28
+ "@sp-api-sdk/auth": "^1.9.2",
29
+ "@sp-api-sdk/common": "^1.7.3",
31
30
  "axios": "^0.21.1"
32
31
  },
33
32
  "repository": {
@@ -49,5 +48,5 @@
49
48
  "sp sdk",
50
49
  "product pricing api"
51
50
  ],
52
- "gitHead": "dc4286920dc77e99d6ad71f71bcb78ae22b9ab06"
51
+ "gitHead": "af064cf72ac5a2111135439fc179580e6b495399"
53
52
  }