@ai-sdk/bytedance 1.0.0 → 1.0.1

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.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [58bc42d]
8
+ - @ai-sdk/provider-utils@4.0.16
9
+
3
10
  ## 1.0.0
4
11
 
5
12
  ### Major Changes
package/dist/index.js CHANGED
@@ -370,7 +370,7 @@ function createByteDance(options = {}) {
370
370
  var byteDance = createByteDance();
371
371
 
372
372
  // src/version.ts
373
- var VERSION = "1.0.0";
373
+ var VERSION = "1.0.1";
374
374
  // Annotate the CommonJS export names for ESM import in node:
375
375
  0 && (module.exports = {
376
376
  VERSION,
package/dist/index.mjs CHANGED
@@ -361,7 +361,7 @@ function createByteDance(options = {}) {
361
361
  var byteDance = createByteDance();
362
362
 
363
363
  // src/version.ts
364
- var VERSION = "1.0.0";
364
+ var VERSION = "1.0.1";
365
365
  export {
366
366
  VERSION,
367
367
  byteDance,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/bytedance",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -20,8 +20,8 @@
20
20
  }
21
21
  },
22
22
  "dependencies": {
23
- "@ai-sdk/provider-utils": "4.0.15",
24
- "@ai-sdk/provider": "3.0.8"
23
+ "@ai-sdk/provider": "3.0.8",
24
+ "@ai-sdk/provider-utils": "4.0.16"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "20.17.24",