@fluidframework/runtime-definitions 2.0.0-internal.2.0.0 → 2.0.0-internal.2.0.2

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 +7 -31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/runtime-definitions",
3
- "version": "2.0.0-internal.2.0.0",
3
+ "version": "2.0.0-internal.2.0.2",
4
4
  "description": "Fluid Runtime definitions",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -34,9 +34,9 @@
34
34
  "dependencies": {
35
35
  "@fluidframework/common-definitions": "^0.20.1",
36
36
  "@fluidframework/common-utils": "^1.0.0",
37
- "@fluidframework/container-definitions": "^2.0.0-internal.2.0.0",
38
- "@fluidframework/core-interfaces": "^2.0.0-internal.2.0.0",
39
- "@fluidframework/driver-definitions": "^2.0.0-internal.2.0.0",
37
+ "@fluidframework/container-definitions": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
38
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
39
+ "@fluidframework/driver-definitions": ">=2.0.0-internal.2.0.2 <2.0.0-internal.3.0.0",
40
40
  "@fluidframework/protocol-definitions": "^1.1.0",
41
41
  "@types/node": "^14.18.0"
42
42
  },
@@ -44,7 +44,7 @@
44
44
  "@fluidframework/build-common": "^1.0.0",
45
45
  "@fluidframework/build-tools": "^0.4.6000",
46
46
  "@fluidframework/eslint-config-fluid": "^1.0.0",
47
- "@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@>=2.0.0-internal.1.4.0 <2.0.0-internal.2.0.0",
47
+ "@fluidframework/runtime-definitions-previous": "npm:@fluidframework/runtime-definitions@2.0.0-internal.2.0.0",
48
48
  "@microsoft/api-extractor": "^7.22.2",
49
49
  "@rushstack/eslint-config": "^2.5.1",
50
50
  "concurrently": "^6.2.0",
@@ -55,31 +55,7 @@
55
55
  "typescript-formatter": "7.1.0"
56
56
  },
57
57
  "typeValidation": {
58
- "version": "2.0.0",
59
- "broken": {
60
- "InterfaceDeclaration_IFluidDataStoreContext": {
61
- "backCompat": false,
62
- "forwardCompat": false
63
- },
64
- "InterfaceDeclaration_IFluidDataStoreContextDetached": {
65
- "backCompat": false,
66
- "forwardCompat": false
67
- },
68
- "InterfaceDeclaration_IContainerRuntimeBase": {
69
- "backCompat": false
70
- },
71
- "RemovedTypeAliasDeclaration_IGarbageCollectionSummaryDetails": {
72
- "backCompat": false,
73
- "forwardCompat": false
74
- },
75
- "InterfaceDeclaration_ISummarizerNode": {
76
- "backCompat": false,
77
- "forwardCompat": false
78
- },
79
- "InterfaceDeclaration_ISummarizerNodeWithGC": {
80
- "backCompat": false,
81
- "forwardCompat": false
82
- }
83
- }
58
+ "version": "2.0.0-internal.2.0.1",
59
+ "broken": {}
84
60
  }
85
61
  }