fluid-framework 2.61.0-355781 → 2.61.0-355990
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.
|
@@ -1669,6 +1669,10 @@ export interface TreeAlpha {
|
|
|
1669
1669
|
result: TResult;
|
|
1670
1670
|
unsubscribe: () => void;
|
|
1671
1671
|
};
|
|
1672
|
+
trackObservationsOnce<TResult>(onInvalidation: () => void, trackDuring: () => TResult): {
|
|
1673
|
+
result: TResult;
|
|
1674
|
+
unsubscribe: () => void;
|
|
1675
|
+
};
|
|
1672
1676
|
}
|
|
1673
1677
|
|
|
1674
1678
|
// @alpha
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fluid-framework",
|
|
3
|
-
"version": "2.61.0-
|
|
3
|
+
"version": "2.61.0-355990",
|
|
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": "2.61.0-
|
|
61
|
-
"@fluidframework/container-loader": "2.61.0-
|
|
62
|
-
"@fluidframework/core-interfaces": "2.61.0-
|
|
63
|
-
"@fluidframework/core-utils": "2.61.0-
|
|
64
|
-
"@fluidframework/driver-definitions": "2.61.0-
|
|
65
|
-
"@fluidframework/fluid-static": "2.61.0-
|
|
66
|
-
"@fluidframework/map": "2.61.0-
|
|
67
|
-
"@fluidframework/runtime-utils": "2.61.0-
|
|
68
|
-
"@fluidframework/sequence": "2.61.0-
|
|
69
|
-
"@fluidframework/shared-object-base": "2.61.0-
|
|
70
|
-
"@fluidframework/tree": "2.61.0-
|
|
60
|
+
"@fluidframework/container-definitions": "2.61.0-355990",
|
|
61
|
+
"@fluidframework/container-loader": "2.61.0-355990",
|
|
62
|
+
"@fluidframework/core-interfaces": "2.61.0-355990",
|
|
63
|
+
"@fluidframework/core-utils": "2.61.0-355990",
|
|
64
|
+
"@fluidframework/driver-definitions": "2.61.0-355990",
|
|
65
|
+
"@fluidframework/fluid-static": "2.61.0-355990",
|
|
66
|
+
"@fluidframework/map": "2.61.0-355990",
|
|
67
|
+
"@fluidframework/runtime-utils": "2.61.0-355990",
|
|
68
|
+
"@fluidframework/sequence": "2.61.0-355990",
|
|
69
|
+
"@fluidframework/shared-object-base": "2.61.0-355990",
|
|
70
|
+
"@fluidframework/tree": "2.61.0-355990"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@arethetypeswrong/cli": "^0.17.1",
|