@fluidframework/azure-local-service 2.1.0-281041 → 2.2.0

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluidframework/azure-local-service
2
2
 
3
+ ## 2.2.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.1.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.0.0-rc.5.0.0
4
12
 
5
13
  ### Minor Changes
package/README.md CHANGED
@@ -6,7 +6,7 @@ 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 (LIBRARY_PACKAGE_README_HEADER) -->
9
+ <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_README_HEADER) -->
10
10
 
11
11
  <!-- prettier-ignore-start -->
12
12
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
@@ -27,6 +27,10 @@ To get started, install the package by running the following command:
27
27
  npm i @fluidframework/azure-local-service
28
28
  ```
29
29
 
30
+ ## API Documentation
31
+
32
+ API documentation for **@fluidframework/azure-local-service** is available at <https://fluidframework.com/docs/apis/azure-local-service>.
33
+
30
34
  <!-- prettier-ignore-end -->
31
35
 
32
36
  <!-- AUTO-GENERATED-CONTENT:END -->
@@ -53,15 +57,11 @@ $env:PORT=6502
53
57
  npm run start
54
58
  ```
55
59
 
56
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER) -->
60
+ <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
57
61
 
58
62
  <!-- prettier-ignore-start -->
59
63
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
60
64
 
61
- ## API Documentation
62
-
63
- API documentation for **@fluidframework/azure-local-service** is available at <https://fluidframework.com/docs/apis/azure-local-service>.
64
-
65
65
  ## Minimum Client Requirements
66
66
 
67
67
  These are the platform requirements for the current version of Fluid Framework Client Packages.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/azure-local-service",
3
- "version": "2.1.0-281041",
3
+ "version": "2.2.0",
4
4
  "description": "Local implementation of the Azure Fluid Relay service for testing/development use",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -18,7 +18,7 @@
18
18
  "devDependencies": {
19
19
  "@biomejs/biome": "~1.8.3",
20
20
  "@fluidframework/build-common": "^2.0.3",
21
- "@fluidframework/build-tools": "^0.40.0",
21
+ "@fluidframework/build-tools": "^0.43.0",
22
22
  "@fluidframework/eslint-config-fluid": "^5.3.0",
23
23
  "eslint": "~8.55.0",
24
24
  "eslint-config-prettier": "~9.0.0",