@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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -2
  3. package/package.json +11 -10
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 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
  [![npm](https://img.shields.io/npm/v/@todovue/tv-demo.svg)](https://www.npmjs.com/package/@todovue/tv-demo)
8
- [![Netlify Status](https://api.netlify.com/api/v1/badges/8c4e2401-fefe-4f40-ae83-40681ecc36a5/deploy-status)](https://app.netlify.com/projects/tv-demo/deploys)
9
8
  [![npm downloads](https://img.shields.io/npm/dm/@todovue/tv-demo.svg)](https://www.npmjs.com/package/@todovue/tv-demo)
10
9
  [![npm total downloads](https://img.shields.io/npm/dt/@todovue/tv-demo.svg)](https://www.npmjs.com/package/@todovue/tv-demo)
11
10
  ![License](https://img.shields.io/github/license/TODOvue/tv-demo)
@@ -15,7 +14,7 @@ A flexible, framework-agnostic Vue 3 component catalog for demos, documentation,
15
14
  ![Last Commit](https://img.shields.io/github/last-commit/TODOvue/tv-demo)
16
15
  ![Stars](https://img.shields.io/github/stars/TODOvue/tv-demo?style=social)
17
16
 
18
- > Demo: https://tv-demo.netlify.app/
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.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.0.0",
59
+ "vue": "^3.5.25",
59
60
  "vue-highlight-code": "^0.2.0",
60
- "vue3-markdown-it": "^1.0.0"
61
+ "vue3-markdown-it": "^1.0.10"
61
62
  },
62
63
  "dependencies": {
63
- "github-markdown-css": "^5.0.0"
64
+ "github-markdown-css": "^5.8.1"
64
65
  },
65
66
  "devDependencies": {
66
- "@vitejs/plugin-vue": "^6.0.0",
67
- "sass": "^1.0.0",
68
- "vite": "^7.0.0",
69
- "vite-plugin-dts": "^4.0.0",
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.0"
72
+ "vue3-markdown-it": "^1.0.10"
72
73
  }
73
74
  }