@todovue/tv-breadcrumbs 1.1.1 → 1.1.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/LICENSE +1 -1
- package/README.md +1 -2
- package/package.json +9 -8
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
A flexible, framework‑agnostic Vue 3 breadcrumb navigation component with auto-generation from routes, custom separators, max items control, and full customization. Works seamlessly in Single Page Apps or Server-Side Rendered (SSR) environments (e.g. Nuxt 3).
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/@todovue/tv-breadcrumbs)
|
|
8
|
-
[](https://app.netlify.com/projects/tv-breadcrumbs/deploys)
|
|
9
8
|
[](https://www.npmjs.com/package/@todovue/tv-breadcrumbs)
|
|
10
9
|
[](https://www.npmjs.com/package/@todovue/tv-breadcrumbs)
|
|
11
10
|

|
|
@@ -15,7 +14,7 @@ A flexible, framework‑agnostic Vue 3 breadcrumb navigation component with auto
|
|
|
15
14
|

|
|
16
15
|

|
|
17
16
|
|
|
18
|
-
> Demo: https://
|
|
17
|
+
> Demo: https://ui.todovue.blog/breadcrumbs
|
|
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": "A simple and customizable Vue 3 breadcrumbs component for your applications.",
|
|
6
6
|
"license": "MIT",
|
|
7
|
-
"version": "1.1.
|
|
7
|
+
"version": "1.1.2",
|
|
8
8
|
"type": "module",
|
|
9
|
+
"homepage": "https://ui.todovue.blog/breadcrumbs",
|
|
9
10
|
"repository": {
|
|
10
11
|
"type": "git",
|
|
11
|
-
"url": "https://github.com/TODOvue/tv-breadcrumbs.git"
|
|
12
|
+
"url": "git+https://github.com/TODOvue/tv-breadcrumbs.git"
|
|
12
13
|
},
|
|
13
14
|
"bugs": {
|
|
14
15
|
"url": "https://github.com/TODOvue/tv-breadcrumbs/issues"
|
|
@@ -56,13 +57,13 @@
|
|
|
56
57
|
"build:demo": "cp README.md public/ && cp CHANGELOG.md public/ && VITE_BUILD_TARGET=demo vite build"
|
|
57
58
|
},
|
|
58
59
|
"peerDependencies": {
|
|
59
|
-
"vue": "^3.
|
|
60
|
+
"vue": "^3.5.26"
|
|
60
61
|
},
|
|
61
62
|
"devDependencies": {
|
|
62
|
-
"@todovue/tv-demo": "^1.2.
|
|
63
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
64
|
-
"sass": "^1.
|
|
65
|
-
"vite": "^7.
|
|
66
|
-
"vite-plugin-dts": "^4.
|
|
63
|
+
"@todovue/tv-demo": "^1.2.7",
|
|
64
|
+
"@vitejs/plugin-vue": "^6.0.3",
|
|
65
|
+
"sass": "^1.97.1",
|
|
66
|
+
"vite": "^7.3.0",
|
|
67
|
+
"vite-plugin-dts": "^4.5.4"
|
|
67
68
|
}
|
|
68
69
|
}
|