antigravity-mobile-proxy 0.1.4 → 0.1.5
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,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antigravity-mobile-proxy",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "antigravity-mobile-proxy",
|
|
9
|
-
"version": "0.1.
|
|
9
|
+
"version": "0.1.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antigravity-mobile-proxy",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "A web chat proxy for Antigravity IDE with ngrok OAuth tunnel support",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"antigravity",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
],
|
|
23
23
|
"scripts": {
|
|
24
24
|
"dev": "next dev -p 5555",
|
|
25
|
-
"postinstall": "node scripts/patch-next.js",
|
|
26
25
|
"build": "next build",
|
|
26
|
+
"postbuild": "node scripts/patch-next.js",
|
|
27
27
|
"start": "next start -p 5555",
|
|
28
28
|
"tunnel": "node bin/cli.js",
|
|
29
29
|
"lint": "next lint",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "antigravity-mobile-proxy",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "A web chat proxy for Antigravity IDE with ngrok OAuth tunnel support",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"antigravity",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
],
|
|
23
23
|
"scripts": {
|
|
24
24
|
"dev": "next dev -p 5555",
|
|
25
|
-
"postinstall": "node scripts/patch-next.js",
|
|
26
25
|
"build": "next build",
|
|
26
|
+
"postbuild": "node scripts/patch-next.js",
|
|
27
27
|
"start": "next start -p 5555",
|
|
28
28
|
"tunnel": "node bin/cli.js",
|
|
29
29
|
"lint": "next lint",
|