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.
- package/dist/cli.js +1 -1
- 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.
|
|
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: {
|