@superbased/observer 1.7.24 → 1.7.26

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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. 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.24",
3
+ "version": "1.7.26",
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.24",
40
- "@superbased/observer-linux-arm64": "1.7.24",
41
- "@superbased/observer-darwin-x64": "1.7.24",
42
- "@superbased/observer-darwin-arm64": "1.7.24",
43
- "@superbased/observer-win32-x64": "1.7.24"
39
+ "@superbased/observer-linux-x64": "1.7.26",
40
+ "@superbased/observer-linux-arm64": "1.7.26",
41
+ "@superbased/observer-darwin-x64": "1.7.26",
42
+ "@superbased/observer-darwin-arm64": "1.7.26",
43
+ "@superbased/observer-win32-x64": "1.7.26"
44
44
  },
45
45
  "scripts": {
46
46
  "test": "node bin/observer.js --version"