@mux/ai 0.7.2 → 0.7.3
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/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +9 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mux/ai",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.7.
|
|
4
|
+
"version": "0.7.3",
|
|
5
5
|
"description": "AI library for Mux",
|
|
6
6
|
"author": "Mux",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -100,6 +100,14 @@
|
|
|
100
100
|
"evalite:post-results:production": "npx tsx scripts/export-evalite-results.ts && npx tsx scripts/post-evalite-results.ts",
|
|
101
101
|
"prepare": "husky"
|
|
102
102
|
},
|
|
103
|
+
"peerDependencies": {
|
|
104
|
+
"workflow": ">=4.1.0-beta.55"
|
|
105
|
+
},
|
|
106
|
+
"peerDependenciesMeta": {
|
|
107
|
+
"workflow": {
|
|
108
|
+
"optional": true
|
|
109
|
+
}
|
|
110
|
+
},
|
|
103
111
|
"dependencies": {
|
|
104
112
|
"@ai-sdk/anthropic": "^3.0.16",
|
|
105
113
|
"@ai-sdk/google": "^3.0.10",
|