@google/gemini-cli-core 0.30.0-preview.4 → 0.30.0-preview.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.
- package/dist/docs/tos-privacy.md +1 -1
- package/dist/google-gemini-cli-core-0.30.0-preview.4.tgz +0 -0
- package/dist/src/generated/git-commit.d.ts +2 -2
- package/dist/src/generated/git-commit.js +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/google-gemini-cli-core-0.30.0-preview.3.tgz +0 -0
package/dist/docs/tos-privacy.md
CHANGED
|
@@ -93,4 +93,4 @@ backend, these Terms of Service and Privacy Notice documents apply:
|
|
|
93
93
|
|
|
94
94
|
You may opt-out from sending Gemini CLI Usage Statistics to Google by following
|
|
95
95
|
the instructions available here:
|
|
96
|
-
[Usage Statistics Configuration](https://github.com/google-gemini/gemini-cli/blob/main/docs/
|
|
96
|
+
[Usage Statistics Configuration](https://github.com/google-gemini/gemini-cli/blob/main/docs/reference/configuration.md#usage-statistics).
|
|
Binary file
|
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
* Copyright 2026 Google LLC
|
|
4
4
|
* SPDX-License-Identifier: Apache-2.0
|
|
5
5
|
*/
|
|
6
|
-
export declare const GIT_COMMIT_INFO = "
|
|
7
|
-
export declare const CLI_VERSION = "0.30.0-preview.
|
|
6
|
+
export declare const GIT_COMMIT_INFO = "10416ef42";
|
|
7
|
+
export declare const CLI_VERSION = "0.30.0-preview.5";
|
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
*/
|
|
6
6
|
// This file is auto-generated by the build script (scripts/generate-git-commit-info.js)
|
|
7
7
|
// Do not edit this file manually.
|
|
8
|
-
export const GIT_COMMIT_INFO = '
|
|
9
|
-
export const CLI_VERSION = '0.30.0-preview.
|
|
8
|
+
export const GIT_COMMIT_INFO = '10416ef42';
|
|
9
|
+
export const CLI_VERSION = '0.30.0-preview.5';
|
|
10
10
|
//# sourceMappingURL=git-commit.js.map
|