@sp-api-sdk/vehicles-api-2024-11-01 1.1.0 → 1.1.2

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 +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # `vehicles-api-2024-11-01`
2
2
 
3
- The Selling Partner API for Automotive provides programmatic access to information needed by selling partners to provide compatibility information about their listed products.
4
-
5
3
  [![npm version](https://img.shields.io/npm/v/@sp-api-sdk/vehicles-api-2024-11-01)](https://www.npmjs.com/package/@sp-api-sdk/vehicles-api-2024-11-01)
6
4
  [![XO code style](https://img.shields.io/badge/code_style-xo-cyan)](https://github.com/xojs/xo)
7
5
 
6
+ The Selling Partner API for Automotive provides programmatic access to information needed by selling partners to provide compatibility information about their listed products.
7
+
8
8
  [<img src="https://files.bizon.solutions/images/logo/bizon-horizontal.png" alt="Bizon" width="250"/>](https://www.bizon.solutions?utm_source=github&utm_medium=readme&utm_campaign=selling-partner-api-sdk)
9
9
 
10
10
  ## Documentation
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@sp-api-sdk/vehicles-api-2024-11-01",
3
3
  "author": "Bertrand Marron <bertrand@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Automotive provides programmatic access to information needed by selling partners to provide compatibility information about their listed products.",
5
- "version": "1.1.0",
5
+ "version": "1.1.2",
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.11",
22
- "axios": "^1.8.1"
21
+ "@sp-api-sdk/common": "2.1.13",
22
+ "axios": "^1.8.4"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
@@ -40,5 +40,5 @@
40
40
  "sp sdk",
41
41
  "vehicles api"
42
42
  ],
43
- "gitHead": "b5799742765e819f70161d2ac1905d8e570de8c0"
43
+ "gitHead": "287508bdc050a25bac20889ed0afb6d3f6518cd6"
44
44
  }