@smart-coders-hq/opencode-model-fallback 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
- package/plugin.json +1 -1
package/README.md
CHANGED
|
@@ -227,7 +227,7 @@ To see the full event stream (including `event.received` and `retry.nomatch`), s
|
|
|
227
227
|
```bash
|
|
228
228
|
bun install
|
|
229
229
|
bun run lint # lint checks
|
|
230
|
-
bun test #
|
|
230
|
+
bun test # 145 tests across 11 files
|
|
231
231
|
bunx tsc --noEmit # type check
|
|
232
232
|
bun run build # build to dist/
|
|
233
233
|
```
|
package/package.json
CHANGED
package/plugin.json
CHANGED