@dunx/dashboard 3.3.1 → 3.3.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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dunx/dashboard",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "description": "An opt-in operations page for a running dunx app: routes, the provider graph, gateways, config and runtime health, with bull-board mounted for the queues",
5
5
  "keywords": [
6
6
  "bull-board",
@@ -65,8 +65,8 @@
65
65
  "@bull-board/api": "^8.6.0",
66
66
  "@bull-board/bun": "^8.6.0",
67
67
  "@bull-board/ui": "^8.6.0",
68
- "@dunx/core": "^3.3.1",
69
- "@dunx/http": "^3.3.1",
68
+ "@dunx/core": "^3.3.2",
69
+ "@dunx/http": "^3.3.2",
70
70
  "@types/bun": ">=1.4.1"
71
71
  },
72
72
  "peerDependenciesMeta": {