@ai-sdk/langchain 0.0.0-17394c74-20260122151521 → 0.0.0-4115c213-20260122152721

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 +3 -2
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,11 +1,12 @@
1
1
  # @ai-sdk/langchain
2
2
 
3
- ## 0.0.0-17394c74-20260122151521
3
+ ## 0.0.0-4115c213-20260122152721
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - 4caafb2: chore: excluded tests from src folder in npm package
7
8
  - Updated dependencies [4caafb2]
8
- - ai@0.0.0-17394c74-20260122151521
9
+ - ai@0.0.0-4115c213-20260122152721
9
10
 
10
11
  ## 2.0.52
11
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/langchain",
3
- "version": "0.0.0-17394c74-20260122151521",
3
+ "version": "0.0.0-4115c213-20260122152721",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -25,7 +25,7 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "ai": "0.0.0-17394c74-20260122151521"
28
+ "ai": "0.0.0-4115c213-20260122152721"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@langchain/core": "^1.1.5",
@@ -33,7 +33,7 @@
33
33
  "@types/node": "20.17.24",
34
34
  "tsup": "^8",
35
35
  "typescript": "5.8.3",
36
- "@ai-sdk/provider-utils": "4.0.8",
36
+ "@ai-sdk/provider-utils": "0.0.0-4115c213-20260122152721",
37
37
  "@vercel/ai-tsconfig": "0.0.0"
38
38
  },
39
39
  "peerDependencies": {