fluid-framework 2.0.0-rc.3.0.6 → 2.0.0-rc.3.0.8

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.
@@ -2179,7 +2179,7 @@ export type SequencePlace = number | "start" | "end" | InteriorSequencePlace;
2179
2179
  // @alpha @sealed
2180
2180
  export const SharedDirectory: ISharedObjectKind<ISharedDirectory>;
2181
2181
 
2182
- // @alpha @deprecated
2182
+ // @alpha
2183
2183
  export type SharedDirectory = ISharedDirectory;
2184
2184
 
2185
2185
  // @alpha
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluid-framework",
3
- "version": "2.0.0-rc.3.0.6",
3
+ "version": "2.0.0-rc.3.0.8",
4
4
  "description": "The main entry point into Fluid Framework public packages",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -37,13 +37,13 @@
37
37
  "main": "lib/index.js",
38
38
  "types": "lib/index.d.ts",
39
39
  "dependencies": {
40
- "@fluidframework/container-definitions": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
41
- "@fluidframework/container-loader": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
42
- "@fluidframework/driver-definitions": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
43
- "@fluidframework/fluid-static": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
44
- "@fluidframework/map": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
45
- "@fluidframework/sequence": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0",
46
- "@fluidframework/tree": ">=2.0.0-rc.3.0.6 <2.0.0-rc.3.1.0"
40
+ "@fluidframework/container-definitions": ">=2.0.0-rc.3.0.8 <2.0.0-rc.3.1.0",
41
+ "@fluidframework/container-loader": ">=2.0.0-rc.3.0.8 <2.0.0-rc.3.1.0",
42
+ "@fluidframework/driver-definitions": ">=2.0.0-rc.3.0.8 <2.0.0-rc.3.1.0",
43
+ "@fluidframework/fluid-static": ">=2.0.0-rc.3.0.8 <2.0.0-rc.3.1.0",
44
+ "@fluidframework/map": ">=2.0.0-rc.3.0.8 <2.0.0-rc.3.1.0",
45
+ "@fluidframework/sequence": ">=2.0.0-rc.3.0.8 <2.0.0-rc.3.1.0",
46
+ "@fluidframework/tree": ">=2.0.0-rc.3.0.8 <2.0.0-rc.3.1.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@arethetypeswrong/cli": "^0.15.2",