@sap-ux/ui5-middleware-fe-mockserver 2.1.28 → 2.1.31

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 +7 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -87,6 +87,13 @@ You can also define static annotation file using the `annotations` entry, each a
87
87
  - urlPath : where will your annotation be accessible from
88
88
  - localPath : local path to your annotation file
89
89
 
90
+ **Documentation**
91
+
92
+ You can find more details on how to influence the mockserver behavior for mockdata by checking the documentation under [Defining Mockdata](https://github.com/SAP/open-ux-odata/blob/main/docs/DefiningMockdata.md)
93
+
94
+ We also have samples available in the [samples folder](https://github.com/SAP/open-ux-odata/tree/main/samples)
95
+
96
+
90
97
  **Sample application**
91
98
 
92
99
  See the usage in demo apps [SAP Fiori sample apps](https://github.com/SAP-samples/fiori-tools-samples)
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@sap-ux/ui5-middleware-fe-mockserver",
3
- "version": "2.1.28",
3
+ "version": "2.1.31",
4
4
  "description": "SAP Fiori tools - UI5 middleware for the Fiori elements mock server",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
8
8
  "author": "@SAP/ux-odata-team",
9
9
  "dependencies": {
10
- "@sap-ux/fe-mockserver-core": "1.1.27"
10
+ "@sap-ux/fe-mockserver-core": "1.1.30"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@types/express": "4.17.13"