@blockspool/cli 0.5.18 → 0.5.19
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/dist/bin/blockspool.js +1 -1
- package/package.json +3 -3
package/dist/bin/blockspool.js
CHANGED
|
@@ -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.
|
|
21
|
+
.version('0.5.19');
|
|
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.
|
|
3
|
+
"version": "0.5.19",
|
|
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.
|
|
54
|
-
"@blockspool/sqlite": "^0.5.
|
|
53
|
+
"@blockspool/core": "^0.5.19",
|
|
54
|
+
"@blockspool/sqlite": "^0.5.19",
|
|
55
55
|
"chalk": "^5.3.0",
|
|
56
56
|
"commander": "^14.0.3",
|
|
57
57
|
"neo-blessed": "^0.2.0"
|