fluid-framework 2.0.0-internal.1.4.3 → 2.0.0-internal.1.4.4

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 +18 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluid-framework",
3
- "version": "2.0.0-internal.1.4.3",
3
+ "version": "2.0.0-internal.1.4.4",
4
4
  "description": "The main entry point into Fluid Framework public packages",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -35,11 +35,11 @@
35
35
  "typetests:gen": "fluid-type-validator -g -d ."
36
36
  },
37
37
  "dependencies": {
38
- "@fluidframework/container-definitions": "^2.0.0-internal.1.4.3",
39
- "@fluidframework/container-loader": "^2.0.0-internal.1.4.3",
40
- "@fluidframework/fluid-static": "^2.0.0-internal.1.4.3",
41
- "@fluidframework/map": "^2.0.0-internal.1.4.3",
42
- "@fluidframework/sequence": "^2.0.0-internal.1.4.3"
38
+ "@fluidframework/container-definitions": ">=2.0.0-internal.1.4.4 <2.0.0-internal.2.0.0",
39
+ "@fluidframework/container-loader": ">=2.0.0-internal.1.4.4 <2.0.0-internal.2.0.0",
40
+ "@fluidframework/fluid-static": ">=2.0.0-internal.1.4.4 <2.0.0-internal.2.0.0",
41
+ "@fluidframework/map": ">=2.0.0-internal.1.4.4 <2.0.0-internal.2.0.0",
42
+ "@fluidframework/sequence": ">=2.0.0-internal.1.4.4 <2.0.0-internal.2.0.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@fluidframework/build-common": "^1.0.0",
@@ -141,6 +141,18 @@
141
141
  "RemovedInterfaceDeclaration_ILocalValue": {
142
142
  "forwardCompat": false,
143
143
  "backCompat": false
144
+ },
145
+ "RemovedEnumDeclaration_ContainerErrorType": {
146
+ "forwardCompat": false,
147
+ "backCompat": false
148
+ },
149
+ "RemovedEnumDeclaration_DriverErrorType": {
150
+ "forwardCompat": false,
151
+ "backCompat": false
152
+ },
153
+ "RemovedTypeAliasDeclaration_ICriticalContainerError": {
154
+ "forwardCompat": false,
155
+ "backCompat": false
144
156
  }
145
157
  }
146
158
  }