@fluidframework/tree-agent-langchain 2.101.1 → 2.103.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +9 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluidframework/tree-agent-langchain
2
2
 
3
+ ## 2.103.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.102.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.101.0
4
12
 
5
13
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/tree-agent-langchain",
3
- "version": "2.101.1",
3
+ "version": "2.103.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.101.1",
73
- "@fluidframework/tree-agent": "~2.101.1",
74
- "@fluidframework/type-factory": "~2.101.1",
72
+ "@fluidframework/telemetry-utils": "~2.103.0",
73
+ "@fluidframework/tree-agent": "~2.103.0",
74
+ "@fluidframework/type-factory": "~2.103.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.101.1",
80
+ "@fluid-internal/mocha-test-setup": "~2.103.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.101.1",
84
+ "@fluidframework/core-utils": "~2.103.0",
85
85
  "@fluidframework/eslint-config-fluid": "^9.0.0",
86
- "@fluidframework/runtime-utils": "~2.101.1",
87
- "@fluidframework/tree": "~2.101.1",
86
+ "@fluidframework/runtime-utils": "~2.103.0",
87
+ "@fluidframework/tree": "~2.103.0",
88
88
  "@langchain/anthropic": "^1.3.28",
89
89
  "@langchain/google-genai": "^2.1.30",
90
90
  "@langchain/openai": "^1.4.5",
@@ -100,7 +100,6 @@
100
100
  "jiti": "^2.6.1",
101
101
  "mocha": "^11.7.5",
102
102
  "mocha-multi-reporters": "^1.5.1",
103
- "prettier": "~3.6.2",
104
103
  "rimraf": "^6.1.3",
105
104
  "typescript": "~5.4.5"
106
105
  },
@@ -144,7 +143,6 @@
144
143
  "test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
145
144
  "test:mocha:esm": "mocha",
146
145
  "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"
146
+ "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist"
149
147
  }
150
148
  }