@sap-ux/fiori-generator-shared 0.13.34 → 0.13.36

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.
@@ -90,6 +90,7 @@ export interface AppConfig {
90
90
  readonly localUI5Version?: string;
91
91
  readonly sapux?: boolean;
92
92
  readonly skipAnnotations?: boolean;
93
+ /** @deprecated Code assist prompt is hidden and this property is no longer used */
93
94
  readonly enableCodeAssist?: boolean;
94
95
  readonly enableEslint?: boolean;
95
96
  readonly enableTypeScript?: boolean;
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.34",
4
+ "version": "0.13.36",
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.5.4",
27
27
  "@sap-ux/btp-utils": "1.1.5",
28
- "@sap-ux/project-access": "1.32.9",
29
- "@sap-ux/telemetry": "0.6.39"
28
+ "@sap-ux/project-access": "1.32.11",
29
+ "@sap-ux/telemetry": "0.6.41"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/mem-fs-editor": "7.0.1",
@@ -34,7 +34,7 @@
34
34
  "@types/semver": "7.5.2",
35
35
  "@types/vscode": "1.73.1",
36
36
  "@types/yeoman-environment": "2.10.11",
37
- "@sap-ux/axios-extension": "1.24.2",
37
+ "@sap-ux/axios-extension": "1.24.3",
38
38
  "@sap-ux/logger": "0.7.1",
39
39
  "@sap-ux/store": "1.3.3"
40
40
  },