temba 0.8.0 → 0.8.1

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -259,7 +259,7 @@ These are all the possible settings:
259
259
  | `apiPrefix` | See [REST URIs prefixes](#rest-uris-prefixes) |
260
260
  | `cacheControl` | The `Cache-control` response header value for each GET request. |
261
261
  | `delay` | After processing the request, the delay in milliseconds before the request should be sent. |
262
- | `requestBodyValidator` | Bla |
262
+ | `requestBodyValidator` | See [Request body validation or mutation](#request-body-validation-or-mutation) |
263
263
 
264
264
  ## Not supported (yet?)
265
265
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "temba",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Get a simple MongoDB REST API with zero coding in less than 30 seconds (seriously).",
5
5
  "main": "dist/server.js",
6
6
  "scripts": {