@google/gemini-cli-a2a-server 0.35.0-preview.5 → 0.35.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
|
@@ -198935,8 +198935,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
|
|
|
198935
198935
|
var init_git_commit = __esm({
|
|
198936
198936
|
"packages/core/dist/src/generated/git-commit.js"() {
|
|
198937
198937
|
"use strict";
|
|
198938
|
-
GIT_COMMIT_INFO = "
|
|
198939
|
-
CLI_VERSION = "0.35.0
|
|
198938
|
+
GIT_COMMIT_INFO = "9804bd696";
|
|
198939
|
+
CLI_VERSION = "0.35.0";
|
|
198940
198940
|
}
|
|
198941
198941
|
});
|
|
198942
198942
|
|
|
@@ -328503,7 +328503,7 @@ function getVersion() {
|
|
|
328503
328503
|
}
|
|
328504
328504
|
versionPromise = (async () => {
|
|
328505
328505
|
const pkgJson = await getPackageJson(__dirname3);
|
|
328506
|
-
return "0.35.0
|
|
328506
|
+
return "0.35.0";
|
|
328507
328507
|
})();
|
|
328508
328508
|
return versionPromise;
|
|
328509
328509
|
}
|