pal-explorer-cli 0.4.0 → 0.4.1

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.
@@ -1,7 +1,7 @@
1
1
  import crypto from 'crypto';
2
2
  import { createRequire } from 'module';
3
3
 
4
- const DEFAULT_POSTHOG_KEY = 'phc_PSslPgpRuFzQf6s5qbN9atXFGUDHzCvMlmpBTtdTkte';
4
+ const DEFAULT_POSTHOG_KEY = process.env.PAL_POSTHOG_KEY || '';
5
5
  const FLUSH_INTERVAL = 30_000;
6
6
  const MAX_QUEUE = 100;
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pal-explorer-cli",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "P2P encrypted file sharing CLI — share files directly with friends, not with the cloud",
5
5
  "main": "bin/pal.js",
6
6
  "bin": {