@ai-sdk/langchain 1.0.244 → 1.0.248

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @ai-sdk/langchain
2
2
 
3
+ ## 1.0.248
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [77d33c0]
8
+ - ai@5.0.248
9
+
10
+ ## 1.0.247
11
+
12
+ ### Patch Changes
13
+
14
+ - ai@5.0.247
15
+
16
+ ## 1.0.246
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [d1aa120]
21
+ - ai@5.0.246
22
+
23
+ ## 1.0.245
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies [9e8e087]
28
+ - ai@5.0.245
29
+
3
30
  ## 1.0.244
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/langchain",
3
- "version": "1.0.244",
3
+ "version": "1.0.248",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -19,7 +19,7 @@
19
19
  }
20
20
  },
21
21
  "dependencies": {
22
- "ai": "5.0.244"
22
+ "ai": "5.0.248"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/node": "20.17.24",