@sap-ux/fiori-annotation-api 0.7.11 → 0.7.13
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.
- package/Readme.md +4 -3
- package/package.json +10 -10
package/Readme.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://github.com/SAP/open-ux-tools/blob/main/packages/fiori-annotation-api/CHANGELOG.md) [](https://github.com/SAP/open-ux-tools/tree/main/packages/fiori-annotation-api)
|
|
2
|
+
|
|
3
|
+
# [`@sap-ux/fiori-annotation-api`](https://github.com/SAP/open-ux-tools/tree/main/packages/fiori-annotation-api)
|
|
2
4
|
|
|
3
5
|
Provides high level design time API for working with OData services in context of SAP Fiori Elements. It uses the same data types for annotations and metadata as SAP Fiori Elements runtime and provides abstraction over service definition languages.
|
|
4
6
|
|
|
@@ -31,5 +33,4 @@ The following features are not supported:
|
|
|
31
33
|
See usage in [`test/unit/fiori-service.test.ts`](test/unit/fiori-service.test.ts).
|
|
32
34
|
|
|
33
35
|
## Keywords
|
|
34
|
-
OData Fiori annotations
|
|
35
|
-
|
|
36
|
+
OData Fiori annotations
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/fiori-annotation-api",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.13",
|
|
4
4
|
"description": "Library that provides API for reading and writing annotations in SAP Fiori elements projects.",
|
|
5
5
|
"publisher": "SAPSE",
|
|
6
6
|
"author": "SAP SE",
|
|
@@ -20,15 +20,15 @@
|
|
|
20
20
|
"mem-fs": "2.1.0",
|
|
21
21
|
"mem-fs-editor": "9.4.0",
|
|
22
22
|
"vscode-languageserver-textdocument": "1.0.11",
|
|
23
|
-
"@sap-ux/cds-annotation-parser": "0.2.
|
|
24
|
-
"@sap-ux/cds-odata-annotation-converter": "0.6.
|
|
25
|
-
"@sap-ux/odata-annotation-core": "0.2.
|
|
26
|
-
"@sap-ux/odata-annotation-core-types": "0.5.
|
|
27
|
-
"@sap-ux/odata-entity-model": "0.3.
|
|
28
|
-
"@sap-ux/odata-vocabularies": "0.4.
|
|
29
|
-
"@sap-ux/logger": "0.7.
|
|
30
|
-
"@sap-ux/project-access": "1.32.
|
|
31
|
-
"@sap-ux/xml-odata-annotation-converter": "0.4.
|
|
23
|
+
"@sap-ux/cds-annotation-parser": "0.2.21",
|
|
24
|
+
"@sap-ux/cds-odata-annotation-converter": "0.6.14",
|
|
25
|
+
"@sap-ux/odata-annotation-core": "0.2.10",
|
|
26
|
+
"@sap-ux/odata-annotation-core-types": "0.5.1",
|
|
27
|
+
"@sap-ux/odata-entity-model": "0.3.2",
|
|
28
|
+
"@sap-ux/odata-vocabularies": "0.4.18",
|
|
29
|
+
"@sap-ux/logger": "0.7.1",
|
|
30
|
+
"@sap-ux/project-access": "1.32.9",
|
|
31
|
+
"@sap-ux/xml-odata-annotation-converter": "0.4.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@sap/cds-compiler": "4.8.0",
|