@fluidframework/tree-agent 2.70.0-361788 → 2.70.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 +16 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @fluidframework/tree-agent
2
2
 
3
+ ## 2.70.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 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)
8
+
9
+ The following APIs have been promoted to beta in `@fluidframework/tree`:
10
+
11
+ - `TreeBranch.fork()`
12
+ - `TreeBranch.merge()`
13
+ - `TreeBranch.rebaseOnto()`
14
+ - `TreeBranch.dispose()`
15
+ - `TreeView.fork()`
16
+
17
+ These APIs enable applications to implement basic local branching flows.
18
+
3
19
  ## 2.63.0
4
20
 
5
21
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/tree-agent",
3
- "version": "2.70.0-361788",
3
+ "version": "2.70.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.70.0-361788",
74
- "@fluidframework/runtime-utils": "2.70.0-361788",
75
- "@fluidframework/telemetry-utils": "2.70.0-361788",
76
- "@fluidframework/tree": "2.70.0-361788",
73
+ "@fluidframework/core-utils": "~2.70.0",
74
+ "@fluidframework/runtime-utils": "~2.70.0",
75
+ "@fluidframework/telemetry-utils": "~2.70.0",
76
+ "@fluidframework/tree": "~2.70.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.70.0-361788",
83
+ "@fluid-internal/mocha-test-setup": "~2.70.0",
84
84
  "@fluid-tools/build-cli": "^0.58.3",
85
85
  "@fluidframework/build-common": "^2.0.3",
86
86
  "@fluidframework/build-tools": "^0.58.3",
87
87
  "@fluidframework/eslint-config-fluid": "^6.1.0",
88
- "@fluidframework/id-compressor": "2.70.0-361788",
89
- "@fluidframework/runtime-utils": "2.70.0-361788",
90
- "@fluidframework/test-runtime-utils": "2.70.0-361788",
88
+ "@fluidframework/id-compressor": "~2.70.0",
89
+ "@fluidframework/runtime-utils": "~2.70.0",
90
+ "@fluidframework/test-runtime-utils": "~2.70.0",
91
91
  "@langchain/anthropic": "^0.3.24",
92
92
  "@langchain/core": "^0.3.78",
93
93
  "@langchain/google-genai": "^0.2.16",