owo-cli 1.1.3 → 1.2.0

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/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "owo-cli",
3
- "version": "1.1.3",
3
+ "version": "1.2.0",
4
4
  "description": "Natural language to shell commands using AI",
5
5
  "type": "module",
6
6
  "bin": {
7
- "owo-cli": "dist/owo-cli.js"
7
+ "owo": "dist/owo.js"
8
8
  },
9
9
  "files": [
10
- "dist/owo-cli.js"
10
+ "dist/owo.js"
11
11
  ],
12
12
  "scripts": {
13
13
  "dev": "bun run index.ts",
14
- "build": "bun build ./index.ts --compile --outfile dist/owo-cli",
15
- "build:npm": "bun build ./index.ts --outfile dist/owo-cli.js --target node && echo '#!/usr/bin/env node' | cat - dist/owo-cli.js > dist/owo-cli.tmp.js && mv dist/owo-cli.tmp.js dist/owo-cli.js",
14
+ "build": "bun build ./index.ts --compile --outfile dist/owo",
15
+ "build:npm": "bun build ./index.ts --outfile dist/owo.js --target node && echo '#!/usr/bin/env node' | cat - dist/owo.js > dist/owo.tmp.js && mv dist/owo.tmp.js dist/owo.js",
16
16
  "prepublishOnly": "npm run build:npm"
17
17
  },
18
18
  "keywords": [
File without changes