@hasnatools/skills 0.1.44 → 0.1.45

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
@@ -68289,7 +68289,7 @@ function formatDuration3(ms) {
68289
68289
  // src/index.ts
68290
68290
  var indigo13 = colors.primary;
68291
68291
  var program2 = new Command;
68292
- program2.name("skills").description("CLI for skills.md - AI Agent Skills Marketplace").version("0.1.44");
68292
+ program2.name("skills").description("CLI for skills.md - AI Agent Skills Marketplace").version("0.1.45");
68293
68293
  program2.command("init").description("Initialize skills.md in current project").option("-f, --force", "Force re-initialization (removes existing .skills/)").action((options) => {
68294
68294
  initCommand({ force: options.force });
68295
68295
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasnatools/skills",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
4
4
  "description": "CLI for skills.md - AI Agent Skills Marketplace",
5
5
  "type": "module",
6
6
  "bin": {