@zmdb/ai-vercel 1.0.0-beta.1 → 1.0.0-beta.2

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -9,7 +9,7 @@ neither imports the SDK at runtime nor fabricates its schema brand with a cast.
9
9
  yarn add @zmdb/ai @zmdb/ai-vercel ai@^7.0.93
10
10
  ```
11
11
 
12
- > **Prerelease** (`1.0.0-beta.1`). Requires **Node.js 26+** and is **ESM-only**. The supported and tested peer floor is exact AI SDK `7.0.93`.
12
+ > **Prerelease** (`1.0.0-beta.2`). Requires **Node.js 26+** and is **ESM-only**. The supported and tested peer floor is exact AI SDK `7.0.93`.
13
13
 
14
14
  ## Usage
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zmdb/ai-vercel",
3
- "version": "1.0.0-beta.1",
3
+ "version": "1.0.0-beta.2",
4
4
  "description": "Vercel AI SDK tool integration for provider-neutral zmdb AI contracts.",
5
5
  "keywords": [
6
6
  "ai",
@@ -37,7 +37,7 @@
37
37
  "test": "vitest run"
38
38
  },
39
39
  "dependencies": {
40
- "@zmdb/ai": "1.0.0-beta.1"
40
+ "@zmdb/ai": "1.0.0-beta.2"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "ai": "^7.0.93"