@opencode-compat/ocp 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
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* config. Bridge packages remain implementation detail / transitive deps.
|
|
6
6
|
*/
|
|
7
7
|
export declare const PKG: "@opencode-compat/ocp";
|
|
8
|
-
export declare const VERSION: "0.1.
|
|
8
|
+
export declare const VERSION: "0.1.1";
|
|
9
9
|
export { doctor, main, mainAsync, matrix, setup, parseSetupArgs, type DoctorResult, type MatrixCell, type MatrixCliOptions, type SetupOptions, type SetupResult, } from "@opencode-compat/cli";
|
|
10
10
|
export { detect, facadeOverrides, facadeOverrideSnippet, type DetectOptions, type DetectResult, type HostId, type HostProfile, } from "@opencode-compat/profile";
|
|
11
11
|
export { createPromiseV2Host, definePromisePlugin, runPromisePlugin, wirePromiseV2, type LanguageModelInput, type LanguageModelV3Like, type PluginContext, type PromiseV2Host, type PromiseV2Plugin, } from "@opencode-compat/adapter";
|
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* config. Bridge packages remain implementation detail / transitive deps.
|
|
6
6
|
*/
|
|
7
7
|
export const PKG = "@opencode-compat/ocp";
|
|
8
|
-
export const VERSION = "0.1.
|
|
8
|
+
export const VERSION = "0.1.1";
|
|
9
9
|
export { doctor, main, mainAsync, matrix, setup, parseSetupArgs, } from "@opencode-compat/cli";
|
|
10
10
|
export { detect, facadeOverrides, facadeOverrideSnippet, } from "@opencode-compat/profile";
|
|
11
11
|
export { createPromiseV2Host, definePromisePlugin, runPromisePlugin, wirePromiseV2, } from "@opencode-compat/adapter";
|