@alltuner/vibetuner 10.8.3 → 10.10.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 +9 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -108,13 +108,17 @@ For complete documentation, guides, and examples, see the main Vibetuner reposit
108
108
 
109
109
  ## Package Ecosystem
110
110
 
111
- Vibetuner consists of three packages that work together:
111
+ Vibetuner consists of four packages that work together:
112
112
 
113
113
  1. **[vibetuner](https://pypi.org/project/vibetuner/)**: Python framework and dependencies
114
- 2. **@alltuner/vibetuner** (this package): JavaScript/CSS build dependencies
115
- 3. **Scaffolding template**: Copier template for project generation
116
-
117
- All three are version-locked and tested together to ensure compatibility.
114
+ 2. **@alltuner/vibetuner** (this package):
115
+ JavaScript/CSS build dependencies (tailwind, daisyui, htmx, etc.)
116
+ 3. **[@alltuner/vibetuner-jinja](https://www.npmjs.com/package/@alltuner/vibetuner-jinja)**:
117
+ npm-shipped mirror of vibetuner's frontend jinja templates so tailwind
118
+ can `@source` them at frontend build time without shelling out to Python
119
+ 4. **Scaffolding template**: Copier template for project generation
120
+
121
+ All four are version-locked and tested together to ensure compatibility.
118
122
 
119
123
  ## Contributing
120
124
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alltuner/vibetuner",
3
- "version": "10.8.3",
3
+ "version": "10.10.0",
4
4
  "description": "Blessed JavaScript/frontend build dependencies for production-ready Vibetuner projects",
5
5
  "keywords": [
6
6
  "tailwindcss",