@google/gemini-cli-a2a-server 0.37.0-preview.1 → 0.37.0-preview.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.
@@ -210104,8 +210104,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
210104
210104
  var init_git_commit = __esm({
210105
210105
  "packages/core/dist/src/generated/git-commit.js"() {
210106
210106
  "use strict";
210107
- GIT_COMMIT_INFO = "24810f97e";
210108
- CLI_VERSION = "0.37.0-preview.1";
210107
+ GIT_COMMIT_INFO = "ac3452077";
210108
+ CLI_VERSION = "0.37.0-preview.2";
210109
210109
  }
210110
210110
  });
210111
210111
 
@@ -333111,7 +333111,7 @@ function getVersion() {
333111
333111
  }
333112
333112
  versionPromise = (async () => {
333113
333113
  const pkgJson = await getPackageJson(__dirname4);
333114
- return "0.37.0-preview.1";
333114
+ return "0.37.0-preview.2";
333115
333115
  })();
333116
333116
  return versionPromise;
333117
333117
  }