@vario-software/vario-app-framework-backend 2026.13.0 → 2026.14.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/app.js +3 -0
  2. package/package.json +1 -1
package/app.js CHANGED
@@ -28,6 +28,7 @@ const VarioCloudApp = class
28
28
  this.port = '8080';
29
29
  this.uiPath = null;
30
30
  this.uiPrefix = '/ui';
31
+ this.serverListening = false;
31
32
 
32
33
  this.version = 'latest';
33
34
 
@@ -99,6 +100,8 @@ const VarioCloudApp = class
99
100
  return;
100
101
  }
101
102
 
103
+ this.serverListening = true;
104
+
102
105
  resolve(this);
103
106
  });
104
107
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vario-software/vario-app-framework-backend",
3
- "version": "2026.13.0",
3
+ "version": "2026.14.1",
4
4
  "repository": "https://github.com/vario-software/vario-app-framework",
5
5
  "author": "VARIO Software AG",
6
6
  "homepage": "https://www.vario.ag",