@ai-sdk/huggingface 2.0.30 → 2.0.31

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,12 @@
1
1
  # @ai-sdk/huggingface
2
2
 
3
+ ## 2.0.31
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [86892f3]
8
+ - @ai-sdk/openai-compatible@3.0.31
9
+
3
10
  ## 2.0.30
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -994,7 +994,7 @@ function createHuggingFace(options = {}) {
994
994
  var huggingFace = createHuggingFace();
995
995
 
996
996
  // src/version.ts
997
- var VERSION = true ? "2.0.30" : "0.0.0-test";
997
+ var VERSION = true ? "2.0.31" : "0.0.0-test";
998
998
  export {
999
999
  VERSION,
1000
1000
  createHuggingFace,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/huggingface",
3
- "version": "2.0.30",
3
+ "version": "2.0.31",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -29,7 +29,7 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@ai-sdk/openai-compatible": "3.0.30",
32
+ "@ai-sdk/openai-compatible": "3.0.31",
33
33
  "@ai-sdk/provider": "4.0.7",
34
34
  "@ai-sdk/provider-utils": "5.0.27"
35
35
  },