@fluidframework/runtime-definitions 0.58.0-55561 → 0.58.0-55983
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/package.json +65 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/runtime-definitions",
|
|
3
|
-
"version": "0.58.0-
|
|
3
|
+
"version": "0.58.0-55983",
|
|
4
4
|
"description": "Fluid Runtime definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": "https://github.com/microsoft/FluidFramework",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@fluidframework/common-definitions": "^0.20.1",
|
|
35
35
|
"@fluidframework/common-utils": "^0.32.1",
|
|
36
|
-
"@fluidframework/container-definitions": "^0.
|
|
36
|
+
"@fluidframework/container-definitions": "^0.47.0-0",
|
|
37
37
|
"@fluidframework/core-interfaces": "^0.42.0",
|
|
38
38
|
"@fluidframework/driver-definitions": "^0.45.0-0",
|
|
39
|
-
"@fluidframework/protocol-definitions": "^0.
|
|
39
|
+
"@fluidframework/protocol-definitions": "^0.1027.0-0",
|
|
40
40
|
"@types/node": "^14.18.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
@@ -295,29 +295,85 @@
|
|
|
295
295
|
},
|
|
296
296
|
"0.56.0": {
|
|
297
297
|
"InterfaceDeclaration_IContainerRuntimeBase": {
|
|
298
|
-
"backCompat":
|
|
298
|
+
"backCompat": false,
|
|
299
299
|
"forwardCompat": false
|
|
300
300
|
},
|
|
301
301
|
"InterfaceDeclaration_IFluidDataStoreContext": {
|
|
302
|
-
"backCompat":
|
|
302
|
+
"backCompat": false,
|
|
303
303
|
"forwardCompat": false
|
|
304
304
|
},
|
|
305
305
|
"InterfaceDeclaration_IFluidDataStoreContextDetached": {
|
|
306
|
-
"backCompat":
|
|
306
|
+
"backCompat": false,
|
|
307
|
+
"forwardCompat": false
|
|
308
|
+
},
|
|
309
|
+
"TypeAliasDeclaration_FluidDataStoreRegistryEntry": {
|
|
310
|
+
"backCompat": false,
|
|
311
|
+
"forwardCompat": false
|
|
312
|
+
},
|
|
313
|
+
"InterfaceDeclaration_IFluidDataStoreFactory": {
|
|
314
|
+
"backCompat": false,
|
|
315
|
+
"forwardCompat": false
|
|
316
|
+
},
|
|
317
|
+
"InterfaceDeclaration_IFluidDataStoreRegistry": {
|
|
318
|
+
"backCompat": false,
|
|
319
|
+
"forwardCompat": false
|
|
320
|
+
},
|
|
321
|
+
"InterfaceDeclaration_IProvideFluidDataStoreFactory": {
|
|
322
|
+
"backCompat": false,
|
|
323
|
+
"forwardCompat": false
|
|
324
|
+
},
|
|
325
|
+
"InterfaceDeclaration_IProvideFluidDataStoreRegistry": {
|
|
326
|
+
"backCompat": false,
|
|
327
|
+
"forwardCompat": false
|
|
328
|
+
},
|
|
329
|
+
"TypeAliasDeclaration_NamedFluidDataStoreRegistryEntries": {
|
|
330
|
+
"backCompat": false,
|
|
331
|
+
"forwardCompat": false
|
|
332
|
+
},
|
|
333
|
+
"TypeAliasDeclaration_NamedFluidDataStoreRegistryEntry": {
|
|
334
|
+
"backCompat": false,
|
|
307
335
|
"forwardCompat": false
|
|
308
336
|
}
|
|
309
337
|
},
|
|
310
338
|
"0.57.0": {
|
|
311
339
|
"InterfaceDeclaration_IContainerRuntimeBase": {
|
|
312
|
-
"backCompat":
|
|
340
|
+
"backCompat": false,
|
|
313
341
|
"forwardCompat": false
|
|
314
342
|
},
|
|
315
343
|
"InterfaceDeclaration_IFluidDataStoreContext": {
|
|
316
|
-
"backCompat":
|
|
344
|
+
"backCompat": false,
|
|
317
345
|
"forwardCompat": false
|
|
318
346
|
},
|
|
319
347
|
"InterfaceDeclaration_IFluidDataStoreContextDetached": {
|
|
320
|
-
"backCompat":
|
|
348
|
+
"backCompat": false,
|
|
349
|
+
"forwardCompat": false
|
|
350
|
+
},
|
|
351
|
+
"TypeAliasDeclaration_FluidDataStoreRegistryEntry": {
|
|
352
|
+
"backCompat": false,
|
|
353
|
+
"forwardCompat": false
|
|
354
|
+
},
|
|
355
|
+
"InterfaceDeclaration_IFluidDataStoreFactory": {
|
|
356
|
+
"backCompat": false,
|
|
357
|
+
"forwardCompat": false
|
|
358
|
+
},
|
|
359
|
+
"InterfaceDeclaration_IFluidDataStoreRegistry": {
|
|
360
|
+
"backCompat": false,
|
|
361
|
+
"forwardCompat": false
|
|
362
|
+
},
|
|
363
|
+
"InterfaceDeclaration_IProvideFluidDataStoreFactory": {
|
|
364
|
+
"backCompat": false,
|
|
365
|
+
"forwardCompat": false
|
|
366
|
+
},
|
|
367
|
+
"InterfaceDeclaration_IProvideFluidDataStoreRegistry": {
|
|
368
|
+
"backCompat": false,
|
|
369
|
+
"forwardCompat": false
|
|
370
|
+
},
|
|
371
|
+
"TypeAliasDeclaration_NamedFluidDataStoreRegistryEntries": {
|
|
372
|
+
"backCompat": false,
|
|
373
|
+
"forwardCompat": false
|
|
374
|
+
},
|
|
375
|
+
"TypeAliasDeclaration_NamedFluidDataStoreRegistryEntry": {
|
|
376
|
+
"backCompat": false,
|
|
321
377
|
"forwardCompat": false
|
|
322
378
|
}
|
|
323
379
|
}
|