@alltuner/vibetuner 2.14.1 → 2.16.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.
package/README.md CHANGED
@@ -1,19 +1,23 @@
1
1
  # @alltuner/vibetuner
2
2
 
3
- **Blessed JavaScript/frontend build dependencies for Vibetuner projects**
3
+ Blessed JavaScript/frontend build dependencies for Vibetuner projects
4
4
 
5
- This package bundles all the essential frontend build tools and libraries needed for Vibetuner-based web applications. It provides a curated, version-locked set of dependencies for building modern, reactive web interfaces.
5
+ This package bundles all the essential frontend build tools and libraries needed for
6
+ Vibetuner-based web applications. It provides a curated, version-locked set of dependencies for
7
+ building modern, reactive web interfaces.
6
8
 
7
9
  ## What is Vibetuner?
8
10
 
9
- Vibetuner is a production-ready scaffolding tool for FastAPI + MongoDB + HTMX web applications. This package (`@alltuner/vibetuner`) is the JavaScript component that provides:
11
+ Vibetuner is a production-ready scaffolding tool for FastAPI + MongoDB + HTMX web applications.
12
+ This package (`@alltuner/vibetuner`) is the JavaScript component that provides:
10
13
 
11
14
  - **Tailwind CSS 4**: Utility-first CSS framework
12
15
  - **DaisyUI**: Beautiful component library for Tailwind
13
16
  - **HTMX 2**: Dynamic HTML without complex JavaScript
14
17
  - **Build tools**: CLI tools for asset compilation
15
18
 
16
- **This package is designed to be used within projects generated by the Vibetuner scaffolding tool.** It ensures consistent frontend tooling across all Vibetuner projects.
19
+ **This package is designed to be used within projects generated by the Vibetuner scaffolding
20
+ tool.** It ensures consistent frontend tooling across all Vibetuner projects.
17
21
 
18
22
  ## Installation
19
23
 
@@ -120,7 +124,7 @@ Vibetuner uses HTMX for dynamic, reactive interfaces without complex JavaScript:
120
124
 
121
125
  For complete documentation, guides, and examples, see the main Vibetuner repository:
122
126
 
123
- **📖 [Vibetuner Documentation](https://github.com/alltuner/vibetuner#readme)**
127
+ **📖 [Vibetuner Documentation](https://vibetuner.alltuner.com/)**
124
128
 
125
129
  ## Package Ecosystem
126
130
 
@@ -147,7 +151,7 @@ See [LICENSE](https://github.com/alltuner/vibetuner/blob/main/LICENSE) for detai
147
151
  ## Links
148
152
 
149
153
  - **Main Repository**: <https://github.com/alltuner/vibetuner>
150
- - **Documentation**: <https://github.com/alltuner/vibetuner#readme>
154
+ - **Documentation**: <https://vibetuner.alltuner.com/>
151
155
  - **Issues**: <https://github.com/alltuner/vibetuner/issues>
152
156
  - **npm**: <https://www.npmjs.com/package/@alltuner/vibetuner>
153
157
  - **Python Package**: <https://pypi.org/project/vibetuner/>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alltuner/vibetuner",
3
- "version": "2.14.1",
3
+ "version": "2.16.2",
4
4
  "description": "Blessed JavaScript/frontend build dependencies for production-ready Vibetuner projects",
5
5
  "keywords": [
6
6
  "tailwindcss",
@@ -18,15 +18,15 @@
18
18
  "url": "https://github.com/alltuner/vibetuner",
19
19
  "directory": "vibetuner-js"
20
20
  },
21
- "homepage": "https://github.com/alltuner/vibetuner#readme",
21
+ "homepage": "https://vibetuner.alltuner.com/",
22
22
  "bugs": {
23
23
  "url": "https://github.com/alltuner/vibetuner/issues"
24
24
  },
25
25
  "dependencies": {
26
- "tailwindcss": "^4.1.16",
27
- "@tailwindcss/cli": "^4.1.16",
26
+ "tailwindcss": "^4.1.17",
27
+ "@tailwindcss/cli": "^4.1.17",
28
28
  "@tailwindcss/typography": "^0.5.19",
29
- "daisyui": "^5.4.5",
29
+ "daisyui": "^5.4.7",
30
30
  "htmx.org": "2.0.8",
31
31
  "htmx-ext-preload": "^2.1.2",
32
32
  "htmx-ext-sse": "^2.2.4",
package/CHANGELOG.md DELETED
@@ -1,8 +0,0 @@
1
- # Changelog
2
-
3
- ## [2.13.1](https://github.com/alltuner/vibetuner/compare/vibetuner-v2.12.0...vibetuner-v2.13.1) (2025-11-05)
4
-
5
-
6
- ### Miscellaneous Chores
7
-
8
- * release v2.13.1 ([#348](https://github.com/alltuner/vibetuner/issues/348)) ([a9c95c3](https://github.com/alltuner/vibetuner/commit/a9c95c36794471a6cf08e64ec749d73d94303ee1))