@fluid-experimental/data-objects 2.1.0-274160 → 2.1.0-276985
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.
- package/README.md +5 -5
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -14,10 +14,12 @@ A collection of ready to use Fluid Data Objects.
|
|
|
14
14
|
|
|
15
15
|
## Using Fluid Framework libraries
|
|
16
16
|
|
|
17
|
-
When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
|
|
17
|
+
When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
|
|
18
18
|
While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
|
|
19
19
|
library consumers should always prefer `^`.
|
|
20
20
|
|
|
21
|
+
If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
|
|
22
|
+
|
|
21
23
|
## Installation
|
|
22
24
|
|
|
23
25
|
To get started, install the package by running the following command:
|
|
@@ -50,11 +52,9 @@ Use of Microsoft trademarks or logos in modified versions of this project must n
|
|
|
50
52
|
|
|
51
53
|
## Help
|
|
52
54
|
|
|
53
|
-
Not finding what you're looking for in this README? Check out
|
|
54
|
-
Wiki](https://github.com/microsoft/FluidFramework/wiki) or [fluidframework.com](https://fluidframework.com/docs/).
|
|
55
|
+
Not finding what you're looking for in this README? Check out [fluidframework.com](https://fluidframework.com/docs/).
|
|
55
56
|
|
|
56
|
-
Still not finding what you're looking for? Please [file an
|
|
57
|
-
issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
|
|
57
|
+
Still not finding what you're looking for? Please [file an issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
|
|
58
58
|
|
|
59
59
|
Thank you!
|
|
60
60
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/data-objects",
|
|
3
|
-
"version": "2.1.0-
|
|
3
|
+
"version": "2.1.0-276985",
|
|
4
4
|
"description": "A collection of ready to use Fluid Data Objects",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"main": "lib/index.js",
|
|
28
28
|
"types": "lib/index.d.ts",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@fluid-internal/client-utils": "2.1.0-
|
|
31
|
-
"@fluidframework/aqueduct": "2.1.0-
|
|
32
|
-
"@fluidframework/core-interfaces": "2.1.0-
|
|
33
|
-
"@fluidframework/core-utils": "2.1.0-
|
|
34
|
-
"@fluidframework/datastore-definitions": "2.1.0-
|
|
35
|
-
"@fluidframework/map": "2.1.0-
|
|
36
|
-
"@fluidframework/runtime-definitions": "2.1.0-
|
|
37
|
-
"@fluidframework/shared-object-base": "2.1.0-
|
|
30
|
+
"@fluid-internal/client-utils": "2.1.0-276985",
|
|
31
|
+
"@fluidframework/aqueduct": "2.1.0-276985",
|
|
32
|
+
"@fluidframework/core-interfaces": "2.1.0-276985",
|
|
33
|
+
"@fluidframework/core-utils": "2.1.0-276985",
|
|
34
|
+
"@fluidframework/datastore-definitions": "2.1.0-276985",
|
|
35
|
+
"@fluidframework/map": "2.1.0-276985",
|
|
36
|
+
"@fluidframework/runtime-definitions": "2.1.0-276985",
|
|
37
|
+
"@fluidframework/shared-object-base": "2.1.0-276985"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@arethetypeswrong/cli": "^0.15.2",
|