fluid-framework 2.83.0 → 2.90.0-378676
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.
|
@@ -1488,6 +1488,7 @@ export interface SharedTreeFormatOptions {
|
|
|
1488
1488
|
|
|
1489
1489
|
// @alpha @input
|
|
1490
1490
|
export interface SharedTreeOptions extends SharedTreeOptionsBeta, Partial<CodecWriteOptions>, Partial<SharedTreeFormatOptions> {
|
|
1491
|
+
readonly enableDetachedRootEditing?: boolean;
|
|
1491
1492
|
readonly enableSharedBranches?: boolean;
|
|
1492
1493
|
shouldEncodeIncrementally?: IncrementalEncodingPolicy;
|
|
1493
1494
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fluid-framework",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.90.0-378676",
|
|
4
4
|
"description": "The main entry point into Fluid Framework public packages",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -57,17 +57,17 @@
|
|
|
57
57
|
"main": "lib/index.js",
|
|
58
58
|
"types": "lib/public.d.ts",
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@fluidframework/container-definitions": "
|
|
61
|
-
"@fluidframework/container-loader": "
|
|
62
|
-
"@fluidframework/core-interfaces": "
|
|
63
|
-
"@fluidframework/core-utils": "
|
|
64
|
-
"@fluidframework/driver-definitions": "
|
|
65
|
-
"@fluidframework/fluid-static": "
|
|
66
|
-
"@fluidframework/map": "
|
|
67
|
-
"@fluidframework/runtime-utils": "
|
|
68
|
-
"@fluidframework/sequence": "
|
|
69
|
-
"@fluidframework/shared-object-base": "
|
|
70
|
-
"@fluidframework/tree": "
|
|
60
|
+
"@fluidframework/container-definitions": "2.90.0-378676",
|
|
61
|
+
"@fluidframework/container-loader": "2.90.0-378676",
|
|
62
|
+
"@fluidframework/core-interfaces": "2.90.0-378676",
|
|
63
|
+
"@fluidframework/core-utils": "2.90.0-378676",
|
|
64
|
+
"@fluidframework/driver-definitions": "2.90.0-378676",
|
|
65
|
+
"@fluidframework/fluid-static": "2.90.0-378676",
|
|
66
|
+
"@fluidframework/map": "2.90.0-378676",
|
|
67
|
+
"@fluidframework/runtime-utils": "2.90.0-378676",
|
|
68
|
+
"@fluidframework/sequence": "2.90.0-378676",
|
|
69
|
+
"@fluidframework/shared-object-base": "2.90.0-378676",
|
|
70
|
+
"@fluidframework/tree": "2.90.0-378676"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"@fluid-tools/build-cli": "^0.63.0",
|
|
76
76
|
"@fluidframework/build-common": "^2.0.3",
|
|
77
77
|
"@fluidframework/build-tools": "^0.63.0",
|
|
78
|
-
"@fluidframework/eslint-config-fluid": "
|
|
78
|
+
"@fluidframework/eslint-config-fluid": "2.90.0-378676",
|
|
79
79
|
"@microsoft/api-extractor": "7.52.11",
|
|
80
80
|
"@types/node": "~20.19.30",
|
|
81
81
|
"concurrently": "^9.2.1",
|