@google/gemini-cli-a2a-server 0.34.0-preview.0 → 0.34.0-preview.1

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.
@@ -200231,8 +200231,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
200231
200231
  var init_git_commit = __esm({
200232
200232
  "packages/core/dist/src/generated/git-commit.js"() {
200233
200233
  "use strict";
200234
- GIT_COMMIT_INFO = "657f19c1f";
200235
- CLI_VERSION = "0.34.0-preview.0";
200234
+ GIT_COMMIT_INFO = "c56e58d7a";
200235
+ CLI_VERSION = "0.34.0-preview.1";
200236
200236
  }
200237
200237
  });
200238
200238
 
@@ -322624,7 +322624,7 @@ function getVersion() {
322624
322624
  }
322625
322625
  versionPromise = (async () => {
322626
322626
  const pkgJson = await getPackageJson(__dirname3);
322627
- return "0.34.0-preview.0";
322627
+ return "0.34.0-preview.1";
322628
322628
  })();
322629
322629
  return versionPromise;
322630
322630
  }