@djangocfg/debuger 2.1.231 → 2.1.233

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 +6 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,3 +1,9 @@
1
+ <div align="center">
2
+
3
+ ![@djangocfg/debuger](https://raw.githubusercontent.com/markolofsen/assets/main/libs/djangocfg/debuger.webp)
4
+
5
+ </div>
6
+
1
7
  # @djangocfg/debuger
2
8
 
3
9
  A universal floating debug panel for Next.js App Router projects. Drop-in overlay with structured logs, audio/media engine tracing, generic store inspection, and custom event channels.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djangocfg/debuger",
3
- "version": "2.1.231",
3
+ "version": "2.1.233",
4
4
  "description": "Floating debug panel for DjangoCFG — logs, store inspection, monitor bridge, Cmd+D shortcut",
5
5
  "keywords": [
6
6
  "debug",
@@ -63,10 +63,10 @@
63
63
  "react-dom": "^19.1.0",
64
64
  "zustand": "^5.0.0",
65
65
  "consola": "^3.4.2",
66
- "@djangocfg/ui-core": "^2.1.231",
67
- "@djangocfg/ui-tools": "^2.1.231",
66
+ "@djangocfg/ui-core": "^2.1.233",
67
+ "@djangocfg/ui-tools": "^2.1.233",
68
68
  "@tanstack/react-virtual": "^3.0.0",
69
- "@djangocfg/monitor": "^2.1.231",
69
+ "@djangocfg/monitor": "^2.1.233",
70
70
  "lucide-react": ">=0.400.0"
71
71
  },
72
72
  "peerDependenciesMeta": {
@@ -78,8 +78,8 @@
78
78
  }
79
79
  },
80
80
  "devDependencies": {
81
- "@djangocfg/typescript-config": "^2.1.231",
82
- "@djangocfg/monitor": "^2.1.231",
81
+ "@djangocfg/typescript-config": "^2.1.233",
82
+ "@djangocfg/monitor": "^2.1.233",
83
83
  "lucide-react": "^0.545.0",
84
84
  "@types/node": "^25.2.3",
85
85
  "@types/react": "^19.1.0",