@todovue/tv-demo 1.2.2 → 1.2.6
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/LICENSE +1 -1
- package/README.md +1 -2
- package/package.json +11 -10
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
A flexible, framework-agnostic Vue 3 component catalog for demos, documentation, and playgrounds. Compatible with both SPA and SSR (Nuxt 3), with automatic style injection and no DOM assumptions.
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/@todovue/tv-demo)
|
|
8
|
-
[](https://app.netlify.com/projects/tv-demo/deploys)
|
|
9
8
|
[](https://www.npmjs.com/package/@todovue/tv-demo)
|
|
10
9
|
[](https://www.npmjs.com/package/@todovue/tv-demo)
|
|
11
10
|

|
|
@@ -15,7 +14,7 @@ A flexible, framework-agnostic Vue 3 component catalog for demos, documentation,
|
|
|
15
14
|

|
|
16
15
|

|
|
17
16
|
|
|
18
|
-
> Demo: https://
|
|
17
|
+
> Demo: https://ui.todovue.blog/demo/
|
|
19
18
|
|
|
20
19
|
---
|
|
21
20
|
## Table of Contents
|
package/package.json
CHANGED
|
@@ -4,11 +4,12 @@
|
|
|
4
4
|
"author": "Cristhian Daza",
|
|
5
5
|
"description": "This is a default demo display for TODOvue components. Use this area to showcase the component's usage, props, variants, and live behavior in isolation.",
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"version": "1.2.
|
|
7
|
+
"version": "1.2.6",
|
|
8
8
|
"type": "module",
|
|
9
|
+
"homepage": "https://ui.todovue.blog/demo",
|
|
9
10
|
"repository": {
|
|
10
11
|
"type": "git",
|
|
11
|
-
"url": "https://github.com/TODOvue/tv-demo.git"
|
|
12
|
+
"url": "git+https://github.com/TODOvue/tv-demo.git"
|
|
12
13
|
},
|
|
13
14
|
"bugs": {
|
|
14
15
|
"url": "https://github.com/TODOvue/tv-demo/issues"
|
|
@@ -55,19 +56,19 @@
|
|
|
55
56
|
"dist/*.css"
|
|
56
57
|
],
|
|
57
58
|
"peerDependencies": {
|
|
58
|
-
"vue": "^3.
|
|
59
|
+
"vue": "^3.5.25",
|
|
59
60
|
"vue-highlight-code": "^0.2.0",
|
|
60
|
-
"vue3-markdown-it": "^1.0.
|
|
61
|
+
"vue3-markdown-it": "^1.0.10"
|
|
61
62
|
},
|
|
62
63
|
"dependencies": {
|
|
63
|
-
"github-markdown-css": "^5.
|
|
64
|
+
"github-markdown-css": "^5.8.1"
|
|
64
65
|
},
|
|
65
66
|
"devDependencies": {
|
|
66
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
67
|
-
"sass": "^1.
|
|
68
|
-
"vite": "^7.
|
|
69
|
-
"vite-plugin-dts": "^4.
|
|
67
|
+
"@vitejs/plugin-vue": "^6.0.3",
|
|
68
|
+
"sass": "^1.97.0",
|
|
69
|
+
"vite": "^7.3.0",
|
|
70
|
+
"vite-plugin-dts": "^4.5.4",
|
|
70
71
|
"vue-highlight-code": "^0.2.0",
|
|
71
|
-
"vue3-markdown-it": "^1.0.
|
|
72
|
+
"vue3-markdown-it": "^1.0.10"
|
|
72
73
|
}
|
|
73
74
|
}
|