@aigne/core 1.69.1-beta → 1.69.2-beta.1

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 +35 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.69.2-beta.1](https://github.com/AIGNE-io/aigne-framework/compare/core-v1.69.2-beta...core-v1.69.2-beta.1) (2025-11-28)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/observability-api bumped to 0.11.11-beta.1
11
+
12
+ ## [1.69.2-beta](https://github.com/AIGNE-io/aigne-framework/compare/core-v1.69.1...core-v1.69.2-beta) (2025-11-28)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * bump version ([ba7ad18](https://github.com/AIGNE-io/aigne-framework/commit/ba7ad184fcf32b49bf0507a3cb638d20fb00690d))
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * The following workspace dependencies were updated
23
+ * dependencies
24
+ * @aigne/afs bumped to 1.2.2-beta
25
+ * @aigne/afs-history bumped to 1.1.1-beta
26
+ * @aigne/observability-api bumped to 0.11.11-beta
27
+ * @aigne/platform-helpers bumped to 0.6.5-beta
28
+
29
+ ## [1.69.1](https://github.com/AIGNE-io/aigne-framework/compare/core-v1.69.1-beta...core-v1.69.1) (2025-11-28)
30
+
31
+
32
+ ### Dependencies
33
+
34
+ * The following workspace dependencies were updated
35
+ * dependencies
36
+ * @aigne/observability-api bumped to 0.11.10
37
+
3
38
  ## [1.69.1-beta](https://github.com/AIGNE-io/aigne-framework/compare/core-v1.69.0...core-v1.69.1-beta) (2025-11-24)
4
39
 
5
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/core",
3
- "version": "1.69.1-beta",
3
+ "version": "1.69.2-beta.1",
4
4
  "description": "The functional core of agentic AI",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -92,10 +92,10 @@
92
92
  "zod": "^3.25.67",
93
93
  "zod-from-json-schema": "^0.0.5",
94
94
  "zod-to-json-schema": "^3.24.6",
95
- "@aigne/afs": "^1.2.1",
96
- "@aigne/platform-helpers": "^0.6.4",
97
- "@aigne/afs-history": "^1.1.0",
98
- "@aigne/observability-api": "^0.11.10-beta"
95
+ "@aigne/afs": "^1.2.2-beta",
96
+ "@aigne/afs-history": "^1.1.1-beta",
97
+ "@aigne/platform-helpers": "^0.6.5-beta",
98
+ "@aigne/observability-api": "^0.11.11-beta.1"
99
99
  },
100
100
  "devDependencies": {
101
101
  "@types/bun": "^1.2.22",