@fluidframework/tree-agent-langchain 2.101.0 → 2.102.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 +4 -0
- package/package.json +9 -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.102.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.
|
|
74
|
-
"@fluidframework/type-factory": "~2.
|
|
72
|
+
"@fluidframework/telemetry-utils": "~2.102.0",
|
|
73
|
+
"@fluidframework/tree-agent": "~2.102.0",
|
|
74
|
+
"@fluidframework/type-factory": "~2.102.0",
|
|
75
75
|
"@langchain/core": "^1.1.44"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
79
79
|
"@biomejs/biome": "~2.4.5",
|
|
80
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
80
|
+
"@fluid-internal/mocha-test-setup": "~2.102.0",
|
|
81
81
|
"@fluid-tools/build-cli": "^0.65.0",
|
|
82
82
|
"@fluidframework/build-common": "^2.0.3",
|
|
83
83
|
"@fluidframework/build-tools": "^0.65.0",
|
|
84
|
-
"@fluidframework/core-utils": "~2.
|
|
84
|
+
"@fluidframework/core-utils": "~2.102.0",
|
|
85
85
|
"@fluidframework/eslint-config-fluid": "^9.0.0",
|
|
86
|
-
"@fluidframework/runtime-utils": "~2.
|
|
87
|
-
"@fluidframework/tree": "~2.
|
|
86
|
+
"@fluidframework/runtime-utils": "~2.102.0",
|
|
87
|
+
"@fluidframework/tree": "~2.102.0",
|
|
88
88
|
"@langchain/anthropic": "^1.3.28",
|
|
89
89
|
"@langchain/google-genai": "^2.1.30",
|
|
90
90
|
"@langchain/openai": "^1.4.5",
|
|
@@ -144,7 +144,6 @@
|
|
|
144
144
|
"test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
|
|
145
145
|
"test:mocha:esm": "mocha",
|
|
146
146
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
147
|
-
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist"
|
|
148
|
-
"typetests:gen": "flub generate typetests --dir . -v"
|
|
147
|
+
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist"
|
|
149
148
|
}
|
|
150
149
|
}
|