@aigne/transport 0.15.11-beta.9 → 0.15.12-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 +70 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,75 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.15.12-beta](https://github.com/AIGNE-io/aigne-framework/compare/transport-v0.15.11...transport-v0.15.12-beta) (2025-10-21)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/openai bumped to 0.16.3-beta
11
+ * devDependencies
12
+ * @aigne/agent-library bumped to 1.21.49-beta
13
+ * @aigne/core bumped to 1.64.0-beta
14
+ * @aigne/default-memory bumped to 1.2.12-beta
15
+ * @aigne/test-utils bumped to 0.5.56-beta
16
+
17
+ ## [0.15.11](https://github.com/AIGNE-io/aigne-framework/compare/transport-v0.15.11-beta.12...transport-v0.15.11) (2025-10-19)
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * The following workspace dependencies were updated
23
+ * dependencies
24
+ * @aigne/openai bumped to 0.16.2
25
+ * devDependencies
26
+ * @aigne/agent-library bumped to 1.21.48
27
+ * @aigne/core bumped to 1.63.0
28
+ * @aigne/default-memory bumped to 1.2.11
29
+ * @aigne/test-utils bumped to 0.5.55
30
+
31
+ ## [0.15.11-beta.12](https://github.com/AIGNE-io/aigne-framework/compare/transport-v0.15.11-beta.11...transport-v0.15.11-beta.12) (2025-10-17)
32
+
33
+
34
+ ### Dependencies
35
+
36
+ * The following workspace dependencies were updated
37
+ * dependencies
38
+ * @aigne/openai bumped to 0.16.2-beta.12
39
+ * devDependencies
40
+ * @aigne/agent-library bumped to 1.21.48-beta.12
41
+ * @aigne/core bumped to 1.63.0-beta.12
42
+ * @aigne/default-memory bumped to 1.2.11-beta.12
43
+ * @aigne/test-utils bumped to 0.5.55-beta.12
44
+
45
+ ## [0.15.11-beta.11](https://github.com/AIGNE-io/aigne-framework/compare/transport-v0.15.11-beta.10...transport-v0.15.11-beta.11) (2025-10-17)
46
+
47
+
48
+ ### Dependencies
49
+
50
+ * The following workspace dependencies were updated
51
+ * dependencies
52
+ * @aigne/openai bumped to 0.16.2-beta.11
53
+ * devDependencies
54
+ * @aigne/agent-library bumped to 1.21.48-beta.11
55
+ * @aigne/core bumped to 1.63.0-beta.11
56
+ * @aigne/default-memory bumped to 1.2.11-beta.11
57
+ * @aigne/test-utils bumped to 0.5.55-beta.11
58
+
59
+ ## [0.15.11-beta.10](https://github.com/AIGNE-io/aigne-framework/compare/transport-v0.15.11-beta.9...transport-v0.15.11-beta.10) (2025-10-16)
60
+
61
+
62
+ ### Dependencies
63
+
64
+ * The following workspace dependencies were updated
65
+ * dependencies
66
+ * @aigne/openai bumped to 0.16.2-beta.10
67
+ * devDependencies
68
+ * @aigne/agent-library bumped to 1.21.48-beta.10
69
+ * @aigne/core bumped to 1.63.0-beta.10
70
+ * @aigne/default-memory bumped to 1.2.11-beta.10
71
+ * @aigne/test-utils bumped to 0.5.55-beta.10
72
+
3
73
  ## [0.15.11-beta.9](https://github.com/AIGNE-io/aigne-framework/compare/transport-v0.15.11-beta.8...transport-v0.15.11-beta.9) (2025-10-16)
4
74
 
5
75
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/transport",
3
- "version": "0.15.11-beta.9",
3
+ "version": "0.15.12-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.2-beta.9"
49
+ "@aigne/openai": "^0.16.3-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.21.48-beta.9",
65
- "@aigne/core": "^1.63.0-beta.9",
66
- "@aigne/default-memory": "^1.2.11-beta.9",
67
- "@aigne/test-utils": "^0.5.55-beta.9"
64
+ "@aigne/agent-library": "^1.21.49-beta",
65
+ "@aigne/test-utils": "^0.5.56-beta",
66
+ "@aigne/core": "^1.64.0-beta",
67
+ "@aigne/default-memory": "^1.2.12-beta"
68
68
  },
69
69
  "scripts": {
70
70
  "lint": "tsc --noEmit",