@google/gemini-cli-a2a-server 0.33.0-preview.6 → 0.33.0-preview.7

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.
@@ -214228,8 +214228,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
214228
214228
  var init_git_commit = __esm({
214229
214229
  "packages/core/dist/src/generated/git-commit.js"() {
214230
214230
  "use strict";
214231
- GIT_COMMIT_INFO = "9912ea868";
214232
- CLI_VERSION = "0.33.0-preview.6";
214231
+ GIT_COMMIT_INFO = "5d2983f12";
214232
+ CLI_VERSION = "0.33.0-preview.7";
214233
214233
  }
214234
214234
  });
214235
214235
 
@@ -291487,7 +291487,7 @@ function getVersion() {
291487
291487
  }
291488
291488
  versionPromise = (async () => {
291489
291489
  const pkgJson = await getPackageJson(__dirname3);
291490
- return "0.33.0-preview.6";
291490
+ return "0.33.0-preview.7";
291491
291491
  })();
291492
291492
  return versionPromise;
291493
291493
  }