@google/gemini-cli 0.0.2 → 0.0.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/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@google/gemini-cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@google/gemini-cli",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.3",
|
|
10
10
|
"workspaces": [
|
|
11
11
|
"packages/*"
|
|
12
12
|
],
|
|
@@ -16294,7 +16294,7 @@
|
|
|
16294
16294
|
},
|
|
16295
16295
|
"packages/a2a-server": {
|
|
16296
16296
|
"name": "@google/gemini-cli-a2a-server",
|
|
16297
|
-
"version": "0.0.
|
|
16297
|
+
"version": "0.0.3",
|
|
16298
16298
|
"dependencies": {
|
|
16299
16299
|
"@a2a-js/sdk": "^0.3.2",
|
|
16300
16300
|
"@google-cloud/storage": "^7.16.0",
|
|
@@ -16565,7 +16565,7 @@
|
|
|
16565
16565
|
},
|
|
16566
16566
|
"packages/cli": {
|
|
16567
16567
|
"name": "@google/gemini-cli",
|
|
16568
|
-
"version": "0.0.
|
|
16568
|
+
"version": "0.0.3",
|
|
16569
16569
|
"dependencies": {
|
|
16570
16570
|
"@google/gemini-cli-core": "file:../core",
|
|
16571
16571
|
"@google/genai": "1.16.0",
|
|
@@ -16757,7 +16757,7 @@
|
|
|
16757
16757
|
},
|
|
16758
16758
|
"packages/core": {
|
|
16759
16759
|
"name": "@google/gemini-cli-core",
|
|
16760
|
-
"version": "0.0.
|
|
16760
|
+
"version": "0.0.3",
|
|
16761
16761
|
"dependencies": {
|
|
16762
16762
|
"@google-cloud/logging": "^11.2.1",
|
|
16763
16763
|
"@google-cloud/opentelemetry-cloud-monitoring-exporter": "^0.21.0",
|
|
@@ -16902,7 +16902,7 @@
|
|
|
16902
16902
|
},
|
|
16903
16903
|
"packages/test-utils": {
|
|
16904
16904
|
"name": "@google/gemini-cli-test-utils",
|
|
16905
|
-
"version": "0.0.
|
|
16905
|
+
"version": "0.0.3",
|
|
16906
16906
|
"license": "Apache-2.0",
|
|
16907
16907
|
"devDependencies": {
|
|
16908
16908
|
"typescript": "^5.3.3"
|
|
@@ -16913,7 +16913,7 @@
|
|
|
16913
16913
|
},
|
|
16914
16914
|
"packages/vscode-ide-companion": {
|
|
16915
16915
|
"name": "gemini-cli-vscode-ide-companion",
|
|
16916
|
-
"version": "0.0.
|
|
16916
|
+
"version": "0.0.3",
|
|
16917
16917
|
"license": "LICENSE",
|
|
16918
16918
|
"dependencies": {
|
|
16919
16919
|
"@modelcontextprotocol/sdk": "^1.15.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@google/gemini-cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"description": "Gemini CLI",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,10 +26,10 @@
|
|
|
26
26
|
"npm-shrinkwrap.json"
|
|
27
27
|
],
|
|
28
28
|
"config": {
|
|
29
|
-
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.0.
|
|
29
|
+
"sandboxImageUri": "us-docker.pkg.dev/gemini-code-dev/gemini-cli/sandbox:0.0.3"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@google/gemini-cli-core": "0.0.
|
|
32
|
+
"@google/gemini-cli-core": "0.0.3",
|
|
33
33
|
"@google/genai": "1.16.0",
|
|
34
34
|
"@iarna/toml": "^2.2.5",
|
|
35
35
|
"@modelcontextprotocol/sdk": "^1.15.1",
|