File tree 5 files changed +11
-6
lines changed
5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 10.0.25] ( https://github.com/ax-llm/ax/compare/10.0.24...10.0.25 ) (2025-01-10)
1
2
2
3
3
- ## [ 10.0.24] ( https://github.com/ax-llm/ax/compare/10.0.22...10.0.23 ) (2025-01-10)
4
+ ### Bug Fixes
5
+
6
+ * Add missing getMetrics call in AxBalancer and test mock (#83 ) [ 383a9cf] ( https://github.com/ax-llm/ax/commit/383a9cffe2255f98eb6697a5e2b9d8b06d07365e )
7
+
8
+ ## [ 10.0.24] ( https://github.com/ax-llm/ax/compare/10.0.23...10.0.24 ) (2025-01-10)
4
9
5
10
6
11
### Features
Original file line number Diff line number Diff line change 84
84
],
85
85
"author" : " Vikram <https://twitter.com/dosco>" ,
86
86
"private" : " true" ,
87
- "version" : " 10.0.24 "
87
+ "version" : " 10.0.25 "
88
88
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ax-llm/ax-ai-sdk-provider" ,
3
- "version" : " 10.0.24 " ,
3
+ "version" : " 10.0.25 " ,
4
4
"type" : " module" ,
5
5
"description" : " Ax AI SDK Provider for the Vercel AI SDK" ,
6
6
"repository" : {
24
24
},
25
25
"dependencies" : {
26
26
"@ai-sdk/provider-utils" : " ^1.0.2" ,
27
- "@ax-llm/ax" : " 10.0.24 " ,
27
+ "@ax-llm/ax" : " 10.0.25 " ,
28
28
"ai" : " ^3.2.37" ,
29
29
"zod" : " ^3.23.8"
30
30
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ax-llm/ax" ,
3
- "version" : " 10.0.24 " ,
3
+ "version" : " 10.0.25 " ,
4
4
"type" : " module" ,
5
5
"description" : " The best library to work with LLMs" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 13
13
"tsx" : " node --env-file=.env --import=tsx"
14
14
},
15
15
"dependencies" : {
16
- "@ax-llm/ax" : " 10.0.24 "
16
+ "@ax-llm/ax" : " 10.0.25 "
17
17
},
18
18
"devDependencies" : {
19
19
"npm-run-all" : " ^4.1.5" ,
You can’t perform that action at this time.
0 commit comments