@1presence/bridge 0.1.6 → 0.1.7

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 +0 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,18 +35,6 @@ rm ~/.1presence/auth.json
35
35
 
36
36
  The next run will prompt you to sign in again. If authentication fails (e.g. an expired token), the bridge clears credentials automatically and exits with an error.
37
37
 
38
- ## Environment
39
-
40
- | Variable | Default | Description |
41
- |---|---|---|
42
- | `BRIDGE_GATEWAY_URL` | `https://api.1presence.com` | Override for self-hosted or local dev |
43
-
44
- ## Local development
45
-
46
- ```bash
47
- BRIDGE_GATEWAY_URL=http://localhost:8080 npx @1presence/bridge
48
- ```
49
-
50
38
  ## Troubleshooting
51
39
 
52
40
  **`claude CLI not found`** — Install Claude Code from [claude.ai/code](https://claude.ai/code) and make sure the `claude` command is on your PATH.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1presence/bridge",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Run 1Presence on your Mac and use your Claude.ai Pro subscription from any device",
5
5
  "bin": {
6
6
  "1presence-bridge": "dist/index.js"