skilluse 0.1.9 → 0.1.10

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 +4 -13
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -1,5 +1,4 @@
1
- #!/usr/bin/env bun
2
- // @bun
1
+ #!/usr/bin/env node
3
2
  import { createRequire } from "node:module";
4
3
  var __create = Object.create;
5
4
  var __getProtoOf = Object.getPrototypeOf;
@@ -44831,14 +44830,6 @@ var require_semver2 = __commonJS((exports, module) => {
44831
44830
  };
44832
44831
  });
44833
44832
 
44834
- // node_modules/react/jsx-dev-runtime.js
44835
- var require_jsx_dev_runtime2 = __commonJS((exports, module) => {
44836
- var react_jsx_dev_runtime_development = __toESM(require_react_jsx_dev_runtime_development(), 1);
44837
- if (false) {} else {
44838
- module.exports = react_jsx_dev_runtime_development;
44839
- }
44840
- });
44841
-
44842
44833
  // node_modules/commander/esm.mjs
44843
44834
  var import__ = __toESM(require_commander(), 1);
44844
44835
  var {
@@ -70418,7 +70409,7 @@ function Upgrade({ args: [skillName] }) {
70418
70409
  // package.json
70419
70410
  var package_default = {
70420
70411
  name: "skilluse",
70421
- version: "0.1.9",
70412
+ version: "0.1.10",
70422
70413
  description: "CLI tool for managing and installing AI Coding Agent Skills",
70423
70414
  main: "dist/cli.js",
70424
70415
  bin: {
@@ -70450,7 +70441,7 @@ var package_default = {
70450
70441
  format: "biome format --write .",
70451
70442
  lint: "biome lint .",
70452
70443
  check: "biome check .",
70453
- start: "bun dist/index.js",
70444
+ start: "node dist/cli.js",
70454
70445
  prepublishOnly: "bun run build"
70455
70446
  },
70456
70447
  keywords: [
@@ -70488,7 +70479,7 @@ var package_default = {
70488
70479
  };
70489
70480
 
70490
70481
  // src/cli.tsx
70491
- var jsx_dev_runtime24 = __toESM(require_jsx_dev_runtime2(), 1);
70482
+ var jsx_dev_runtime24 = __toESM(require_jsx_dev_runtime(), 1);
70492
70483
  var VERSION = process.env.VERSION || package_default.version;
70493
70484
  var BUILD_TIME = process.env.BUILD_TIME || new Date().toISOString();
70494
70485
  var program2 = new Command;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skilluse",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "CLI tool for managing and installing AI Coding Agent Skills",
5
5
  "main": "dist/cli.js",
6
6
  "bin": {
@@ -32,7 +32,7 @@
32
32
  "format": "biome format --write .",
33
33
  "lint": "biome lint .",
34
34
  "check": "biome check .",
35
- "start": "bun dist/index.js",
35
+ "start": "node dist/cli.js",
36
36
  "prepublishOnly": "bun run build"
37
37
  },
38
38
  "keywords": [