fix: vitest rejects pattern + runtime config

- Fix 4 liquid-render tests: expect(async()=>{}).rejects → expect(promise).rejects
- proman.yaml: runtime bun → node (matches actual stack)
- package.json: test script uses vitest directly (avoid proman recursion)
- Add changeset for 0.2.1 patch (clean dist)
This commit is contained in:
2026-06-03 09:30:23 +00:00
parent 768ae20a24
commit 2d4f76330c
4 changed files with 25 additions and 18 deletions
+7
View File
@@ -0,0 +1,7 @@
---
"@ocas/core": patch
"@ocas/fs": patch
"@ocas/cli": patch
---
Clean build — remove stale dist/ artifacts (variable-store.js) from 0.2.0 that referenced deleted bun:sqlite module