screenpipe 0.3.185 → 0.3.188

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "screenpipe",
3
- "version": "0.3.185",
3
+ "version": "0.3.188",
4
4
  "description": "screenpipe CLI — AI that knows everything you've seen, said, or heard",
5
5
  "bin": {
6
6
  "screenpipe": "bin/screenpipe.js"
@@ -9,10 +9,10 @@
9
9
  "postinstall": "sh scripts/postinstall.sh || true"
10
10
  },
11
11
  "optionalDependencies": {
12
- "@screenpipe/cli-darwin-arm64": "0.3.185",
13
- "@screenpipe/cli-darwin-x64": "0.3.185",
14
- "@screenpipe/cli-linux-x64": "0.3.185",
15
- "@screenpipe/cli-win32-x64": "0.3.185"
12
+ "@screenpipe/cli-darwin-arm64": "0.3.188",
13
+ "@screenpipe/cli-darwin-x64": "0.3.188",
14
+ "@screenpipe/cli-linux-x64": "0.3.188",
15
+ "@screenpipe/cli-win32-x64": "0.3.188"
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",
@@ -99,10 +99,10 @@ fi
99
99
  remove_quarantine
100
100
 
101
101
  # PostHog install tracking (non-blocking)
102
- curl -sL -X POST https://eu.i.posthog.com/capture/ \
102
+ curl -sL -X POST https://us.i.posthog.com/capture/ \
103
103
  -H "Content-Type: application/json" \
104
104
  -d '{
105
- "api_key": "phc_Bt8GoTBPgkCpDrbaIZzJIEYt0CrJjhBiuLaBck1clce",
105
+ "api_key": "phc_z7FZXE8vmXtdTQ78LMy3j1BQWW4zP6PGDUP46rgcdnb",
106
106
  "event": "cli_install_npm",
107
107
  "properties": {
108
108
  "distinct_id": "'$(hostname)'",