@google/gemini-cli-a2a-server 0.31.0-preview.2 → 0.31.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 +4 -4
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
package/dist/a2a-server.mjs
CHANGED
|
@@ -107255,7 +107255,7 @@ var init_storage = __esm({
|
|
|
107255
107255
|
return path14.join(this.getGeminiDir(), "policies");
|
|
107256
107256
|
}
|
|
107257
107257
|
getAutoSavedPolicyPath() {
|
|
107258
|
-
return path14.join(
|
|
107258
|
+
return path14.join(_Storage.getUserPoliciesDir(), AUTO_SAVED_POLICY_FILENAME);
|
|
107259
107259
|
}
|
|
107260
107260
|
ensureProjectTempDirExists() {
|
|
107261
107261
|
fs24.mkdirSync(this.getProjectTempDir(), { recursive: true });
|
|
@@ -142112,7 +142112,7 @@ function getVersion() {
|
|
|
142112
142112
|
}
|
|
142113
142113
|
versionPromise = (async () => {
|
|
142114
142114
|
const pkgJson = await getPackageJson(__dirname3);
|
|
142115
|
-
return "0.31.0
|
|
142115
|
+
return "0.31.0";
|
|
142116
142116
|
})();
|
|
142117
142117
|
return versionPromise;
|
|
142118
142118
|
}
|
|
@@ -219414,8 +219414,8 @@ var GIT_COMMIT_INFO, CLI_VERSION;
|
|
|
219414
219414
|
var init_git_commit = __esm({
|
|
219415
219415
|
"packages/core/dist/src/generated/git-commit.js"() {
|
|
219416
219416
|
"use strict";
|
|
219417
|
-
GIT_COMMIT_INFO = "
|
|
219418
|
-
CLI_VERSION = "0.31.0
|
|
219417
|
+
GIT_COMMIT_INFO = "72c653354";
|
|
219418
|
+
CLI_VERSION = "0.31.0";
|
|
219419
219419
|
}
|
|
219420
219420
|
});
|
|
219421
219421
|
|