@sap-ux/mockserver-config-writer 0.0.2 → 0.0.4
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 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @sap-ux/mockserver-config-writer
|
|
2
2
|
|
|
3
|
-
Adds or removes configuration for mockserver module `@sap-ux/ui5-middleware-fe-mockserver` to SAP UX project.
|
|
3
|
+
Adds or removes configuration for mockserver module `@sap-ux/ui5-middleware-fe-mockserver` to an SAP UX project.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
Npm
|
|
@@ -28,6 +28,7 @@ fs.commit();
|
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
See more complex example in [`/test/unit`](./test/unit)
|
|
31
|
+
|
|
31
32
|
## Keywords
|
|
32
33
|
SAP Fiori elements
|
|
33
|
-
SAP Fiori - UI5 middleware for the Fiori elements mock server
|
|
34
|
+
SAP Fiori - UI5 middleware for the Fiori elements mock server
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/mockserver-config-writer",
|
|
3
3
|
"description": "Add or update configuration for SAP Fiori tools mockserver",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.4",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"!dist/**/*.map"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@sap-ux/ui5-config": "0.16.
|
|
22
|
+
"@sap-ux/ui5-config": "0.16.2",
|
|
23
23
|
"i18next": "20.3.2",
|
|
24
24
|
"mem-fs": "2.1.0",
|
|
25
25
|
"mem-fs-editor": "9.4.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@sap-ux/project-access": "1.0.
|
|
28
|
+
"@sap-ux/project-access": "1.0.6",
|
|
29
29
|
"@types/mem-fs": "1.1.2",
|
|
30
30
|
"@types/mem-fs-editor": "7.0.1",
|
|
31
31
|
"@types/prompts": "2.0.14",
|