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

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.1.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.0.0-rc.5.0.0
4
8
 
5
9
  ### Minor Changes
package/README.md CHANGED
@@ -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 -->
@@ -58,10 +62,6 @@ npm run start
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.1.1",
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.41.0",
22
22
  "@fluidframework/eslint-config-fluid": "^5.3.0",
23
23
  "eslint": "~8.55.0",
24
24
  "eslint-config-prettier": "~9.0.0",