@opencode-compat/facade-sdk 0.1.1 → 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-sdk
2
2
 
3
- Minimal install-override stand-in for @opencode-ai/sdk
3
+ Minimal install-override stand-in for `@opencode-ai/sdk`. 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
@@ -3,7 +3,7 @@
3
3
  * Starts from types used by classic auth plugins; expands via fixtures.
4
4
  */
5
5
  export declare const PKG: "@opencode-compat/facade-sdk";
6
- export declare const VERSION: "0.1.1";
6
+ export declare const VERSION: "0.1.2";
7
7
  export type OAuth = {
8
8
  type: "oauth";
9
9
  refresh: string;
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@
3
3
  * Starts from types used by classic auth plugins; expands via fixtures.
4
4
  */
5
5
  export const PKG = "@opencode-compat/facade-sdk";
6
- export const VERSION = "0.1.1";
6
+ export const VERSION = "0.1.2";
7
7
  let injectedFactory;
8
8
  /** OCP layer / tests may inject the native client factory. */
9
9
  export function setCreateOpencodeClient(factory) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencode-compat/facade-sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Minimal install-override stand-in for @opencode-ai/sdk",
5
5
  "type": "module",
6
6
  "license": "MPL-2.0",
@@ -33,8 +33,8 @@
33
33
  "prepack": "bunx tsc -p tsconfig.json"
34
34
  },
35
35
  "dependencies": {
36
- "@opencode-compat/adapter": "0.1.0",
37
- "@opencode-compat/profile": "0.1.0"
36
+ "@opencode-compat/adapter": "0.1.2",
37
+ "@opencode-compat/profile": "0.1.2"
38
38
  },
39
39
  "devDependencies": {
40
40
  "typescript": "^5.8.3"