@fluidframework/core-interfaces 2.1.0-276326 → 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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,10 +11,12 @@ See also: [The Fluid Loader README](../README.md).
|
|
|
11
11
|
|
|
12
12
|
## Using Fluid Framework libraries
|
|
13
13
|
|
|
14
|
-
When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
|
|
14
|
+
When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
|
|
15
15
|
While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
|
|
16
16
|
library consumers should always prefer `^`.
|
|
17
17
|
|
|
18
|
+
If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
|
|
19
|
+
|
|
18
20
|
<!-- prettier-ignore-end -->
|
|
19
21
|
|
|
20
22
|
<!-- AUTO-GENERATED-CONTENT:END -->
|