@iamramo/zanat-cli 0.2.0 → 0.2.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.
- package/dist/cli.js +1 -1
- package/package.json +2 -2
package/dist/cli.js
CHANGED
|
@@ -4,7 +4,7 @@ import { syncCommand } from './commands/sync.js';
|
|
|
4
4
|
import { installCommand } from './commands/install.js';
|
|
5
5
|
import { listCommand } from './commands/list.js';
|
|
6
6
|
import { searchCommand } from './commands/search.js';
|
|
7
|
-
program.name('zanat').description('A skill hub for AI agents').version('0.2.
|
|
7
|
+
program.name('zanat').description('A skill hub for AI agents').version('0.2.1');
|
|
8
8
|
program
|
|
9
9
|
.command('init')
|
|
10
10
|
.description('Initialize zanat configuration and clone the hub')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iamramo/zanat-cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "CLI for zanat - a skill hub for AI agents",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cli.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"typecheck": "tsc --noEmit"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@iamramo/zanat-core": "
|
|
30
|
+
"@iamramo/zanat-core": "^0.2.0",
|
|
31
31
|
"@inquirer/prompts": "^8.3.2",
|
|
32
32
|
"chalk": "^5.6.2",
|
|
33
33
|
"commander": "^14.0.3",
|