lazy-gravity 0.0.3 → 0.0.4
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="docs/assets/LazyGravityBanner.png" alt="LazyGravity Banner" width="100%" />
|
|
2
|
+
<img src="https://raw.githubusercontent.com/tokyoweb3/LazyGravity/main/docs/assets/LazyGravityBanner.png" alt="LazyGravity Banner" width="100%" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
@@ -210,7 +210,7 @@ Run `lazy-gravity doctor` to diagnose configuration and connectivity issues.
|
|
|
210
210
|
## How CDP Connection Works
|
|
211
211
|
|
|
212
212
|
<p align="center">
|
|
213
|
-
<img src="docs/images/architecture.svg" alt="LazyGravity Architecture" width="100%" />
|
|
213
|
+
<img src="https://raw.githubusercontent.com/tokyoweb3/LazyGravity/main/docs/images/architecture.svg" alt="LazyGravity Architecture" width="100%" />
|
|
214
214
|
</p>
|
|
215
215
|
|
|
216
216
|
1. The bot scans debug ports (default: 9222) and auto-detects the Antigravity target
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lazy-gravity",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Control Antigravity from anywhere — a local, secure Discord Bot that lets you remotely operate Antigravity on your home PC from your smartphone's Discord app.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|