fluid-framework 2.81.1 → 2.83.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 +168 -0
- package/api-report/fluid-framework.alpha.api.md +79 -43
- package/api-report/fluid-framework.beta.api.md +164 -3
- package/api-report/fluid-framework.legacy.beta.api.md +164 -3
- package/api-report/fluid-framework.legacy.public.api.md +2 -1
- package/api-report/fluid-framework.public.api.md +2 -1
- package/dist/alpha.d.ts +10 -4
- package/dist/beta.d.ts +4 -0
- package/dist/legacy.d.ts +4 -0
- package/eslint.config.mts +1 -12
- package/lib/alpha.d.ts +10 -4
- package/lib/beta.d.ts +4 -0
- package/lib/legacy.d.ts +4 -0
- package/package.json +14 -14
- package/api-extractor-lint.json +0 -4
- package/biome.jsonc +0 -4
package/lib/alpha.d.ts
CHANGED
|
@@ -149,8 +149,10 @@ export {
|
|
|
149
149
|
AnnotatedAllowedTypeUnsafe,
|
|
150
150
|
AnnotatedAllowedTypes,
|
|
151
151
|
AnnotatedAllowedTypesUnsafe,
|
|
152
|
+
CodecWriteOptionsBeta,
|
|
152
153
|
ConciseTree,
|
|
153
154
|
ErasedBaseType,
|
|
155
|
+
ExtensibleUnionNode,
|
|
154
156
|
FixRecursiveArraySchema,
|
|
155
157
|
FluidSerializableAsTree,
|
|
156
158
|
ForestOptions,
|
|
@@ -169,6 +171,8 @@ export {
|
|
|
169
171
|
SchemaStaticsBeta,
|
|
170
172
|
SchemaUpgrade,
|
|
171
173
|
SharedTreeOptionsBeta,
|
|
174
|
+
System_TableSchema,
|
|
175
|
+
TableSchema,
|
|
172
176
|
TreeBeta,
|
|
173
177
|
TreeBranch,
|
|
174
178
|
TreeChangeEventsBeta,
|
|
@@ -194,10 +198,12 @@ export {
|
|
|
194
198
|
ArrayNodeCustomizableSchemaUnsafe,
|
|
195
199
|
ArrayNodePojoEmulationSchema,
|
|
196
200
|
ArrayNodeSchema,
|
|
201
|
+
ArrayPlaceAnchor,
|
|
197
202
|
BranchableTree,
|
|
198
203
|
ChangeMetadata,
|
|
199
204
|
CodecName,
|
|
200
205
|
CodecWriteOptions,
|
|
206
|
+
CreateIndependentTreeAlphaOptions,
|
|
201
207
|
DirtyTreeMap,
|
|
202
208
|
DirtyTreeStatus,
|
|
203
209
|
FactoryContent,
|
|
@@ -215,6 +221,7 @@ export {
|
|
|
215
221
|
ITreeAlpha,
|
|
216
222
|
IdentifierIndex,
|
|
217
223
|
IncrementalEncodingPolicy,
|
|
224
|
+
IndependentViewOptions,
|
|
218
225
|
Insertable,
|
|
219
226
|
InsertableContent,
|
|
220
227
|
InsertableField,
|
|
@@ -255,7 +262,6 @@ export {
|
|
|
255
262
|
RevertibleAlpha,
|
|
256
263
|
RevertibleAlphaFactory,
|
|
257
264
|
RunTransactionParams,
|
|
258
|
-
SchemaCompatibilitySnapshotsOptions,
|
|
259
265
|
SchemaFactoryAlpha,
|
|
260
266
|
SchemaType,
|
|
261
267
|
SharedTreeFormatOptions,
|
|
@@ -273,8 +279,7 @@ export {
|
|
|
273
279
|
SimpleTreeIndex,
|
|
274
280
|
SimpleTreeSchema,
|
|
275
281
|
SnapshotFileSystem,
|
|
276
|
-
|
|
277
|
-
TableSchema,
|
|
282
|
+
SnapshotSchemaCompatibilityOptions,
|
|
278
283
|
TransactionCallbackStatus,
|
|
279
284
|
TransactionConstraintAlpha,
|
|
280
285
|
TransactionResult,
|
|
@@ -305,12 +310,12 @@ export {
|
|
|
305
310
|
asAlpha,
|
|
306
311
|
asTreeViewAlpha,
|
|
307
312
|
checkCompatibility,
|
|
308
|
-
checkSchemaCompatibilitySnapshots,
|
|
309
313
|
cloneWithReplacements,
|
|
310
314
|
comparePersistedSchema,
|
|
311
315
|
configuredSharedTree,
|
|
312
316
|
configuredSharedTreeAlpha,
|
|
313
317
|
contentSchemaSymbol,
|
|
318
|
+
createArrayInsertionAnchor,
|
|
314
319
|
createIdentifierIndex,
|
|
315
320
|
createIndependentTreeAlpha,
|
|
316
321
|
createSimpleTreeIndex,
|
|
@@ -336,6 +341,7 @@ export {
|
|
|
336
341
|
replaceConciseTreeHandles,
|
|
337
342
|
replaceHandles,
|
|
338
343
|
replaceVerboseTreeHandles,
|
|
344
|
+
snapshotSchemaCompatibility,
|
|
339
345
|
trackDirtyNodes
|
|
340
346
|
// #endregion
|
|
341
347
|
} from "./index.js";
|
package/lib/beta.d.ts
CHANGED
|
@@ -149,8 +149,10 @@ export {
|
|
|
149
149
|
AnnotatedAllowedTypeUnsafe,
|
|
150
150
|
AnnotatedAllowedTypes,
|
|
151
151
|
AnnotatedAllowedTypesUnsafe,
|
|
152
|
+
CodecWriteOptionsBeta,
|
|
152
153
|
ConciseTree,
|
|
153
154
|
ErasedBaseType,
|
|
155
|
+
ExtensibleUnionNode,
|
|
154
156
|
FixRecursiveArraySchema,
|
|
155
157
|
FluidSerializableAsTree,
|
|
156
158
|
ForestOptions,
|
|
@@ -169,6 +171,8 @@ export {
|
|
|
169
171
|
SchemaStaticsBeta,
|
|
170
172
|
SchemaUpgrade,
|
|
171
173
|
SharedTreeOptionsBeta,
|
|
174
|
+
System_TableSchema,
|
|
175
|
+
TableSchema,
|
|
172
176
|
TreeBeta,
|
|
173
177
|
TreeBranch,
|
|
174
178
|
TreeChangeEventsBeta,
|
package/lib/legacy.d.ts
CHANGED
|
@@ -156,8 +156,10 @@ export {
|
|
|
156
156
|
AnnotatedAllowedTypeUnsafe,
|
|
157
157
|
AnnotatedAllowedTypes,
|
|
158
158
|
AnnotatedAllowedTypesUnsafe,
|
|
159
|
+
CodecWriteOptionsBeta,
|
|
159
160
|
ConciseTree,
|
|
160
161
|
ErasedBaseType,
|
|
162
|
+
ExtensibleUnionNode,
|
|
161
163
|
FixRecursiveArraySchema,
|
|
162
164
|
FluidSerializableAsTree,
|
|
163
165
|
ForestOptions,
|
|
@@ -176,6 +178,8 @@ export {
|
|
|
176
178
|
SchemaStaticsBeta,
|
|
177
179
|
SchemaUpgrade,
|
|
178
180
|
SharedTreeOptionsBeta,
|
|
181
|
+
System_TableSchema,
|
|
182
|
+
TableSchema,
|
|
179
183
|
TreeBeta,
|
|
180
184
|
TreeBranch,
|
|
181
185
|
TreeChangeEventsBeta,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fluid-framework",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.83.0",
|
|
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
|
-
"@fluidframework/container-loader": "~2.
|
|
62
|
-
"@fluidframework/core-interfaces": "~2.
|
|
63
|
-
"@fluidframework/core-utils": "~2.
|
|
64
|
-
"@fluidframework/driver-definitions": "~2.
|
|
65
|
-
"@fluidframework/fluid-static": "~2.
|
|
66
|
-
"@fluidframework/map": "~2.
|
|
67
|
-
"@fluidframework/runtime-utils": "~2.
|
|
68
|
-
"@fluidframework/sequence": "~2.
|
|
69
|
-
"@fluidframework/shared-object-base": "~2.
|
|
70
|
-
"@fluidframework/tree": "~2.
|
|
60
|
+
"@fluidframework/container-definitions": "~2.83.0",
|
|
61
|
+
"@fluidframework/container-loader": "~2.83.0",
|
|
62
|
+
"@fluidframework/core-interfaces": "~2.83.0",
|
|
63
|
+
"@fluidframework/core-utils": "~2.83.0",
|
|
64
|
+
"@fluidframework/driver-definitions": "~2.83.0",
|
|
65
|
+
"@fluidframework/fluid-static": "~2.83.0",
|
|
66
|
+
"@fluidframework/map": "~2.83.0",
|
|
67
|
+
"@fluidframework/runtime-utils": "~2.83.0",
|
|
68
|
+
"@fluidframework/sequence": "~2.83.0",
|
|
69
|
+
"@fluidframework/shared-object-base": "~2.83.0",
|
|
70
|
+
"@fluidframework/tree": "~2.83.0"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@arethetypeswrong/cli": "^0.18.2",
|
|
@@ -75,9 +75,9 @@
|
|
|
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": "~2.
|
|
78
|
+
"@fluidframework/eslint-config-fluid": "~2.83.0",
|
|
79
79
|
"@microsoft/api-extractor": "7.52.11",
|
|
80
|
-
"@types/node": "
|
|
80
|
+
"@types/node": "~20.19.30",
|
|
81
81
|
"concurrently": "^9.2.1",
|
|
82
82
|
"copyfiles": "^2.4.1",
|
|
83
83
|
"eslint": "~9.39.1",
|
package/api-extractor-lint.json
DELETED
package/biome.jsonc
DELETED