@sap-ux/project-access 2.0.2 → 2.1.0

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,6 @@
1
- export type * as ManifestNamespace from '@ui5/manifest';
2
- export type { SAPJSONSchemaForWebApplicationManifestFile as Manifest } from '@ui5/manifest';
1
+ import type * as ManifestNamespace from '@ui5/manifest/types/manifest.js';
2
+ export type { ManifestNamespace };
3
+ export type Manifest = ManifestNamespace.SAPJSONSchemaForWebApplicationManifestFile;
3
4
  export interface AnnotationFile {
4
5
  dataSourceUri: string;
5
6
  fileContent: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/project-access",
3
- "version": "2.0.2",
3
+ "version": "2.1.0",
4
4
  "description": "Library to access SAP Fiori tools projects",
5
5
  "type": "module",
6
6
  "repository": {
@@ -24,14 +24,15 @@
24
24
  "node": ">=22.x"
25
25
  },
26
26
  "dependencies": {
27
+ "@ui5/manifest": "1.85.0",
27
28
  "fast-xml-parser": "5.8.0",
28
29
  "findit2": "2.2.3",
29
30
  "json-parse-even-better-errors": "5.0.0",
30
31
  "mem-fs": "2.1.0",
31
32
  "mem-fs-editor": "9.4.0",
32
33
  "semver": "7.7.4",
33
- "@sap-ux/i18n": "1.0.0",
34
- "@sap-ux/ui5-config": "1.0.1"
34
+ "@sap-ux/i18n": "1.0.1",
35
+ "@sap-ux/ui5-config": "1.0.2"
35
36
  },
36
37
  "devDependencies": {
37
38
  "@jest/globals": "30.3.0",
@@ -39,9 +40,8 @@
39
40
  "@types/mem-fs": "1.1.2",
40
41
  "@types/mem-fs-editor": "7.0.1",
41
42
  "@types/semver": "7.7.1",
42
- "@ui5/manifest": "1.85.0",
43
43
  "vscode-uri": "3.1.0",
44
- "@sap-ux/logger": "1.0.0"
44
+ "@sap-ux/logger": "1.0.1"
45
45
  },
46
46
  "scripts": {
47
47
  "build": "tsc --build",