@superbased/observer 1.22.0 → 1.24.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.
package/README.md CHANGED
@@ -2,14 +2,14 @@
2
2
 
3
3
  [![npm](https://img.shields.io/npm/v/@superbased/observer.svg)](https://www.npmjs.com/package/@superbased/observer)
4
4
  [![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
5
- [![Platforms: Linux • macOS • Windows](https://img.shields.io/badge/platforms-linux%20%7C%20macos%20%7C%20windows-blue.svg)](https://github.com/marmutapp/superbased-observer)
5
+ [![Platforms: Linux • macOS • Windows](https://img.shields.io/badge/platforms-linux%20%7C%20macos%20%7C%20windows-blue.svg)](https://github.com/superbasedapp/observer)
6
6
  [![Website](https://img.shields.io/badge/homepage-superbased.app-2EC4B6.svg)](https://superbased.app/)
7
7
 
8
8
  **Homepage:** [https://superbased.app/](https://superbased.app/)
9
9
 
10
10
  **Claude Code cost tracking. Cursor token usage. Codex spend.
11
11
  AI coding agent observability — one local tool, proxy-accurate.**
12
- SuperBased Observer captures, normalizes, and analyzes every AI
12
+ SuperBased captures, normalizes, and analyzes every AI
13
13
  coding tool call across **26 adapters** — Claude Code, Codex, Cursor,
14
14
  Cline + Cline CLI, GitHub Copilot (VS Code) + Copilot CLI, Gemini CLI,
15
15
  OpenCode, Google Antigravity, Cowork, Nous Research's Hermes Agent,
@@ -26,11 +26,11 @@ an optional team rollup server. Plane A is general LLM-app
26
26
  observability — admin-server-first: OTLP trace/span capture, evals,
27
27
  and an LLM-as-judge input-admission guardrail for an application you
28
28
  host. Most installs only ever use Plane B; see the [main
29
- repo](https://github.com/marmutapp/superbased-observer#readme) for
29
+ repo](https://github.com/superbasedapp/observer#readme) for
30
30
  the full two-plane explainer.
31
31
 
32
32
  <p align="center">
33
- <img src="https://github.com/marmutapp/superbased-observer/raw/main/docs/assets/infographics/one-local-path.png" alt="One local path for AI coding activity" width="780">
33
+ <img src="https://github.com/superbasedapp/observer/raw/main/docs/assets/infographics/one-local-path.png" alt="One local path for AI coding activity" width="780">
34
34
  </p>
35
35
 
36
36
  # Table of contents
@@ -96,7 +96,7 @@ matching your machine downloads. No postinstall network calls, no
96
96
  compile step.
97
97
 
98
98
  If your platform isn't listed, build from source — instructions in
99
- the [main repo](https://github.com/marmutapp/superbased-observer).
99
+ the [main repo](https://github.com/superbasedapp/observer).
100
100
 
101
101
 
102
102
  ## Five-minute quickstart
@@ -152,7 +152,7 @@ server for org-wide spend visibility. The same binary also ships
152
152
  **Plane A: general LLM-app observability**, admin-server-first — OTLP
153
153
  trace/span capture, evals, and an LLM-as-judge input-admission
154
154
  guardrail for an application *you* host, whose end users route
155
- through Observer. Most installs only ever touch Plane B; Plane A is
155
+ through SuperBased. Most installs only ever touch Plane B; Plane A is
156
156
  opt-in and unrelated to your own coding-agent traffic. Full explainer:
157
157
  [superbased.app/docs/getting-started/two-planes](https://superbased.app/docs/getting-started/two-planes).
158
158
 
@@ -208,7 +208,7 @@ table below is the full per-client reference.
208
208
  | **OpenCode** ([opencode.ai](https://opencode.ai/)) | (no proxy yet) | SQLite — actual install path is `~/.local/share/opencode/opencode.db` (XDG). Captures **token counts + model + cost** per assistant message from OpenCode's InfoData (`tokens.input/output/reasoning/cache.{read,write}` + `cost`); **subtask** parts → `spawn_subagent` actions; **todo** table → `todo_update` actions; tool-name coverage extended to webfetch/websearch/task/todowrite/todoread/multiedit. Tagged `Source=jsonl, Reliability=approximate`. |
209
209
  | **OpenClaw** ([openclaw.ai](https://openclaw.ai/)) | (no proxy yet) | JSONL + sqlite — `~/.openclaw/tasks/runs.sqlite` + `~/.openclaw/agents/<agent>/sessions/sessions.json` |
210
210
  | **Pi** ([pi.dev](https://pi.dev/)) | (no proxy yet) | JSONL — `~/.pi/agent/sessions/--<path>--/*.jsonl` (per upstream `docs/session-format.md` v3). Captures user / assistant / toolResult / `bashExecution` message roles; `usage.cost.total` → per-message USD; terminal `stopReason` (stop/length/error/aborted) → `task_complete` with `success=false` for failures (mid-turn `toolUse` is correctly skipped); `thinking` blocks surface as preceding reasoning. Tagged `Source=jsonl, Reliability=approximate`. |
211
- | **Google Antigravity** | (no proxy yet) | Encrypted protobuf — `~/.gemini/antigravity/conversations/*.pb` (Linux-native) and the matching Windows-side path on WSL2. Observer ships a per-OS Chromium-pattern `oscrypt` key fetcher (macOS Keychain / libsecret / DPAPI / WSL2-via-PowerShell helper) and a multi-cipher try-loop for local decryption. Sessions whose ciphers don't validate locally fall back to the language_server's `GetCascadeTrajectory` gRPC endpoint via a built-in helper (`antigravity-bridge.exe` on WSL2 / native gRPC elsewhere) — extracts model + per-turn token counts + Tier 0–6 ToolEvents (file views, artifact edits/writes, user prompts, assistant text, run_command terminal snapshots, structured plan steps, final summaries). State index + per-conversation title/workspace URI read from `state.vscdb` + `state.vscdb.backup`. Tagged `Source=jsonl, Reliability=approximate`. |
211
+ | **Google Antigravity** | (no proxy yet) | Encrypted protobuf — `~/.gemini/antigravity/conversations/*.pb` (Linux-native) and the matching Windows-side path on WSL2. SuperBased ships a per-OS Chromium-pattern `oscrypt` key fetcher (macOS Keychain / libsecret / DPAPI / WSL2-via-PowerShell helper) and a multi-cipher try-loop for local decryption. Sessions whose ciphers don't validate locally fall back to the language_server's `GetCascadeTrajectory` gRPC endpoint via a built-in helper (`antigravity-bridge.exe` on WSL2 / native gRPC elsewhere) — extracts model + per-turn token counts + Tier 0–6 ToolEvents (file views, artifact edits/writes, user prompts, assistant text, run_command terminal snapshots, structured plan steps, final summaries). State index + per-conversation title/workspace URI read from `state.vscdb` + `state.vscdb.backup`. Tagged `Source=jsonl, Reliability=approximate`. |
212
212
  | **Kilo Code IDE extension (legacy)** | (no proxy yet) | JSON — `<vsCodeGlobalStorage>/kilocode.kilo-code/tasks/<taskId>/api_conversation_history.json`. The legacy Kilo extension is a Cline + Roo Code fork and shares the Cline parser; emitted rows are re-tagged `Tool="kilo-code"` so dashboard rollups don't blur Kilo activity into Cline. Tagged `Source=jsonl, Reliability=approximate`. |
213
213
  | **Kilo Code CLI (current)** | (no proxy route yet — base-URL env vars are not honored; a project-scoped `kilo.json` provider `baseURL` override reaches the proxy, but the Gateway provider's model-catalog calls share that base URL and have no upstream there — see `docs/kilo-code-adapter.md`) | SQLite — `~/.local/share/kilo/kilo.db` on every OS (Kilo intentionally mirrors XDG; Windows does NOT use `%APPDATA%`). The new `@kilocode/cli` (npm) is a fork of sst/opencode and uses the same `message`/`part`/`todo` tables shape with Kilo additions (`project`, `workspace`, `event`, `session_message`, `account`, `permission`, `session_share`). Captures **token counts + model + cost** per assistant message from `message.data.tokens = {total, input, output, reasoning, cache: {read, write}}`. Tool name coverage inherits OpenCode's surface (`read` → `read_file`, `bash` → `run_command`, `websearch` → `web_search`, etc.). Tagged `Source=jsonl, Reliability=approximate`. |
214
214
  | **Gemini CLI** | (no proxy yet) | JSONL or single-object JSON — `~/.gemini/tmp/<hash>/chats/session-*.{json,jsonl}`. Dual-format dispatch: legacy single-object JSON (size-based cursor, cline-style) and proposed JSONL event records (byte-offset cursor, issue [#15292](https://github.com/google-gemini/gemini-cli/issues/15292)). Action mapping covers `read_file` / `write_file` / `edit_file` / `run_command` / `search_files` / `web_fetch` and arbitrary MCP tool calls. Project root falls back through tool-call `cwd` → `~/.gemini/history/<hash>/.git/config` worktree pointer → synthetic `[gemini-cli:<hash>]` key (promoted via ON CONFLICT DO UPDATE on `sessions.project_id` once a future scan supplies a real cwd). Tagged `Source=jsonl, Reliability=approximate`. |
@@ -226,15 +226,15 @@ Pi / OpenCode / OpenClaw / Antigravity / Gemini CLI / Hermes / Kilo Code / Kilo
226
226
  (provider-reported usage that hasn't been reconciled against an
227
227
  upstream invoice).
228
228
 
229
- For **Codex specifically**, Observer currently has two practical support modes:
229
+ For **Codex specifically**, SuperBased currently has two practical support modes:
230
230
 
231
- - `Proxy + JSONL`: Codex is routed through `OPENAI_BASE_URL=http://127.0.0.1:8820/v1` and Observer can link proxy turns to the session, so live compression metrics are available.
232
- - `JSONL only`: Observer can still recover sessions, actions, and approximate token counts from `~/.codex/sessions`, but live proxy compression is currently not available when Codex is logged in with a ChatGPT plan on the local machine.
231
+ - `Proxy + JSONL`: Codex is routed through `OPENAI_BASE_URL=http://127.0.0.1:8820/v1` and SuperBased can link proxy turns to the session, so live compression metrics are available.
232
+ - `JSONL only`: SuperBased can still recover sessions, actions, and approximate token counts from `~/.codex/sessions`, but live proxy compression is currently not available when Codex is logged in with a ChatGPT plan on the local machine.
233
233
 
234
234
  ## Architecture in detail
235
235
 
236
236
  <p align="center">
237
- <img src="https://github.com/marmutapp/superbased-observer/raw/main/docs/assets/infographics/intelligence-across-tools.png" alt="Shared local intelligence layer across tools" width="780">
237
+ <img src="https://github.com/superbasedapp/observer/raw/main/docs/assets/infographics/intelligence-across-tools.png" alt="Shared local intelligence layer across tools" width="780">
238
238
  </p>
239
239
 
240
240
  Five components running side by side:
@@ -355,7 +355,7 @@ routing any real traffic.
355
355
  ### Overview tab
356
356
 
357
357
  <p align="center">
358
- <img src="https://github.com/marmutapp/superbased-observer/raw/main/docs/assets/screenshots/01-overview.png" alt="Overview tab" width="900">
358
+ <img src="https://github.com/superbasedapp/observer/raw/main/docs/assets/screenshots/01-overview.png" alt="Overview tab" width="900">
359
359
  </p>
360
360
 
361
361
  High-level snapshot of the selected window:
@@ -373,7 +373,7 @@ High-level snapshot of the selected window:
373
373
  ### Cost tab
374
374
 
375
375
  <p align="center">
376
- <img src="https://github.com/marmutapp/superbased-observer/raw/main/docs/assets/screenshots/04-cost.png" alt="Cost tab" width="900">
376
+ <img src="https://github.com/superbasedapp/observer/raw/main/docs/assets/screenshots/04-cost.png" alt="Cost tab" width="900">
377
377
  </p>
378
378
 
379
379
  Per-model breakdown over the selected window. Tokens split into the
@@ -395,7 +395,7 @@ in the help drawer.
395
395
  ### Analysis tab
396
396
 
397
397
  <p align="center">
398
- <img src="https://github.com/marmutapp/superbased-observer/raw/main/docs/assets/screenshots/05-analysis.png" alt="Analysis tab" width="900">
398
+ <img src="https://github.com/superbasedapp/observer/raw/main/docs/assets/screenshots/05-analysis.png" alt="Analysis tab" width="900">
399
399
  </p>
400
400
 
401
401
  Spending insights for the selected window. Twelve headline KPI
@@ -413,7 +413,7 @@ sessions that could have used Sonnet).
413
413
  ### Sessions tab
414
414
 
415
415
  <p align="center">
416
- <img src="https://github.com/marmutapp/superbased-observer/raw/main/docs/assets/screenshots/02-sessions.png" alt="Sessions tab" width="900">
416
+ <img src="https://github.com/superbasedapp/observer/raw/main/docs/assets/screenshots/02-sessions.png" alt="Sessions tab" width="900">
417
417
  </p>
418
418
 
419
419
  One row per AI-coding session. Each session has a stable ID, a tool
@@ -428,7 +428,7 @@ was tier-fallback rather than billing-grade ("accurate" reliability).
428
428
  Click a row to open the session-detail panel:
429
429
 
430
430
  <p align="center">
431
- <img src="https://github.com/marmutapp/superbased-observer/raw/main/docs/assets/screenshots/11-session-detail.png" alt="Session detail slide-over" width="900">
431
+ <img src="https://github.com/superbasedapp/observer/raw/main/docs/assets/screenshots/11-session-detail.png" alt="Session detail slide-over" width="900">
432
432
  </p>
433
433
 
434
434
 
@@ -458,7 +458,7 @@ Click a row to open the session-detail panel:
458
458
  ### Actions tab
459
459
 
460
460
  <p align="center">
461
- <img src="https://github.com/marmutapp/superbased-observer/raw/main/docs/assets/screenshots/03-actions.png" alt="Actions tab" width="900">
461
+ <img src="https://github.com/superbasedapp/observer/raw/main/docs/assets/screenshots/03-actions.png" alt="Actions tab" width="900">
462
462
  </p>
463
463
 
464
464
  The flat firehose: every recorded tool call, normalized across
@@ -470,7 +470,7 @@ the heading.
470
470
  ### Tools tab
471
471
 
472
472
  <p align="center">
473
- <img src="https://github.com/marmutapp/superbased-observer/raw/main/docs/assets/screenshots/06-tools.png" alt="Tools tab" width="900">
473
+ <img src="https://github.com/superbasedapp/observer/raw/main/docs/assets/screenshots/06-tools.png" alt="Tools tab" width="900">
474
474
  </p>
475
475
 
476
476
  Per-AI-client (the *client* — claude-code / cursor / codex / etc., not
@@ -488,7 +488,7 @@ the per-tool name) aggregates plus three views:
488
488
  ### Compression tab
489
489
 
490
490
  <p align="center">
491
- <img src="https://github.com/marmutapp/superbased-observer/raw/main/docs/assets/screenshots/07-compression.png" alt="Compression tab" width="900">
491
+ <img src="https://github.com/superbasedapp/observer/raw/main/docs/assets/screenshots/07-compression.png" alt="Compression tab" width="900">
492
492
  </p>
493
493
 
494
494
  How many tokens and dollars the conversation-compression pipeline
@@ -511,7 +511,7 @@ saved by trimming requests before forwarding upstream:
511
511
  ### Cache tab
512
512
 
513
513
  <p align="center">
514
- <img src="https://github.com/marmutapp/superbased-observer/raw/main/docs/assets/screenshots/08-cache.png" alt="Cache tab" width="900">
514
+ <img src="https://github.com/superbasedapp/observer/raw/main/docs/assets/screenshots/08-cache.png" alt="Cache tab" width="900">
515
515
  </p>
516
516
 
517
517
  Anthropic prompt-cache observation, attribution, and forecasting —
@@ -617,7 +617,7 @@ default; the hook only reads a pre-computed snapshot, refreshed every
617
617
  ### Discovery tab
618
618
 
619
619
  <p align="center">
620
- <img src="https://github.com/marmutapp/superbased-observer/raw/main/docs/assets/screenshots/09-discovery.png" alt="Discovery tab" width="900">
620
+ <img src="https://github.com/superbasedapp/observer/raw/main/docs/assets/screenshots/09-discovery.png" alt="Discovery tab" width="900">
621
621
  </p>
622
622
 
623
623
  Wasted-effort signals:
@@ -668,7 +668,7 @@ MCP pin approvals, and one-click **compliance evidence** downloads
668
668
  ### Settings tab
669
669
 
670
670
  <p align="center">
671
- <img src="https://github.com/marmutapp/superbased-observer/raw/main/docs/assets/screenshots/10-settings.png" alt="Settings tab" width="900">
671
+ <img src="https://github.com/superbasedapp/observer/raw/main/docs/assets/screenshots/10-settings.png" alt="Settings tab" width="900">
672
672
  </p>
673
673
 
674
674
  Fully editable visual editor for everything in `config.toml`, plus
@@ -1390,7 +1390,7 @@ The full privacy statement — what observer stores, what it reads,
1390
1390
  what it never stores, the explicit list of outbound-network call sites
1391
1391
  gated behind config, and how to verify "no telemetry" yourself with
1392
1392
  `grep`, `strings`, and a network-namespaced shell — lives in
1393
- [`PRIVACY.md`](https://github.com/marmutapp/superbased-observer/blob/main/PRIVACY.md).
1393
+ [`PRIVACY.md`](https://github.com/superbasedapp/observer/blob/main/PRIVACY.md).
1394
1394
 
1395
1395
  Operational shorthand:
1396
1396
 
@@ -1410,10 +1410,10 @@ Operational shorthand:
1410
1410
 
1411
1411
  ## Source, contributing, license
1412
1412
 
1413
- - **Source**: https://github.com/marmutapp/superbased-observer
1413
+ - **Source**: https://github.com/superbasedapp/observer
1414
1414
  - **Specification**: `superbased-final-spec-v2.md` in the repo
1415
- - **Issues**: https://github.com/marmutapp/superbased-observer/issues
1416
- - **License**: [Apache 2.0](https://github.com/marmutapp/superbased-observer/blob/main/LICENSE)
1415
+ - **Issues**: https://github.com/superbasedapp/observer/issues
1416
+ - **License**: [Apache 2.0](https://github.com/superbasedapp/observer/blob/main/LICENSE)
1417
1417
  - **Author**: Santosh Kathira <contact@superbased.app>
1418
1418
 
1419
1419
  This npm package is a thin Node.js shim that resolves the right
@@ -2,14 +2,14 @@
2
2
 
3
3
  [![npm](https://img.shields.io/npm/v/@superbased/observer.svg)](https://www.npmjs.com/package/@superbased/observer)
4
4
  [![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
5
- [![Platforms: Linux • macOS • Windows](https://img.shields.io/badge/platforms-linux%20%7C%20macos%20%7C%20windows-blue.svg)](https://github.com/marmutapp/superbased-observer)
5
+ [![Platforms: Linux • macOS • Windows](https://img.shields.io/badge/platforms-linux%20%7C%20macos%20%7C%20windows-blue.svg)](https://github.com/superbasedapp/observer)
6
6
  [![Website](https://img.shields.io/badge/homepage-superbased.app-2EC4B6.svg)](https://superbased.app/)
7
7
 
8
8
  **Homepage:** [https://superbased.app/](https://superbased.app/)
9
9
 
10
10
  **Claude Code cost tracking. Cursor token usage. Codex spend.
11
11
  AI coding agent observability — one local tool, proxy-accurate.**
12
- SuperBased Observer captures, normalizes, and analyzes every AI
12
+ SuperBased captures, normalizes, and analyzes every AI
13
13
  coding tool call across **26 adapters** — Claude Code, Codex, Cursor,
14
14
  Cline + Cline CLI, GitHub Copilot (VS Code) + Copilot CLI, Gemini CLI,
15
15
  OpenCode, Google Antigravity, Cowork, Nous Research's Hermes Agent,
@@ -26,11 +26,11 @@ an optional team rollup server. Plane A is general LLM-app
26
26
  observability — admin-server-first: OTLP trace/span capture, evals,
27
27
  and an LLM-as-judge input-admission guardrail for an application you
28
28
  host. Most installs only ever use Plane B; see the [main
29
- repo](https://github.com/marmutapp/superbased-observer#readme) for
29
+ repo](https://github.com/superbasedapp/observer#readme) for
30
30
  the full two-plane explainer.
31
31
 
32
32
  <p align="center">
33
- <img src="https://github.com/marmutapp/superbased-observer/raw/main/docs/assets/infographics/one-local-path.png" alt="One local path for AI coding activity" width="780">
33
+ <img src="https://github.com/superbasedapp/observer/raw/main/docs/assets/infographics/one-local-path.png" alt="One local path for AI coding activity" width="780">
34
34
  </p>
35
35
 
36
36
  # Table of contents
@@ -96,7 +96,7 @@ matching your machine downloads. No postinstall network calls, no
96
96
  compile step.
97
97
 
98
98
  If your platform isn't listed, build from source — instructions in
99
- the [main repo](https://github.com/marmutapp/superbased-observer).
99
+ the [main repo](https://github.com/superbasedapp/observer).
100
100
 
101
101
 
102
102
  ## Five-minute quickstart
@@ -286,7 +286,7 @@ The full privacy statement — what observer stores, what it reads,
286
286
  what it never stores, the explicit list of outbound-network call sites
287
287
  gated behind config, and how to verify "no telemetry" yourself with
288
288
  `grep`, `strings`, and a network-namespaced shell — lives in
289
- [`PRIVACY.md`](https://github.com/marmutapp/superbased-observer/blob/main/PRIVACY.md).
289
+ [`PRIVACY.md`](https://github.com/superbasedapp/observer/blob/main/PRIVACY.md).
290
290
 
291
291
  Operational shorthand:
292
292
 
@@ -306,10 +306,10 @@ Operational shorthand:
306
306
 
307
307
  ## Source, contributing, license
308
308
 
309
- - **Source**: https://github.com/marmutapp/superbased-observer
309
+ - **Source**: https://github.com/superbasedapp/observer
310
310
  - **Specification**: `superbased-final-spec-v2.md` in the repo
311
- - **Issues**: https://github.com/marmutapp/superbased-observer/issues
312
- - **License**: [Apache 2.0](https://github.com/marmutapp/superbased-observer/blob/main/LICENSE)
311
+ - **Issues**: https://github.com/superbasedapp/observer/issues
312
+ - **License**: [Apache 2.0](https://github.com/superbasedapp/observer/blob/main/LICENSE)
313
313
  - **Author**: Santosh Kathira <contact@superbased.app>
314
314
 
315
315
  This npm package is a thin Node.js shim that resolves the right
package/bin/observer.js CHANGED
@@ -26,7 +26,7 @@ function reportUnsupported(key) {
26
26
  '@superbased/observer: no prebuilt binary for ' + key + '.\n' +
27
27
  'Supported: ' + Object.keys(PLATFORM_PACKAGES).join(', ') + '.\n' +
28
28
  'If you need a different platform, file an issue at\n' +
29
- ' https://github.com/marmutapp/superbased-observer/issues\n'
29
+ ' https://github.com/superbasedapp/observer/issues\n'
30
30
  );
31
31
  process.exit(1);
32
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superbased/observer",
3
- "version": "1.22.0",
3
+ "version": "1.24.0",
4
4
  "description": "Claude Code cost tracking, Cursor token usage, Codex spend — AI coding agent observability across 26 adapters, proxy-accurate token counts and cost.",
5
5
  "keywords": [
6
6
  "ai",
@@ -22,10 +22,10 @@
22
22
  "homepage": "https://superbased.app/",
23
23
  "repository": {
24
24
  "type": "git",
25
- "url": "git+https://github.com/marmutapp/superbased-observer.git"
25
+ "url": "git+https://github.com/superbasedapp/observer.git"
26
26
  },
27
27
  "bugs": {
28
- "url": "https://github.com/marmutapp/superbased-observer/issues"
28
+ "url": "https://github.com/superbasedapp/observer/issues"
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "author": "Santosh Kathira <contact@superbased.app>",
@@ -33,7 +33,8 @@
33
33
  "node": ">=18"
34
34
  },
35
35
  "bin": {
36
- "observer": "bin/observer.js"
36
+ "observer": "bin/observer.js",
37
+ "superbased": "bin/observer.js"
37
38
  },
38
39
  "files": [
39
40
  "bin",
@@ -41,11 +42,11 @@
41
42
  "LICENSE"
42
43
  ],
43
44
  "optionalDependencies": {
44
- "@superbased/observer-linux-x64": "1.22.0",
45
- "@superbased/observer-linux-arm64": "1.22.0",
46
- "@superbased/observer-darwin-x64": "1.22.0",
47
- "@superbased/observer-darwin-arm64": "1.22.0",
48
- "@superbased/observer-win32-x64": "1.22.0"
45
+ "@superbased/observer-linux-x64": "1.24.0",
46
+ "@superbased/observer-linux-arm64": "1.24.0",
47
+ "@superbased/observer-darwin-x64": "1.24.0",
48
+ "@superbased/observer-darwin-arm64": "1.24.0",
49
+ "@superbased/observer-win32-x64": "1.24.0"
49
50
  },
50
51
  "scripts": {
51
52
  "test": "node bin/observer.js --version"