@google/gemini-cli-a2a-server 0.36.0-preview.8 → 0.36.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.
@@ -209121,8 +209121,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
209121
209121
  var init_git_commit = __esm({
209122
209122
  "packages/core/dist/src/generated/git-commit.js"() {
209123
209123
  "use strict";
209124
- GIT_COMMIT_INFO = "201c74c03";
209125
- CLI_VERSION = "0.36.0-preview.8";
209124
+ GIT_COMMIT_INFO = "b6d9970af";
209125
+ CLI_VERSION = "0.36.0";
209126
209126
  }
209127
209127
  });
209128
209128
 
@@ -332058,7 +332058,7 @@ function getVersion() {
332058
332058
  }
332059
332059
  versionPromise = (async () => {
332060
332060
  const pkgJson = await getPackageJson(__dirname4);
332061
- return "0.36.0-preview.8";
332061
+ return "0.36.0";
332062
332062
  })();
332063
332063
  return versionPromise;
332064
332064
  }