@sap-ux/ui5-middleware-fe-mockserver 2.2.80 → 2.2.82

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 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -83,10 +83,10 @@ Additional option are available either per service of for all services if define
83
83
  - noETag : disable ETag support on metadata
84
84
  - strictKeyMode : disable the default "loose" mode for the key matching.
85
85
  By default the mockserver will try many ways to match an entityset with its navigation property, which can result in some rather loose join of data. In case you have a very well defined mockdata and you feel the mockserver is returning too much data, you can enable this feature.
86
- - contextBasedIsolation : enable the support of "tenants".
87
- Tenants can be enabled either by using the ?sap-client in your application / request or by prepending /tenant-xxx at the very start of your service call.
88
- With tenants you will be able to work on tenant isolated data.
89
86
 
87
+ - contextBasedIsolation : enable the support of "tenants" at the URL level.
88
+ Tenants allow you to work on the same app with dedicated, isolated tenant data.
89
+ Tenants are always available by using ?sap-client in your application url, however by enabling this setting you can also enable a specific path based tenant by prepending /tenant-xxx at the very start of your service call.
90
90
  On top of the standard json file loading, when using tenants we will automatically try to fetch a specific json data from a file including the tenant ID in the name.
91
91
  For instance if you have an entity called `Product` you can have a `Product.json` file containing the standard data and a `Product-testErrorXXX.json` file for a specific tenant called testErrorXXX.
92
92
  If you don't have a tenant specific file, the mockserver will fallback to the standard file.
@@ -109,7 +109,7 @@ See the usage in demo apps [SAP Fiori sample apps](https://github.com/SAP-sample
109
109
 
110
110
  ## Support
111
111
 
112
- Join the [SAP Fiori tools Community](https://community.sap.com/search/?by=updated&ct=blog&mt=73555000100800002345). Ask Questions, Read the Latest Blogs, Explore Content.
112
+ Join the [SAP Fiori tools Community](https://community.sap.com/t5/c-khhcw49343/SAP+Fiori+tools/pd-p/73555000100800002345). Ask Questions, Read the Latest Blogs, Explore Content.
113
113
  Please assign tag: _SAP Fiori tools_
114
114
 
115
115
  To log an issue with SAP Fiori tools, please see [Contact SAP Support](https://help.sap.com/viewer/1bb01966b27a429ebf62fa2e45354fea/Latest/en-US).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/ui5-middleware-fe-mockserver",
3
- "version": "2.2.80",
3
+ "version": "2.2.82",
4
4
  "description": "SAP Fiori tools - UI5 middleware for the Fiori elements mock server",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,7 +15,7 @@
15
15
  "license": "Apache-2.0",
16
16
  "author": "@SAP/ux-odata-team",
17
17
  "dependencies": {
18
- "@sap-ux/fe-mockserver-core": "1.4.8"
18
+ "@sap-ux/fe-mockserver-core": "1.4.10"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@babel/preset-env": "^7.26.0",