@ai-sdk/bytedance 1.0.20 → 1.0.21

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/bytedance
2
2
 
3
+ ## 1.0.21
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b30e43a]
8
+ - @ai-sdk/provider-utils@4.0.33
9
+
3
10
  ## 1.0.20
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -394,7 +394,7 @@ function createByteDance(options = {}) {
394
394
  var byteDance = createByteDance();
395
395
 
396
396
  // src/version.ts
397
- var VERSION = true ? "1.0.20" : "0.0.0-test";
397
+ var VERSION = true ? "1.0.21" : "0.0.0-test";
398
398
  // Annotate the CommonJS export names for ESM import in node:
399
399
  0 && (module.exports = {
400
400
  VERSION,
package/dist/index.mjs CHANGED
@@ -385,7 +385,7 @@ function createByteDance(options = {}) {
385
385
  var byteDance = createByteDance();
386
386
 
387
387
  // src/version.ts
388
- var VERSION = true ? "1.0.20" : "0.0.0-test";
388
+ var VERSION = true ? "1.0.21" : "0.0.0-test";
389
389
  export {
390
390
  VERSION,
391
391
  byteDance,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/bytedance",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@ai-sdk/provider": "3.0.12",
24
- "@ai-sdk/provider-utils": "4.0.32"
24
+ "@ai-sdk/provider-utils": "4.0.33"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "20.17.24",