@queuedash/client 2.0.5 → 2.1.0

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 +0 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -147,7 +147,6 @@ type QueueDashAppProps = {
147
147
 
148
148
  - Supports Celery and other queueing systems
149
149
  - Command+K bar and shortcuts
150
- - Display Redis information
151
150
  - Ability to whitelabel the UI
152
151
 
153
152
  ## Pro Version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@queuedash/client",
3
- "version": "2.0.5",
3
+ "version": "2.1.0",
4
4
  "description": "A stunning, sleek dashboard for Bull, BullMQ, and Bee-Queue",
5
5
  "files": [
6
6
  "dist"
@@ -10,7 +10,7 @@
10
10
  "react-dom": "^18.2.0"
11
11
  },
12
12
  "devDependencies": {
13
- "@queuedash/ui": "^2.0.5",
13
+ "@queuedash/ui": "^2.1.0",
14
14
  "@rollup/plugin-typescript": "^10.0.1",
15
15
  "@types/react": "^18.0.28",
16
16
  "@types/react-dom": "^18.0.11",