@opencode-compat/facade-sdk 0.1.0 → 0.1.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.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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.
|
|
6
|
+
export declare const VERSION: "0.1.1";
|
|
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.
|
|
6
|
+
export const VERSION = "0.1.1";
|
|
7
7
|
let injectedFactory;
|
|
8
8
|
/** OCP layer / tests may inject the native client factory. */
|
|
9
9
|
export function setCreateOpencodeClient(factory) {
|