@google/gemini-cli-a2a-server 0.43.0-preview.1 → 0.43.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
|
@@ -209483,8 +209483,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
|
|
|
209483
209483
|
var init_git_commit = __esm({
|
|
209484
209484
|
"packages/core/dist/src/generated/git-commit.js"() {
|
|
209485
209485
|
"use strict";
|
|
209486
|
-
GIT_COMMIT_INFO = "
|
|
209487
|
-
CLI_VERSION = "0.43.0
|
|
209486
|
+
GIT_COMMIT_INFO = "3e5490ea4";
|
|
209487
|
+
CLI_VERSION = "0.43.0";
|
|
209488
209488
|
}
|
|
209489
209489
|
});
|
|
209490
209490
|
|
|
@@ -329607,7 +329607,7 @@ function getVersion() {
|
|
|
329607
329607
|
}
|
|
329608
329608
|
versionPromise = (async () => {
|
|
329609
329609
|
const pkgJson = await getPackageJson(__dirname4);
|
|
329610
|
-
return "0.43.0
|
|
329610
|
+
return "0.43.0";
|
|
329611
329611
|
})();
|
|
329612
329612
|
return versionPromise;
|
|
329613
329613
|
}
|