@sap-ux/adp-tooling 0.12.59 → 0.12.60

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.
@@ -105,7 +105,7 @@ class AdpPreview {
105
105
  zip.addFile(file.getPath().substring(1), await file.getBuffer());
106
106
  }
107
107
  const buffer = zip.toBuffer();
108
- this.mergedDescriptor = (await this.lrep.mergeAppDescriptorVariant(buffer))[this.descriptorVariantId];
108
+ this.mergedDescriptor = (await this.lrep.mergeAppDescriptorVariant(buffer, '//'))[this.descriptorVariantId];
109
109
  }
110
110
  /**
111
111
  * Proxy for the merged application manifest.json and blocking of preload files.
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.59",
12
+ "version": "0.12.60",
13
13
  "license": "Apache-2.0",
14
14
  "author": "@SAP/ux-tools-team",
15
15
  "main": "dist/index.js",
@@ -32,13 +32,13 @@
32
32
  "prompts": "2.4.2",
33
33
  "sanitize-filename": "1.6.3",
34
34
  "uuid": "10.0.0",
35
- "@sap-ux/axios-extension": "1.16.6",
35
+ "@sap-ux/axios-extension": "1.16.7",
36
36
  "@sap-ux/btp-utils": "0.15.2",
37
37
  "@sap-ux/inquirer-common": "0.4.6",
38
38
  "@sap-ux/logger": "0.6.0",
39
39
  "@sap-ux/project-access": "1.28.2",
40
40
  "@sap-ux/project-input-validator": "0.3.3",
41
- "@sap-ux/system-access": "0.5.12",
41
+ "@sap-ux/system-access": "0.5.13",
42
42
  "@sap-ux/ui5-config": "0.25.0"
43
43
  },
44
44
  "devDependencies": {