@fluidframework/tree-agent-langchain 2.70.0-361788 → 2.71.0
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 +8 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/tree-agent-langchain",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.71.0",
|
|
4
4
|
"description": "LangChain integration helpers for @fluidframework/tree-agent",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -69,22 +69,22 @@
|
|
|
69
69
|
"temp-directory": "nyc/.nyc_output"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@fluidframework/telemetry-utils": "2.
|
|
73
|
-
"@fluidframework/tree-agent": "2.
|
|
72
|
+
"@fluidframework/telemetry-utils": "~2.71.0",
|
|
73
|
+
"@fluidframework/tree-agent": "~2.71.0",
|
|
74
74
|
"@langchain/core": "^0.3.78",
|
|
75
75
|
"zod": "^3.25.32"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
79
79
|
"@biomejs/biome": "~1.9.3",
|
|
80
|
-
"@fluid-internal/mocha-test-setup": "2.
|
|
80
|
+
"@fluid-internal/mocha-test-setup": "~2.71.0",
|
|
81
81
|
"@fluid-tools/build-cli": "^0.58.3",
|
|
82
82
|
"@fluidframework/build-common": "^2.0.3",
|
|
83
83
|
"@fluidframework/build-tools": "^0.58.3",
|
|
84
|
-
"@fluidframework/core-utils": "2.
|
|
85
|
-
"@fluidframework/eslint-config-fluid": "^
|
|
86
|
-
"@fluidframework/runtime-utils": "2.
|
|
87
|
-
"@fluidframework/tree": "2.
|
|
84
|
+
"@fluidframework/core-utils": "~2.71.0",
|
|
85
|
+
"@fluidframework/eslint-config-fluid": "^7.0.0",
|
|
86
|
+
"@fluidframework/runtime-utils": "~2.71.0",
|
|
87
|
+
"@fluidframework/tree": "~2.71.0",
|
|
88
88
|
"@langchain/anthropic": "^0.3.24",
|
|
89
89
|
"@langchain/google-genai": "^0.2.16",
|
|
90
90
|
"@langchain/openai": "^0.6.12",
|
|
@@ -143,8 +143,8 @@
|
|
|
143
143
|
"check:format": "npm run check:biome",
|
|
144
144
|
"ci:build:docs": "api-extractor run",
|
|
145
145
|
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
146
|
-
"eslint": "eslint --format stylish src",
|
|
147
|
-
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
146
|
+
"eslint": "eslint --quiet --format stylish src",
|
|
147
|
+
"eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
148
148
|
"format": "npm run format:biome",
|
|
149
149
|
"format:biome": "biome check . --write",
|
|
150
150
|
"lint": "fluid-build . --task lint",
|