fluid-framework 2.61.0-355781 → 2.61.0-355934
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.
|
@@ -1665,10 +1665,6 @@ export interface TreeAlpha {
|
|
|
1665
1665
|
importConcise<const TSchema extends ImplicitFieldSchema | UnsafeUnknownSchema>(schema: UnsafeUnknownSchema extends TSchema ? ImplicitFieldSchema : TSchema & ImplicitFieldSchema, data: ConciseTree | undefined): Unhydrated<TSchema extends ImplicitFieldSchema ? TreeFieldFromImplicitField<TSchema> : TreeNode | TreeLeafValue | undefined>;
|
|
1666
1666
|
importVerbose<const TSchema extends ImplicitFieldSchema>(schema: TSchema, data: VerboseTree | undefined, options?: TreeParsingOptions): Unhydrated<TreeFieldFromImplicitField<TSchema>>;
|
|
1667
1667
|
key2(node: TreeNode): string | number | undefined;
|
|
1668
|
-
trackObservations<TResult>(onInvalidation: () => void, trackDuring: () => TResult): {
|
|
1669
|
-
result: TResult;
|
|
1670
|
-
unsubscribe: () => void;
|
|
1671
|
-
};
|
|
1672
1668
|
}
|
|
1673
1669
|
|
|
1674
1670
|
// @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-355934",
|
|
4
4
|
"description": "The main entry point into Fluid Framework public packages",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -57,24 +57,24 @@
|
|
|
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-355934",
|
|
61
|
+
"@fluidframework/container-loader": "2.61.0-355934",
|
|
62
|
+
"@fluidframework/core-interfaces": "2.61.0-355934",
|
|
63
|
+
"@fluidframework/core-utils": "2.61.0-355934",
|
|
64
|
+
"@fluidframework/driver-definitions": "2.61.0-355934",
|
|
65
|
+
"@fluidframework/fluid-static": "2.61.0-355934",
|
|
66
|
+
"@fluidframework/map": "2.61.0-355934",
|
|
67
|
+
"@fluidframework/runtime-utils": "2.61.0-355934",
|
|
68
|
+
"@fluidframework/sequence": "2.61.0-355934",
|
|
69
|
+
"@fluidframework/shared-object-base": "2.61.0-355934",
|
|
70
|
+
"@fluidframework/tree": "2.61.0-355934"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
74
74
|
"@biomejs/biome": "~1.9.3",
|
|
75
|
-
"@fluid-tools/build-cli": "^0.58.
|
|
75
|
+
"@fluid-tools/build-cli": "^0.58.3",
|
|
76
76
|
"@fluidframework/build-common": "^2.0.3",
|
|
77
|
-
"@fluidframework/build-tools": "^0.58.
|
|
77
|
+
"@fluidframework/build-tools": "^0.58.3",
|
|
78
78
|
"@fluidframework/eslint-config-fluid": "^6.0.0",
|
|
79
79
|
"@microsoft/api-extractor": "7.52.11",
|
|
80
80
|
"@types/node": "^18.19.0",
|