@fluidframework/tree-agent 2.71.0 → 2.72.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/.eslintrc.cjs +2 -2
- package/CHANGELOG.md +4 -1
- package/package.json +13 -13
package/.eslintrc.cjs
CHANGED
|
@@ -10,7 +10,7 @@ module.exports = {
|
|
|
10
10
|
},
|
|
11
11
|
rules: {
|
|
12
12
|
// Allow reaching into FluidFramework package paths that end with alpha, beta, legacy, or internal
|
|
13
|
-
"import/no-internal-modules": [
|
|
13
|
+
"import-x/no-internal-modules": [
|
|
14
14
|
"error",
|
|
15
15
|
{
|
|
16
16
|
allow: [
|
|
@@ -30,7 +30,7 @@ module.exports = {
|
|
|
30
30
|
},
|
|
31
31
|
rules: {
|
|
32
32
|
// Test files can import from submodules for testing purposes
|
|
33
|
-
"import/no-internal-modules": [
|
|
33
|
+
"import-x/no-internal-modules": [
|
|
34
34
|
"error",
|
|
35
35
|
{
|
|
36
36
|
allow: [
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# @fluidframework/tree-agent
|
|
2
2
|
|
|
3
|
+
## 2.72.0
|
|
4
|
+
|
|
5
|
+
Dependency updates only.
|
|
6
|
+
|
|
3
7
|
## 2.71.0
|
|
4
8
|
|
|
5
9
|
Dependency updates only.
|
|
@@ -11,7 +15,6 @@ Dependency updates only.
|
|
|
11
15
|
- A minimal set of branching APIs has been promoted to beta. ([#25744](https://github.com/microsoft/FluidFramework/pull/25744)) [32cc2c75d8](https://github.com/microsoft/FluidFramework/commit/32cc2c75d82c35403caa91e67e81f71baee5d092)
|
|
12
16
|
|
|
13
17
|
The following APIs have been promoted to beta in `@fluidframework/tree`:
|
|
14
|
-
|
|
15
18
|
- `TreeBranch.fork()`
|
|
16
19
|
- `TreeBranch.merge()`
|
|
17
20
|
- `TreeBranch.rebaseOnto()`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/tree-agent",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.72.0",
|
|
4
4
|
"description": "Experimental package to simplify integrating AI into Fluid-based applications",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -70,24 +70,24 @@
|
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"@anthropic-ai/sdk": "^0.39.0",
|
|
73
|
-
"@fluidframework/core-utils": "~2.
|
|
74
|
-
"@fluidframework/runtime-utils": "~2.
|
|
75
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
76
|
-
"@fluidframework/tree": "~2.
|
|
73
|
+
"@fluidframework/core-utils": "~2.72.0",
|
|
74
|
+
"@fluidframework/runtime-utils": "~2.72.0",
|
|
75
|
+
"@fluidframework/telemetry-utils": "~2.72.0",
|
|
76
|
+
"@fluidframework/tree": "~2.72.0",
|
|
77
77
|
"uuid": "^11.1.0",
|
|
78
78
|
"zod": "^3.25.32"
|
|
79
79
|
},
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
82
82
|
"@biomejs/biome": "~1.9.3",
|
|
83
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
84
|
-
"@fluid-tools/build-cli": "^0.
|
|
83
|
+
"@fluid-internal/mocha-test-setup": "~2.72.0",
|
|
84
|
+
"@fluid-tools/build-cli": "^0.60.0",
|
|
85
85
|
"@fluidframework/build-common": "^2.0.3",
|
|
86
|
-
"@fluidframework/build-tools": "^0.
|
|
87
|
-
"@fluidframework/eslint-config-fluid": "
|
|
88
|
-
"@fluidframework/id-compressor": "~2.
|
|
89
|
-
"@fluidframework/runtime-utils": "~2.
|
|
90
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
86
|
+
"@fluidframework/build-tools": "^0.60.0",
|
|
87
|
+
"@fluidframework/eslint-config-fluid": "~2.72.0",
|
|
88
|
+
"@fluidframework/id-compressor": "~2.72.0",
|
|
89
|
+
"@fluidframework/runtime-utils": "~2.72.0",
|
|
90
|
+
"@fluidframework/test-runtime-utils": "~2.72.0",
|
|
91
91
|
"@langchain/anthropic": "^0.3.24",
|
|
92
92
|
"@langchain/core": "^0.3.78",
|
|
93
93
|
"@langchain/google-genai": "^0.2.16",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"eslint-config-prettier": "~10.1.8",
|
|
105
105
|
"mocha": "^10.8.2",
|
|
106
106
|
"mocha-multi-reporters": "^1.5.1",
|
|
107
|
-
"prettier": "~3.
|
|
107
|
+
"prettier": "~3.6.2",
|
|
108
108
|
"rimraf": "^4.4.0",
|
|
109
109
|
"ses": "^1.14.0",
|
|
110
110
|
"typescript": "~5.4.5"
|