@skill-book/cli 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -8854,7 +8854,7 @@ function executeInstall(plan, options) {
8854
8854
  // src/index.ts
8855
8855
  var program2 = new Command();
8856
8856
  var decoder = new TextDecoder();
8857
- program2.name("skill-book").description("Internal registry for Claude Skills, CLAUDE.md, and AGENTS.md files").version("0.1.0").addHelpText(
8857
+ program2.name("skill-book").description("Internal registry for Claude Skills, CLAUDE.md, and AGENTS.md files").version("0.1.1").addHelpText(
8858
8858
  "after",
8859
8859
  [
8860
8860
  "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skill-book/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "CLI for the skill-book internal registry: push, install, and search Claude Skills, CLAUDE.md, and AGENTS.md",
5
5
  "type": "module",
6
6
  "license": "UNLICENSED",