mockaton 8.2.4 → 8.2.5

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -69,9 +69,9 @@ _Reset_ button is for registering newly added, removed, or renamed mocks.
69
69
  - Test empty responses
70
70
  - Test spinners by delaying responses
71
71
  - Test errors such as _Bad Request_ and _Internal Server Error_
72
- - Trigger notifications and alerts
73
- - Prototyping before the backend API is developed
74
- - Setting up tests
72
+ - Trigger polled resources such as notifications and alerts
73
+ - Prototype before the backend API is developed
74
+ - Setup tests
75
75
  - As API documentation
76
76
  - If you commit the mocks in the repo, when bisecting a bug, you don’t
77
77
  have to sync the frontend with many backend repos
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "mockaton",
3
3
  "description": "A deterministic server-side for developing and testing frontend clients",
4
4
  "type": "module",
5
- "version": "8.2.4",
5
+ "version": "8.2.5",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",
8
8
  "license": "MIT",