Commit 35d45e3
fix(deps): bump @run402/functions ^2.4.0 → ^2.6.0 for cache export + db() ALS
The publish workflow's check-doc-snippets step compiles every code block in
llms-sdk.txt against the installed @run402/functions. The lockfile pinned
2.4.0 (no cache export, db() required a Request arg), failing the new r.cache
SDK doc snippets that just shipped.
Also fix the snippet itself: QueryBuilder exposes insert/update/delete,
not upsert. Mechanical typo.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 5203aad commit 35d45e3
3 files changed
Lines changed: 8 additions & 144 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1228 | 1228 | | |
1229 | 1229 | | |
1230 | 1230 | | |
1231 | | - | |
| 1231 | + | |
1232 | 1232 | | |
1233 | 1233 | | |
1234 | 1234 | | |
| |||
0 commit comments