@serkanalgur/opencodev2-notification 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/README.md +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -24,7 +24,7 @@ This plugin solves that:
24
24
  ## Installation
25
25
 
26
26
  ```bash
27
- npm install @serkanalgur/opencodev2-notification
27
+ opencode plugin add @serkanalgur/opencodev2-notification
28
28
  ```
29
29
 
30
30
  ### Via opencode.json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serkanalgur/opencodev2-notification",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Native OS notifications for OpenCode V2 - know when tasks complete, errors occur, or the AI needs your input",
5
5
  "keywords": [
6
6
  "opencode",
@@ -33,7 +33,7 @@
33
33
  ],
34
34
  "scripts": {
35
35
  "typecheck": "tsc --noEmit",
36
- "test": "bun run test-notification.ts",
36
+ "test": "node --import tsx test-notification.ts",
37
37
  "format": "prettier --write .",
38
38
  "format:check": "prettier --check ."
39
39
  },
@@ -41,6 +41,7 @@
41
41
  "@opencode/plugin": "^2.0.0",
42
42
  "@types/bun": "latest",
43
43
  "prettier": "^3.4.0",
44
+ "tsx": "^4.23.15",
44
45
  "typescript": "^5.7.0"
45
46
  },
46
47
  "peerDependencies": {