@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cgasgarth/opencode-for-rust",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "OpenCode plugin for Rust",
5
5
  "author": {
6
6
  "name": "Sisyphus",