Commit 340db68
chore: sync version constant and bump deps
Audit fixes for staleness found at v2.0.15:
- PLUGIN_VERSION in index.ts was hardcoded "2.0.0" and never tracked
package.json, so the startup log and morph_edit tool metadata reported
2.0.0 on every release since 2.0.0. Synced to 2.0.15 and updated
release.yml to rewrite the constant during each version bump. Build now
runs after the bump (so dist ships the correct value) and the commit
includes index.ts; a grep guard fails the release if the sync misses.
- Dependencies were far behind: @morphllm/morphsdk 0.2.173 -> 0.2.180,
and @opencode-ai/sdk + @opencode-ai/plugin -> ^1.17.7 (were ^1.2.22 and
"latest", both frozen at 1.2.22 in the lockfiles). Regenerated bun.lock
and package-lock.json.
- README compaction note no longer pins a single OpenCode minor
(1.14.x -> 1.14+).
Typecheck, build, and the full 67-test suite pass on the bumped deps.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent aac111a commit 340db68
6 files changed
Lines changed: 3047 additions & 134 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 54 | + | |
58 | 55 | | |
59 | 56 | | |
60 | 57 | | |
| |||
67 | 64 | | |
68 | 65 | | |
69 | 66 | | |
70 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
71 | 82 | | |
72 | 83 | | |
73 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments