@google/gemini-cli-a2a-server 0.38.1 → 0.38.2

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.
@@ -208731,8 +208731,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
208731
208731
  var init_git_commit = __esm({
208732
208732
  "packages/core/dist/src/generated/git-commit.js"() {
208733
208733
  "use strict";
208734
- GIT_COMMIT_INFO = "2a28cf2cb";
208735
- CLI_VERSION = "0.38.1";
208734
+ GIT_COMMIT_INFO = "47c35f32f";
208735
+ CLI_VERSION = "0.38.2";
208736
208736
  }
208737
208737
  });
208738
208738
 
@@ -331885,7 +331885,7 @@ function getVersion() {
331885
331885
  }
331886
331886
  versionPromise = (async () => {
331887
331887
  const pkgJson = await getPackageJson(__dirname4);
331888
- return "0.38.1";
331888
+ return "0.38.2";
331889
331889
  })();
331890
331890
  return versionPromise;
331891
331891
  }