@fluidframework/azure-local-service 2.1.0 → 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,9 @@
1
1
  # @fluidframework/azure-local-service
2
2
 
3
+ ## 2.2.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.1.0
4
8
 
5
9
  Dependency updates only.
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. -->
@@ -57,7 +57,7 @@ $env:PORT=6502
57
57
  npm run start
58
58
  ```
59
59
 
60
- <!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER) -->
60
+ <!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
61
61
 
62
62
  <!-- prettier-ignore-start -->
63
63
  <!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/azure-local-service",
3
- "version": "2.1.0",
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.41.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",