@google/gemini-cli-a2a-server 0.34.0-preview.4 → 0.34.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.
@@ -200218,8 +200218,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
200218
200218
  var init_git_commit = __esm({
200219
200219
  "packages/core/dist/src/generated/git-commit.js"() {
200220
200220
  "use strict";
200221
- GIT_COMMIT_INFO = "72bca215f";
200222
- CLI_VERSION = "0.34.0-preview.4";
200221
+ GIT_COMMIT_INFO = "49a86550c";
200222
+ CLI_VERSION = "0.34.0";
200223
200223
  }
200224
200224
  });
200225
200225
 
@@ -322611,7 +322611,7 @@ function getVersion() {
322611
322611
  }
322612
322612
  versionPromise = (async () => {
322613
322613
  const pkgJson = await getPackageJson(__dirname3);
322614
- return "0.34.0-preview.4";
322614
+ return "0.34.0";
322615
322615
  })();
322616
322616
  return versionPromise;
322617
322617
  }