@bull-board/elysia 6.5.0 → 6.5.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 +4 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # <img alt="@bull-board" src="https://raw.githubusercontent.com/felixmosh/bull-board/master/packages/ui/src/static/images/logo.svg" width="35px" /> @bull-board/elysia
2
2
 
3
- [Elysia](https://expressjs.com/) server adapter for `bull-board`.
3
+ [Elysia](https://elysiajs.com/) server adapter for `bull-board`.
4
4
 
5
5
  <p align="center">
6
- <a href="https://www.npmjs.com/package/@bull-board/express">
7
- <img alt="npm version" src="https://img.shields.io/npm/v/@bull-board/express">
6
+ <a href="https://www.npmjs.com/package/@bull-board/elysia">
7
+ <img alt="npm version" src="https://img.shields.io/npm/v/@bull-board/elysia">
8
8
  </a>
9
9
  <a href="https://www.npmjs.com/package/bull-board">
10
10
  <img alt="npm downloads" src="https://img.shields.io/npm/dw/bull-board">
@@ -18,6 +18,6 @@
18
18
  ![UI](https://raw.githubusercontent.com/felixmosh/bull-board/master/screenshots/dashboard.png)
19
19
 
20
20
  # Usage examples
21
- 1. [Simple express setup](https://github.com/felixmosh/bull-board/tree/master/examples/with-elysia)
21
+ 1. [Simple Elysia setup](https://github.com/felixmosh/bull-board/tree/master/examples/with-elysia)
22
22
 
23
23
  For more info visit the main [README](https://github.com/felixmosh/bull-board#readme)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bull-board/elysia",
3
3
  "type": "commonjs",
4
- "version": "6.5.0",
4
+ "version": "6.5.1",
5
5
  "description": "A Elysia server adapter for Bull-Board dashboard.",
6
6
  "keywords": [
7
7
  "bull",
@@ -34,8 +34,8 @@
34
34
  "clean": "rm -rf dist"
35
35
  },
36
36
  "dependencies": {
37
- "@bull-board/api": "6.5.0",
38
- "@bull-board/ui": "6.5.0",
37
+ "@bull-board/api": "6.5.1",
38
+ "@bull-board/ui": "6.5.1",
39
39
  "ejs": "^3.1.10"
40
40
  },
41
41
  "peerDependencies": {