@ai-sdk/bytedance 2.0.0-canary.48 → 2.0.0-canary.50

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,20 @@
1
1
  # @ai-sdk/bytedance
2
2
 
3
+ ## 2.0.0-canary.50
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [bae5e2b]
8
+ - @ai-sdk/provider-utils@5.0.0-canary.47
9
+
10
+ ## 2.0.0-canary.49
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [ce769dd]
15
+ - @ai-sdk/provider@4.0.0-canary.18
16
+ - @ai-sdk/provider-utils@5.0.0-canary.46
17
+
3
18
  ## 2.0.0-canary.48
4
19
 
5
20
  ### Patch Changes
package/dist/index.js CHANGED
@@ -384,7 +384,7 @@ function createByteDance(options = {}) {
384
384
  var byteDance = createByteDance();
385
385
 
386
386
  // src/version.ts
387
- var VERSION = true ? "2.0.0-canary.48" : "0.0.0-test";
387
+ var VERSION = true ? "2.0.0-canary.50" : "0.0.0-test";
388
388
  export {
389
389
  VERSION,
390
390
  byteDance,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/bytedance",
3
- "version": "2.0.0-canary.48",
3
+ "version": "2.0.0-canary.50",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -20,8 +20,8 @@
20
20
  }
21
21
  },
22
22
  "dependencies": {
23
- "@ai-sdk/provider": "4.0.0-canary.17",
24
- "@ai-sdk/provider-utils": "5.0.0-canary.45"
23
+ "@ai-sdk/provider": "4.0.0-canary.18",
24
+ "@ai-sdk/provider-utils": "5.0.0-canary.47"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "22.19.19",