@superbased/observer 1.8.4 → 1.10.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 +1 -1
- package/README.template.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1417,7 +1417,7 @@ Operational shorthand:
|
|
|
1417
1417
|
- **Specification**: `superbased-final-spec-v2.md` in the repo
|
|
1418
1418
|
- **Issues**: https://github.com/marmutapp/superbased-observer/issues
|
|
1419
1419
|
- **License**: [Apache 2.0](https://github.com/marmutapp/superbased-observer/blob/main/LICENSE)
|
|
1420
|
-
- **Author**: Santosh Kathira <contact@
|
|
1420
|
+
- **Author**: Santosh Kathira <contact@superbased.app>
|
|
1421
1421
|
|
|
1422
1422
|
This npm package is a thin Node.js shim that resolves the right
|
|
1423
1423
|
pre-built binary at runtime and spawns it. Same shape as `esbuild` /
|
package/README.template.md
CHANGED
|
@@ -293,7 +293,7 @@ Operational shorthand:
|
|
|
293
293
|
- **Specification**: `superbased-final-spec-v2.md` in the repo
|
|
294
294
|
- **Issues**: https://github.com/marmutapp/superbased-observer/issues
|
|
295
295
|
- **License**: [Apache 2.0](https://github.com/marmutapp/superbased-observer/blob/main/LICENSE)
|
|
296
|
-
- **Author**: Santosh Kathira <contact@
|
|
296
|
+
- **Author**: Santosh Kathira <contact@superbased.app>
|
|
297
297
|
|
|
298
298
|
This npm package is a thin Node.js shim that resolves the right
|
|
299
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.10.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",
|
|
@@ -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.10.0",
|
|
40
|
+
"@superbased/observer-linux-arm64": "1.10.0",
|
|
41
|
+
"@superbased/observer-darwin-x64": "1.10.0",
|
|
42
|
+
"@superbased/observer-darwin-arm64": "1.10.0",
|
|
43
|
+
"@superbased/observer-win32-x64": "1.10.0"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"test": "node bin/observer.js --version"
|