@sap-ux/odata-entity-model 0.3.0 → 0.3.2
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 +3 -1
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://github.com/SAP/open-ux-tools/blob/main/packages/odata-entity-model/CHANGELOG.md) [](https://github.com/SAP/open-ux-tools/tree/main/packages/odata-entity-model)
|
|
2
|
+
|
|
3
|
+
# [OData Entity Model](https://github.com/SAP/open-ux-tools/tree/main/packages/odata-entity-model)
|
|
2
4
|
|
|
3
5
|
Package containing metadata service, which allows to look up elements from entity data model of an OData service.
|
|
4
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/odata-entity-model",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "OData model representation without annotations",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"author": "SAP SE",
|
|
@@ -11,8 +11,7 @@
|
|
|
11
11
|
],
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"npm-run-all2": "6.2.0",
|
|
14
|
-
"
|
|
15
|
-
"@sap-ux/odata-annotation-core-types": "0.4.0"
|
|
14
|
+
"@sap-ux/odata-annotation-core-types": "0.5.1"
|
|
16
15
|
},
|
|
17
16
|
"scripts": {
|
|
18
17
|
"compile": "tsc --build",
|