fluid-framework 2.0.0-rc.4.0.4 → 2.0.0-rc.4.0.6
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.
|
@@ -763,7 +763,7 @@ export type SequencePlace = number | "start" | "end" | InteriorSequencePlace;
|
|
|
763
763
|
// @alpha
|
|
764
764
|
export const SharedDirectory: ISharedObjectKind<ISharedDirectory>;
|
|
765
765
|
|
|
766
|
-
// @alpha
|
|
766
|
+
// @alpha
|
|
767
767
|
export type SharedDirectory = ISharedDirectory;
|
|
768
768
|
|
|
769
769
|
// @alpha
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fluid-framework",
|
|
3
|
-
"version": "2.0.0-rc.4.0.
|
|
3
|
+
"version": "2.0.0-rc.4.0.6",
|
|
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/public.d.ts",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@fluidframework/container-definitions": ">=2.0.0-rc.4.0.
|
|
41
|
-
"@fluidframework/container-loader": ">=2.0.0-rc.4.0.
|
|
42
|
-
"@fluidframework/driver-definitions": ">=2.0.0-rc.4.0.
|
|
43
|
-
"@fluidframework/fluid-static": ">=2.0.0-rc.4.0.
|
|
44
|
-
"@fluidframework/map": ">=2.0.0-rc.4.0.
|
|
45
|
-
"@fluidframework/sequence": ">=2.0.0-rc.4.0.
|
|
46
|
-
"@fluidframework/tree": ">=2.0.0-rc.4.0.
|
|
40
|
+
"@fluidframework/container-definitions": ">=2.0.0-rc.4.0.6 <2.0.0-rc.4.1.0",
|
|
41
|
+
"@fluidframework/container-loader": ">=2.0.0-rc.4.0.6 <2.0.0-rc.4.1.0",
|
|
42
|
+
"@fluidframework/driver-definitions": ">=2.0.0-rc.4.0.6 <2.0.0-rc.4.1.0",
|
|
43
|
+
"@fluidframework/fluid-static": ">=2.0.0-rc.4.0.6 <2.0.0-rc.4.1.0",
|
|
44
|
+
"@fluidframework/map": ">=2.0.0-rc.4.0.6 <2.0.0-rc.4.1.0",
|
|
45
|
+
"@fluidframework/sequence": ">=2.0.0-rc.4.0.6 <2.0.0-rc.4.1.0",
|
|
46
|
+
"@fluidframework/tree": ">=2.0.0-rc.4.0.6 <2.0.0-rc.4.1.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@arethetypeswrong/cli": "^0.15.2",
|