@opencode-compat/facade-plugin 0.1.0 → 0.1.2

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.
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @opencode-compat/facade-plugin
2
2
 
3
- Install-override stand-in for @opencode-ai/plugin (classic + v2/promise)
3
+ Install-override stand-in for `@opencode-ai/plugin` (classic + v2/promise). Written into host plugin install trees by **`ocp setup`** — do not publish under `@opencode-ai/*`.
4
4
 
5
- **License:** MPL-2.0
5
+ **End-user install:** [INSTALL.md](../../INSTALL.md). **License:** MPL-2.0
6
6
 
7
- See the monorepo [README](../../README.md) and [OCP 0.1](../../docs/ocp/0.1.md).
7
+ See the monorepo [README](../../README.md) and [OCP 0.1](../../docs/ocp/0.1.md).
package/dist/index.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
  * Subpaths: `./tool`, `./tui`, `./v2/promise`, `./v2/effect`.
6
6
  */
7
7
  export declare const PKG: "@opencode-compat/facade-plugin";
8
- export declare const VERSION: "0.1.0";
8
+ export declare const VERSION: "0.1.2";
9
9
  export * from "./tool";
10
10
  export type { AuthHook, AuthOAuthResult, AuthOuathResult, AuthPrompt, BunShell, Config, Event, HostClient, Hooks, Message, Model, ModelV2, Part, Permission, Plugin, PluginInput, PluginModule, PluginOptions, Project, Provider, ProviderContext, ProviderHook, ProviderHookContext, ProviderV2, UserMessage, WorkspaceAdapter, WorkspaceInfo, WorkspaceTarget, } from "./types";
11
11
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -5,6 +5,6 @@
5
5
  * Subpaths: `./tool`, `./tui`, `./v2/promise`, `./v2/effect`.
6
6
  */
7
7
  export const PKG = "@opencode-compat/facade-plugin";
8
- export const VERSION = "0.1.0";
8
+ export const VERSION = "0.1.2";
9
9
  export * from "./tool";
10
10
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencode-compat/facade-plugin",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Install-override stand-in for @opencode-ai/plugin (classic + v2/promise)",
5
5
  "type": "module",
6
6
  "license": "MPL-2.0",
@@ -49,10 +49,10 @@
49
49
  "prepack": "bunx tsc -p tsconfig.json"
50
50
  },
51
51
  "dependencies": {
52
- "@opencode-compat/adapter": "0.1.0",
53
- "@opencode-compat/facade-sdk": "0.1.0",
54
- "@opencode-compat/host-promise-v2": "0.1.0",
55
- "@opencode-compat/profile": "0.1.0",
52
+ "@opencode-compat/adapter": "0.1.2",
53
+ "@opencode-compat/facade-sdk": "0.1.2",
54
+ "@opencode-compat/host-promise-v2": "0.1.2",
55
+ "@opencode-compat/profile": "0.1.2",
56
56
  "zod": "^4.1.8"
57
57
  },
58
58
  "devDependencies": {