fluid-framework 2.23.0-325054 → 2.30.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.
- package/CHANGELOG.md +38 -0
- package/api-report/fluid-framework.alpha.api.md +34 -146
- package/api-report/fluid-framework.beta.api.md +9 -101
- package/api-report/fluid-framework.legacy.alpha.api.md +9 -101
- package/api-report/fluid-framework.legacy.public.api.md +9 -101
- package/api-report/fluid-framework.public.api.md +9 -101
- package/dist/alpha.d.ts +5 -18
- package/dist/beta.d.ts +0 -15
- package/dist/legacy.d.ts +0 -15
- package/dist/public.d.ts +0 -15
- package/lib/alpha.d.ts +5 -18
- package/lib/beta.d.ts +0 -15
- package/lib/legacy.d.ts +0 -15
- package/lib/public.d.ts +0 -15
- package/package.json +11 -11
package/dist/beta.d.ts
CHANGED
|
@@ -21,9 +21,6 @@ export {
|
|
|
21
21
|
|
|
22
22
|
// @public APIs
|
|
23
23
|
AllowedTypes,
|
|
24
|
-
ApplyKindAssignment,
|
|
25
|
-
AssignableTreeFieldFromImplicitField,
|
|
26
|
-
AssignableTreeFieldFromImplicitFieldUnsafe,
|
|
27
24
|
AttachState,
|
|
28
25
|
CommitKind,
|
|
29
26
|
CommitMetadata,
|
|
@@ -31,13 +28,6 @@ export {
|
|
|
31
28
|
ConnectionStateType,
|
|
32
29
|
ContainerAttachProps,
|
|
33
30
|
ContainerSchema,
|
|
34
|
-
CustomTypes,
|
|
35
|
-
CustomizedSchemaTyping,
|
|
36
|
-
CustomizedTyping,
|
|
37
|
-
DefaultInsertableTreeNodeFromImplicitAllowedTypes,
|
|
38
|
-
DefaultInsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
39
|
-
DefaultTreeNodeFromImplicitAllowedTypes,
|
|
40
|
-
DefaultTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
41
31
|
ErasedType,
|
|
42
32
|
FieldKind,
|
|
43
33
|
FieldProps,
|
|
@@ -46,8 +36,6 @@ export {
|
|
|
46
36
|
FieldSchemaUnsafe,
|
|
47
37
|
FluidObject,
|
|
48
38
|
FluidObjectProviderKeys,
|
|
49
|
-
GetTypes,
|
|
50
|
-
GetTypesUnsafe,
|
|
51
39
|
IConnection,
|
|
52
40
|
ICriticalContainerError,
|
|
53
41
|
IDisposable,
|
|
@@ -108,11 +96,8 @@ export {
|
|
|
108
96
|
RunTransaction,
|
|
109
97
|
SchemaCompatibilityStatus,
|
|
110
98
|
SchemaFactory,
|
|
111
|
-
SchemaUnionToIntersection,
|
|
112
99
|
SharedObjectKind,
|
|
113
100
|
SharedTree,
|
|
114
|
-
StrictTypes,
|
|
115
|
-
StrictTypesUnsafe,
|
|
116
101
|
Tagged,
|
|
117
102
|
TelemetryBaseEventPropertyType,
|
|
118
103
|
TransactionConstraint,
|
package/dist/legacy.d.ts
CHANGED
|
@@ -21,9 +21,6 @@ export {
|
|
|
21
21
|
|
|
22
22
|
// @public APIs
|
|
23
23
|
AllowedTypes,
|
|
24
|
-
ApplyKindAssignment,
|
|
25
|
-
AssignableTreeFieldFromImplicitField,
|
|
26
|
-
AssignableTreeFieldFromImplicitFieldUnsafe,
|
|
27
24
|
AttachState,
|
|
28
25
|
CommitKind,
|
|
29
26
|
CommitMetadata,
|
|
@@ -31,13 +28,6 @@ export {
|
|
|
31
28
|
ConnectionStateType,
|
|
32
29
|
ContainerAttachProps,
|
|
33
30
|
ContainerSchema,
|
|
34
|
-
CustomTypes,
|
|
35
|
-
CustomizedSchemaTyping,
|
|
36
|
-
CustomizedTyping,
|
|
37
|
-
DefaultInsertableTreeNodeFromImplicitAllowedTypes,
|
|
38
|
-
DefaultInsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
39
|
-
DefaultTreeNodeFromImplicitAllowedTypes,
|
|
40
|
-
DefaultTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
41
31
|
ErasedType,
|
|
42
32
|
FieldKind,
|
|
43
33
|
FieldProps,
|
|
@@ -46,8 +36,6 @@ export {
|
|
|
46
36
|
FieldSchemaUnsafe,
|
|
47
37
|
FluidObject,
|
|
48
38
|
FluidObjectProviderKeys,
|
|
49
|
-
GetTypes,
|
|
50
|
-
GetTypesUnsafe,
|
|
51
39
|
IConnection,
|
|
52
40
|
ICriticalContainerError,
|
|
53
41
|
IDisposable,
|
|
@@ -108,11 +96,8 @@ export {
|
|
|
108
96
|
RunTransaction,
|
|
109
97
|
SchemaCompatibilityStatus,
|
|
110
98
|
SchemaFactory,
|
|
111
|
-
SchemaUnionToIntersection,
|
|
112
99
|
SharedObjectKind,
|
|
113
100
|
SharedTree,
|
|
114
|
-
StrictTypes,
|
|
115
|
-
StrictTypesUnsafe,
|
|
116
101
|
Tagged,
|
|
117
102
|
TelemetryBaseEventPropertyType,
|
|
118
103
|
TransactionConstraint,
|
package/dist/public.d.ts
CHANGED
|
@@ -21,9 +21,6 @@ export {
|
|
|
21
21
|
|
|
22
22
|
// @public APIs
|
|
23
23
|
AllowedTypes,
|
|
24
|
-
ApplyKindAssignment,
|
|
25
|
-
AssignableTreeFieldFromImplicitField,
|
|
26
|
-
AssignableTreeFieldFromImplicitFieldUnsafe,
|
|
27
24
|
AttachState,
|
|
28
25
|
CommitKind,
|
|
29
26
|
CommitMetadata,
|
|
@@ -31,13 +28,6 @@ export {
|
|
|
31
28
|
ConnectionStateType,
|
|
32
29
|
ContainerAttachProps,
|
|
33
30
|
ContainerSchema,
|
|
34
|
-
CustomTypes,
|
|
35
|
-
CustomizedSchemaTyping,
|
|
36
|
-
CustomizedTyping,
|
|
37
|
-
DefaultInsertableTreeNodeFromImplicitAllowedTypes,
|
|
38
|
-
DefaultInsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
39
|
-
DefaultTreeNodeFromImplicitAllowedTypes,
|
|
40
|
-
DefaultTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
41
31
|
ErasedType,
|
|
42
32
|
FieldKind,
|
|
43
33
|
FieldProps,
|
|
@@ -46,8 +36,6 @@ export {
|
|
|
46
36
|
FieldSchemaUnsafe,
|
|
47
37
|
FluidObject,
|
|
48
38
|
FluidObjectProviderKeys,
|
|
49
|
-
GetTypes,
|
|
50
|
-
GetTypesUnsafe,
|
|
51
39
|
IConnection,
|
|
52
40
|
ICriticalContainerError,
|
|
53
41
|
IDisposable,
|
|
@@ -108,11 +96,8 @@ export {
|
|
|
108
96
|
RunTransaction,
|
|
109
97
|
SchemaCompatibilityStatus,
|
|
110
98
|
SchemaFactory,
|
|
111
|
-
SchemaUnionToIntersection,
|
|
112
99
|
SharedObjectKind,
|
|
113
100
|
SharedTree,
|
|
114
|
-
StrictTypes,
|
|
115
|
-
StrictTypesUnsafe,
|
|
116
101
|
Tagged,
|
|
117
102
|
TelemetryBaseEventPropertyType,
|
|
118
103
|
TransactionConstraint,
|
package/lib/alpha.d.ts
CHANGED
|
@@ -21,9 +21,6 @@ export {
|
|
|
21
21
|
|
|
22
22
|
// @public APIs
|
|
23
23
|
AllowedTypes,
|
|
24
|
-
ApplyKindAssignment,
|
|
25
|
-
AssignableTreeFieldFromImplicitField,
|
|
26
|
-
AssignableTreeFieldFromImplicitFieldUnsafe,
|
|
27
24
|
AttachState,
|
|
28
25
|
CommitKind,
|
|
29
26
|
CommitMetadata,
|
|
@@ -31,13 +28,6 @@ export {
|
|
|
31
28
|
ConnectionStateType,
|
|
32
29
|
ContainerAttachProps,
|
|
33
30
|
ContainerSchema,
|
|
34
|
-
CustomTypes,
|
|
35
|
-
CustomizedSchemaTyping,
|
|
36
|
-
CustomizedTyping,
|
|
37
|
-
DefaultInsertableTreeNodeFromImplicitAllowedTypes,
|
|
38
|
-
DefaultInsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
39
|
-
DefaultTreeNodeFromImplicitAllowedTypes,
|
|
40
|
-
DefaultTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
41
31
|
ErasedType,
|
|
42
32
|
FieldKind,
|
|
43
33
|
FieldProps,
|
|
@@ -46,8 +36,6 @@ export {
|
|
|
46
36
|
FieldSchemaUnsafe,
|
|
47
37
|
FluidObject,
|
|
48
38
|
FluidObjectProviderKeys,
|
|
49
|
-
GetTypes,
|
|
50
|
-
GetTypesUnsafe,
|
|
51
39
|
IConnection,
|
|
52
40
|
ICriticalContainerError,
|
|
53
41
|
IDisposable,
|
|
@@ -108,11 +96,8 @@ export {
|
|
|
108
96
|
RunTransaction,
|
|
109
97
|
SchemaCompatibilityStatus,
|
|
110
98
|
SchemaFactory,
|
|
111
|
-
SchemaUnionToIntersection,
|
|
112
99
|
SharedObjectKind,
|
|
113
100
|
SharedTree,
|
|
114
|
-
StrictTypes,
|
|
115
|
-
StrictTypesUnsafe,
|
|
116
101
|
Tagged,
|
|
117
102
|
TelemetryBaseEventPropertyType,
|
|
118
103
|
TransactionConstraint,
|
|
@@ -157,9 +142,7 @@ export {
|
|
|
157
142
|
|
|
158
143
|
// @alpha APIs
|
|
159
144
|
BranchableTree,
|
|
160
|
-
Component,
|
|
161
145
|
ConciseTree,
|
|
162
|
-
Customizer,
|
|
163
146
|
EncodeOptions,
|
|
164
147
|
FactoryContent,
|
|
165
148
|
FactoryContentObject,
|
|
@@ -170,6 +153,7 @@ export {
|
|
|
170
153
|
ForestTypeExpensiveDebug,
|
|
171
154
|
ForestTypeOptimized,
|
|
172
155
|
ForestTypeReference,
|
|
156
|
+
HandleConverter,
|
|
173
157
|
ICodecOptions,
|
|
174
158
|
IdentifierIndex,
|
|
175
159
|
Insertable,
|
|
@@ -229,11 +213,11 @@ export {
|
|
|
229
213
|
VoidTransactionCallbackStatus,
|
|
230
214
|
adaptEnum,
|
|
231
215
|
asTreeViewAlpha,
|
|
216
|
+
cloneWithReplacements,
|
|
232
217
|
comparePersistedSchema,
|
|
233
218
|
configuredSharedTree,
|
|
234
219
|
createIdentifierIndex,
|
|
235
220
|
createSimpleTreeIndex,
|
|
236
|
-
customizeSchemaTyping,
|
|
237
221
|
enumFromStrings,
|
|
238
222
|
evaluateLazySchema,
|
|
239
223
|
extractPersistedSchema,
|
|
@@ -242,6 +226,9 @@ export {
|
|
|
242
226
|
independentInitializedView,
|
|
243
227
|
independentView,
|
|
244
228
|
noopValidator,
|
|
229
|
+
replaceConciseTreeHandles,
|
|
230
|
+
replaceHandles,
|
|
231
|
+
replaceVerboseTreeHandles,
|
|
245
232
|
singletonSchema,
|
|
246
233
|
typeboxValidator
|
|
247
234
|
} from "./index.js";
|
package/lib/beta.d.ts
CHANGED
|
@@ -21,9 +21,6 @@ export {
|
|
|
21
21
|
|
|
22
22
|
// @public APIs
|
|
23
23
|
AllowedTypes,
|
|
24
|
-
ApplyKindAssignment,
|
|
25
|
-
AssignableTreeFieldFromImplicitField,
|
|
26
|
-
AssignableTreeFieldFromImplicitFieldUnsafe,
|
|
27
24
|
AttachState,
|
|
28
25
|
CommitKind,
|
|
29
26
|
CommitMetadata,
|
|
@@ -31,13 +28,6 @@ export {
|
|
|
31
28
|
ConnectionStateType,
|
|
32
29
|
ContainerAttachProps,
|
|
33
30
|
ContainerSchema,
|
|
34
|
-
CustomTypes,
|
|
35
|
-
CustomizedSchemaTyping,
|
|
36
|
-
CustomizedTyping,
|
|
37
|
-
DefaultInsertableTreeNodeFromImplicitAllowedTypes,
|
|
38
|
-
DefaultInsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
39
|
-
DefaultTreeNodeFromImplicitAllowedTypes,
|
|
40
|
-
DefaultTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
41
31
|
ErasedType,
|
|
42
32
|
FieldKind,
|
|
43
33
|
FieldProps,
|
|
@@ -46,8 +36,6 @@ export {
|
|
|
46
36
|
FieldSchemaUnsafe,
|
|
47
37
|
FluidObject,
|
|
48
38
|
FluidObjectProviderKeys,
|
|
49
|
-
GetTypes,
|
|
50
|
-
GetTypesUnsafe,
|
|
51
39
|
IConnection,
|
|
52
40
|
ICriticalContainerError,
|
|
53
41
|
IDisposable,
|
|
@@ -108,11 +96,8 @@ export {
|
|
|
108
96
|
RunTransaction,
|
|
109
97
|
SchemaCompatibilityStatus,
|
|
110
98
|
SchemaFactory,
|
|
111
|
-
SchemaUnionToIntersection,
|
|
112
99
|
SharedObjectKind,
|
|
113
100
|
SharedTree,
|
|
114
|
-
StrictTypes,
|
|
115
|
-
StrictTypesUnsafe,
|
|
116
101
|
Tagged,
|
|
117
102
|
TelemetryBaseEventPropertyType,
|
|
118
103
|
TransactionConstraint,
|
package/lib/legacy.d.ts
CHANGED
|
@@ -21,9 +21,6 @@ export {
|
|
|
21
21
|
|
|
22
22
|
// @public APIs
|
|
23
23
|
AllowedTypes,
|
|
24
|
-
ApplyKindAssignment,
|
|
25
|
-
AssignableTreeFieldFromImplicitField,
|
|
26
|
-
AssignableTreeFieldFromImplicitFieldUnsafe,
|
|
27
24
|
AttachState,
|
|
28
25
|
CommitKind,
|
|
29
26
|
CommitMetadata,
|
|
@@ -31,13 +28,6 @@ export {
|
|
|
31
28
|
ConnectionStateType,
|
|
32
29
|
ContainerAttachProps,
|
|
33
30
|
ContainerSchema,
|
|
34
|
-
CustomTypes,
|
|
35
|
-
CustomizedSchemaTyping,
|
|
36
|
-
CustomizedTyping,
|
|
37
|
-
DefaultInsertableTreeNodeFromImplicitAllowedTypes,
|
|
38
|
-
DefaultInsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
39
|
-
DefaultTreeNodeFromImplicitAllowedTypes,
|
|
40
|
-
DefaultTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
41
31
|
ErasedType,
|
|
42
32
|
FieldKind,
|
|
43
33
|
FieldProps,
|
|
@@ -46,8 +36,6 @@ export {
|
|
|
46
36
|
FieldSchemaUnsafe,
|
|
47
37
|
FluidObject,
|
|
48
38
|
FluidObjectProviderKeys,
|
|
49
|
-
GetTypes,
|
|
50
|
-
GetTypesUnsafe,
|
|
51
39
|
IConnection,
|
|
52
40
|
ICriticalContainerError,
|
|
53
41
|
IDisposable,
|
|
@@ -108,11 +96,8 @@ export {
|
|
|
108
96
|
RunTransaction,
|
|
109
97
|
SchemaCompatibilityStatus,
|
|
110
98
|
SchemaFactory,
|
|
111
|
-
SchemaUnionToIntersection,
|
|
112
99
|
SharedObjectKind,
|
|
113
100
|
SharedTree,
|
|
114
|
-
StrictTypes,
|
|
115
|
-
StrictTypesUnsafe,
|
|
116
101
|
Tagged,
|
|
117
102
|
TelemetryBaseEventPropertyType,
|
|
118
103
|
TransactionConstraint,
|
package/lib/public.d.ts
CHANGED
|
@@ -21,9 +21,6 @@ export {
|
|
|
21
21
|
|
|
22
22
|
// @public APIs
|
|
23
23
|
AllowedTypes,
|
|
24
|
-
ApplyKindAssignment,
|
|
25
|
-
AssignableTreeFieldFromImplicitField,
|
|
26
|
-
AssignableTreeFieldFromImplicitFieldUnsafe,
|
|
27
24
|
AttachState,
|
|
28
25
|
CommitKind,
|
|
29
26
|
CommitMetadata,
|
|
@@ -31,13 +28,6 @@ export {
|
|
|
31
28
|
ConnectionStateType,
|
|
32
29
|
ContainerAttachProps,
|
|
33
30
|
ContainerSchema,
|
|
34
|
-
CustomTypes,
|
|
35
|
-
CustomizedSchemaTyping,
|
|
36
|
-
CustomizedTyping,
|
|
37
|
-
DefaultInsertableTreeNodeFromImplicitAllowedTypes,
|
|
38
|
-
DefaultInsertableTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
39
|
-
DefaultTreeNodeFromImplicitAllowedTypes,
|
|
40
|
-
DefaultTreeNodeFromImplicitAllowedTypesUnsafe,
|
|
41
31
|
ErasedType,
|
|
42
32
|
FieldKind,
|
|
43
33
|
FieldProps,
|
|
@@ -46,8 +36,6 @@ export {
|
|
|
46
36
|
FieldSchemaUnsafe,
|
|
47
37
|
FluidObject,
|
|
48
38
|
FluidObjectProviderKeys,
|
|
49
|
-
GetTypes,
|
|
50
|
-
GetTypesUnsafe,
|
|
51
39
|
IConnection,
|
|
52
40
|
ICriticalContainerError,
|
|
53
41
|
IDisposable,
|
|
@@ -108,11 +96,8 @@ export {
|
|
|
108
96
|
RunTransaction,
|
|
109
97
|
SchemaCompatibilityStatus,
|
|
110
98
|
SchemaFactory,
|
|
111
|
-
SchemaUnionToIntersection,
|
|
112
99
|
SharedObjectKind,
|
|
113
100
|
SharedTree,
|
|
114
|
-
StrictTypes,
|
|
115
|
-
StrictTypesUnsafe,
|
|
116
101
|
Tagged,
|
|
117
102
|
TelemetryBaseEventPropertyType,
|
|
118
103
|
TransactionConstraint,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fluid-framework",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.30.0",
|
|
4
4
|
"description": "The main entry point into Fluid Framework public packages",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -57,16 +57,16 @@
|
|
|
57
57
|
"main": "lib/index.js",
|
|
58
58
|
"types": "lib/public.d.ts",
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@fluidframework/container-definitions": "2.
|
|
61
|
-
"@fluidframework/container-loader": "2.
|
|
62
|
-
"@fluidframework/core-interfaces": "2.
|
|
63
|
-
"@fluidframework/driver-definitions": "2.
|
|
64
|
-
"@fluidframework/fluid-static": "2.
|
|
65
|
-
"@fluidframework/map": "2.
|
|
66
|
-
"@fluidframework/runtime-utils": "2.
|
|
67
|
-
"@fluidframework/sequence": "2.
|
|
68
|
-
"@fluidframework/shared-object-base": "2.
|
|
69
|
-
"@fluidframework/tree": "2.
|
|
60
|
+
"@fluidframework/container-definitions": "~2.30.0",
|
|
61
|
+
"@fluidframework/container-loader": "~2.30.0",
|
|
62
|
+
"@fluidframework/core-interfaces": "~2.30.0",
|
|
63
|
+
"@fluidframework/driver-definitions": "~2.30.0",
|
|
64
|
+
"@fluidframework/fluid-static": "~2.30.0",
|
|
65
|
+
"@fluidframework/map": "~2.30.0",
|
|
66
|
+
"@fluidframework/runtime-utils": "~2.30.0",
|
|
67
|
+
"@fluidframework/sequence": "~2.30.0",
|
|
68
|
+
"@fluidframework/shared-object-base": "~2.30.0",
|
|
69
|
+
"@fluidframework/tree": "~2.30.0"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@arethetypeswrong/cli": "^0.17.1",
|