@sap-ux/fiori-generator-shared 0.13.105 → 0.14.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.
@@ -102,6 +102,11 @@ export interface AppConfig {
102
102
  readonly skipAnnotations?: boolean;
103
103
  readonly enableEslint?: boolean;
104
104
  readonly enableTypeScript?: boolean;
105
+ /**
106
+ * If true, virtual endpoints will be used for preview instead of generating flpSandbox.html and related files.
107
+ * Defaults to true if not specified.
108
+ */
109
+ readonly enableVirtualEndpoints?: boolean;
105
110
  };
106
111
  service?: {
107
112
  readonly host?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/fiori-generator-shared",
3
3
  "description": "Commonly used shared functionality and types to support the fiori generator.",
4
- "version": "0.13.105",
4
+ "version": "0.14.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -25,8 +25,8 @@
25
25
  "os-name": "4.0.1",
26
26
  "semver": "7.7.4",
27
27
  "@sap-ux/btp-utils": "1.1.15",
28
- "@sap-ux/project-access": "1.36.3",
29
- "@sap-ux/telemetry": "0.6.104"
28
+ "@sap-ux/project-access": "1.36.4",
29
+ "@sap-ux/telemetry": "0.6.105"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/mem-fs-editor": "7.0.1",
@@ -35,7 +35,7 @@
35
35
  "@types/vscode": "1.110.0",
36
36
  "@types/yeoman-environment": "2.10.11",
37
37
  "@types/yeoman-generator": "5.2.14",
38
- "@sap-ux/axios-extension": "1.25.35",
38
+ "@sap-ux/axios-extension": "1.25.36",
39
39
  "@sap-ux/logger": "0.8.5",
40
40
  "@sap-ux/store": "1.5.13"
41
41
  },