@superbased/observer 1.8.3 → 1.9.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
@@ -3,6 +3,9 @@
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
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)
6
+ [![Website](https://img.shields.io/badge/homepage-superbased.app-2EC4B6.svg)](https://superbased.app/)
7
+
8
+ **Homepage:** [https://superbased.app/](https://superbased.app/)
6
9
 
7
10
  **Capture, normalize, compress, and analyze every AI coding tool call you
8
11
  run** — across Claude Code, Codex, Cursor, Cline / Roo Code, GitHub
@@ -1414,7 +1417,7 @@ Operational shorthand:
1414
1417
  - **Specification**: `superbased-final-spec-v2.md` in the repo
1415
1418
  - **Issues**: https://github.com/marmutapp/superbased-observer/issues
1416
1419
  - **License**: [Apache 2.0](https://github.com/marmutapp/superbased-observer/blob/main/LICENSE)
1417
- - **Author**: Santosh Kathira <contact@marmut.app>
1420
+ - **Author**: Santosh Kathira <contact@superbased.app>
1418
1421
 
1419
1422
  This npm package is a thin Node.js shim that resolves the right
1420
1423
  pre-built binary at runtime and spawns it. Same shape as `esbuild` /
@@ -3,6 +3,9 @@
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
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)
6
+ [![Website](https://img.shields.io/badge/homepage-superbased.app-2EC4B6.svg)](https://superbased.app/)
7
+
8
+ **Homepage:** [https://superbased.app/](https://superbased.app/)
6
9
 
7
10
  **Capture, normalize, compress, and analyze every AI coding tool call you
8
11
  run** — across Claude Code, Codex, Cursor, Cline / Roo Code, GitHub
@@ -290,7 +293,7 @@ Operational shorthand:
290
293
  - **Specification**: `superbased-final-spec-v2.md` in the repo
291
294
  - **Issues**: https://github.com/marmutapp/superbased-observer/issues
292
295
  - **License**: [Apache 2.0](https://github.com/marmutapp/superbased-observer/blob/main/LICENSE)
293
- - **Author**: Santosh Kathira <contact@marmut.app>
296
+ - **Author**: Santosh Kathira <contact@superbased.app>
294
297
 
295
298
  This npm package is a thin Node.js shim that resolves the right
296
299
  pre-built binary at runtime and spawns it. Same shape as `esbuild` /
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superbased/observer",
3
- "version": "1.8.3",
3
+ "version": "1.9.0",
4
4
  "description": "SuperBased Observer — capture, normalize, compress, and analyze AI coding tool activity across Claude Code, Codex, Cursor, Cline/Roo, and Copilot.",
5
5
  "keywords": [
6
6
  "ai",
@@ -14,7 +14,7 @@
14
14
  "tokens",
15
15
  "cost"
16
16
  ],
17
- "homepage": "https://github.com/marmutapp/superbased-observer",
17
+ "homepage": "https://superbased.app/",
18
18
  "repository": {
19
19
  "type": "git",
20
20
  "url": "git+https://github.com/marmutapp/superbased-observer.git"
@@ -23,7 +23,7 @@
23
23
  "url": "https://github.com/marmutapp/superbased-observer/issues"
24
24
  },
25
25
  "license": "Apache-2.0",
26
- "author": "Santosh Kathira <contact@marmut.app>",
26
+ "author": "Santosh Kathira <contact@superbased.app>",
27
27
  "engines": {
28
28
  "node": ">=18"
29
29
  },
@@ -36,11 +36,11 @@
36
36
  "LICENSE"
37
37
  ],
38
38
  "optionalDependencies": {
39
- "@superbased/observer-linux-x64": "1.8.3",
40
- "@superbased/observer-linux-arm64": "1.8.3",
41
- "@superbased/observer-darwin-x64": "1.8.3",
42
- "@superbased/observer-darwin-arm64": "1.8.3",
43
- "@superbased/observer-win32-x64": "1.8.3"
39
+ "@superbased/observer-linux-x64": "1.9.0",
40
+ "@superbased/observer-linux-arm64": "1.9.0",
41
+ "@superbased/observer-darwin-x64": "1.9.0",
42
+ "@superbased/observer-darwin-arm64": "1.9.0",
43
+ "@superbased/observer-win32-x64": "1.9.0"
44
44
  },
45
45
  "scripts": {
46
46
  "test": "node bin/observer.js --version"