@fluidframework/azure-local-service 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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,10 +13,12 @@ The Azure local service includes most of the basic features needed to **test** d
13
13
 
14
14
  ## Using Fluid Framework libraries
15
15
 
16
- When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
16
+ When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
17
17
  While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
18
18
  library consumers should always prefer `^`.
19
19
 
20
+ If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
21
+
20
22
  <!-- prettier-ignore-end -->
21
23
 
22
24
  <!-- AUTO-GENERATED-CONTENT:END -->
@@ -77,11 +79,9 @@ Use of Microsoft trademarks or logos in modified versions of this project must n
77
79
 
78
80
  ## Help
79
81
 
80
- Not finding what you're looking for in this README? Check out our [GitHub
81
- Wiki](https://github.com/microsoft/FluidFramework/wiki) or [fluidframework.com](https://fluidframework.com/docs/).
82
+ Not finding what you're looking for in this README? Check out [fluidframework.com](https://fluidframework.com/docs/).
82
83
 
83
- Still not finding what you're looking for? Please [file an
84
- issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
84
+ Still not finding what you're looking for? Please [file an issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
85
85
 
86
86
  Thank you!
87
87
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/azure-local-service",
3
- "version": "2.1.0-274160",
3
+ "version": "2.1.0-276985",
4
4
  "description": "Local implementation of the Azure Fluid Relay service for testing/development use",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {