skill-preflight 0.1.1 → 0.1.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
@@ -8,7 +8,7 @@ export async function runCli(argv) {
8
8
  program
9
9
  .name("skill-preflight")
10
10
  .description("Pre-install safety, token, and maintainability scorecard for AI agent skills.")
11
- .version("0.1.1");
11
+ .version("0.1.2");
12
12
  program
13
13
  .command("scan")
14
14
  .argument("[target]", "Local skill path or GitHub repository URL")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skill-preflight",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Pre-install safety, token, and maintainability scorecard for AI agent skills.",
5
5
  "type": "module",
6
6
  "bin": {