opencode-landstrip 0.16.24 → 0.16.26

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.ts +1 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -1419,4 +1419,4 @@ const plugin: Plugin = async ({ client, directory }: PluginInput, options?: Plug
1419
1419
  return hooks;
1420
1420
  };
1421
1421
 
1422
- export default plugin;
1422
+ export default { server: plugin };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-landstrip",
3
- "version": "0.16.24",
3
+ "version": "0.16.26",
4
4
  "description": "Landlock-based sandboxing for opencode with landstrip",
5
5
  "keywords": [
6
6
  "landlock",