@sap-ux/preview-middleware 0.16.147 → 0.16.149

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/dist/base/flp.js +1 -0
  2. package/package.json +3 -3
package/dist/base/flp.js CHANGED
@@ -238,6 +238,7 @@ class FlpSandbox {
238
238
  this.router.use(config_1.PREVIEW_URL.client.path, (0, express_1.static)(config_1.PREVIEW_URL.client.local));
239
239
  // add route for the sandbox html
240
240
  this.router.get(this.config.path, (async (req, res, next) => {
241
+ await this.setApplicationDependencies();
241
242
  // inform the user if a html file exists on the filesystem
242
243
  // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
243
244
  const file = await this.project.byPath(this.config.path);
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "bugs": {
10
10
  "url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Apreview-middleware"
11
11
  },
12
- "version": "0.16.147",
12
+ "version": "0.16.149",
13
13
  "license": "Apache-2.0",
14
14
  "author": "@SAP/ux-tools-team",
15
15
  "main": "dist/index.js",
@@ -28,7 +28,7 @@
28
28
  "@sap-ux/logger": "0.6.0",
29
29
  "@sap-ux/feature-toggle": "0.2.3",
30
30
  "@sap-ux/btp-utils": "0.17.1",
31
- "@sap-ux/adp-tooling": "0.12.95",
31
+ "@sap-ux/adp-tooling": "0.12.96",
32
32
  "@sap-ux/control-property-editor-sources": "npm:@sap-ux/control-property-editor@0.5.28",
33
33
  "@sap-ux/project-access": "1.28.9"
34
34
  },
@@ -47,8 +47,8 @@
47
47
  "@sap-ux-private/playwright": "0.1.0",
48
48
  "dotenv": "16.3.1",
49
49
  "@private/preview-middleware-client": "npm:@sap-ux-private/preview-middleware-client@0.11.42",
50
+ "@sap-ux/store": "1.0.0",
50
51
  "@sap-ux/axios-extension": "1.17.7",
51
- "@sap-ux/store": "0.9.3",
52
52
  "@sap-ux/ui5-info": "0.8.3",
53
53
  "@sap-ux/i18n": "0.2.0"
54
54
  },