smart-spec-kit-mcp 2.0.6 → 2.0.7

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 (2) hide show
  1. package/dist/cli.js +3 -3
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -204,7 +204,7 @@ ${colors.cyan}Exemples:${colors.reset}
204
204
  console.log(`
205
205
  ${colors.cyan}╔═══════════════════════════════════════════════════════════╗
206
206
  ║ ║
207
- ║ ${colors.bold}🚀 Spec-Kit Setup${colors.reset}${colors.cyan}${dryRun ? " (DRY RUN)" : ""}
207
+ ║ ${colors.bold}🚀 Spec-Kit Setup${colors.reset}${colors.cyan}${dryRun ? " (DRY RUN)" : ""}
208
208
  ║ Installation automatisée pour développeurs ║
209
209
  ║ ║
210
210
  ╚═══════════════════════════════════════════════════════════╝${colors.reset}
@@ -347,9 +347,9 @@ Exécutez sans --dry-run pour appliquer les changements.
347
347
  }
348
348
  console.log(`
349
349
  ${colors.green}╔═══════════════════════════════════════════════════════════╗
350
-
350
+
351
351
  ║ ${colors.bold}✅ Installation terminée!${colors.reset}${colors.green} ║
352
-
352
+
353
353
  ╚═══════════════════════════════════════════════════════════╝${colors.reset}
354
354
 
355
355
  ${colors.bold}Prochaines étapes:${colors.reset}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smart-spec-kit-mcp",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "AI-driven specification platform using MCP (Model Context Protocol) for VS Code & GitHub Copilot",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",