@google/gemini-cli-a2a-server 0.39.0-preview.2 → 0.39.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
|
@@ -208992,8 +208992,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
|
|
|
208992
208992
|
var init_git_commit = __esm({
|
|
208993
208993
|
"packages/core/dist/src/generated/git-commit.js"() {
|
|
208994
208994
|
"use strict";
|
|
208995
|
-
GIT_COMMIT_INFO = "
|
|
208996
|
-
CLI_VERSION = "0.39.0
|
|
208995
|
+
GIT_COMMIT_INFO = "a70149e15";
|
|
208996
|
+
CLI_VERSION = "0.39.0";
|
|
208997
208997
|
}
|
|
208998
208998
|
});
|
|
208999
208999
|
|
|
@@ -332425,7 +332425,7 @@ function getVersion() {
|
|
|
332425
332425
|
}
|
|
332426
332426
|
versionPromise = (async () => {
|
|
332427
332427
|
const pkgJson = await getPackageJson(__dirname4);
|
|
332428
|
-
return "0.39.0
|
|
332428
|
+
return "0.39.0";
|
|
332429
332429
|
})();
|
|
332430
332430
|
return versionPromise;
|
|
332431
332431
|
}
|