@fluidframework/runtime-definitions 0.57.2 → 0.58.1000
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 +80 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/runtime-definitions",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.58.1000",
|
|
4
4
|
"description": "Fluid Runtime definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": "https://github.com/microsoft/FluidFramework",
|
|
@@ -33,15 +33,15 @@
|
|
|
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.1000",
|
|
37
37
|
"@fluidframework/core-interfaces": "^0.42.0",
|
|
38
|
-
"@fluidframework/driver-definitions": "^0.
|
|
39
|
-
"@fluidframework/protocol-definitions": "^0.
|
|
38
|
+
"@fluidframework/driver-definitions": "^0.45.1000",
|
|
39
|
+
"@fluidframework/protocol-definitions": "^0.1027.1000",
|
|
40
40
|
"@types/node": "^14.18.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@fluidframework/build-common": "^0.23.0",
|
|
44
|
-
"@fluidframework/build-tools": "^0.2.
|
|
44
|
+
"@fluidframework/build-tools": "^0.2.54658",
|
|
45
45
|
"@fluidframework/eslint-config-fluid": "^0.26.0",
|
|
46
46
|
"@fluidframework/runtime-definitions-0.51.1": "npm:@fluidframework/runtime-definitions@0.51.1",
|
|
47
47
|
"@fluidframework/runtime-definitions-0.52.0": "npm:@fluidframework/runtime-definitions@0.52.0",
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"@fluidframework/runtime-definitions-0.54.0": "npm:@fluidframework/runtime-definitions@0.54.0",
|
|
50
50
|
"@fluidframework/runtime-definitions-0.55.0": "npm:@fluidframework/runtime-definitions@0.55.0",
|
|
51
51
|
"@fluidframework/runtime-definitions-0.56.0": "npm:@fluidframework/runtime-definitions@0.56.0",
|
|
52
|
+
"@fluidframework/runtime-definitions-0.57.0": "npm:@fluidframework/runtime-definitions@0.57.0",
|
|
52
53
|
"@microsoft/api-extractor": "^7.16.1",
|
|
53
54
|
"@rushstack/eslint-config": "^2.5.1",
|
|
54
55
|
"@typescript-eslint/eslint-plugin": "~5.9.0",
|
|
@@ -67,7 +68,7 @@
|
|
|
67
68
|
"typescript-formatter": "7.1.0"
|
|
68
69
|
},
|
|
69
70
|
"typeValidation": {
|
|
70
|
-
"version": "0.
|
|
71
|
+
"version": "0.58.0",
|
|
71
72
|
"broken": {
|
|
72
73
|
"0.51.1": {
|
|
73
74
|
"InterfaceDeclaration_IFluidDataStoreContextDetached": {
|
|
@@ -294,15 +295,85 @@
|
|
|
294
295
|
},
|
|
295
296
|
"0.56.0": {
|
|
296
297
|
"InterfaceDeclaration_IContainerRuntimeBase": {
|
|
297
|
-
"backCompat":
|
|
298
|
+
"backCompat": false,
|
|
299
|
+
"forwardCompat": false
|
|
300
|
+
},
|
|
301
|
+
"InterfaceDeclaration_IFluidDataStoreContext": {
|
|
302
|
+
"backCompat": false,
|
|
303
|
+
"forwardCompat": false
|
|
304
|
+
},
|
|
305
|
+
"InterfaceDeclaration_IFluidDataStoreContextDetached": {
|
|
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,
|
|
335
|
+
"forwardCompat": false
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
"0.57.0": {
|
|
339
|
+
"InterfaceDeclaration_IContainerRuntimeBase": {
|
|
340
|
+
"backCompat": false,
|
|
298
341
|
"forwardCompat": false
|
|
299
342
|
},
|
|
300
343
|
"InterfaceDeclaration_IFluidDataStoreContext": {
|
|
301
|
-
"backCompat":
|
|
344
|
+
"backCompat": false,
|
|
302
345
|
"forwardCompat": false
|
|
303
346
|
},
|
|
304
347
|
"InterfaceDeclaration_IFluidDataStoreContextDetached": {
|
|
305
|
-
"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,
|
|
306
377
|
"forwardCompat": false
|
|
307
378
|
}
|
|
308
379
|
}
|