@codemcp/skills 2.1.1 → 2.2.0

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/api.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  runAdd,
9
9
  runInstallFromLock,
10
10
  writeLocalLock
11
- } from "./chunk-BF4FUODT.js";
11
+ } from "./chunk-ST4EFJHD.js";
12
12
  export {
13
13
  addSkillToLocalLock,
14
14
  computeSkillFolderHash,
@@ -3205,7 +3205,7 @@ var wellKnownProvider = new WellKnownProvider();
3205
3205
  // package.json
3206
3206
  var package_default = {
3207
3207
  name: "@codemcp/skills",
3208
- version: "2.1.1",
3208
+ version: "2.2.0",
3209
3209
  description: "Command-line interface for Agent Skills management",
3210
3210
  type: "module",
3211
3211
  publishConfig: {
package/dist/cli.js CHANGED
@@ -29,7 +29,7 @@ import {
29
29
  track,
30
30
  xe,
31
31
  ye
32
- } from "./chunk-BF4FUODT.js";
32
+ } from "./chunk-ST4EFJHD.js";
33
33
 
34
34
  // src/cli.ts
35
35
  import { spawnSync } from "child_process";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemcp/skills",
3
- "version": "2.1.1",
3
+ "version": "2.2.0",
4
4
  "description": "Command-line interface for Agent Skills management",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -41,7 +41,7 @@
41
41
  "typescript": "^5.9.3",
42
42
  "vitest": "^4.0.17",
43
43
  "xdg-basedir": "^5.1.0",
44
- "@codemcp/skills-core": "2.1.1"
44
+ "@codemcp/skills-core": "2.2.0"
45
45
  },
46
46
  "keywords": [
47
47
  "agentskills",