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 bb31cbe commit 7b53911Copy full SHA for 7b53911
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [1.5.6] - 2025-06-25
2
+
3
+### Changes
4
+- chore: update tsdown to 0.12.9 and typescript to 5.8.3
5
+- chore: update @ai-sdk/provider and @ai-sdk/provider-utils to beta versions
6
+- refactor: remove index.ts and related development scripts
7
8
## [1.5.5] - 2025-06-25
9
10
### Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "@meridius-labs/apple-on-device-ai",
- "version": "1.5.5",
+ "version": "1.5.6",
"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