@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.
@@ -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.1";
68195
+ return "0.50.2";
68196
68196
  }
68197
68197
  var __filename, __dirname3;
68198
68198
  var init_version2 = __esm({
@@ -1,5 +1,5 @@
1
1
 
2
- > @terminai/web-client@0.50.1 build
2
+ > @terminai/web-client@0.50.2 build
3
3
  > echo 'No build needed for static web client'
4
4
 
5
5
  No build needed for static web client
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terminai/web-client",
3
- "version": "0.50.1",
3
+ "version": "0.50.2",
4
4
  "private": true,
5
5
  "description": "Minimal static client for TerminaI web-remote",
6
6
  "license": "Apache-2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terminai/a2a-server",
3
- "version": "0.50.1",
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.1",
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",