opencode-vibe-webhook 1.0.0 → 1.0.1

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/index.js +126 -12459
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-vibe-webhook",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "OpenCode plugin for VibeControls notifications - companion to @burdenoff/vibe-plugin-notify",
5
5
  "author": {
6
6
  "name": "Vignesh T.V",
@@ -32,7 +32,7 @@
32
32
  "dist"
33
33
  ],
34
34
  "scripts": {
35
- "build": "bun build src/index.ts --outdir dist --target node --format esm && tsc --emitDeclarationOnly --declaration --outDir dist",
35
+ "build": "bun build src/index.ts --outdir dist --target node --format esm --external @opencode-ai/plugin && tsc --emitDeclarationOnly --declaration --outDir dist",
36
36
  "dev": "bun run build --watch",
37
37
  "typecheck": "tsc --noEmit",
38
38
  "lint": "eslint ./src",