skillpm 0.0.2 → 0.0.4
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
|
@@ -7,7 +7,7 @@ import { publish } from './commands/publish.js';
|
|
|
7
7
|
import { sync } from './commands/sync.js';
|
|
8
8
|
import { mcp } from './commands/mcp.js';
|
|
9
9
|
import { log } from './utils/index.js';
|
|
10
|
-
const VERSION = '0.0.
|
|
10
|
+
const VERSION = '0.0.4';
|
|
11
11
|
const HELP = `
|
|
12
12
|
skillpm — Agent Skill package manager
|
|
13
13
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "skillpm",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Package manager for Agent Skills. Built on npm.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@eslint/js": "^10.0.1",
|
|
55
|
-
"@types/node": "^25.3.
|
|
55
|
+
"@types/node": "^25.3.1",
|
|
56
56
|
"eslint": "^10.0.2",
|
|
57
57
|
"prettier": "^3.8.1",
|
|
58
58
|
"typescript": "^5.9.3",
|