@google/gemini-cli-a2a-server 0.57.0-preview.1 → 0.57.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.
- package/dist/a2a-server.mjs +3 -3
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
package/dist/a2a-server.mjs
CHANGED
|
@@ -220988,8 +220988,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
|
|
|
220988
220988
|
var init_git_commit = __esm({
|
|
220989
220989
|
"packages/core/dist/src/generated/git-commit.js"() {
|
|
220990
220990
|
"use strict";
|
|
220991
|
-
GIT_COMMIT_INFO = "
|
|
220992
|
-
CLI_VERSION = "0.57.0
|
|
220991
|
+
GIT_COMMIT_INFO = "1110ce8bc";
|
|
220992
|
+
CLI_VERSION = "0.57.0";
|
|
220993
220993
|
}
|
|
220994
220994
|
});
|
|
220995
220995
|
|
|
@@ -336720,7 +336720,7 @@ function getVersion() {
|
|
|
336720
336720
|
}
|
|
336721
336721
|
versionPromise = (async () => {
|
|
336722
336722
|
const pkgJson = await getPackageJson(__dirname4);
|
|
336723
|
-
return "0.57.0
|
|
336723
|
+
return "0.57.0";
|
|
336724
336724
|
})();
|
|
336725
336725
|
return versionPromise;
|
|
336726
336726
|
}
|