@sap-ux/odata-service-writer 0.27.28 → 0.27.30
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 -2
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
[](https://github.com/SAP/open-ux-tools/blob/main/packages/odata-service-writer/CHANGELOG.md) [](https://github.com/SAP/open-ux-tools/tree/main/packages/odata-service-writer)
|
|
2
|
+
|
|
3
|
+
# [`@sap-ux/odata-service-writer`](https://github.com/SAP/open-ux-tools/tree/main/packages/odata-service-writer)
|
|
2
4
|
|
|
3
5
|
Writes the odata service related file updates to an existing UI5 project specified by the base path.
|
|
4
6
|
|
|
@@ -39,4 +41,4 @@ await generate(testDir, config, fs);
|
|
|
39
41
|
```
|
|
40
42
|
|
|
41
43
|
## Keywords
|
|
42
|
-
SAP Fiori Freestyle
|
|
44
|
+
SAP Fiori Freestyle
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"bugs": {
|
|
10
10
|
"url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Aodata-service-writer"
|
|
11
11
|
},
|
|
12
|
-
"version": "0.27.
|
|
12
|
+
"version": "0.27.30",
|
|
13
13
|
"license": "Apache-2.0",
|
|
14
14
|
"main": "dist/index.js",
|
|
15
15
|
"files": [
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"mem-fs-editor": "9.4.0",
|
|
28
28
|
"prettify-xml": "1.2.0",
|
|
29
29
|
"semver": "7.5.4",
|
|
30
|
-
"@sap-ux/mockserver-config-writer": "0.9.
|
|
31
|
-
"@sap-ux/project-access": "1.32.
|
|
32
|
-
"@sap-ux/ui5-config": "0.29.
|
|
30
|
+
"@sap-ux/mockserver-config-writer": "0.9.26",
|
|
31
|
+
"@sap-ux/project-access": "1.32.9",
|
|
32
|
+
"@sap-ux/ui5-config": "0.29.9"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/ejs": "3.1.2",
|