@sap-ux/adp-tooling 0.12.5 → 0.12.7

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.
@@ -90,7 +90,7 @@ function addFioriToolsMiddlwares(ui5Config, config) {
90
90
  version: config?.ui5?.minVersion ?? '' //default to latest if version is not set
91
91
  },
92
92
  backend: [backendConfig]
93
- });
93
+ }, 'fiori-tools-preview');
94
94
  }
95
95
  /**
96
96
  * Get a list of required middlewares using the open source middlewares.
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%3Aadp-tooling"
11
11
  },
12
- "version": "0.12.5",
12
+ "version": "0.12.7",
13
13
  "license": "Apache-2.0",
14
14
  "author": "@SAP/ux-tools-team",
15
15
  "main": "dist/index.js",
@@ -36,9 +36,9 @@
36
36
  "@sap-ux/btp-utils": "0.15.0",
37
37
  "@sap-ux/inquirer-common": "0.4.0",
38
38
  "@sap-ux/logger": "0.6.0",
39
- "@sap-ux/project-access": "1.25.1",
39
+ "@sap-ux/project-access": "1.25.3",
40
40
  "@sap-ux/system-access": "0.5.1",
41
- "@sap-ux/ui5-config": "0.23.0"
41
+ "@sap-ux/ui5-config": "0.23.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/adm-zip": "0.5.5",