@bull-board/hapi 5.9.0 → 5.9.2

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 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -14,9 +14,11 @@
14
14
  </a>
15
15
  <p>
16
16
 
17
+ ![Overview](https://raw.githubusercontent.com/felixmosh/bull-board/master/screenshots/overview.png)
17
18
  ![UI](https://raw.githubusercontent.com/felixmosh/bull-board/master/screenshots/dashboard.png)
18
19
 
19
20
  # Usage examples
20
21
  1. [Simple hapi setup](https://github.com/felixmosh/bull-board/tree/master/examples/with-hapi)
22
+ 2. [Auth with hapi setup](https://github.com/felixmosh/bull-board/tree/master/examples/with-hapi-auth)
21
23
 
22
24
  For more info visit the main [README](https://github.com/felixmosh/bull-board#readme)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bull-board/hapi",
3
- "version": "5.9.0",
3
+ "version": "5.9.2",
4
4
  "description": "A Hapi.js server adapter for Bull-Board dashboard.",
5
5
  "keywords": [
6
6
  "bull",
@@ -29,8 +29,8 @@
29
29
  "clean": "rm -rf dist"
30
30
  },
31
31
  "dependencies": {
32
- "@bull-board/api": "5.9.0",
33
- "@bull-board/ui": "5.9.0",
32
+ "@bull-board/api": "5.9.2",
33
+ "@bull-board/ui": "5.9.2",
34
34
  "@hapi/inert": "^6.0.5",
35
35
  "@hapi/vision": "^6.1.0",
36
36
  "ejs": "^3.1.7"