@google/gemini-cli-a2a-server 0.54.0-preview.1 → 0.54.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
|
@@ -220939,8 +220939,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
|
|
|
220939
220939
|
var init_git_commit = __esm({
|
|
220940
220940
|
"packages/core/dist/src/generated/git-commit.js"() {
|
|
220941
220941
|
"use strict";
|
|
220942
|
-
GIT_COMMIT_INFO = "
|
|
220943
|
-
CLI_VERSION = "0.54.0
|
|
220942
|
+
GIT_COMMIT_INFO = "a81db2768";
|
|
220943
|
+
CLI_VERSION = "0.54.0";
|
|
220944
220944
|
}
|
|
220945
220945
|
});
|
|
220946
220946
|
|
|
@@ -336586,7 +336586,7 @@ function getVersion() {
|
|
|
336586
336586
|
}
|
|
336587
336587
|
versionPromise = (async () => {
|
|
336588
336588
|
const pkgJson = await getPackageJson(__dirname4);
|
|
336589
|
-
return "0.54.0
|
|
336589
|
+
return "0.54.0";
|
|
336590
336590
|
})();
|
|
336591
336591
|
return versionPromise;
|
|
336592
336592
|
}
|