@ariane-emory/must-have-plugin 1.0.0 → 1.0.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.
@@ -0,0 +1,4 @@
1
+ declare const _default: {
2
+ server: import("@opencode-ai/plugin").Plugin;
3
+ };
4
+ export default _default;
package/dist/server.js ADDED
@@ -0,0 +1,4 @@
1
+ import MustHavePlugin from "./index.js";
2
+ export default {
3
+ server: MustHavePlugin,
4
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@ariane-emory/must-have-plugin",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "description": "OpenCode plugin that applies configurable prompt text replacements, including RFC2119 keyword capitalization.",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
@@ -10,6 +10,10 @@
10
10
  ".": {
11
11
  "import": "./dist/index.js",
12
12
  "types": "./dist/index.d.ts"
13
+ },
14
+ "./server": {
15
+ "import": "./dist/server.js",
16
+ "types": "./dist/server.d.ts"
13
17
  }
14
18
  },
15
19
  "files": [