@sap-ux/create 0.11.18 → 0.11.21

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.
@@ -55,7 +55,8 @@ async function addAnnotationsToOdata(basePath, simulate, yamlPath) {
55
55
  filePath: answers.filePath,
56
56
  namespaces,
57
57
  serviceUrl: dataSources[answers.id].uri
58
- }
58
+ },
59
+ isCommand: true
59
60
  });
60
61
  if (!simulate) {
61
62
  await new Promise((resolve) => fs.commit(resolve));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/create",
3
3
  "description": "SAP Fiori tools module to add or remove features",
4
- "version": "0.11.18",
4
+ "version": "0.11.21",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -30,20 +30,20 @@
30
30
  "mem-fs": "2.1.0",
31
31
  "mem-fs-editor": "9.4.0",
32
32
  "prompts": "2.4.2",
33
- "@sap-ux/abap-deploy-config-inquirer": "1.1.18",
33
+ "@sap-ux/abap-deploy-config-inquirer": "1.1.19",
34
34
  "@sap-ux/abap-deploy-config-writer": "0.0.72",
35
- "@sap-ux/adp-tooling": "0.12.103",
35
+ "@sap-ux/adp-tooling": "0.12.105",
36
36
  "@sap-ux/app-config-writer": "0.5.12",
37
37
  "@sap-ux/cap-config-writer": "0.7.68",
38
38
  "@sap-ux/cards-editor-config-writer": "0.4.8",
39
39
  "@sap-ux/logger": "0.6.0",
40
40
  "@sap-ux/mockserver-config-writer": "0.7.0",
41
41
  "@sap-ux/odata-service-writer": "0.25.1",
42
- "@sap-ux/preview-middleware": "0.16.160",
42
+ "@sap-ux/preview-middleware": "0.16.163",
43
43
  "@sap-ux/project-access": "1.28.10",
44
44
  "@sap-ux/system-access": "0.5.25",
45
45
  "@sap-ux/ui5-config": "0.26.0",
46
- "@sap-ux/flp-config-inquirer": "0.2.8"
46
+ "@sap-ux/flp-config-inquirer": "0.2.10"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@types/diff": "5.0.9",
@@ -51,7 +51,7 @@
51
51
  "@types/mem-fs": "1.1.2",
52
52
  "@types/mem-fs-editor": "7.0.1",
53
53
  "@types/prompts": "2.4.4",
54
- "@sap-ux/inquirer-common": "0.6.2",
54
+ "@sap-ux/inquirer-common": "0.6.3",
55
55
  "@sap-ux/store": "1.0.0"
56
56
  },
57
57
  "scripts": {