@fluidframework/azure-local-service 2.71.0 → 2.72.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.72.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.71.0
4
8
 
5
9
  Dependency updates only.
@@ -131,7 +135,6 @@ Dependency updates only.
131
135
  - Updated server dependencies ([#21514](https://github.com/microsoft/FluidFramework/pull/21514)) [9629f1d93a](https://github.com/microsoft/FluidFramework/commit/9629f1d93a7e412c0cb2f65cc21da0c95ff8981d)
132
136
 
133
137
  The following Fluid server dependencies have been updated to the latest version, 5.0.0. [See the full changelog.](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/RELEASE_NOTES/5.0.0.md)
134
-
135
138
  - @fluidframework/gitresources
136
139
  - @fluidframework/server-kafka-orderer
137
140
  - @fluidframework/server-lambdas
@@ -172,7 +175,6 @@ Dependency updates only.
172
175
  TypeScript types and implementation code.
173
176
 
174
177
  This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
175
-
176
178
  - `"moduleResolution": "Node16"` with `"module": "Node16"`
177
179
  - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
178
180
 
@@ -219,7 +221,6 @@ Dependency updates only.
219
221
  - Server upgrade: dependencies on Fluid server packages updated to 2.0.1 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
220
222
 
221
223
  Dependencies on the following Fluid server package have been updated to version 2.0.1:
222
-
223
224
  - @fluidframework/gitresources: 2.0.1
224
225
  - @fluidframework/server-kafka-orderer: 2.0.1
225
226
  - @fluidframework/server-lambdas: 2.0.1
package/index.js CHANGED
@@ -4,5 +4,5 @@
4
4
  * Licensed under the MIT License.
5
5
  */
6
6
 
7
- // eslint-disable-next-line import/no-unassigned-import
7
+ // eslint-disable-next-line import-x/no-unassigned-import
8
8
  import "tinylicious";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/azure-local-service",
3
- "version": "2.71.0",
3
+ "version": "2.72.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,8 +18,8 @@
18
18
  "devDependencies": {
19
19
  "@biomejs/biome": "~1.9.3",
20
20
  "@fluidframework/build-common": "^2.0.3",
21
- "@fluidframework/build-tools": "^0.58.3",
22
- "@fluidframework/eslint-config-fluid": "^7.0.0",
21
+ "@fluidframework/build-tools": "^0.60.0",
22
+ "@fluidframework/eslint-config-fluid": "~2.72.0",
23
23
  "eslint": "~8.57.1",
24
24
  "eslint-config-prettier": "~10.1.8",
25
25
  "pm2": "^5.4.2",