bypass-vpn 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -70,6 +70,10 @@ Routes are ephemeral — they reset on reboot or network change. Re-run as neede
70
70
  npm uninstall -g bypass-vpn
71
71
  ```
72
72
 
73
+ ## Credits
74
+
75
+ Idea by [Sourabh Khot](https://github.com/sourabh-khot65)
76
+
73
77
  ## License
74
78
 
75
79
  MIT
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "bypass-vpn",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Route AI service traffic (Claude, ChatGPT, Firebase) through Wi-Fi gateway to bypass VPN",
5
5
  "bin": {
6
- "bypass-vpn": "./bin/bypass-vpn.js"
6
+ "bypass-vpn": "bin/bypass-vpn.js"
7
7
  },
8
8
  "engines": {
9
9
  "node": ">=16.0.0"
@@ -27,6 +27,6 @@
27
27
  "license": "MIT",
28
28
  "repository": {
29
29
  "type": "git",
30
- "url": "https://github.com/ProjectAJ14/bypass-ai-vpn"
30
+ "url": "git+https://github.com/ProjectAJ14/bypass-ai-vpn.git"
31
31
  }
32
32
  }