@fluidframework/tree-agent-langchain 2.91.0 → 2.93.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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluidframework/tree-agent-langchain
2
2
 
3
+ ## 2.93.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.92.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.91.0
4
12
 
5
13
  Dependency updates only.
package/alpha.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export * from "./lib/alpha.js";
package/dist/alpha.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  /**
package/dist/public.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  /**
package/eslint.config.mts CHANGED
@@ -4,7 +4,7 @@
4
4
  */
5
5
 
6
6
  import type { Linter } from "eslint";
7
- import { strict } from "../../../common/build/eslint-config-fluid/flat.mts";
7
+ import { strict } from "@fluidframework/eslint-config-fluid/flat.mts";
8
8
 
9
9
  const config: Linter.Config[] = [
10
10
  ...strict,
package/internal.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  export * from "./lib/index.js";
package/lib/alpha.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  /**
package/lib/public.d.ts CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  /*
7
7
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
8
- * Generated by "flub generate entrypoints" in @fluid-tools/build-cli.
8
+ * Generated by "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat" in @fluid-tools/build-cli.
9
9
  */
10
10
 
11
11
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/tree-agent-langchain",
3
- "version": "2.91.0",
3
+ "version": "2.93.0",
4
4
  "description": "LangChain integration helpers for @fluidframework/tree-agent",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,27 +69,28 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluidframework/telemetry-utils": "~2.91.0",
73
- "@fluidframework/tree-agent": "~2.91.0",
72
+ "@fluidframework/telemetry-utils": "~2.93.0",
73
+ "@fluidframework/tree-agent": "~2.93.0",
74
+ "@fluidframework/type-factory": "~2.93.0",
74
75
  "@langchain/core": "^0.3.80"
75
76
  },
76
77
  "devDependencies": {
77
78
  "@arethetypeswrong/cli": "^0.18.2",
78
79
  "@biomejs/biome": "~2.4.5",
79
- "@fluid-internal/mocha-test-setup": "~2.91.0",
80
- "@fluid-tools/build-cli": "^0.63.0",
80
+ "@fluid-internal/mocha-test-setup": "~2.93.0",
81
+ "@fluid-tools/build-cli": "^0.64.0",
81
82
  "@fluidframework/build-common": "^2.0.3",
82
- "@fluidframework/build-tools": "^0.63.0",
83
- "@fluidframework/core-utils": "~2.91.0",
84
- "@fluidframework/eslint-config-fluid": "~2.91.0",
85
- "@fluidframework/runtime-utils": "~2.91.0",
86
- "@fluidframework/tree": "~2.91.0",
83
+ "@fluidframework/build-tools": "^0.64.0",
84
+ "@fluidframework/core-utils": "~2.93.0",
85
+ "@fluidframework/eslint-config-fluid": "^9.0.0",
86
+ "@fluidframework/runtime-utils": "~2.93.0",
87
+ "@fluidframework/tree": "~2.93.0",
87
88
  "@langchain/anthropic": "^0.3.24",
88
89
  "@langchain/google-genai": "^0.2.16",
89
90
  "@langchain/openai": "^0.6.12",
90
- "@microsoft/api-extractor": "7.52.11",
91
+ "@microsoft/api-extractor": "7.58.1",
91
92
  "@types/mocha": "^10.0.10",
92
- "@types/node": "~20.19.30",
93
+ "@types/node": "~22.19.17",
93
94
  "c8": "^10.1.3",
94
95
  "concurrently": "^9.2.1",
95
96
  "copyfiles": "^2.4.1",
@@ -103,24 +104,12 @@
103
104
  "rimraf": "^6.1.3",
104
105
  "typescript": "~5.4.5"
105
106
  },
106
- "fluidBuild": {
107
- "tasks": {
108
- "build:esnext": [
109
- "...",
110
- "typetests:gen"
111
- ],
112
- "tsc": [
113
- "...",
114
- "typetests:gen"
115
- ]
116
- }
117
- },
118
107
  "typeValidation": {
119
108
  "disabled": true
120
109
  },
121
110
  "scripts": {
122
111
  "api": "fluid-build . --task api",
123
- "api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
112
+ "api-extractor:commonjs": "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist",
124
113
  "api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
125
114
  "build": "fluid-build . --task build",
126
115
  "build:commonjs": "fluid-build . --task commonjs",
@@ -156,7 +145,6 @@
156
145
  "test:mocha:esm": "mocha",
157
146
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
158
147
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
159
- "typetests:gen": "flub generate typetests --dir . -v",
160
- "typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
148
+ "typetests:gen": "flub generate typetests --dir . -v"
161
149
  }
162
150
  }