@ulthon/ul-opencode-event 0.1.22 → 0.1.23

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/updater.js +2 -0
  2. package/package.json +1 -1
package/dist/updater.js CHANGED
@@ -125,7 +125,9 @@ function readPluginList(directory) {
125
125
  const results = [];
126
126
  const candidates = [
127
127
  path.join(directory, '.opencode', 'settings.json'),
128
+ path.join(directory, '.opencode', 'opencode.json'),
128
129
  path.join(getUserConfigDir(), 'settings.json'),
130
+ path.join(getUserConfigDir(), 'opencode.json'),
129
131
  ];
130
132
  for (const cfgPath of candidates) {
131
133
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ulthon/ul-opencode-event",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "OpenCode notification plugin - sends notifications via email or DingTalk when session events occur",
5
5
  "author": "augushong",
6
6
  "license": "MIT",