@blockspool/cli 0.5.11 → 0.5.12

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.
@@ -18,7 +18,7 @@ const program = new Command();
18
18
  program
19
19
  .name('blockspool')
20
20
  .description('Continuous codebase improvement tool')
21
- .version('0.5.11');
21
+ .version('0.5.12');
22
22
  // `blockspool solo <cmd>` — backwards compat
23
23
  program.addCommand(soloCommand);
24
24
  // Detect if argv[2] is a known solo subcommand name — if so, lift it.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blockspool/cli",
3
- "version": "0.5.11",
3
+ "version": "0.5.12",
4
4
  "description": "BlockSpool CLI - Continuous codebase improvement tool",
5
5
  "author": "BlockSpool",
6
6
  "homepage": "https://blockspool.com",
@@ -50,8 +50,8 @@
50
50
  ],
51
51
  "license": "Apache-2.0",
52
52
  "dependencies": {
53
- "@blockspool/core": "^0.5.11",
54
- "@blockspool/sqlite": "^0.5.11",
53
+ "@blockspool/core": "^0.5.12",
54
+ "@blockspool/sqlite": "^0.5.12",
55
55
  "chalk": "^5.3.0",
56
56
  "commander": "^14.0.3",
57
57
  "neo-blessed": "^0.2.0"