@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.
Files changed (2) hide show
  1. package/Readme.md +4 -3
  2. package/package.json +10 -10
package/Readme.md CHANGED
@@ -1,4 +1,6 @@
1
- # @sap-ux/fiori-annotation-api
1
+ [![Changelog](https://img.shields.io/badge/changelog-8A2BE2)](https://github.com/SAP/open-ux-tools/blob/main/packages/fiori-annotation-api/CHANGELOG.md) [![Github repo](https://img.shields.io/badge/github-repo-blue)](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.11",
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.20",
24
- "@sap-ux/cds-odata-annotation-converter": "0.6.13",
25
- "@sap-ux/odata-annotation-core": "0.2.9",
26
- "@sap-ux/odata-annotation-core-types": "0.5.0",
27
- "@sap-ux/odata-entity-model": "0.3.1",
28
- "@sap-ux/odata-vocabularies": "0.4.17",
29
- "@sap-ux/logger": "0.7.0",
30
- "@sap-ux/project-access": "1.32.7",
31
- "@sap-ux/xml-odata-annotation-converter": "0.4.1"
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",