plugin-updater 1.0.9 → 1.0.11

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/index.js +0 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -213,7 +213,4 @@ const apiMethods = { ...updaterAPI };
213
213
  delete apiMethods.name;
214
214
  Object.assign(pluginUpdaterEntry, apiMethods);
215
215
 
216
- // Guarantee the entry point can be activated as a standard plugin
217
- pluginUpdaterEntry.activate = async function() { return await pluginUpdaterEntry(); };
218
-
219
216
  module.exports = pluginUpdaterEntry;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plugin-updater",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "description": "Plugin lifecycle manager for OpenCode and Claude Code launchers",
5
5
  "main": "index.js",
6
6
  "license": "MIT",