@vario-software/vario-app-framework-backend 2025.38.0 → 2025.38.3

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 (1) hide show
  1. package/package.json +4 -2
package/package.json CHANGED
@@ -1,12 +1,14 @@
1
1
  {
2
2
  "name": "@vario-software/vario-app-framework-backend",
3
- "version": "2025.38.0",
3
+ "version": "2025.38.3",
4
4
  "repository": "https://github.com/vario-software/vario-app-framework",
5
5
  "author": "VARIO Software AG",
6
6
  "homepage": "https://www.vario.ag",
7
7
  "description": "The VARIO App Framework makes it easy and quick to set up a VARIO Cloud App in Node.js by handling API communication, authentication and providing useful built-in utilities.",
8
8
  "license": "MIT",
9
- "publishConfig": { "access": "public" },
9
+ "publishConfig": {
10
+ "access": "public"
11
+ },
10
12
  "dependencies": {
11
13
  "body-parser": "2.2.0",
12
14
  "cors": "^2.8.5",