@google/gemini-cli-a2a-server 0.40.0-preview.5 → 0.40.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
|
@@ -209378,8 +209378,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
|
|
|
209378
209378
|
var init_git_commit = __esm({
|
|
209379
209379
|
"packages/core/dist/src/generated/git-commit.js"() {
|
|
209380
209380
|
"use strict";
|
|
209381
|
-
GIT_COMMIT_INFO = "
|
|
209382
|
-
CLI_VERSION = "0.40.0
|
|
209381
|
+
GIT_COMMIT_INFO = "cefbd08f7";
|
|
209382
|
+
CLI_VERSION = "0.40.0";
|
|
209383
209383
|
}
|
|
209384
209384
|
});
|
|
209385
209385
|
|
|
@@ -329321,7 +329321,7 @@ function getVersion() {
|
|
|
329321
329321
|
}
|
|
329322
329322
|
versionPromise = (async () => {
|
|
329323
329323
|
const pkgJson = await getPackageJson(__dirname4);
|
|
329324
|
-
return "0.40.0
|
|
329324
|
+
return "0.40.0";
|
|
329325
329325
|
})();
|
|
329326
329326
|
return versionPromise;
|
|
329327
329327
|
}
|