@the-magic-tower/fixhive-opencode-plugin 0.1.19 → 0.1.20

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -848,7 +848,7 @@ var LocalStore = {
848
848
  import { createClient } from "@supabase/supabase-js";
849
849
 
850
850
  // src/cloud/embedding.ts
851
- import OpenAI from "openai";
851
+ import { OpenAI } from "openai";
852
852
  var DEFAULT_MODEL = "text-embedding-3-small";
853
853
  var DEFAULT_DIMENSIONS = 1536;
854
854
  var MAX_INPUT_LENGTH = 30000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-magic-tower/fixhive-opencode-plugin",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "Community-based error knowledge sharing for OpenCode",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",