@opencode-compat/profile 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 CHANGED
@@ -3,8 +3,8 @@
3
3
  * Contract: docs/ocp/0.1.md §5
4
4
  */
5
5
  export declare const PKG: "@opencode-compat/profile";
6
- export declare const VERSION: "0.1.0";
7
- export declare const OCP_VERSION: "0.1.0";
6
+ export declare const VERSION: "0.1.1";
7
+ export declare const OCP_VERSION: "0.1.1";
8
8
  export type { DetectOptions, DetectResult, DetectSource, HostCapabilities, HostHooks, HostId, HostPaths, HostProfile, } from "./types";
9
9
  export { CORE_HOOKS, MIMO_EXTENSION_HOOKS, MIMO_MISSING_HOOKS, type CoreHook, } from "./hooks";
10
10
  export { expandHome, resolveXdgDirs } from "./paths";
package/dist/index.js CHANGED
@@ -3,8 +3,8 @@
3
3
  * Contract: docs/ocp/0.1.md §5
4
4
  */
5
5
  export const PKG = "@opencode-compat/profile";
6
- export const VERSION = "0.1.0";
7
- export const OCP_VERSION = "0.1.0";
6
+ export const VERSION = "0.1.1";
7
+ export const OCP_VERSION = "0.1.1";
8
8
  export { CORE_HOOKS, MIMO_EXTENSION_HOOKS, MIMO_MISSING_HOOKS, } from "./hooks";
9
9
  export { expandHome, resolveXdgDirs } from "./paths";
10
10
  export { DRAFTS, kiloProfile, mimoProfile, opencodeProfile, unknownProfile, zcodeProfile, } from "./drafts";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencode-compat/profile",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "HostProfile types and draft profiles for OCP hosts",
5
5
  "type": "module",
6
6
  "license": "MPL-2.0",