@google/gemini-cli-a2a-server 0.52.0-preview.0 → 0.52.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
|
@@ -220901,8 +220901,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
|
|
|
220901
220901
|
var init_git_commit = __esm({
|
|
220902
220902
|
"packages/core/dist/src/generated/git-commit.js"() {
|
|
220903
220903
|
"use strict";
|
|
220904
|
-
GIT_COMMIT_INFO = "
|
|
220905
|
-
CLI_VERSION = "0.52.0
|
|
220904
|
+
GIT_COMMIT_INFO = "5de3b24af";
|
|
220905
|
+
CLI_VERSION = "0.52.0";
|
|
220906
220906
|
}
|
|
220907
220907
|
});
|
|
220908
220908
|
|
|
@@ -336515,7 +336515,7 @@ function getVersion() {
|
|
|
336515
336515
|
}
|
|
336516
336516
|
versionPromise = (async () => {
|
|
336517
336517
|
const pkgJson = await getPackageJson(__dirname4);
|
|
336518
|
-
return "0.52.0
|
|
336518
|
+
return "0.52.0";
|
|
336519
336519
|
})();
|
|
336520
336520
|
return versionPromise;
|
|
336521
336521
|
}
|