@fluidframework/runtime-definitions 0.57.1 → 0.58.0-55561

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.
Files changed (1) hide show
  1. package/package.json +21 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/runtime-definitions",
3
- "version": "0.57.1",
3
+ "version": "0.58.0-55561",
4
4
  "description": "Fluid Runtime definitions",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": "https://github.com/microsoft/FluidFramework",
@@ -33,22 +33,23 @@
33
33
  "dependencies": {
34
34
  "@fluidframework/common-definitions": "^0.20.1",
35
35
  "@fluidframework/common-utils": "^0.32.1",
36
- "@fluidframework/container-definitions": "^0.46.0",
36
+ "@fluidframework/container-definitions": "^0.46.0-0",
37
37
  "@fluidframework/core-interfaces": "^0.42.0",
38
- "@fluidframework/driver-definitions": "^0.44.0",
38
+ "@fluidframework/driver-definitions": "^0.45.0-0",
39
39
  "@fluidframework/protocol-definitions": "^0.1026.0",
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.49276",
45
- "@fluidframework/eslint-config-fluid": "^0.26.0",
44
+ "@fluidframework/build-tools": "^0.2.54658",
45
+ "@fluidframework/eslint-config-fluid": "^0.26.0-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",
48
48
  "@fluidframework/runtime-definitions-0.53.0": "npm:@fluidframework/runtime-definitions@0.53.0",
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.57.0",
71
+ "version": "0.58.0",
71
72
  "broken": {
72
73
  "0.51.1": {
73
74
  "InterfaceDeclaration_IFluidDataStoreContextDetached": {
@@ -305,6 +306,20 @@
305
306
  "backCompat": true,
306
307
  "forwardCompat": false
307
308
  }
309
+ },
310
+ "0.57.0": {
311
+ "InterfaceDeclaration_IContainerRuntimeBase": {
312
+ "backCompat": true,
313
+ "forwardCompat": false
314
+ },
315
+ "InterfaceDeclaration_IFluidDataStoreContext": {
316
+ "backCompat": true,
317
+ "forwardCompat": false
318
+ },
319
+ "InterfaceDeclaration_IFluidDataStoreContextDetached": {
320
+ "backCompat": true,
321
+ "forwardCompat": false
322
+ }
308
323
  }
309
324
  }
310
325
  }