@google/gemini-cli-a2a-server 0.51.0-preview.0 → 0.51.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
|
@@ -216165,8 +216165,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
|
|
|
216165
216165
|
var init_git_commit = __esm({
|
|
216166
216166
|
"packages/core/dist/src/generated/git-commit.js"() {
|
|
216167
216167
|
"use strict";
|
|
216168
|
-
GIT_COMMIT_INFO = "
|
|
216169
|
-
CLI_VERSION = "0.51.0
|
|
216168
|
+
GIT_COMMIT_INFO = "d1e1b00b8";
|
|
216169
|
+
CLI_VERSION = "0.51.0";
|
|
216170
216170
|
}
|
|
216171
216171
|
});
|
|
216172
216172
|
|
|
@@ -326084,7 +326084,7 @@ function getVersion() {
|
|
|
326084
326084
|
}
|
|
326085
326085
|
versionPromise = (async () => {
|
|
326086
326086
|
const pkgJson = await getPackageJson(__dirname4);
|
|
326087
|
-
return "0.51.0
|
|
326087
|
+
return "0.51.0";
|
|
326088
326088
|
})();
|
|
326089
326089
|
return versionPromise;
|
|
326090
326090
|
}
|