@gururea/opencode-commandcode-provider 0.3.0 → 0.4.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,20 +1,14 @@
1
1
  {
2
2
  "name": "@gururea/opencode-commandcode-provider",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "OpenCode plugin that adds the Command Code (commandcode.ai) provider and its authentication to the interface.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
8
- "bin": {
9
- "opencode-commandcode": "./dist/cli.js"
10
- },
11
8
  "exports": {
12
9
  ".": {
13
10
  "types": "./dist/index.d.ts",
14
11
  "import": "./dist/index.js"
15
- },
16
- "./cli": {
17
- "import": "./dist/cli.js"
18
12
  }
19
13
  },
20
14
  "files": [
@@ -23,7 +17,7 @@
23
17
  "LICENSE"
24
18
  ],
25
19
  "scripts": {
26
- "build": "tsup src/index.ts src/cli.ts --format esm --dts --clean --no-splitting --out-dir dist --external @opencode-ai/plugin --external zod",
20
+ "build": "tsup src/index.ts --format esm --dts --clean --out-dir dist --external @opencode-ai/plugin --external zod",
27
21
  "test": "node --import tsx --test tests/*.test.ts",
28
22
  "typecheck": "tsc --noEmit",
29
23
  "prepare": "npm run build"
package/dist/cli.d.ts DELETED
@@ -1 +0,0 @@
1
- #!/usr/bin/env node