@mohak34/opencode-notifier 0.1.18-beta.0 → 0.1.18-beta.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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3858,7 +3858,7 @@ function getIconPath() {
3858
3858
  try {
3859
3859
  const __filename2 = fileURLToPath(import.meta.url);
3860
3860
  const __dirname2 = dirname(__filename2);
3861
- const iconPath = join(__dirname2, "..", "..", "logos", "opencode-logo-dark.png");
3861
+ const iconPath = join(__dirname2, "..", "logos", "opencode-logo-dark.png");
3862
3862
  if (existsSync(iconPath)) {
3863
3863
  return iconPath;
3864
3864
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mohak34/opencode-notifier",
3
- "version": "0.1.18-beta.0",
3
+ "version": "0.1.18-beta.1",
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",