@fluidframework/azure-local-service 2.0.0-dev.4.1.0.148229 → 2.0.0-dev.4.2.0.153917
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/CHANGELOG.md +5 -0
- package/README.md +29 -4
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
package/README.md
CHANGED
|
@@ -6,6 +6,26 @@ Azure local service is a minimal, self-contained, test implementation of the Azu
|
|
|
6
6
|
|
|
7
7
|
The Azure local service includes most of the basic features needed to **test** data stores and containers. While we use the [Webpack Fluid Loader](../../packages/tools/webpack-fluid-loader)'s in browser service for much of our data store and container development, the Azure local service offers some advantages because it's a standalone process. For instance, testing a Fluid container from 2+ simultaneously connected clients is much easier using the Azure local service.
|
|
8
8
|
|
|
9
|
+
<!-- AUTO-GENERATED-CONTENT:START (README_DEPENDENCY_GUIDELINES_SECTION:includeHeading=TRUE) -->
|
|
10
|
+
|
|
11
|
+
<!-- prettier-ignore-start -->
|
|
12
|
+
<!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
|
|
13
|
+
|
|
14
|
+
## Using Fluid Framework libraries
|
|
15
|
+
|
|
16
|
+
When taking a dependency on a Fluid Framework library, we recommend using a `^` (caret) version range, such as `^1.3.4`.
|
|
17
|
+
While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
|
|
18
|
+
library consumers should always prefer `^`.
|
|
19
|
+
|
|
20
|
+
Note that when depending on a library version of the form 2.0.0-internal.x.y.z, called the Fluid internal version
|
|
21
|
+
scheme, you must use a `>= <` dependency range. Standard `^` and `~` ranges will not work as expected. See the
|
|
22
|
+
[@fluid-tools/version-tools](https://github.com/microsoft/FluidFramework/blob/main/build-tools/packages/version-tools/README.md)
|
|
23
|
+
package for more information including tools to convert between version schemes.
|
|
24
|
+
|
|
25
|
+
<!-- prettier-ignore-end -->
|
|
26
|
+
|
|
27
|
+
<!-- AUTO-GENERATED-CONTENT:END -->
|
|
28
|
+
|
|
9
29
|
## Getting Started
|
|
10
30
|
|
|
11
31
|
You can install, build, and start this service by running the following
|
|
@@ -62,10 +82,12 @@ Use of Microsoft trademarks or logos in modified versions of this project must n
|
|
|
62
82
|
|
|
63
83
|
## Help
|
|
64
84
|
|
|
65
|
-
Not finding what you're looking for in this README?
|
|
66
|
-
|
|
85
|
+
Not finding what you're looking for in this README? Check out our [GitHub
|
|
86
|
+
Wiki](https://github.com/microsoft/FluidFramework/wiki) or [fluidframework.com](https://fluidframework.com/docs/).
|
|
87
|
+
|
|
88
|
+
Still not finding what you're looking for? Please [file an
|
|
89
|
+
issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
|
|
67
90
|
|
|
68
|
-
Still not finding what you're looking for? Please [file an issue](https://github.com/microsoft/FluidFramework/wiki/Submitting-Bugs-and-Feature-Requests).
|
|
69
91
|
Thank you!
|
|
70
92
|
|
|
71
93
|
<!-- prettier-ignore-end -->
|
|
@@ -80,7 +102,10 @@ Thank you!
|
|
|
80
102
|
## Trademark
|
|
81
103
|
|
|
82
104
|
This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services.
|
|
83
|
-
|
|
105
|
+
|
|
106
|
+
Use of these trademarks or logos must follow Microsoft's [Trademark & Brand
|
|
107
|
+
Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
|
|
108
|
+
|
|
84
109
|
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
|
|
85
110
|
|
|
86
111
|
<!-- prettier-ignore-end -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/azure-local-service",
|
|
3
|
-
"version": "2.0.0-dev.4.
|
|
3
|
+
"version": "2.0.0-dev.4.2.0.153917",
|
|
4
4
|
"description": "Local implementation of the Azure Fluid Relay service for testing/development use",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|