@superbased/observer 1.7.24 → 1.7.25
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 +6 -0
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -55,6 +55,12 @@ A note for shared / CI machines where `npm install -g` may need
|
|
|
55
55
|
`sudo`: see [Troubleshooting → EACCES](#npm-install--g-fails-with-eacces-permission-denied)
|
|
56
56
|
for user-writable-prefix and version-manager fixes.
|
|
57
57
|
|
|
58
|
+
> **Python users:** `pip install superbased-observer` ships the
|
|
59
|
+
> same binary; version numbers are kept in lock-step. See
|
|
60
|
+
> [the PyPI page](https://pypi.org/project/superbased-observer/).
|
|
61
|
+
> Don't install both globally — whichever directory comes first on
|
|
62
|
+
> `$PATH` wins, which gets confusing if their versions drift.
|
|
63
|
+
|
|
58
64
|
Pre-built binaries ship for:
|
|
59
65
|
|
|
60
66
|
| Platform | Architecture |
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superbased/observer",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.25",
|
|
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",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"LICENSE"
|
|
37
37
|
],
|
|
38
38
|
"optionalDependencies": {
|
|
39
|
-
"@superbased/observer-linux-x64": "1.7.
|
|
40
|
-
"@superbased/observer-linux-arm64": "1.7.
|
|
41
|
-
"@superbased/observer-darwin-x64": "1.7.
|
|
42
|
-
"@superbased/observer-darwin-arm64": "1.7.
|
|
43
|
-
"@superbased/observer-win32-x64": "1.7.
|
|
39
|
+
"@superbased/observer-linux-x64": "1.7.25",
|
|
40
|
+
"@superbased/observer-linux-arm64": "1.7.25",
|
|
41
|
+
"@superbased/observer-darwin-x64": "1.7.25",
|
|
42
|
+
"@superbased/observer-darwin-arm64": "1.7.25",
|
|
43
|
+
"@superbased/observer-win32-x64": "1.7.25"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
46
46
|
"test": "node bin/observer.js --version"
|