fluid-framework 2.22.1 → 2.23.0-325054
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/CHANGELOG.md +47 -0
- package/api-report/fluid-framework.alpha.api.md +169 -10
- package/api-report/fluid-framework.beta.api.md +101 -9
- package/api-report/fluid-framework.legacy.alpha.api.md +101 -9
- package/api-report/fluid-framework.legacy.public.api.md +101 -9
- package/api-report/fluid-framework.public.api.md +101 -9
- package/dist/alpha.d.ts +20 -0
- package/dist/beta.d.ts +15 -0
- package/dist/legacy.d.ts +15 -0
- package/dist/public.d.ts +15 -0
- package/lib/alpha.d.ts +20 -0
- package/lib/beta.d.ts +15 -0
- package/lib/legacy.d.ts +15 -0
- package/lib/public.d.ts +15 -0
- package/package.json +13 -13
package/dist/beta.d.ts
CHANGED
|
@@ -21,6 +21,9 @@ export {
|
|
|
21
21
|
|
|
22
22
|
// @public APIs
|
|
23
23
|
AllowedTypes,
|
|
24
|
+
ApplyKindAssignment,
|
|
25
|
+
AssignableTreeFieldFromImplicitField,
|
|
26
|
+
AssignableTreeFieldFromImplicitFieldUnsafe,
|
|
24
27
|
AttachState,
|
|
25
28
|
CommitKind,
|
|
26
29
|
CommitMetadata,
|
|
@@ -28,6 +31,13 @@ export {
|
|
|
28
31
|
ConnectionStateType,
|
|
29
32
|
ContainerAttachProps,
|
|
30
33
|
ContainerSchema,
|
|
34
|
+
CustomTypes,
|
|
35
|
+
CustomizedSchemaTyping,
|
|
36
|
+
CustomizedTyping,
|
|
37
|
+
DefaultInsertableTreeNodeFromImplicitAllowedTypes,
|
|
38
|
+
DefaultInsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
39
|
+
DefaultTreeNodeFromImplicitAllowedTypes,
|
|
40
|
+
DefaultTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
31
41
|
ErasedType,
|
|
32
42
|
FieldKind,
|
|
33
43
|
FieldProps,
|
|
@@ -36,6 +46,8 @@ export {
|
|
|
36
46
|
FieldSchemaUnsafe,
|
|
37
47
|
FluidObject,
|
|
38
48
|
FluidObjectProviderKeys,
|
|
49
|
+
GetTypes,
|
|
50
|
+
GetTypesUnsafe,
|
|
39
51
|
IConnection,
|
|
40
52
|
ICriticalContainerError,
|
|
41
53
|
IDisposable,
|
|
@@ -96,8 +108,11 @@ export {
|
|
|
96
108
|
RunTransaction,
|
|
97
109
|
SchemaCompatibilityStatus,
|
|
98
110
|
SchemaFactory,
|
|
111
|
+
SchemaUnionToIntersection,
|
|
99
112
|
SharedObjectKind,
|
|
100
113
|
SharedTree,
|
|
114
|
+
StrictTypes,
|
|
115
|
+
StrictTypesUnsafe,
|
|
101
116
|
Tagged,
|
|
102
117
|
TelemetryBaseEventPropertyType,
|
|
103
118
|
TransactionConstraint,
|
package/dist/legacy.d.ts
CHANGED
|
@@ -21,6 +21,9 @@ export {
|
|
|
21
21
|
|
|
22
22
|
// @public APIs
|
|
23
23
|
AllowedTypes,
|
|
24
|
+
ApplyKindAssignment,
|
|
25
|
+
AssignableTreeFieldFromImplicitField,
|
|
26
|
+
AssignableTreeFieldFromImplicitFieldUnsafe,
|
|
24
27
|
AttachState,
|
|
25
28
|
CommitKind,
|
|
26
29
|
CommitMetadata,
|
|
@@ -28,6 +31,13 @@ export {
|
|
|
28
31
|
ConnectionStateType,
|
|
29
32
|
ContainerAttachProps,
|
|
30
33
|
ContainerSchema,
|
|
34
|
+
CustomTypes,
|
|
35
|
+
CustomizedSchemaTyping,
|
|
36
|
+
CustomizedTyping,
|
|
37
|
+
DefaultInsertableTreeNodeFromImplicitAllowedTypes,
|
|
38
|
+
DefaultInsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
39
|
+
DefaultTreeNodeFromImplicitAllowedTypes,
|
|
40
|
+
DefaultTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
31
41
|
ErasedType,
|
|
32
42
|
FieldKind,
|
|
33
43
|
FieldProps,
|
|
@@ -36,6 +46,8 @@ export {
|
|
|
36
46
|
FieldSchemaUnsafe,
|
|
37
47
|
FluidObject,
|
|
38
48
|
FluidObjectProviderKeys,
|
|
49
|
+
GetTypes,
|
|
50
|
+
GetTypesUnsafe,
|
|
39
51
|
IConnection,
|
|
40
52
|
ICriticalContainerError,
|
|
41
53
|
IDisposable,
|
|
@@ -96,8 +108,11 @@ export {
|
|
|
96
108
|
RunTransaction,
|
|
97
109
|
SchemaCompatibilityStatus,
|
|
98
110
|
SchemaFactory,
|
|
111
|
+
SchemaUnionToIntersection,
|
|
99
112
|
SharedObjectKind,
|
|
100
113
|
SharedTree,
|
|
114
|
+
StrictTypes,
|
|
115
|
+
StrictTypesUnsafe,
|
|
101
116
|
Tagged,
|
|
102
117
|
TelemetryBaseEventPropertyType,
|
|
103
118
|
TransactionConstraint,
|
package/dist/public.d.ts
CHANGED
|
@@ -21,6 +21,9 @@ export {
|
|
|
21
21
|
|
|
22
22
|
// @public APIs
|
|
23
23
|
AllowedTypes,
|
|
24
|
+
ApplyKindAssignment,
|
|
25
|
+
AssignableTreeFieldFromImplicitField,
|
|
26
|
+
AssignableTreeFieldFromImplicitFieldUnsafe,
|
|
24
27
|
AttachState,
|
|
25
28
|
CommitKind,
|
|
26
29
|
CommitMetadata,
|
|
@@ -28,6 +31,13 @@ export {
|
|
|
28
31
|
ConnectionStateType,
|
|
29
32
|
ContainerAttachProps,
|
|
30
33
|
ContainerSchema,
|
|
34
|
+
CustomTypes,
|
|
35
|
+
CustomizedSchemaTyping,
|
|
36
|
+
CustomizedTyping,
|
|
37
|
+
DefaultInsertableTreeNodeFromImplicitAllowedTypes,
|
|
38
|
+
DefaultInsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
39
|
+
DefaultTreeNodeFromImplicitAllowedTypes,
|
|
40
|
+
DefaultTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
31
41
|
ErasedType,
|
|
32
42
|
FieldKind,
|
|
33
43
|
FieldProps,
|
|
@@ -36,6 +46,8 @@ export {
|
|
|
36
46
|
FieldSchemaUnsafe,
|
|
37
47
|
FluidObject,
|
|
38
48
|
FluidObjectProviderKeys,
|
|
49
|
+
GetTypes,
|
|
50
|
+
GetTypesUnsafe,
|
|
39
51
|
IConnection,
|
|
40
52
|
ICriticalContainerError,
|
|
41
53
|
IDisposable,
|
|
@@ -96,8 +108,11 @@ export {
|
|
|
96
108
|
RunTransaction,
|
|
97
109
|
SchemaCompatibilityStatus,
|
|
98
110
|
SchemaFactory,
|
|
111
|
+
SchemaUnionToIntersection,
|
|
99
112
|
SharedObjectKind,
|
|
100
113
|
SharedTree,
|
|
114
|
+
StrictTypes,
|
|
115
|
+
StrictTypesUnsafe,
|
|
101
116
|
Tagged,
|
|
102
117
|
TelemetryBaseEventPropertyType,
|
|
103
118
|
TransactionConstraint,
|
package/lib/alpha.d.ts
CHANGED
|
@@ -21,6 +21,9 @@ export {
|
|
|
21
21
|
|
|
22
22
|
// @public APIs
|
|
23
23
|
AllowedTypes,
|
|
24
|
+
ApplyKindAssignment,
|
|
25
|
+
AssignableTreeFieldFromImplicitField,
|
|
26
|
+
AssignableTreeFieldFromImplicitFieldUnsafe,
|
|
24
27
|
AttachState,
|
|
25
28
|
CommitKind,
|
|
26
29
|
CommitMetadata,
|
|
@@ -28,6 +31,13 @@ export {
|
|
|
28
31
|
ConnectionStateType,
|
|
29
32
|
ContainerAttachProps,
|
|
30
33
|
ContainerSchema,
|
|
34
|
+
CustomTypes,
|
|
35
|
+
CustomizedSchemaTyping,
|
|
36
|
+
CustomizedTyping,
|
|
37
|
+
DefaultInsertableTreeNodeFromImplicitAllowedTypes,
|
|
38
|
+
DefaultInsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
39
|
+
DefaultTreeNodeFromImplicitAllowedTypes,
|
|
40
|
+
DefaultTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
31
41
|
ErasedType,
|
|
32
42
|
FieldKind,
|
|
33
43
|
FieldProps,
|
|
@@ -36,6 +46,8 @@ export {
|
|
|
36
46
|
FieldSchemaUnsafe,
|
|
37
47
|
FluidObject,
|
|
38
48
|
FluidObjectProviderKeys,
|
|
49
|
+
GetTypes,
|
|
50
|
+
GetTypesUnsafe,
|
|
39
51
|
IConnection,
|
|
40
52
|
ICriticalContainerError,
|
|
41
53
|
IDisposable,
|
|
@@ -96,8 +108,11 @@ export {
|
|
|
96
108
|
RunTransaction,
|
|
97
109
|
SchemaCompatibilityStatus,
|
|
98
110
|
SchemaFactory,
|
|
111
|
+
SchemaUnionToIntersection,
|
|
99
112
|
SharedObjectKind,
|
|
100
113
|
SharedTree,
|
|
114
|
+
StrictTypes,
|
|
115
|
+
StrictTypesUnsafe,
|
|
101
116
|
Tagged,
|
|
102
117
|
TelemetryBaseEventPropertyType,
|
|
103
118
|
TransactionConstraint,
|
|
@@ -142,7 +157,9 @@ export {
|
|
|
142
157
|
|
|
143
158
|
// @alpha APIs
|
|
144
159
|
BranchableTree,
|
|
160
|
+
Component,
|
|
145
161
|
ConciseTree,
|
|
162
|
+
Customizer,
|
|
146
163
|
EncodeOptions,
|
|
147
164
|
FactoryContent,
|
|
148
165
|
FactoryContentObject,
|
|
@@ -160,6 +177,7 @@ export {
|
|
|
160
177
|
InsertableField,
|
|
161
178
|
IsUnion,
|
|
162
179
|
JsonArrayNodeSchema,
|
|
180
|
+
JsonAsTree,
|
|
163
181
|
JsonCompatible,
|
|
164
182
|
JsonCompatibleObject,
|
|
165
183
|
JsonFieldSchema,
|
|
@@ -215,7 +233,9 @@ export {
|
|
|
215
233
|
configuredSharedTree,
|
|
216
234
|
createIdentifierIndex,
|
|
217
235
|
createSimpleTreeIndex,
|
|
236
|
+
customizeSchemaTyping,
|
|
218
237
|
enumFromStrings,
|
|
238
|
+
evaluateLazySchema,
|
|
219
239
|
extractPersistedSchema,
|
|
220
240
|
getBranch,
|
|
221
241
|
getJsonSchema,
|
package/lib/beta.d.ts
CHANGED
|
@@ -21,6 +21,9 @@ export {
|
|
|
21
21
|
|
|
22
22
|
// @public APIs
|
|
23
23
|
AllowedTypes,
|
|
24
|
+
ApplyKindAssignment,
|
|
25
|
+
AssignableTreeFieldFromImplicitField,
|
|
26
|
+
AssignableTreeFieldFromImplicitFieldUnsafe,
|
|
24
27
|
AttachState,
|
|
25
28
|
CommitKind,
|
|
26
29
|
CommitMetadata,
|
|
@@ -28,6 +31,13 @@ export {
|
|
|
28
31
|
ConnectionStateType,
|
|
29
32
|
ContainerAttachProps,
|
|
30
33
|
ContainerSchema,
|
|
34
|
+
CustomTypes,
|
|
35
|
+
CustomizedSchemaTyping,
|
|
36
|
+
CustomizedTyping,
|
|
37
|
+
DefaultInsertableTreeNodeFromImplicitAllowedTypes,
|
|
38
|
+
DefaultInsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
39
|
+
DefaultTreeNodeFromImplicitAllowedTypes,
|
|
40
|
+
DefaultTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
31
41
|
ErasedType,
|
|
32
42
|
FieldKind,
|
|
33
43
|
FieldProps,
|
|
@@ -36,6 +46,8 @@ export {
|
|
|
36
46
|
FieldSchemaUnsafe,
|
|
37
47
|
FluidObject,
|
|
38
48
|
FluidObjectProviderKeys,
|
|
49
|
+
GetTypes,
|
|
50
|
+
GetTypesUnsafe,
|
|
39
51
|
IConnection,
|
|
40
52
|
ICriticalContainerError,
|
|
41
53
|
IDisposable,
|
|
@@ -96,8 +108,11 @@ export {
|
|
|
96
108
|
RunTransaction,
|
|
97
109
|
SchemaCompatibilityStatus,
|
|
98
110
|
SchemaFactory,
|
|
111
|
+
SchemaUnionToIntersection,
|
|
99
112
|
SharedObjectKind,
|
|
100
113
|
SharedTree,
|
|
114
|
+
StrictTypes,
|
|
115
|
+
StrictTypesUnsafe,
|
|
101
116
|
Tagged,
|
|
102
117
|
TelemetryBaseEventPropertyType,
|
|
103
118
|
TransactionConstraint,
|
package/lib/legacy.d.ts
CHANGED
|
@@ -21,6 +21,9 @@ export {
|
|
|
21
21
|
|
|
22
22
|
// @public APIs
|
|
23
23
|
AllowedTypes,
|
|
24
|
+
ApplyKindAssignment,
|
|
25
|
+
AssignableTreeFieldFromImplicitField,
|
|
26
|
+
AssignableTreeFieldFromImplicitFieldUnsafe,
|
|
24
27
|
AttachState,
|
|
25
28
|
CommitKind,
|
|
26
29
|
CommitMetadata,
|
|
@@ -28,6 +31,13 @@ export {
|
|
|
28
31
|
ConnectionStateType,
|
|
29
32
|
ContainerAttachProps,
|
|
30
33
|
ContainerSchema,
|
|
34
|
+
CustomTypes,
|
|
35
|
+
CustomizedSchemaTyping,
|
|
36
|
+
CustomizedTyping,
|
|
37
|
+
DefaultInsertableTreeNodeFromImplicitAllowedTypes,
|
|
38
|
+
DefaultInsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
39
|
+
DefaultTreeNodeFromImplicitAllowedTypes,
|
|
40
|
+
DefaultTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
31
41
|
ErasedType,
|
|
32
42
|
FieldKind,
|
|
33
43
|
FieldProps,
|
|
@@ -36,6 +46,8 @@ export {
|
|
|
36
46
|
FieldSchemaUnsafe,
|
|
37
47
|
FluidObject,
|
|
38
48
|
FluidObjectProviderKeys,
|
|
49
|
+
GetTypes,
|
|
50
|
+
GetTypesUnsafe,
|
|
39
51
|
IConnection,
|
|
40
52
|
ICriticalContainerError,
|
|
41
53
|
IDisposable,
|
|
@@ -96,8 +108,11 @@ export {
|
|
|
96
108
|
RunTransaction,
|
|
97
109
|
SchemaCompatibilityStatus,
|
|
98
110
|
SchemaFactory,
|
|
111
|
+
SchemaUnionToIntersection,
|
|
99
112
|
SharedObjectKind,
|
|
100
113
|
SharedTree,
|
|
114
|
+
StrictTypes,
|
|
115
|
+
StrictTypesUnsafe,
|
|
101
116
|
Tagged,
|
|
102
117
|
TelemetryBaseEventPropertyType,
|
|
103
118
|
TransactionConstraint,
|
package/lib/public.d.ts
CHANGED
|
@@ -21,6 +21,9 @@ export {
|
|
|
21
21
|
|
|
22
22
|
// @public APIs
|
|
23
23
|
AllowedTypes,
|
|
24
|
+
ApplyKindAssignment,
|
|
25
|
+
AssignableTreeFieldFromImplicitField,
|
|
26
|
+
AssignableTreeFieldFromImplicitFieldUnsafe,
|
|
24
27
|
AttachState,
|
|
25
28
|
CommitKind,
|
|
26
29
|
CommitMetadata,
|
|
@@ -28,6 +31,13 @@ export {
|
|
|
28
31
|
ConnectionStateType,
|
|
29
32
|
ContainerAttachProps,
|
|
30
33
|
ContainerSchema,
|
|
34
|
+
CustomTypes,
|
|
35
|
+
CustomizedSchemaTyping,
|
|
36
|
+
CustomizedTyping,
|
|
37
|
+
DefaultInsertableTreeNodeFromImplicitAllowedTypes,
|
|
38
|
+
DefaultInsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
39
|
+
DefaultTreeNodeFromImplicitAllowedTypes,
|
|
40
|
+
DefaultTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
31
41
|
ErasedType,
|
|
32
42
|
FieldKind,
|
|
33
43
|
FieldProps,
|
|
@@ -36,6 +46,8 @@ export {
|
|
|
36
46
|
FieldSchemaUnsafe,
|
|
37
47
|
FluidObject,
|
|
38
48
|
FluidObjectProviderKeys,
|
|
49
|
+
GetTypes,
|
|
50
|
+
GetTypesUnsafe,
|
|
39
51
|
IConnection,
|
|
40
52
|
ICriticalContainerError,
|
|
41
53
|
IDisposable,
|
|
@@ -96,8 +108,11 @@ export {
|
|
|
96
108
|
RunTransaction,
|
|
97
109
|
SchemaCompatibilityStatus,
|
|
98
110
|
SchemaFactory,
|
|
111
|
+
SchemaUnionToIntersection,
|
|
99
112
|
SharedObjectKind,
|
|
100
113
|
SharedTree,
|
|
114
|
+
StrictTypes,
|
|
115
|
+
StrictTypesUnsafe,
|
|
101
116
|
Tagged,
|
|
102
117
|
TelemetryBaseEventPropertyType,
|
|
103
118
|
TransactionConstraint,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fluid-framework",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.23.0-325054",
|
|
4
4
|
"description": "The main entry point into Fluid Framework public packages",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -57,23 +57,23 @@
|
|
|
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/driver-definitions": "
|
|
64
|
-
"@fluidframework/fluid-static": "
|
|
65
|
-
"@fluidframework/map": "
|
|
66
|
-
"@fluidframework/runtime-utils": "
|
|
67
|
-
"@fluidframework/sequence": "
|
|
68
|
-
"@fluidframework/shared-object-base": "
|
|
69
|
-
"@fluidframework/tree": "
|
|
60
|
+
"@fluidframework/container-definitions": "2.23.0-325054",
|
|
61
|
+
"@fluidframework/container-loader": "2.23.0-325054",
|
|
62
|
+
"@fluidframework/core-interfaces": "2.23.0-325054",
|
|
63
|
+
"@fluidframework/driver-definitions": "2.23.0-325054",
|
|
64
|
+
"@fluidframework/fluid-static": "2.23.0-325054",
|
|
65
|
+
"@fluidframework/map": "2.23.0-325054",
|
|
66
|
+
"@fluidframework/runtime-utils": "2.23.0-325054",
|
|
67
|
+
"@fluidframework/sequence": "2.23.0-325054",
|
|
68
|
+
"@fluidframework/shared-object-base": "2.23.0-325054",
|
|
69
|
+
"@fluidframework/tree": "2.23.0-325054"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
73
73
|
"@biomejs/biome": "~1.9.3",
|
|
74
|
-
"@fluid-tools/build-cli": "^0.
|
|
74
|
+
"@fluid-tools/build-cli": "^0.54.0",
|
|
75
75
|
"@fluidframework/build-common": "^2.0.3",
|
|
76
|
-
"@fluidframework/build-tools": "^0.
|
|
76
|
+
"@fluidframework/build-tools": "^0.54.0",
|
|
77
77
|
"@fluidframework/eslint-config-fluid": "^5.7.3",
|
|
78
78
|
"@microsoft/api-extractor": "7.47.8",
|
|
79
79
|
"@types/node": "^18.19.0",
|