@hasnatools/skills 0.1.12 → 0.1.13

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.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -22924,7 +22924,7 @@ async function doctorCommand() {
22924
22924
  // src/index.ts
22925
22925
  var indigo12 = source_default.hex("#6366f1");
22926
22926
  var program2 = new Command;
22927
- program2.name("skills").description("CLI for skills.md - AI Agent Skills Marketplace").version("0.1.11");
22927
+ program2.name("skills").description("CLI for skills.md - AI Agent Skills Marketplace").version("0.1.13");
22928
22928
  program2.command("init").description("Initialize skills.md in current project").option("-f, --force", "Force re-initialization (removes existing .skills/)").action((options) => {
22929
22929
  initCommand({ force: options.force });
22930
22930
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasnatools/skills",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "CLI for skills.md - AI Agent Skills Marketplace",
5
5
  "type": "module",
6
6
  "bin": {