@codemcp/skills 1.8.0 → 1.8.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.mjs +1 -1
- package/package.json +2 -2
package/dist/cli.mjs
CHANGED
|
@@ -2356,7 +2356,7 @@ function createEmptyLocalLock() {
|
|
|
2356
2356
|
skills: {}
|
|
2357
2357
|
};
|
|
2358
2358
|
}
|
|
2359
|
-
var version$1 = "1.8.
|
|
2359
|
+
var version$1 = "1.8.1";
|
|
2360
2360
|
const isCancelled$1 = (value) => typeof value === "symbol";
|
|
2361
2361
|
/**
|
|
2362
2362
|
* Check if a source identifier (owner/repo format) represents a private GitHub repo.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codemcp/skills",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"description": "Command-line interface for Agent Skills management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"tests/**/*.ts": "prettier --write"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@codemcp/skills-core": "1.8.
|
|
25
|
+
"@codemcp/skills-core": "1.8.1"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@clack/prompts": "^0.11.0",
|