@manyos/smileconnect-api 1.61.0 → 1.61.1

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 +2 -2
  2. package/package.json +2 -1
package/docs/releases.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Release Notes
2
2
 
3
3
  ## API
4
- ### 1.61.0 - 17.11.22
4
+ ### 1.61.1 - 17.11.22
5
5
  Add HttpsProxyAgent to Scripts
6
6
 
7
7
  ### 1.60.0 - 27.09.22
@@ -179,7 +179,7 @@ e.g.
179
179
  */v1/incidents?impersonateUser=abc123
180
180
 
181
181
  ## Event Manager
182
- ### 1.26.0 - 17.11.22
182
+ ### 1.28.1 - 17.11.22
183
183
  Add HttpsProxyAgent to Scripts
184
184
 
185
185
  ### 1.25.0 - 13.09.22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manyos/smileconnect-api",
3
- "version": "1.61.0",
3
+ "version": "1.61.1",
4
4
  "description": "A proxy and abstraction layer for BMCs IT Service Management Suite",
5
5
  "main": "app.js",
6
6
  "scripts": {
@@ -24,6 +24,7 @@
24
24
  "express-request-id": "^1.4.1",
25
25
  "express-validator": "^6.10.1",
26
26
  "fast-xml-parser": "^3.20.3",
27
+ "https-proxy-agent": "^5.0.1",
27
28
  "moment": "^2.29.1",
28
29
  "mongoose": "^5.12.5",
29
30
  "node-cache": "^4.2.1",