@ai-sdk/lmnt 2.0.25 → 2.0.26

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/lmnt
2
2
 
3
+ ## 2.0.26
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
  ## 2.0.25
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
  createLMNT: () => createLMNT,
25
25
  lmnt: () => lmnt
26
26
  });
27
- module.exports = __toCommonJS(src_exports);
27
+ module.exports = __toCommonJS(index_exports);
28
28
 
29
29
  // src/lmnt-provider.ts
30
30
  var import_provider_utils3 = require("@ai-sdk/provider-utils");
@@ -197,7 +197,7 @@ var LMNTSpeechModel = class {
197
197
  };
198
198
 
199
199
  // src/version.ts
200
- var VERSION = true ? "2.0.25" : "0.0.0-test";
200
+ var VERSION = true ? "2.0.26" : "0.0.0-test";
201
201
 
202
202
  // src/lmnt-provider.ts
203
203
  function createLMNT(options = {}) {
package/dist/index.mjs CHANGED
@@ -177,7 +177,7 @@ var LMNTSpeechModel = class {
177
177
  };
178
178
 
179
179
  // src/version.ts
180
- var VERSION = true ? "2.0.25" : "0.0.0-test";
180
+ var VERSION = true ? "2.0.26" : "0.0.0-test";
181
181
 
182
182
  // src/lmnt-provider.ts
183
183
  function createLMNT(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/lmnt",
3
- "version": "2.0.25",
3
+ "version": "2.0.26",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@ai-sdk/provider": "3.0.8",
33
- "@ai-sdk/provider-utils": "4.0.20"
33
+ "@ai-sdk/provider-utils": "4.0.21"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "20.17.24",