opencode-discord-presence 0.1.2 → 0.1.3

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,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-discord-presence",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Discord Rich Presence plugin for OpenCode - Display your current AI agent, model, and status in Discord",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -18,8 +18,7 @@
18
18
  ],
19
19
  "scripts": {
20
20
  "dev": "bun run --watch src/index.ts",
21
- "build": "bun build src/index.ts --outdir dist --target node && bun run build:types",
22
- "build:types": "tsc -p tsconfig.build.json",
21
+ "build": "tsc -p tsconfig.build.json",
23
22
  "typecheck": "tsc --noEmit",
24
23
  "lint": "biome check src/",
25
24
  "lint:fix": "biome check --write src/",
@@ -57,7 +56,7 @@
57
56
  },
58
57
  "peerDependenciesMeta": {
59
58
  "@opencode-ai/plugin": {
60
- "optional": false
59
+ "optional": true
61
60
  }
62
61
  },
63
62
  "dependencies": {
@@ -65,6 +64,7 @@
65
64
  },
66
65
  "devDependencies": {
67
66
  "@biomejs/biome": "^2.3.13",
67
+ "@opencode-ai/plugin": "^1.1.44",
68
68
  "@types/bun": "^1.3.8",
69
69
  "typescript": "^5.9.3"
70
70
  }