@google/gemini-cli-a2a-server 0.40.0-preview.3 → 0.40.0-preview.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.
@@ -209378,8 +209378,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
209378
209378
  var init_git_commit = __esm({
209379
209379
  "packages/core/dist/src/generated/git-commit.js"() {
209380
209380
  "use strict";
209381
- GIT_COMMIT_INFO = "61c6a2adf";
209382
- CLI_VERSION = "0.40.0-preview.3";
209381
+ GIT_COMMIT_INFO = "31bdf112d";
209382
+ CLI_VERSION = "0.40.0-preview.4";
209383
209383
  }
209384
209384
  });
209385
209385
 
@@ -329321,7 +329321,7 @@ function getVersion() {
329321
329321
  }
329322
329322
  versionPromise = (async () => {
329323
329323
  const pkgJson = await getPackageJson(__dirname4);
329324
- return "0.40.0-preview.3";
329324
+ return "0.40.0-preview.4";
329325
329325
  })();
329326
329326
  return versionPromise;
329327
329327
  }