@ai-sdk/lmnt 3.0.0-canary.42 → 3.0.0-canary.44

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,21 @@
1
1
  # @ai-sdk/lmnt
2
2
 
3
+ ## 3.0.0-canary.44
4
+
5
+ ### Patch Changes
6
+
7
+ - 7fc6bd6: Raise minimum supported Node.js version to 22. Supported versions: 22, 24, and 26.
8
+ - Updated dependencies [7fc6bd6]
9
+ - @ai-sdk/provider-utils@5.0.0-canary.43
10
+ - @ai-sdk/provider@4.0.0-canary.17
11
+
12
+ ## 3.0.0-canary.43
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [a6617c5]
17
+ - @ai-sdk/provider-utils@5.0.0-canary.42
18
+
3
19
  ## 3.0.0-canary.42
4
20
 
5
21
  ### 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.0-canary.42" : "0.0.0-test";
197
+ var VERSION = true ? "3.0.0-canary.44" : "0.0.0-test";
198
198
 
199
199
  // src/lmnt-provider.ts
200
200
  function createLMNT(options = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/lmnt",
3
- "version": "3.0.0-canary.42",
3
+ "version": "3.0.0-canary.44",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -29,22 +29,22 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@ai-sdk/provider": "4.0.0-canary.16",
33
- "@ai-sdk/provider-utils": "5.0.0-canary.41"
32
+ "@ai-sdk/provider": "4.0.0-canary.17",
33
+ "@ai-sdk/provider-utils": "5.0.0-canary.43"
34
34
  },
35
35
  "devDependencies": {
36
- "@types/node": "20.17.24",
37
- "tsup": "^8",
36
+ "@types/node": "22.19.19",
37
+ "tsup": "^8.5.1",
38
38
  "typescript": "5.6.3",
39
39
  "zod": "3.25.76",
40
- "@ai-sdk/test-server": "2.0.0-canary.4",
40
+ "@ai-sdk/test-server": "2.0.0-canary.6",
41
41
  "@vercel/ai-tsconfig": "0.0.0"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "zod": "^3.25.76 || ^4.1.8"
45
45
  },
46
46
  "engines": {
47
- "node": ">=18"
47
+ "node": ">=22"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public",