@manyos/smileconnect-api 1.55.1 → 1.55.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.
- package/docs/releases.md +6 -0
- package/package.json +1 -1
- package/util/responsehandler.js +1 -1
package/docs/releases.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
## API
|
|
4
4
|
|
|
5
|
+
### 1.55.2 - 14.02.22
|
|
6
|
+
Use custom login Id instead of azp also for eventlog
|
|
7
|
+
|
|
5
8
|
### 1.55.1 - 09.02.22
|
|
6
9
|
Add reconId only for BMC.ASSET dataset
|
|
7
10
|
|
|
@@ -135,6 +138,9 @@ e.g.
|
|
|
135
138
|
|
|
136
139
|
## Event Manager
|
|
137
140
|
|
|
141
|
+
### 1.20.0 - 14.02.22
|
|
142
|
+
Improve logging
|
|
143
|
+
|
|
138
144
|
### 1.19.0 - 09.11.21
|
|
139
145
|
Allow 16k header
|
|
140
146
|
|
package/package.json
CHANGED
package/util/responsehandler.js
CHANGED