ollama-ai-provider-v2 2.0.0 → 3.0.1

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/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -15,7 +15,7 @@ Use Ollama with the Vercel AI SDK, implementing the official Ollama API. This pr
15
15
  - ✅ **Advanced Features** - Tool calling, streaming, thinking mode, embeddings, and completion models
16
16
  - ✅ **Type Safety** - Full TypeScript support with comprehensive type definitions
17
17
  - ✅ **Zero Configuration** - Works out-of-the-box with sensible defaults
18
- - ✅ **Actively Maintained** - Regular updates and AI SDK v6+ compatibility
18
+ - ✅ **Actively Maintained** - Regular updates and AI SDK v5+ compatibility
19
19
 
20
20
  ## Quick Start
21
21
 
@@ -208,4 +208,4 @@ Contributions are welcome! Here's how to get started:
208
208
 
209
209
  Apache-2.0 © [nordwestt](https://github.com/nordwestt/ollama-ai-provider-v2)
210
210
 
211
- See [LICENSE.md](./LICENSE.md) for details.
211
+ See [LICENSE.md](./LICENSE.md) for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ollama-ai-provider-v2",
3
- "version": "2.0.0",
3
+ "version": "3.0.1",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -37,7 +37,7 @@
37
37
  }
38
38
  },
39
39
  "dependencies": {
40
- "@ai-sdk/provider": "^3.0.0",
40
+ "@ai-sdk/provider": "^3.0.1",
41
41
  "@ai-sdk/provider-utils": "^4.0.1"
42
42
  },
43
43
  "devDependencies": {
@@ -49,9 +49,9 @@
49
49
  "msw": "^2.12.7",
50
50
  "tsup": "^8",
51
51
  "typescript": "5.9.3",
52
- "vite": "^7.3.0",
52
+ "vite": "^7.3.1",
53
53
  "vitest": "^4.0.16",
54
- "zod": "4.2.1"
54
+ "zod": "4.3.5"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "ai": "^5.0.0 || ^6.0.0",