summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorBrendan Allan <[email protected]>2026-03-20 12:58:35 +0800
committerGitHub <[email protected]>2026-03-20 14:58:35 +1000
commit49896322457eebfe0827052d028545235252d881 (patch)
tree53851792e7657981a2b5da89bef7b4936dcacba3 /package.json
parentd460614cd7ad9e047a2792139ea67e16caa82ea7 (diff)
downloadopencode-49896322457eebfe0827052d028545235252d881.tar.gz
opencode-49896322457eebfe0827052d028545235252d881.zip
patch solid to try fix memo undefined under transition bug (#18338)
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 2875b9daa..7ce06896a 100644
--- a/package.json
+++ b/package.json
@@ -113,6 +113,7 @@
"patchedDependencies": {
"@standard-community/[email protected]": "patches/@standard-community%[email protected]",
"@openrouter/[email protected]": "patches/@openrouter%[email protected]",
- "@ai-sdk/[email protected]": "patches/@ai-sdk%[email protected]"
+ "@ai-sdk/[email protected]": "patches/@ai-sdk%[email protected]",
}
}