@fluidframework/container-definitions 2.0.0-internal.4.0.0 → 2.0.0-internal.4.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 +5 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/container-definitions",
3
- "version": "2.0.0-internal.4.0.0",
3
+ "version": "2.0.0-internal.4.0.2",
4
4
  "description": "Fluid container definitions",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -16,8 +16,8 @@
16
16
  "types": "dist/index.d.ts",
17
17
  "dependencies": {
18
18
  "@fluidframework/common-definitions": "^0.20.1",
19
- "@fluidframework/core-interfaces": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0",
20
- "@fluidframework/driver-definitions": ">=2.0.0-internal.4.0.0 <2.0.0-internal.5.0.0",
19
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.4.0.2 <2.0.0-internal.5.0.0",
20
+ "@fluidframework/driver-definitions": ">=2.0.0-internal.4.0.2 <2.0.0-internal.5.0.0",
21
21
  "@fluidframework/protocol-definitions": "^1.1.0",
22
22
  "events": "^3.1.0"
23
23
  },
@@ -25,7 +25,7 @@
25
25
  "@fluid-tools/build-cli": "^0.13.0",
26
26
  "@fluidframework/build-common": "^1.1.0",
27
27
  "@fluidframework/build-tools": "^0.13.0",
28
- "@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.0.0-internal.3.2.0",
28
+ "@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.0.0-internal.4.0.0",
29
29
  "@fluidframework/eslint-config-fluid": "^2.0.0",
30
30
  "@microsoft/api-extractor": "^7.34.4",
31
31
  "@types/events": "^3.0.0",
@@ -37,23 +37,7 @@
37
37
  "typescript": "~4.5.5"
38
38
  },
39
39
  "typeValidation": {
40
- "broken": {
41
- "InterfaceDeclaration_IConnectionDetails": {
42
- "backCompat": false
43
- },
44
- "RemovedVariableDeclaration_IFluidTokenProvider": {
45
- "backCompat": false,
46
- "forwardCompat": false
47
- },
48
- "RemovedInterfaceDeclaration_IFluidTokenProvider": {
49
- "backCompat": false,
50
- "forwardCompat": false
51
- },
52
- "RemovedInterfaceDeclaration_IProvideFluidTokenProvider": {
53
- "backCompat": false,
54
- "forwardCompat": false
55
- }
56
- }
40
+ "broken": {}
57
41
  },
58
42
  "scripts": {
59
43
  "build": "concurrently npm:build:compile npm:lint && npm run build:docs",