@superbased/observer 1.31.0 → 1.32.0

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 (1) hide show
  1. package/package.json +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superbased/observer",
3
- "version": "1.31.0",
3
+ "version": "1.32.0",
4
4
  "description": "Claude Code cost tracking, Cursor token usage, Codex spend — AI coding agent observability across 33 adapters, proxy-accurate token counts and cost.",
5
5
  "keywords": [
6
6
  "ai",
@@ -42,23 +42,23 @@
42
42
  "LICENSE"
43
43
  ],
44
44
  "optionalDependencies": {
45
- "@superbased/observer-linux-x64": "1.31.0",
46
- "@superbased/observer-linux-arm64": "1.31.0",
47
- "@superbased/observer-darwin-x64": "1.31.0",
48
- "@superbased/observer-darwin-arm64": "1.31.0",
49
- "@superbased/observer-win32-x64": "1.31.0"
45
+ "@superbased/observer-linux-x64": "1.32.0",
46
+ "@superbased/observer-linux-arm64": "1.32.0",
47
+ "@superbased/observer-darwin-x64": "1.32.0",
48
+ "@superbased/observer-darwin-arm64": "1.32.0",
49
+ "@superbased/observer-win32-x64": "1.32.0"
50
50
  },
51
51
  "scripts": {
52
52
  "test": "node bin/observer.js --version"
53
53
  },
54
54
  "superbased": {
55
55
  "announcement": {
56
- "id": "2026-08-plugin-coverage",
57
- "severity": "info",
58
- "title": "SuperBased now installs as a native plugin in 22 AI coding tools",
59
- "body": "Claude Code, Codex, Cursor, Copilot, Gemini, OpenCode and 16 more now have a native SuperBased plugin. See the plugins repo for the install command for your tool.",
60
- "url": "https://github.com/superbasedapp/plugins",
61
- "expires_at": "2026-10-01T00:00:00Z",
56
+ "id": "2026-08-26-disk-maintenance-fix",
57
+ "severity": "notice",
58
+ "title": "v1.32.0 fixes unbounded database maintenance that could fill the disk",
59
+ "body": "Large databases could trigger automatic full-database VACUUM and integrity scans, silently consuming tens of GB of disk plus sustained CPU. v1.32.0 removes the unbounded paths, bounds SQLite memory and temp use, and adds a watchdog. Upgrade any machines on older versions.",
60
+ "url": "https://github.com/superbasedapp/observer/releases",
61
+ "expires_at": "2026-11-01T00:00:00Z",
62
62
  "source": "release"
63
63
  }
64
64
  }