@ai-sdk/lmnt 3.0.5 → 3.0.7

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,20 @@
1
1
  # @ai-sdk/lmnt
2
2
 
3
+ ## 3.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0f93c57]
8
+ - @ai-sdk/provider@4.0.3
9
+ - @ai-sdk/provider-utils@5.0.7
10
+
11
+ ## 3.0.6
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [ac306ed]
16
+ - @ai-sdk/provider-utils@5.0.6
17
+
3
18
  ## 3.0.5
4
19
 
5
20
  ### Patch Changes
package/dist/index.js CHANGED
@@ -194,7 +194,7 @@ var LMNTSpeechModel = class _LMNTSpeechModel {
194
194
  };
195
195
 
196
196
  // src/version.ts
197
- var VERSION = true ? "3.0.5" : "0.0.0-test";
197
+ var VERSION = true ? "3.0.7" : "0.0.0-test";
198
198
 
199
199
  // src/lmnt-provider.ts
200
200
  function createLMNT(options = {}) {
package/docs/140-lmnt.mdx CHANGED
@@ -11,21 +11,7 @@ The [LMNT](https://lmnt.com/) provider contains speech model support for the LMN
11
11
 
12
12
  The LMNT provider is available in the `@ai-sdk/lmnt` module. You can install it with
13
13
 
14
- <Tabs items={['pnpm', 'npm', 'yarn', 'bun']}>
15
- <Tab>
16
- <Snippet text="pnpm add @ai-sdk/lmnt" dark />
17
- </Tab>
18
- <Tab>
19
- <Snippet text="npm install @ai-sdk/lmnt" dark />
20
- </Tab>
21
- <Tab>
22
- <Snippet text="yarn add @ai-sdk/lmnt" dark />
23
- </Tab>
24
-
25
- <Tab>
26
- <Snippet text="bun add @ai-sdk/lmnt" dark />
27
- </Tab>
28
- </Tabs>
14
+ <InstallPackages packages="@ai-sdk/lmnt" />
29
15
 
30
16
  ## Provider Instance
31
17
 
@@ -148,7 +134,7 @@ The LMNT provider accepts the following options via `providerOptions.lmnt`:
148
134
 
149
135
  ### Model Capabilities
150
136
 
151
- | Model | Instructions |
152
- | ---------- | ------------------- |
153
- | `aurora` | <Cross size={18} /> |
154
- | `blizzard` | <Cross size={18} /> |
137
+ | Model | Instructions |
138
+ | ---------- | ------------ |
139
+ | `aurora` | <Cross /> |
140
+ | `blizzard` | <Cross /> |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/lmnt",
3
- "version": "3.0.5",
3
+ "version": "3.0.7",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -29,8 +29,8 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@ai-sdk/provider": "4.0.2",
33
- "@ai-sdk/provider-utils": "5.0.5"
32
+ "@ai-sdk/provider": "4.0.3",
33
+ "@ai-sdk/provider-utils": "5.0.7"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "22.19.19",