@manyos/smileconnect-api 1.64.5 → 1.64.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.
package/Dockerfile CHANGED
@@ -19,7 +19,9 @@ COPY . .
19
19
  EXPOSE 3000
20
20
 
21
21
  RUN groupadd -g 999 appuser && \
22
- useradd -r -d /home/appuser -u 999 -g appuser appuser
22
+ useradd -r -u 999 -g appuser appuser
23
+
24
+ RUN mkdir /home/appuser && chown 999:999 /home/appuser
23
25
  USER appuser
24
26
 
25
27
  CMD npm start
package/docs/releases.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Release Notes
2
2
 
3
3
  ## API
4
- ### 1.64.4 - 20.10.23
4
+ ### 1.64.6 - 20.10.23
5
5
  Update node.js to v21.
6
6
 
7
7
  ### 1.64.1 - 18.10.23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manyos/smileconnect-api",
3
- "version": "1.64.5",
3
+ "version": "1.64.6",
4
4
  "description": "A proxy and abstraction layer for BMCs IT Service Management Suite",
5
5
  "main": "app.js",
6
6
  "scripts": {