@google/gemini-cli-a2a-server 0.44.0-preview.0 → 0.44.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
|
@@ -211651,8 +211651,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
|
|
|
211651
211651
|
var init_git_commit = __esm({
|
|
211652
211652
|
"packages/core/dist/src/generated/git-commit.js"() {
|
|
211653
211653
|
"use strict";
|
|
211654
|
-
GIT_COMMIT_INFO = "
|
|
211655
|
-
CLI_VERSION = "0.44.0
|
|
211654
|
+
GIT_COMMIT_INFO = "b82ca5f8d";
|
|
211655
|
+
CLI_VERSION = "0.44.0";
|
|
211656
211656
|
}
|
|
211657
211657
|
});
|
|
211658
211658
|
|
|
@@ -332677,7 +332677,7 @@ function getVersion() {
|
|
|
332677
332677
|
}
|
|
332678
332678
|
versionPromise = (async () => {
|
|
332679
332679
|
const pkgJson = await getPackageJson(__dirname4);
|
|
332680
|
-
return "0.44.0
|
|
332680
|
+
return "0.44.0";
|
|
332681
332681
|
})();
|
|
332682
332682
|
return versionPromise;
|
|
332683
332683
|
}
|