@aparte/provider-ai-sdk 0.2.0-alpha.0 → 0.4.0-alpha.0
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.
- package/README.md +4 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -23,5 +23,9 @@ AparteConfig.registerAIProvider(createAiSdkProvider({
|
|
|
23
23
|
`ai` is a **peerDependency pinned to the verified major** (`^7`) — this bridge is the only
|
|
24
24
|
aparté module touching the SDK's types. `@aparte/core` is a **peer dependency**.
|
|
25
25
|
|
|
26
|
+
**Works on the server too.** This bridge touches no DOM, and core resolves its DOM-free entry
|
|
27
|
+
under Node's export condition — so it runs in a backend, an Electron main process or an SSR
|
|
28
|
+
pass as well as in the browser.
|
|
29
|
+
|
|
26
30
|
> Part of the [aparté](https://github.com/apartejs/aparte) monorepo. ESM-only.
|
|
27
31
|
> See the **Providers** guide in the docs for the full usage.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aparte/provider-ai-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0-alpha.0",
|
|
4
4
|
"description": "Bridge any Vercel AI SDK model into aparté — bring your own @ai-sdk/* package (Anthropic, Google, OpenAI, 25+ vendors) and aparté renders it.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"ai": "^7.0.0",
|
|
28
|
-
"@aparte/core": "0.
|
|
28
|
+
"@aparte/core": "0.4.0-alpha.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/node": "^22.0.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"vite": "^6.0.0",
|
|
35
35
|
"vite-plugin-dts": "^4.5.4",
|
|
36
36
|
"zod": "^4.1.8",
|
|
37
|
-
"@aparte/core": "0.
|
|
37
|
+
"@aparte/core": "0.4.0-alpha.0"
|
|
38
38
|
},
|
|
39
39
|
"keywords": [
|
|
40
40
|
"ai",
|