@bhargavvc/sdd-cc 1.30.0 → 1.30.1

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/bin/install.js +6 -6
  2. package/package.json +1 -1
package/bin/install.js CHANGED
@@ -281,12 +281,12 @@ function getGlobalDir(runtime, explicitDir = null) {
281
281
  }
282
282
 
283
283
  const banner = '\n' +
284
- cyan + ' ██████╗ ███████╗██████╗\n' +
285
- ' ██╔════╝ ██╔════╝██╔══██╗\n' +
286
- ' ██║ ███╗███████╗██║ ██║\n' +
287
- ' ██║ ██║╚════██║██║ ██║\n' +
288
- ' ╚██████╔╝███████║██████╔╝\n' +
289
- ' ╚═════╝ ╚══════╝╚═════╝' + reset + '\n' +
284
+ cyan + ' ███████╗██████╗ ██████╗\n' +
285
+ ' ██╔════╝██╔══██╗██╔══██╗\n' +
286
+ ' ███████╗██║ ██║██║ ██║\n' +
287
+ ' ╚════██║██║ ██║██║ ██║\n' +
288
+ ' ███████║██████╔╝██████╔╝\n' +
289
+ ' ╚══════╝╚═════╝ ╚═════╝' + reset + '\n' +
290
290
  '\n' +
291
291
  ' Spec-Driven Development ' + dim + 'v' + pkg.version + reset + '\n' +
292
292
  ' A meta-prompting, context engineering and spec-driven\n' +
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bhargavvc/sdd-cc",
3
- "version": "1.30.0",
3
+ "version": "1.30.1",
4
4
  "description": "A meta-prompting, context engineering and spec-driven development system for Claude Code, OpenCode, Gemini and Codex by TÂCHES.",
5
5
  "bin": {
6
6
  "sdd-cc": "bin/install.js"