@google/gemini-cli-a2a-server 0.35.0-preview.2 → 0.35.0-preview.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.
@@ -198865,8 +198865,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
198865
198865
  var init_git_commit = __esm({
198866
198866
  "packages/core/dist/src/generated/git-commit.js"() {
198867
198867
  "use strict";
198868
- GIT_COMMIT_INFO = "dd950088c";
198869
- CLI_VERSION = "0.35.0-preview.2";
198868
+ GIT_COMMIT_INFO = "d1de82c46";
198869
+ CLI_VERSION = "0.35.0-preview.3";
198870
198870
  }
198871
198871
  });
198872
198872
 
@@ -275856,11 +275856,7 @@ function normalizeCommandName(raw) {
275856
275856
  return raw.slice(1, -1);
275857
275857
  }
275858
275858
  }
275859
- const trimmed2 = raw.trim();
275860
- if (!trimmed2) {
275861
- return trimmed2;
275862
- }
275863
- return trimmed2.split(/[\\/]/).pop() ?? trimmed2;
275859
+ return raw.trim();
275864
275860
  }
275865
275861
  function extractNameFromNode(node) {
275866
275862
  switch (node.type) {
@@ -328390,7 +328386,7 @@ function getVersion() {
328390
328386
  }
328391
328387
  versionPromise = (async () => {
328392
328388
  const pkgJson = await getPackageJson(__dirname3);
328393
- return "0.35.0-preview.2";
328389
+ return "0.35.0-preview.3";
328394
328390
  })();
328395
328391
  return versionPromise;
328396
328392
  }