@alltuner/vibetuner 10.22.3 → 11.0.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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -79,7 +79,7 @@ Vibetuner uses HTMX for dynamic, reactive interfaces without complex JavaScript:
|
|
|
79
79
|
</form>
|
|
80
80
|
|
|
81
81
|
<!-- Real-time updates (native SSE in htmx v4) -->
|
|
82
|
-
<div sse
|
|
82
|
+
<div hx-sse:connect="/events" hx-swap="innerHTML">
|
|
83
83
|
Updates will appear here
|
|
84
84
|
</div>
|
|
85
85
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alltuner/vibetuner",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "11.0.0",
|
|
4
4
|
"description": "Blessed JavaScript/frontend build dependencies for production-ready Vibetuner projects",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tailwindcss",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"tailwindcss": "./bin/tailwindcss.js"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@alltuner/vibetuner-jinja": "
|
|
38
|
-
"daisyui": "^5.5.
|
|
37
|
+
"@alltuner/vibetuner-jinja": "11.0.0",
|
|
38
|
+
"daisyui": "^5.5.23",
|
|
39
39
|
"htmx.org": "4.0.0-beta4",
|
|
40
40
|
"tailwindcss": "^4.3.0",
|
|
41
41
|
"@tailwindcss/cli": "^4.3.0",
|