@fluidframework/tree-agent-langchain 2.91.0 → 2.92.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,9 @@
1
1
  # @fluidframework/tree-agent-langchain
2
2
 
3
+ ## 2.92.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.91.0
4
8
 
5
9
  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/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.92.0",
4
4
  "description": "LangChain integration helpers for @fluidframework/tree-agent",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,21 +69,21 @@
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.92.0",
73
+ "@fluidframework/tree-agent": "~2.92.0",
74
74
  "@langchain/core": "^0.3.80"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@arethetypeswrong/cli": "^0.18.2",
78
78
  "@biomejs/biome": "~2.4.5",
79
- "@fluid-internal/mocha-test-setup": "~2.91.0",
80
- "@fluid-tools/build-cli": "^0.63.0",
79
+ "@fluid-internal/mocha-test-setup": "~2.92.0",
80
+ "@fluid-tools/build-cli": "^0.64.0",
81
81
  "@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",
82
+ "@fluidframework/build-tools": "^0.64.0",
83
+ "@fluidframework/core-utils": "~2.92.0",
84
+ "@fluidframework/eslint-config-fluid": "^9.0.0",
85
+ "@fluidframework/runtime-utils": "~2.92.0",
86
+ "@fluidframework/tree": "~2.92.0",
87
87
  "@langchain/anthropic": "^0.3.24",
88
88
  "@langchain/google-genai": "^0.2.16",
89
89
  "@langchain/openai": "^0.6.12",
@@ -103,24 +103,12 @@
103
103
  "rimraf": "^6.1.3",
104
104
  "typescript": "~5.4.5"
105
105
  },
106
- "fluidBuild": {
107
- "tasks": {
108
- "build:esnext": [
109
- "...",
110
- "typetests:gen"
111
- ],
112
- "tsc": [
113
- "...",
114
- "typetests:gen"
115
- ]
116
- }
117
- },
118
106
  "typeValidation": {
119
107
  "disabled": true
120
108
  },
121
109
  "scripts": {
122
110
  "api": "fluid-build . --task api",
123
- "api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
111
+ "api-extractor:commonjs": "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist",
124
112
  "api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
125
113
  "build": "fluid-build . --task build",
126
114
  "build:commonjs": "fluid-build . --task commonjs",