@google/gemini-cli-a2a-server 0.47.0-preview.0 → 0.47.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
|
@@ -211660,8 +211660,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
|
|
|
211660
211660
|
var init_git_commit = __esm({
|
|
211661
211661
|
"packages/core/dist/src/generated/git-commit.js"() {
|
|
211662
211662
|
"use strict";
|
|
211663
|
-
GIT_COMMIT_INFO = "
|
|
211664
|
-
CLI_VERSION = "0.47.0
|
|
211663
|
+
GIT_COMMIT_INFO = "74c6d8e02";
|
|
211664
|
+
CLI_VERSION = "0.47.0";
|
|
211665
211665
|
}
|
|
211666
211666
|
});
|
|
211667
211667
|
|
|
@@ -332849,7 +332849,7 @@ function getVersion() {
|
|
|
332849
332849
|
}
|
|
332850
332850
|
versionPromise = (async () => {
|
|
332851
332851
|
const pkgJson = await getPackageJson(__dirname4);
|
|
332852
|
-
return "0.47.0
|
|
332852
|
+
return "0.47.0";
|
|
332853
332853
|
})();
|
|
332854
332854
|
return versionPromise;
|
|
332855
332855
|
}
|