@sap-ux/adp-tooling 0.16.6 → 0.16.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.
@@ -259,16 +259,6 @@ function getInboundChangeContentWithNewInboundID(flpConfiguration, appId) {
259
259
  if (flpConfiguration.subTitle) {
260
260
  content.inbound[flpConfiguration.inboundId].subTitle = `{{${appId}_sap.app.crossNavigation.inbounds.${flpConfiguration.inboundId}.subTitle}}`;
261
261
  }
262
- content.inbound[flpConfiguration.inboundId].signature.parameters['sap-appvar-id'] = {
263
- required: true,
264
- filter: {
265
- value: appId,
266
- format: 'plain'
267
- },
268
- launcherValue: {
269
- value: appId
270
- }
271
- };
272
262
  return content;
273
263
  }
274
264
  /**
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.16.6",
12
+ "version": "0.16.7",
13
13
  "license": "Apache-2.0",
14
14
  "author": "@SAP/ux-tools-team",
15
15
  "main": "dist/index.js",
@@ -38,15 +38,15 @@
38
38
  "uuid": "10.0.0",
39
39
  "@sap-ux/axios-extension": "1.23.0",
40
40
  "@sap-ux/btp-utils": "1.1.4",
41
- "@sap-ux/inquirer-common": "0.8.2",
42
41
  "@sap-ux/i18n": "0.3.4",
42
+ "@sap-ux/inquirer-common": "0.8.2",
43
43
  "@sap-ux/logger": "0.7.0",
44
+ "@sap-ux/nodejs-utils": "0.2.7",
44
45
  "@sap-ux/odata-service-writer": "0.27.25",
45
46
  "@sap-ux/project-access": "1.32.4",
46
47
  "@sap-ux/project-input-validator": "0.6.26",
47
48
  "@sap-ux/store": "1.2.1",
48
49
  "@sap-ux/system-access": "0.6.21",
49
- "@sap-ux/nodejs-utils": "0.2.7",
50
50
  "@sap-ux/ui5-config": "0.29.8",
51
51
  "@sap-ux/ui5-info": "0.13.0"
52
52
  },