@google/gemini-cli-a2a-server 0.53.0-preview.0 → 0.53.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
|
@@ -220929,8 +220929,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
|
|
|
220929
220929
|
var init_git_commit = __esm({
|
|
220930
220930
|
"packages/core/dist/src/generated/git-commit.js"() {
|
|
220931
220931
|
"use strict";
|
|
220932
|
-
GIT_COMMIT_INFO = "
|
|
220933
|
-
CLI_VERSION = "0.53.0
|
|
220932
|
+
GIT_COMMIT_INFO = "02abfab45";
|
|
220933
|
+
CLI_VERSION = "0.53.0";
|
|
220934
220934
|
}
|
|
220935
220935
|
});
|
|
220936
220936
|
|
|
@@ -336548,7 +336548,7 @@ function getVersion() {
|
|
|
336548
336548
|
}
|
|
336549
336549
|
versionPromise = (async () => {
|
|
336550
336550
|
const pkgJson = await getPackageJson(__dirname4);
|
|
336551
|
-
return "0.53.0
|
|
336551
|
+
return "0.53.0";
|
|
336552
336552
|
})();
|
|
336553
336553
|
return versionPromise;
|
|
336554
336554
|
}
|