@google/gemini-cli-a2a-server 0.35.2 → 0.35.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.
@@ -198935,8 +198935,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
198935
198935
  var init_git_commit = __esm({
198936
198936
  "packages/core/dist/src/generated/git-commit.js"() {
198937
198937
  "use strict";
198938
- GIT_COMMIT_INFO = "d118cbba8";
198939
- CLI_VERSION = "0.35.2";
198938
+ GIT_COMMIT_INFO = "52d103469";
198939
+ CLI_VERSION = "0.35.3";
198940
198940
  }
198941
198941
  });
198942
198942
 
@@ -328511,7 +328511,7 @@ function getVersion() {
328511
328511
  }
328512
328512
  versionPromise = (async () => {
328513
328513
  const pkgJson = await getPackageJson(__dirname3);
328514
- return "0.35.2";
328514
+ return "0.35.3";
328515
328515
  })();
328516
328516
  return versionPromise;
328517
328517
  }