@sap-ux/fe-fpm-writer 0.36.0 → 0.36.1

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.
@@ -196,7 +196,6 @@ function getAggregationPathPrompt(context, properties = {}) {
196
196
  ...properties,
197
197
  type: 'list',
198
198
  name: 'aggregationPath',
199
- defaultIndex: 0,
200
199
  choices: project
201
200
  ? (answers) => {
202
201
  const { viewOrFragmentPath } = answers;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/fe-fpm-writer",
3
3
  "description": "SAP Fiori elements flexible programming model writer",
4
- "version": "0.36.0",
4
+ "version": "0.36.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",