@google/gemini-cli-a2a-server 0.45.1 → 0.45.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.
@@ -211657,8 +211657,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
211657
211657
  var init_git_commit = __esm({
211658
211658
  "packages/core/dist/src/generated/git-commit.js"() {
211659
211659
  "use strict";
211660
- GIT_COMMIT_INFO = "57f1c6912";
211661
- CLI_VERSION = "0.45.1";
211660
+ GIT_COMMIT_INFO = "7059517a0";
211661
+ CLI_VERSION = "0.45.2";
211662
211662
  }
211663
211663
  });
211664
211664
 
@@ -332683,7 +332683,7 @@ function getVersion() {
332683
332683
  }
332684
332684
  versionPromise = (async () => {
332685
332685
  const pkgJson = await getPackageJson(__dirname4);
332686
- return "0.45.1";
332686
+ return "0.45.2";
332687
332687
  })();
332688
332688
  return versionPromise;
332689
332689
  }