@superbased/observer 1.28.0 → 1.29.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 +17 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superbased/observer",
3
- "version": "1.28.0",
3
+ "version": "1.29.0",
4
4
  "description": "Claude Code cost tracking, Cursor token usage, Codex spend — AI coding agent observability across 29 adapters, proxy-accurate token counts and cost.",
5
5
  "keywords": [
6
6
  "ai",
@@ -42,13 +42,24 @@
42
42
  "LICENSE"
43
43
  ],
44
44
  "optionalDependencies": {
45
- "@superbased/observer-linux-x64": "1.28.0",
46
- "@superbased/observer-linux-arm64": "1.28.0",
47
- "@superbased/observer-darwin-x64": "1.28.0",
48
- "@superbased/observer-darwin-arm64": "1.28.0",
49
- "@superbased/observer-win32-x64": "1.28.0"
45
+ "@superbased/observer-linux-x64": "1.29.0",
46
+ "@superbased/observer-linux-arm64": "1.29.0",
47
+ "@superbased/observer-darwin-x64": "1.29.0",
48
+ "@superbased/observer-darwin-arm64": "1.29.0",
49
+ "@superbased/observer-win32-x64": "1.29.0"
50
50
  },
51
51
  "scripts": {
52
52
  "test": "node bin/observer.js --version"
53
+ },
54
+ "superbased": {
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",
62
+ "source": "release"
63
+ }
53
64
  }
54
65
  }