@fluidframework/container-definitions 2.0.0-internal.6.0.0 → 2.0.0-internal.6.1.0

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 (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +7 -35
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/container-definitions
2
2
 
3
+ ## 2.0.0-internal.6.1.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.0.0-internal.6.0.0
4
8
 
5
9
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/container-definitions",
3
- "version": "2.0.0-internal.6.0.0",
3
+ "version": "2.0.0-internal.6.1.0",
4
4
  "description": "Fluid container definitions",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -16,16 +16,16 @@
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.6.0.0 <2.0.0-internal.6.1.0",
20
- "@fluidframework/driver-definitions": ">=2.0.0-internal.6.0.0 <2.0.0-internal.6.1.0",
19
+ "@fluidframework/core-interfaces": ">=2.0.0-internal.6.1.0 <2.0.0-internal.6.2.0",
20
+ "@fluidframework/driver-definitions": ">=2.0.0-internal.6.1.0 <2.0.0-internal.6.2.0",
21
21
  "@fluidframework/protocol-definitions": "^1.1.0",
22
22
  "events": "^3.1.0"
23
23
  },
24
24
  "devDependencies": {
25
- "@fluid-tools/build-cli": "^0.21.0",
25
+ "@fluid-tools/build-cli": "^0.22.0",
26
26
  "@fluidframework/build-common": "^2.0.0",
27
- "@fluidframework/build-tools": "^0.21.0",
28
- "@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.0.0-internal.5.2.0",
27
+ "@fluidframework/build-tools": "^0.22.0",
28
+ "@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.0.0-internal.6.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",
@@ -38,35 +38,7 @@
38
38
  "typescript": "~4.5.5"
39
39
  },
40
40
  "typeValidation": {
41
- "broken": {
42
- "InterfaceDeclaration_IContainerContext": {
43
- "backCompat": false
44
- },
45
- "RemovedInterfaceDeclaration_IConnectionDetailsInternal": {
46
- "backCompat": false,
47
- "forwardCompat": false
48
- },
49
- "RemovedInterfaceDeclaration_IDeltaHandlerStrategy": {
50
- "backCompat": false,
51
- "forwardCompat": false
52
- },
53
- "InterfaceDeclaration_ILoaderHeader": {
54
- "backCompat": false
55
- },
56
- "InterfaceDeclaration_IContainerLoadMode": {
57
- "backCompat": false
58
- },
59
- "InterfaceDeclaration_IContainer": {
60
- "backCompat": false
61
- },
62
- "InterfaceDeclaration_IDeltaManager": {
63
- "backCompat": false
64
- },
65
- "RemovedInterfaceDeclaration_ICodeAllowList": {
66
- "backCompat": false,
67
- "forwardCompat": false
68
- }
69
- }
41
+ "broken": {}
70
42
  },
71
43
  "scripts": {
72
44
  "build": "fluid-build . --task build",