roadmap-kit 1.0.2 → 1.0.3
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/cli.js +1 -1
- package/dashboard/dist/assets/index-BDNWoUOj.js +521 -0
- package/dashboard/dist/assets/index-BHRTkw53.css +1 -0
- package/dashboard/dist/index.html +20 -0
- package/dashboard/dist/roadmap.json +268 -0
- package/dashboard/src/App.jsx +109 -45
- package/dashboard/src/components/SharedResources.jsx +16 -16
- package/dashboard/src/components/TechnicalDebt.jsx +14 -11
- package/dashboard/src/index.css +269 -0
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -1066,7 +1066,7 @@ networks:
|
|
|
1066
1066
|
program
|
|
1067
1067
|
.name('roadmap-kit')
|
|
1068
1068
|
.description('Sistema de gestión de proyectos optimizado para Vibe Coding (programación asistida por IA)')
|
|
1069
|
-
.version('1.0.
|
|
1069
|
+
.version('1.0.3');
|
|
1070
1070
|
|
|
1071
1071
|
// Init command
|
|
1072
1072
|
program
|