@ai-sdk/togetherai 2.0.40 → 2.0.41

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,14 @@
1
1
  # @ai-sdk/togetherai
2
2
 
3
+ ## 2.0.41
4
+
5
+ ### Patch Changes
6
+
7
+ - 055cd68: fix: publish v6 to latest npm dist tag
8
+ - Updated dependencies [055cd68]
9
+ - @ai-sdk/openai-compatible@2.0.37
10
+ - @ai-sdk/provider-utils@4.0.21
11
+
3
12
  ## 2.0.40
4
13
 
5
14
  ### 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
  createTogetherAI: () => createTogetherAI,
25
25
  togetherai: () => togetherai
26
26
  });
27
- module.exports = __toCommonJS(src_exports);
27
+ module.exports = __toCommonJS(index_exports);
28
28
 
29
29
  // src/togetherai-provider.ts
30
30
  var import_openai_compatible = require("@ai-sdk/openai-compatible");
@@ -272,7 +272,7 @@ var togetheraiImageModelOptionsSchema = (0, import_provider_utils4.lazySchema)(
272
272
  );
273
273
 
274
274
  // src/version.ts
275
- var VERSION = true ? "2.0.40" : "0.0.0-test";
275
+ var VERSION = true ? "2.0.41" : "0.0.0-test";
276
276
 
277
277
  // src/togetherai-provider.ts
278
278
  function loadDeprecatedApiKey() {
package/dist/index.mjs CHANGED
@@ -267,7 +267,7 @@ var togetheraiImageModelOptionsSchema = lazySchema3(
267
267
  );
268
268
 
269
269
  // src/version.ts
270
- var VERSION = true ? "2.0.40" : "0.0.0-test";
270
+ var VERSION = true ? "2.0.41" : "0.0.0-test";
271
271
 
272
272
  // src/togetherai-provider.ts
273
273
  function loadDeprecatedApiKey() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/togetherai",
3
- "version": "2.0.40",
3
+ "version": "2.0.41",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -29,9 +29,9 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@ai-sdk/openai-compatible": "2.0.36",
32
+ "@ai-sdk/openai-compatible": "2.0.37",
33
33
  "@ai-sdk/provider": "3.0.8",
34
- "@ai-sdk/provider-utils": "4.0.20"
34
+ "@ai-sdk/provider-utils": "4.0.21"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@types/node": "20.17.24",