@google/gemini-cli-a2a-server 0.46.0-preview.3 → 0.46.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.
@@ -211660,8 +211660,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
211660
211660
  var init_git_commit = __esm({
211661
211661
  "packages/core/dist/src/generated/git-commit.js"() {
211662
211662
  "use strict";
211663
- GIT_COMMIT_INFO = "5778999f1";
211664
- CLI_VERSION = "0.46.0-preview.3";
211663
+ GIT_COMMIT_INFO = "cf709c0e0";
211664
+ CLI_VERSION = "0.46.0";
211665
211665
  }
211666
211666
  });
211667
211667
 
@@ -332686,7 +332686,7 @@ function getVersion() {
332686
332686
  }
332687
332687
  versionPromise = (async () => {
332688
332688
  const pkgJson = await getPackageJson(__dirname4);
332689
- return "0.46.0-preview.3";
332689
+ return "0.46.0";
332690
332690
  })();
332691
332691
  return versionPromise;
332692
332692
  }