@gabeosx/skx 1.1.1 → 1.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.
package/dist/cli.js CHANGED
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  import { Command, Option } from 'commander';
2
3
  import chalk from 'chalk';
3
4
  import { fetchRegistry } from './utils/registry.js';
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gabeosx/skx",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "The CLI tool for managing Agent Skills",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
Binary file