@sap-ux/ui5-middleware-fe-mockserver 2.1.78 → 2.1.80

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -16,14 +16,14 @@ pnpm
16
16
 
17
17
  ## Usage
18
18
 
19
- In order to use the mock server, the npm module `@sap/ux-ui5-fe-mockserver-middleware` needs to be added as devDependency and ui5.dependencies to `package.json`, and a valid `ui5.yaml` configuration needs to be provided.
19
+ In order to use the mock server, the npm module `@sap-ux/ui5-middleware-fe-mockserver` needs to be added as devDependency and ui5.dependencies to `package.json`, and a valid `ui5.yaml` configuration needs to be provided.
20
20
  **Entries in package.json**
21
21
 
22
22
  ```
23
23
  [..]
24
24
 
25
25
  "devDependencies": {
26
- "@sap-ux/ui5-middleware-fe-mockserver": "^1"
26
+ "@sap-ux/ui5-middleware-fe-mockserver": "^2"
27
27
  },
28
28
  "ui5": {
29
29
  "dependencies": [
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@sap-ux/ui5-middleware-fe-mockserver",
3
- "version": "2.1.78",
3
+ "version": "2.1.80",
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.76"
10
+ "@sap-ux/fe-mockserver-core": "1.1.77"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@types/express": "4.17.13"