@sap-ux/annotation-generator 0.3.72 → 0.3.74

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 -2
  2. package/package.json +5 -5
package/Readme.md CHANGED
@@ -1,4 +1,6 @@
1
- # Fiori Annotation Generator API
1
+ [![Changelog](https://img.shields.io/badge/changelog-8A2BE2)](https://github.com/SAP/open-ux-tools/blob/main/packages/annotation-generator/CHANGELOG.md) [![Github repo](https://img.shields.io/badge/github-repo-blue)](https://github.com/SAP/open-ux-tools/tree/main/packages/annotation-generator)
2
+
3
+ # [Fiori Annotation Generator API](https://github.com/SAP/open-ux-tools/tree/main/packages/annotation-generator)
2
4
 
3
5
  Reads annotations for a service in a SAP Fiori Elements project with local metadata. Allows generation of annotations for generation of new Fiori Elements apps.
4
6
 
@@ -80,4 +82,4 @@ await generateAnnotations(fs, serviceParameters, options);
80
82
 
81
83
 
82
84
  ## Keywords
83
- OData annotations, app generation
85
+ OData annotations, app generation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/annotation-generator",
3
- "version": "0.3.72",
3
+ "version": "0.3.74",
4
4
  "description": "Library that provides API for generation of annotations by SAP Fiori App Generator",
5
5
  "publisher": "SAPSE",
6
6
  "repository": {
@@ -15,10 +15,10 @@
15
15
  "@sap-ux/annotation-converter": "0.10.3",
16
16
  "@sap-ux/vocabularies-types": "0.13.0",
17
17
  "mem-fs-editor": "9.4.0",
18
- "@sap-ux/fiori-annotation-api": "0.7.10",
19
- "@sap-ux/odata-annotation-core-types": "0.5.0",
20
- "@sap-ux/odata-entity-model": "0.3.1",
21
- "@sap-ux/project-access": "1.32.7"
18
+ "@sap-ux/fiori-annotation-api": "0.7.12",
19
+ "@sap-ux/odata-annotation-core-types": "0.5.1",
20
+ "@sap-ux/odata-entity-model": "0.3.2",
21
+ "@sap-ux/project-access": "1.32.8"
22
22
  },
23
23
  "devDependencies": {
24
24
  "mem-fs": "2.1.0",