@google/gemini-cli-a2a-server 0.45.0-preview.1 → 0.45.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
|
@@ -211638,8 +211638,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
|
|
|
211638
211638
|
var init_git_commit = __esm({
|
|
211639
211639
|
"packages/core/dist/src/generated/git-commit.js"() {
|
|
211640
211640
|
"use strict";
|
|
211641
|
-
GIT_COMMIT_INFO = "
|
|
211642
|
-
CLI_VERSION = "0.45.0
|
|
211641
|
+
GIT_COMMIT_INFO = "8acfe0c4a";
|
|
211642
|
+
CLI_VERSION = "0.45.0";
|
|
211643
211643
|
}
|
|
211644
211644
|
});
|
|
211645
211645
|
|
|
@@ -332664,7 +332664,7 @@ function getVersion() {
|
|
|
332664
332664
|
}
|
|
332665
332665
|
versionPromise = (async () => {
|
|
332666
332666
|
const pkgJson = await getPackageJson(__dirname4);
|
|
332667
|
-
return "0.45.0
|
|
332667
|
+
return "0.45.0";
|
|
332668
332668
|
})();
|
|
332669
332669
|
return versionPromise;
|
|
332670
332670
|
}
|