@ai-sdk/moonshotai 3.0.0-canary.44 → 3.0.0-canary.45

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @ai-sdk/moonshotai
2
2
 
3
+ ## 3.0.0-canary.45
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ca446f8]
8
+ - @ai-sdk/provider-utils@5.0.0-canary.38
9
+ - @ai-sdk/openai-compatible@3.0.0-canary.45
10
+
3
11
  ## 3.0.0-canary.44
4
12
 
5
13
  ### Patch Changes
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.44";
105
+ var VERSION = "3.0.0-canary.45";
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.44",
3
+ "version": "3.0.0-canary.45",
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.44",
29
28
  "@ai-sdk/provider": "4.0.0-canary.16",
30
- "@ai-sdk/provider-utils": "5.0.0-canary.37"
29
+ "@ai-sdk/openai-compatible": "3.0.0-canary.45",
30
+ "@ai-sdk/provider-utils": "5.0.0-canary.38"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "20.17.24",