@manyos/smileconnect-api 1.73.0 → 1.74.0

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.
@@ -3,7 +3,11 @@
3
3
  "allow": [
4
4
  "Bash(cat:*)",
5
5
  "Bash(find:*)",
6
- "Bash(xargs ls:*)"
6
+ "Bash(xargs ls:*)",
7
+ "Bash(npm view *)",
8
+ "Bash(npm pack *)",
9
+ "WebFetch(domain:unpkg.com)",
10
+ "WebFetch(domain:www.npmjs.com)"
7
11
  ]
8
12
  }
9
13
  }
package/Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
1
  ### STAGE 1: Build ###
2
2
 
3
3
  # We label our stage as 'builder'
4
- FROM node:21-bullseye as builder
4
+ FROM node:22-bullseye as builder
5
5
  ARG NPM_TOKEN
6
6
  COPY package.json package-lock.json ./
7
7
 
package/docs/releases.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # Release Notes
2
2
 
3
3
  ## API
4
+ ### 1.73.1 - 29.04.26
5
+ Update node.js to v22 and replace request-native with native fetch in adapter.
6
+
4
7
  ### 1.73.0 - 28.04.26
5
8
  Add detectMime flag to attachments & attachments to dynamic openapi spec.
6
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manyos/smileconnect-api",
3
- "version": "1.73.0",
3
+ "version": "1.74.0",
4
4
  "description": "A proxy and abstraction layer for BMCs IT Service Management Suite",
5
5
  "main": "app.js",
6
6
  "scripts": {
@@ -14,7 +14,7 @@
14
14
  "node": ">=0.10.3"
15
15
  },
16
16
  "dependencies": {
17
- "@manyos/adapter-foundation": "^1.1.2",
17
+ "@manyos/adapter-foundation": "^2.0.0",
18
18
  "@manyos/logger": "^1.3.0",
19
19
  "bunyan": "^1.8.15",
20
20
  "bunyan-express-serializer": "^1.0.0",