skilluse 0.3.1 → 0.3.2

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/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -70445,7 +70445,7 @@ function Upgrade({ args: [skillName] }) {
70445
70445
  // package.json
70446
70446
  var package_default = {
70447
70447
  name: "skilluse",
70448
- version: "0.3.1",
70448
+ version: "0.3.2",
70449
70449
  description: "CLI tool for managing and installing AI Coding Agent Skills",
70450
70450
  main: "dist/cli.js",
70451
70451
  bin: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skilluse",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "CLI tool for managing and installing AI Coding Agent Skills",
5
5
  "main": "dist/cli.js",
6
6
  "bin": {