@ai-sdk/bytedance 1.0.5 → 1.0.6

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,13 @@
1
1
  # @ai-sdk/bytedance
2
2
 
3
+ ## 1.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 055cd68: fix: publish v6 to latest npm dist tag
8
+ - Updated dependencies [055cd68]
9
+ - @ai-sdk/provider-utils@4.0.21
10
+
3
11
  ## 1.0.5
4
12
 
5
13
  ### Patch Changes
package/dist/index.js CHANGED
@@ -18,13 +18,13 @@ var __copyProps = (to, from, except, desc) => {
18
18
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
19
 
20
20
  // src/index.ts
21
- var src_exports = {};
22
- __export(src_exports, {
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
23
  VERSION: () => VERSION,
24
24
  byteDance: () => byteDance,
25
25
  createByteDance: () => createByteDance
26
26
  });
27
- module.exports = __toCommonJS(src_exports);
27
+ module.exports = __toCommonJS(index_exports);
28
28
 
29
29
  // src/bytedance-provider.ts
30
30
  var import_provider2 = require("@ai-sdk/provider");
@@ -370,7 +370,7 @@ function createByteDance(options = {}) {
370
370
  var byteDance = createByteDance();
371
371
 
372
372
  // src/version.ts
373
- var VERSION = "1.0.5";
373
+ var VERSION = "1.0.6";
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.5";
364
+ var VERSION = "1.0.6";
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.5",
3
+ "version": "1.0.6",
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.8",
24
- "@ai-sdk/provider-utils": "4.0.20"
24
+ "@ai-sdk/provider-utils": "4.0.21"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "20.17.24",