@vario-software/vario-app-framework-backend 2026.19.0 → 2026.21.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.
@@ -10,6 +10,7 @@ async function gateway(path, options = {})
10
10
 
11
11
  apiRequest.onResponse = () =>
12
12
  {
13
+ res.status(apiRequest.getStatusCode());
13
14
  res.set(apiRequest.getResponseHeaders());
14
15
  };
15
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vario-software/vario-app-framework-backend",
3
- "version": "2026.19.0",
3
+ "version": "2026.21.0",
4
4
  "repository": "https://github.com/vario-software/vario-app-framework",
5
5
  "author": "VARIO Software AG",
6
6
  "homepage": "https://www.vario.ag",
package/utils/migrator.js CHANGED
@@ -653,7 +653,7 @@ const Migrator = class
653
653
 
654
654
  if (!scriptModuleId)
655
655
  {
656
- await this.methods.log(`App-Script-Trigger with id "${triggerId}" has no scriptModuleRef\n`, 'ERROR');
656
+ await this.methods.log(`App-Script-Trigger with id "${triggerId}" has no scriptModuleRef\n`, 'WARNING');
657
657
 
658
658
  return;
659
659
  }