@sap-ux/cap-config-writer 0.10.20 → 0.10.22

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.
@@ -1,5 +1,5 @@
1
+ import type { CapRuntime } from '@sap-ux/fiori-generator-shared';
1
2
  import type { CdsVersionInfo, CdsUi5PluginInfo } from '@sap-ux/project-access';
2
- export type CapRuntime = 'Node.js' | 'Java';
3
3
  export interface CapService {
4
4
  /**
5
5
  * The path to the CAP project.
@@ -1,4 +1,4 @@
1
- import type { CapRuntime } from '../cap-config/types';
1
+ import type { CapRuntime } from '@sap-ux/fiori-generator-shared';
2
2
  /**
3
3
  * Generates a launch text for the launching of applications.
4
4
  *
package/dist/index.d.ts CHANGED
@@ -1,7 +1,8 @@
1
1
  import { checkCdsUi5PluginEnabled } from '@sap-ux/project-access';
2
2
  export { checkCdsUi5PluginEnabled };
3
3
  export { enableCdsUi5Plugin } from './cap-config';
4
- export type { CapService, CapRuntime } from './cap-config/types';
4
+ export type { CapService } from './cap-config/types';
5
+ export type { CapRuntime } from '@sap-ux/fiori-generator-shared';
5
6
  export type { CapServiceCdsInfo, CapProjectSettings } from './cap-config/types';
6
7
  export * from './cap-writer';
7
8
  //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/cap-config-writer",
3
3
  "description": "Add or update configuration for SAP CAP projects",
4
- "version": "0.10.20",
4
+ "version": "0.10.22",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -25,9 +25,9 @@
25
25
  "semver": "7.5.4",
26
26
  "xml-js": "1.6.11",
27
27
  "@sap-ux/logger": "0.7.0",
28
- "@sap-ux/project-access": "1.30.7",
28
+ "@sap-ux/project-access": "1.30.8",
29
29
  "@sap-ux/yaml": "0.17.0",
30
- "@sap-ux/fiori-generator-shared": "0.13.2"
30
+ "@sap-ux/fiori-generator-shared": "0.13.4"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/mem-fs": "1.1.2",