@opencode-compat/cli 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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @opencode-compat/cli — `compat doctor` + matrix + setup + migrate-zcode companion.
|
|
3
3
|
*/
|
|
4
4
|
export declare const PKG: "@opencode-compat/cli";
|
|
5
|
-
export declare const VERSION: "0.1.
|
|
5
|
+
export declare const VERSION: "0.1.1";
|
|
6
6
|
import { type MigrateMarketplaceReport, type MigrateReport } from "@opencode-compat/migrate-zcode";
|
|
7
7
|
import { type DetectOptions, type HostId } from "@opencode-compat/profile";
|
|
8
8
|
export { parseSetupArgs, setup, type SetupOptions, type SetupResult } from "./setup";
|
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @opencode-compat/cli — `compat doctor` + matrix + setup + migrate-zcode companion.
|
|
3
3
|
*/
|
|
4
4
|
export const PKG = "@opencode-compat/cli";
|
|
5
|
-
export const VERSION = "0.1.
|
|
5
|
+
export const VERSION = "0.1.1";
|
|
6
6
|
import { doctorReport } from "@opencode-compat/adapter";
|
|
7
7
|
import { migrateZcode, migrateZcodeMarketplace, } from "@opencode-compat/migrate-zcode";
|
|
8
8
|
import { facadeOverrideSnippet, } from "@opencode-compat/profile";
|
package/package.json
CHANGED