@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 +4 -1
- package/README.template.md +4 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@superbased/observer)
|
|
4
4
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
5
5
|
[](https://github.com/marmutapp/superbased-observer)
|
|
6
|
+
[](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@
|
|
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` /
|
package/README.template.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@superbased/observer)
|
|
4
4
|
[](https://www.apache.org/licenses/LICENSE-2.0)
|
|
5
5
|
[](https://github.com/marmutapp/superbased-observer)
|
|
6
|
+
[](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@
|
|
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.
|
|
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://
|
|
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@
|
|
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.
|
|
40
|
-
"@superbased/observer-linux-arm64": "1.
|
|
41
|
-
"@superbased/observer-darwin-x64": "1.
|
|
42
|
-
"@superbased/observer-darwin-arm64": "1.
|
|
43
|
-
"@superbased/observer-win32-x64": "1.
|
|
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"
|