We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96d498 commit e5626f0Copy full SHA for e5626f0
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [1.5.4] - 2025-06-24
2
+
3
+### Changes
4
+- feat: beta 2 removed .entries
5
+- refactor(chat-completions): update chat completion handling with AI SDK integration
6
7
## [1.5.3] - 2025-06-23
8
9
### Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@meridius-labs/apple-on-device-ai",
- "version": "1.5.3",
+ "version": "1.5.4",
"description": "TypeScript library for accessing Apple's on-device foundation models (Apple Intelligence) with full Vercel AI SDK compatibility",
"main": "dist/index.js",
"module": "dist/index.mjs",
0 commit comments