@google/gemini-cli-a2a-server 0.56.0-preview.1 → 0.56.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.
@@ -220988,8 +220988,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
220988
220988
  var init_git_commit = __esm({
220989
220989
  "packages/core/dist/src/generated/git-commit.js"() {
220990
220990
  "use strict";
220991
- GIT_COMMIT_INFO = "659c7aacd";
220992
- CLI_VERSION = "0.56.0-preview.1";
220991
+ GIT_COMMIT_INFO = "8f0576950";
220992
+ CLI_VERSION = "0.56.0";
220993
220993
  }
220994
220994
  });
220995
220995
 
@@ -336689,7 +336689,7 @@ function getVersion() {
336689
336689
  }
336690
336690
  versionPromise = (async () => {
336691
336691
  const pkgJson = await getPackageJson(__dirname4);
336692
- return "0.56.0-preview.1";
336692
+ return "0.56.0";
336693
336693
  })();
336694
336694
  return versionPromise;
336695
336695
  }