opencode-browser-annotation-plugin 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.
Files changed (1) hide show
  1. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-browser-annotation-plugin",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Select an element in your browser, type an instruction, and send it to your OpenCode agent over a loopback + SSH tunnel. Text and element metadata only (no screenshots).",
5
5
  "keywords": [
6
6
  "opencode",
@@ -16,6 +16,9 @@
16
16
  "url": "git+https://github.com/caoool/opencode-browser-annotation-plugin.git"
17
17
  },
18
18
  "type": "module",
19
+ "main": "./dist/plugin.js",
20
+ "module": "./dist/plugin.js",
21
+ "types": "./dist/plugin.d.ts",
19
22
  "exports": {
20
23
  ".": {
21
24
  "types": "./dist/plugin.d.ts",