@manyos/smileconnect-api 1.71.4 → 1.71.6

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/docs/releases.md +6 -0
  2. package/package.json +1 -1
package/docs/releases.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # Release Notes
2
2
 
3
3
  ## API
4
+ ### 1.71.6 - 01.07.25
5
+ Enhance stability of oauth2 Adapter
6
+
7
+ ### 1.71.5 - 10.06.25
8
+ Fix limit issue in Remedy Adapter
9
+
4
10
  ### 1.71.1 - 25.03.25
5
11
  Add Script Endpoints
6
12
  Add openAPIDescription attribute to client config
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manyos/smileconnect-api",
3
- "version": "1.71.4",
3
+ "version": "1.71.6",
4
4
  "description": "A proxy and abstraction layer for BMCs IT Service Management Suite",
5
5
  "main": "app.js",
6
6
  "scripts": {