@mmmbuto/gemini-cli-termux 0.30.2-termux → 0.30.3-termux
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/bundle/gemini.js +2 -2
- package/bundle/package.json +1 -1
- package/package.json +2 -2
package/bundle/gemini.js
CHANGED
|
@@ -102496,7 +102496,7 @@ function getVersion() {
|
|
|
102496
102496
|
}
|
|
102497
102497
|
versionPromise = (async () => {
|
|
102498
102498
|
const pkgJson = await getPackageJson(__dirname3);
|
|
102499
|
-
return "0.30.
|
|
102499
|
+
return "0.30.3-termux";
|
|
102500
102500
|
})();
|
|
102501
102501
|
return versionPromise;
|
|
102502
102502
|
}
|
|
@@ -496832,7 +496832,7 @@ var WarningMessage = ({ text }) => {
|
|
|
496832
496832
|
};
|
|
496833
496833
|
|
|
496834
496834
|
// packages/cli/src/generated/git-commit.ts
|
|
496835
|
-
var GIT_COMMIT_INFO2 = "
|
|
496835
|
+
var GIT_COMMIT_INFO2 = "814ec89d3";
|
|
496836
496836
|
|
|
496837
496837
|
// packages/cli/src/ui/components/AboutBox.tsx
|
|
496838
496838
|
init_dist8();
|
package/bundle/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mmmbuto/gemini-cli-termux",
|
|
3
|
-
"version": "0.30.
|
|
3
|
+
"version": "0.30.3-termux",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=20.0.0"
|
|
6
6
|
},
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"url": "https://github.com/DioNanos/gemini-cli-termux.git"
|
|
15
15
|
},
|
|
16
16
|
"config": {
|
|
17
|
-
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.30.
|
|
17
|
+
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.30.3-termux"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
20
|
"start": "crossenv NODE_ENV=development node scripts/start.js",
|