@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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -2
  3. package/package.json +9 -8
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Cristhian Daza
3
+ Copyright (c) 2026 Cristhian Daza
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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
  [![npm](https://img.shields.io/npm/v/@todovue/tv-breadcrumbs.svg)](https://www.npmjs.com/package/@todovue/tv-breadcrumbs)
8
- [![Netlify Status](https://api.netlify.com/api/v1/badges/8c4e2401-fefe-4f40-ae83-40681ecc36a5/deploy-status)](https://app.netlify.com/projects/tv-breadcrumbs/deploys)
9
8
  [![npm downloads](https://img.shields.io/npm/dm/@todovue/tv-breadcrumbs.svg)](https://www.npmjs.com/package/@todovue/tv-breadcrumbs)
10
9
  [![npm total downloads](https://img.shields.io/npm/dt/@todovue/tv-breadcrumbs.svg)](https://www.npmjs.com/package/@todovue/tv-breadcrumbs)
11
10
  ![License](https://img.shields.io/github/license/TODOvue/tv-breadcrumbs)
@@ -15,7 +14,7 @@ A flexible, framework‑agnostic Vue 3 breadcrumb navigation component with auto
15
14
  ![Last Commit](https://img.shields.io/github/last-commit/TODOvue/tv-breadcrumbs)
16
15
  ![Stars](https://img.shields.io/github/stars/TODOvue/tv-breadcrumbs?style=social)
17
16
 
18
- > Demo: https://tv-breadcrumbs.netlify.app/
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.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.0.0"
60
+ "vue": "^3.5.26"
60
61
  },
61
62
  "devDependencies": {
62
- "@todovue/tv-demo": "^1.2.2",
63
- "@vitejs/plugin-vue": "^6.0.0",
64
- "sass": "^1.0.0",
65
- "vite": "^7.0.0",
66
- "vite-plugin-dts": "^4.0.0"
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
  }