@terminai/a2a-server 0.50.1 → 0.50.2
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
CHANGED
|
@@ -68192,7 +68192,7 @@ import { fileURLToPath as fileURLToPath4 } from "node:url";
|
|
|
68192
68192
|
import path12 from "node:path";
|
|
68193
68193
|
async function getVersion() {
|
|
68194
68194
|
const pkgJson = await getPackageJson(__dirname3);
|
|
68195
|
-
return "0.50.
|
|
68195
|
+
return "0.50.2";
|
|
68196
68196
|
}
|
|
68197
68197
|
var __filename, __dirname3;
|
|
68198
68198
|
var init_version2 = __esm({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@terminai/a2a-server",
|
|
3
|
-
"version": "0.50.
|
|
3
|
+
"version": "0.50.2",
|
|
4
4
|
"description": "TerminaI A2A Server",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@a2a-js/sdk": "^0.3.7",
|
|
29
29
|
"@google-cloud/storage": "^7.16.0",
|
|
30
30
|
"@google/genai": "^1.30.0",
|
|
31
|
-
"@terminai/core": "0.50.
|
|
31
|
+
"@terminai/core": "0.50.2",
|
|
32
32
|
"dotenv": "^16.4.5",
|
|
33
33
|
"express": "^5.1.0",
|
|
34
34
|
"fs-extra": "^11.3.0",
|