@sp-api-sdk/application-management-api-2023-11-30 2.0.2 → 2.0.3

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
  # `application-management-api-2023-11-30`
2
2
 
3
- The Selling Partner API for Application Management lets you programmatically update the client secret on registered applications.
4
-
5
3
  [![npm version](https://img.shields.io/npm/v/@sp-api-sdk/application-management-api-2023-11-30)](https://www.npmjs.com/package/@sp-api-sdk/application-management-api-2023-11-30)
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 Application Management lets you programmatically update the client secret on registered applications.
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/application-management-api-2023-11-30",
3
3
  "author": "Bertrand Marron <bertrand@bizon.solutions>",
4
4
  "description": "The Selling Partner API for Application Management lets you programmatically update the client secret on registered applications.",
5
- "version": "2.0.2",
5
+ "version": "2.0.3",
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.12",
22
+ "axios": "^1.8.3"
23
23
  },
24
24
  "repository": {
25
25
  "type": "git",
@@ -40,5 +40,5 @@
40
40
  "sp sdk",
41
41
  "application management api"
42
42
  ],
43
- "gitHead": "b5799742765e819f70161d2ac1905d8e570de8c0"
43
+ "gitHead": "1e03c21270cfd38688ca6928b63d3f3b4a3587b0"
44
44
  }