antigravity-claude-proxy 2.7.1 → 2.7.3

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/README.md CHANGED
@@ -299,7 +299,6 @@ Without this, the WebUI's Claude CLI tab won't be able to read or write your Cla
299
299
 
300
300
  - [Available Models](docs/models.md)
301
301
  - [Multi-Account Load Balancing](docs/load-balancing.md)
302
- - [Device Fingerprinting](docs/fingerprinting.md)
303
302
  - [Web Management Console](docs/web-console.md)
304
303
  - [Advanced Configuration](docs/configuration.md)
305
304
  - [macOS Menu Bar App](docs/menubar-app.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antigravity-claude-proxy",
3
- "version": "2.7.1",
3
+ "version": "2.7.3",
4
4
  "description": "Proxy server to use Antigravity's Claude models with Claude Code CLI",
5
5
  "main": "src/index.js",
6
6
  "type": "module",