@aigne/open-router 0.7.62-beta.21 → 0.7.62-beta.24

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 +36 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.7.62-beta.24](https://github.com/AIGNE-io/aigne-framework/compare/open-router-v0.7.62-beta.23...open-router-v0.7.62-beta.24) (2026-01-16)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @aigne/openai bumped to 0.16.16-beta.24
11
+ * devDependencies
12
+ * @aigne/core bumped to 1.72.0-beta.24
13
+ * @aigne/test-utils bumped to 0.5.69-beta.24
14
+
15
+ ## [0.7.62-beta.23](https://github.com/AIGNE-io/aigne-framework/compare/open-router-v0.7.62-beta.22...open-router-v0.7.62-beta.23) (2026-01-15)
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * The following workspace dependencies were updated
21
+ * dependencies
22
+ * @aigne/openai bumped to 0.16.16-beta.23
23
+ * devDependencies
24
+ * @aigne/core bumped to 1.72.0-beta.23
25
+ * @aigne/test-utils bumped to 0.5.69-beta.23
26
+
27
+ ## [0.7.62-beta.22](https://github.com/AIGNE-io/aigne-framework/compare/open-router-v0.7.62-beta.21...open-router-v0.7.62-beta.22) (2026-01-15)
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * The following workspace dependencies were updated
33
+ * dependencies
34
+ * @aigne/openai bumped to 0.16.16-beta.22
35
+ * devDependencies
36
+ * @aigne/core bumped to 1.72.0-beta.22
37
+ * @aigne/test-utils bumped to 0.5.69-beta.22
38
+
3
39
  ## [0.7.62-beta.21](https://github.com/AIGNE-io/aigne-framework/compare/open-router-v0.7.62-beta.20...open-router-v0.7.62-beta.21) (2026-01-15)
4
40
 
5
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aigne/open-router",
3
- "version": "0.7.62-beta.21",
3
+ "version": "0.7.62-beta.24",
4
4
  "description": "AIGNE OpenRouter SDK for accessing multiple AI models through a unified API",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -35,7 +35,7 @@
35
35
  }
36
36
  },
37
37
  "dependencies": {
38
- "@aigne/openai": "^0.16.16-beta.21"
38
+ "@aigne/openai": "^0.16.16-beta.24"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/bun": "^1.2.22",
@@ -43,8 +43,8 @@
43
43
  "npm-run-all": "^4.1.5",
44
44
  "rimraf": "^6.0.1",
45
45
  "typescript": "^5.9.2",
46
- "@aigne/core": "^1.72.0-beta.21",
47
- "@aigne/test-utils": "^0.5.69-beta.21"
46
+ "@aigne/core": "^1.72.0-beta.24",
47
+ "@aigne/test-utils": "^0.5.69-beta.24"
48
48
  },
49
49
  "scripts": {
50
50
  "lint": "tsc --noEmit",