@google/gemini-cli-a2a-server 0.38.0-preview.0 → 0.38.0

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 = "e77b22e63";
208735
- CLI_VERSION = "0.38.0-preview.0";
208734
+ GIT_COMMIT_INFO = "e418e123e";
208735
+ CLI_VERSION = "0.38.0";
208736
208736
  }
208737
208737
  });
208738
208738
 
@@ -331876,7 +331876,7 @@ function getVersion() {
331876
331876
  }
331877
331877
  versionPromise = (async () => {
331878
331878
  const pkgJson = await getPackageJson(__dirname4);
331879
- return "0.38.0-preview.0";
331879
+ return "0.38.0";
331880
331880
  })();
331881
331881
  return versionPromise;
331882
331882
  }