@ai-sdk/provider-utils 4.0.0-beta.13 → 4.0.0-beta.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/provider-utils",
3
- "version": "4.0.0-beta.13",
3
+ "version": "4.0.0-beta.14",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -34,6 +34,7 @@
34
34
  "@types/node": "20.17.24",
35
35
  "@valibot/to-json-schema": "^1.3.0",
36
36
  "arktype": "^2.1.22",
37
+ "effect": "^3.18.4",
37
38
  "msw": "2.7.0",
38
39
  "tsup": "^8",
39
40
  "typescript": "5.8.3",
@@ -43,6 +44,7 @@
43
44
  },
44
45
  "peerDependencies": {
45
46
  "arktype": "^2.1.22",
47
+ "effect": "^3.18.4",
46
48
  "zod": "^3.25.76 || ^4.1.8",
47
49
  "@valibot/to-json-schema": "^1.3.0"
48
50
  },
@@ -50,6 +52,9 @@
50
52
  "arktype": {
51
53
  "optional": true
52
54
  },
55
+ "effect": {
56
+ "optional": true
57
+ },
53
58
  "@valibot/to-json-schema": {
54
59
  "optional": true
55
60
  }