@cgasgarth/opencode-for-rust 1.1.3 → 1.1.4
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.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -239,8 +239,8 @@ class RustContentFormatter {
|
|
|
239
239
|
}
|
|
240
240
|
|
|
241
241
|
// src/index.ts
|
|
242
|
-
import { z } from "zod";
|
|
243
242
|
import { appendFileSync } from "fs";
|
|
243
|
+
var z = tool.schema;
|
|
244
244
|
var DEBUG_LOG = "/tmp/opencode-rust-plugin.log";
|
|
245
245
|
function debugLog(msg) {
|
|
246
246
|
const timestamp = new Date().toISOString();
|