@google/gemini-cli-a2a-server 0.32.0-preview.0 → 0.32.1
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
|
@@ -213338,8 +213338,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
|
|
|
213338
213338
|
var init_git_commit = __esm({
|
|
213339
213339
|
"packages/core/dist/src/generated/git-commit.js"() {
|
|
213340
213340
|
"use strict";
|
|
213341
|
-
GIT_COMMIT_INFO = "
|
|
213342
|
-
CLI_VERSION = "0.32.
|
|
213341
|
+
GIT_COMMIT_INFO = "e8a57c78c";
|
|
213342
|
+
CLI_VERSION = "0.32.1";
|
|
213343
213343
|
}
|
|
213344
213344
|
});
|
|
213345
213345
|
|
|
@@ -290597,7 +290597,7 @@ function getVersion() {
|
|
|
290597
290597
|
}
|
|
290598
290598
|
versionPromise = (async () => {
|
|
290599
290599
|
const pkgJson = await getPackageJson(__dirname3);
|
|
290600
|
-
return "0.32.
|
|
290600
|
+
return "0.32.1";
|
|
290601
290601
|
})();
|
|
290602
290602
|
return versionPromise;
|
|
290603
290603
|
}
|