From a3030048e716937d1dda82d399ec664395faee20 Mon Sep 17 00:00:00 2001 From: Harry Date: Mon, 6 Apr 2026 11:35:34 -0400 Subject: [PATCH 1/2] publish plugin to npm --- package.json | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 1c44491..6cc6671 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencode-warp", - "version": "0.1.0", + "version": "1.0.0", "description": "Warp terminal integration for OpenCode — native notifications and more", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -20,16 +20,13 @@ "terminal", "notifications" ], - "author": { - "name": "Warp", - "url": "https://warp.dev" - }, + "author": "Warp (https://warp.dev)", "type": "module", "license": "MIT", "homepage": "https://github.com/warpdotdev/opencode-warp", "repository": { "type": "git", - "url": "https://github.com/warpdotdev/opencode-warp.git" + "url": "git+https://github.com/warpdotdev/opencode-warp.git" }, "devDependencies": { "@opencode-ai/plugin": "^1.0.0", @@ -38,5 +35,15 @@ }, "peerDependencies": { "@opencode-ai/plugin": ">=1.0.0" + }, + "directories": { + "test": "tests" + }, + "dependencies": { + "undici-types": "^7.18.2", + "zod": "^4.1.8" + }, + "bugs": { + "url": "https://github.com/warpdotdev/opencode-warp/issues" } } From affddc683c3665ade5612b77da0618fd953e1bcb Mon Sep 17 00:00:00 2001 From: Harry Date: Mon, 6 Apr 2026 15:14:02 -0400 Subject: [PATCH 2/2] fix version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6cc6671..af924bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opencode-warp", - "version": "1.0.0", + "version": "0.1.0", "description": "Warp terminal integration for OpenCode — native notifications and more", "main": "dist/index.js", "types": "dist/index.d.ts",