@google/gemini-cli-a2a-server 0.36.0-preview.2 → 0.36.0-preview.3

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.
@@ -209115,8 +209115,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
209115
209115
  var init_git_commit = __esm({
209116
209116
  "packages/core/dist/src/generated/git-commit.js"() {
209117
209117
  "use strict";
209118
- GIT_COMMIT_INFO = "a3a3e6692";
209119
- CLI_VERSION = "0.36.0-preview.2";
209118
+ GIT_COMMIT_INFO = "146442f2a";
209119
+ CLI_VERSION = "0.36.0-preview.3";
209120
209120
  }
209121
209121
  });
209122
209122
 
@@ -332048,7 +332048,7 @@ function getVersion() {
332048
332048
  }
332049
332049
  versionPromise = (async () => {
332050
332050
  const pkgJson = await getPackageJson(__dirname4);
332051
- return "0.36.0-preview.2";
332051
+ return "0.36.0-preview.3";
332052
332052
  })();
332053
332053
  return versionPromise;
332054
332054
  }