@fro.bot/systematic 2.13.1 → 2.13.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -589,6 +589,7 @@ function readFallbackCache() {
589
589
  if (urlResult !== null) {
590
590
  return { status: "cache", models: urlResult };
591
591
  }
592
+ return emptyAvailability();
592
593
  }
593
594
  const defaultPath = path4.join(cacheDir, MODELS_JSON_FILENAME);
594
595
  const defaultResult = readModelsFromCache(defaultPath);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fro.bot/systematic",
3
- "version": "2.13.1",
3
+ "version": "2.13.2",
4
4
  "description": "Structured engineering workflows for OpenCode",
5
5
  "type": "module",
6
6
  "homepage": "https://fro.bot/systematic",