@aigne/transport 0.15.19-beta.3 → 0.15.20-beta

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.15.20-beta](https://github.com/AIGNE-io/aigne-framework/compare/transport-v0.15.19...transport-v0.15.20-beta) (2025-11-24)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/openai bumped to 0.16.11-beta
11
+ * devDependencies
12
+ * @aigne/agent-library bumped to 1.22.1-beta
13
+ * @aigne/core bumped to 1.69.1-beta
14
+ * @aigne/default-memory bumped to 1.3.1-beta
15
+ * @aigne/test-utils bumped to 0.5.64-beta
16
+
17
+ ## [0.15.19](https://github.com/AIGNE-io/aigne-framework/compare/transport-v0.15.19-beta.3...transport-v0.15.19) (2025-11-21)
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * The following workspace dependencies were updated
23
+ * dependencies
24
+ * @aigne/openai bumped to 0.16.10
25
+ * devDependencies
26
+ * @aigne/agent-library bumped to 1.22.0
27
+ * @aigne/core bumped to 1.69.0
28
+ * @aigne/default-memory bumped to 1.3.0
29
+ * @aigne/test-utils bumped to 0.5.63
30
+
3
31
  ## [0.15.19-beta.3](https://github.com/AIGNE-io/aigne-framework/compare/transport-v0.15.19-beta.2...transport-v0.15.19-beta.3) (2025-11-19)
4
32
 
5
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/transport",
3
- "version": "0.15.19-beta.3",
3
+ "version": "0.15.20-beta",
4
4
  "description": "AIGNE Transport SDK providing HTTP client and server implementations for communication between AIGNE components",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -46,7 +46,7 @@
46
46
  "p-retry": "^7.0.0",
47
47
  "raw-body": "^3.0.1",
48
48
  "zod": "^3.25.67",
49
- "@aigne/openai": "^0.16.10-beta.3"
49
+ "@aigne/openai": "^0.16.11-beta"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@aigne/uuid": "^13.0.1",
@@ -61,10 +61,10 @@
61
61
  "npm-run-all": "^4.1.5",
62
62
  "rimraf": "^6.0.1",
63
63
  "typescript": "^5.9.2",
64
- "@aigne/agent-library": "^1.22.0-beta.2",
65
- "@aigne/core": "^1.69.0-beta.2",
66
- "@aigne/test-utils": "^0.5.63-beta.3",
67
- "@aigne/default-memory": "^1.3.0-beta.2"
64
+ "@aigne/agent-library": "^1.22.1-beta",
65
+ "@aigne/default-memory": "^1.3.1-beta",
66
+ "@aigne/test-utils": "^0.5.64-beta",
67
+ "@aigne/core": "^1.69.1-beta"
68
68
  },
69
69
  "scripts": {
70
70
  "lint": "tsc --noEmit",