@ai-sdk/bytedance 1.0.15 → 1.0.16

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.16
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [942f2f8]
8
+ - @ai-sdk/provider-utils@4.0.28
9
+
3
10
  ## 1.0.15
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -393,7 +393,7 @@ function createByteDance(options = {}) {
393
393
  var byteDance = createByteDance();
394
394
 
395
395
  // src/version.ts
396
- var VERSION = true ? "1.0.15" : "0.0.0-test";
396
+ var VERSION = true ? "1.0.16" : "0.0.0-test";
397
397
  // Annotate the CommonJS export names for ESM import in node:
398
398
  0 && (module.exports = {
399
399
  VERSION,
package/dist/index.mjs CHANGED
@@ -384,7 +384,7 @@ function createByteDance(options = {}) {
384
384
  var byteDance = createByteDance();
385
385
 
386
386
  // src/version.ts
387
- var VERSION = true ? "1.0.15" : "0.0.0-test";
387
+ var VERSION = true ? "1.0.16" : "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": "1.0.15",
3
+ "version": "1.0.16",
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.10",
24
- "@ai-sdk/provider-utils": "4.0.27"
24
+ "@ai-sdk/provider-utils": "4.0.28"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "20.17.24",