summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-10-24 13:43:33 -0400
committerDax Raad <[email protected]>2025-10-24 13:43:33 -0400
commit4da3aa2eb261d59f5fe19b1f87b62990258738b2 (patch)
treeb3304de763ad82e10f5d63adf54d2b03888ecc53
parentefe7f01f41aae6fee0e8f8cdd40c932bc0337d46 (diff)
downloadopencode-4da3aa2eb261d59f5fe19b1f87b62990258738b2.tar.gz
opencode-4da3aa2eb261d59f5fe19b1f87b62990258738b2.zip
add missing dep
-rw-r--r--bun.lock1
-rw-r--r--packages/opencode/package.json1
2 files changed, 2 insertions, 0 deletions
diff --git a/bun.lock b/bun.lock
index 21530f9c2..4b58fa52c 100644
--- a/bun.lock
+++ b/bun.lock
@@ -183,6 +183,7 @@
"@opencode-ai/script": "workspace:*",
"@opencode-ai/sdk": "workspace:*",
"@parcel/watcher": "2.5.1",
+ "@pierre/precision-diffs": "0.0.2-alpha.1-1",
"@standard-schema/spec": "1.0.0",
"@zip.js/zip.js": "2.7.62",
"ai": "catalog:",
diff --git a/packages/opencode/package.json b/packages/opencode/package.json
index 981c3478c..44b023edd 100644
--- a/packages/opencode/package.json
+++ b/packages/opencode/package.json
@@ -46,6 +46,7 @@
"@opencode-ai/script": "workspace:*",
"@opencode-ai/sdk": "workspace:*",
"@parcel/watcher": "2.5.1",
+ "@pierre/precision-diffs": "0.0.2-alpha.1-1",
"@standard-schema/spec": "1.0.0",
"@zip.js/zip.js": "2.7.62",
"ai": "catalog:",