@thelastwinner/opencode-notifier 0.1.30 → 0.1.32

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 +4 -4
package/README.md CHANGED
@@ -9,7 +9,7 @@ OpenCode 插件,在需要权限、生成完成、发生错误或调用 questio
9
9
 
10
10
  \`\`\`json
11
11
  {
12
- "plugin": ["@theLastWinner/opencode-notifier@latest"]
12
+ "plugins": ["@thelastwinner/opencode-notifier"]
13
13
  }
14
14
  \`\`\`
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thelastwinner/opencode-notifier",
3
- "version": "0.1.30",
3
+ "version": "0.1.32",
4
4
  "description": "OpenCode plugin that sends system notifications and plays sounds when permission is needed, generation completes, or errors occur",
5
5
  "author": "mohak34",
6
6
  "license": "MIT",
@@ -9,11 +9,11 @@
9
9
  "types": "dist/index.d.ts",
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "git+https://github.com/mohak34/opencode-notifier.git"
12
+ "url": "git+https://github.com/theLastWinner/opencode-notifier.git"
13
13
  },
14
- "homepage": "https://github.com/mohak34/opencode-notifier#readme",
14
+ "homepage": "https://github.com/theLastWinner/opencode-notifier#readme",
15
15
  "bugs": {
16
- "url": "https://github.com/mohak34/opencode-notifier/issues"
16
+ "url": "https://github.com/theLastWinner/opencode-notifier/issues"
17
17
  },
18
18
  "files": [
19
19
  "dist",