@ai-sdk/moonshotai 3.0.0-canary.39 → 3.0.0-canary.40
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/CHANGELOG.md +8 -0
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -102,7 +102,7 @@ var MoonshotAIChatLanguageModel = class _MoonshotAIChatLanguageModel extends Ope
|
|
|
102
102
|
};
|
|
103
103
|
|
|
104
104
|
// src/version.ts
|
|
105
|
-
var VERSION = "3.0.0-canary.
|
|
105
|
+
var VERSION = "3.0.0-canary.40";
|
|
106
106
|
|
|
107
107
|
// src/moonshotai-provider.ts
|
|
108
108
|
var moonshotaiErrorSchema = z.object({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-sdk/moonshotai",
|
|
3
|
-
"version": "3.0.0-canary.
|
|
3
|
+
"version": "3.0.0-canary.40",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@ai-sdk/openai-compatible": "3.0.0-canary.
|
|
29
|
-
"@ai-sdk/provider": "
|
|
30
|
-
"@ai-sdk/provider
|
|
28
|
+
"@ai-sdk/openai-compatible": "3.0.0-canary.40",
|
|
29
|
+
"@ai-sdk/provider-utils": "5.0.0-canary.33",
|
|
30
|
+
"@ai-sdk/provider": "4.0.0-canary.16"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/node": "20.17.24",
|