@superbased/observer 1.8.3 → 1.8.4
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 +3 -0
- package/README.template.md +3 -0
- package/package.json +7 -7
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
|
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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superbased/observer",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.4",
|
|
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"
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"LICENSE"
|
|
37
37
|
],
|
|
38
38
|
"optionalDependencies": {
|
|
39
|
-
"@superbased/observer-linux-x64": "1.8.
|
|
40
|
-
"@superbased/observer-linux-arm64": "1.8.
|
|
41
|
-
"@superbased/observer-darwin-x64": "1.8.
|
|
42
|
-
"@superbased/observer-darwin-arm64": "1.8.
|
|
43
|
-
"@superbased/observer-win32-x64": "1.8.
|
|
39
|
+
"@superbased/observer-linux-x64": "1.8.4",
|
|
40
|
+
"@superbased/observer-linux-arm64": "1.8.4",
|
|
41
|
+
"@superbased/observer-darwin-x64": "1.8.4",
|
|
42
|
+
"@superbased/observer-darwin-arm64": "1.8.4",
|
|
43
|
+
"@superbased/observer-win32-x64": "1.8.4"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"test": "node bin/observer.js --version"
|