@google/gemini-cli-a2a-server 0.33.0-preview.12 → 0.33.0-preview.13

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.
@@ -214245,8 +214245,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
214245
214245
  var init_git_commit = __esm({
214246
214246
  "packages/core/dist/src/generated/git-commit.js"() {
214247
214247
  "use strict";
214248
- GIT_COMMIT_INFO = "6431ea872";
214249
- CLI_VERSION = "0.33.0-preview.12";
214248
+ GIT_COMMIT_INFO = "ca0db7ec4";
214249
+ CLI_VERSION = "0.33.0-preview.13";
214250
214250
  }
214251
214251
  });
214252
214252
 
@@ -291504,7 +291504,7 @@ function getVersion() {
291504
291504
  }
291505
291505
  versionPromise = (async () => {
291506
291506
  const pkgJson = await getPackageJson(__dirname3);
291507
- return "0.33.0-preview.12";
291507
+ return "0.33.0-preview.13";
291508
291508
  })();
291509
291509
  return versionPromise;
291510
291510
  }