@mohak34/opencode-notifier 0.1.35 → 0.1.36-beta.0

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 +0 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -923,9 +923,6 @@ var NotifierPlugin = async ({ client, directory }) => {
923
923
  return {
924
924
  event: async ({ event }) => {
925
925
  const config = getConfig();
926
- if (event.type === "permission.updated") {
927
- await handleEventWithElapsedTime(client, config, "permission", projectName, event);
928
- }
929
926
  if (event.type === "permission.asked") {
930
927
  await handleEventWithElapsedTime(client, config, "permission", projectName, event);
931
928
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mohak34/opencode-notifier",
3
- "version": "0.1.35",
3
+ "version": "0.1.36-beta.0",
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",