@fluidframework/azure-local-service 2.71.0 → 2.73.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.73.0
4
+
5
+ Dependency updates only.
6
+
7
+ ## 2.72.0
8
+
9
+ Dependency updates only.
10
+
3
11
  ## 2.71.0
4
12
 
5
13
  Dependency updates only.
@@ -131,7 +139,6 @@ Dependency updates only.
131
139
  - Updated server dependencies ([#21514](https://github.com/microsoft/FluidFramework/pull/21514)) [9629f1d93a](https://github.com/microsoft/FluidFramework/commit/9629f1d93a7e412c0cb2f65cc21da0c95ff8981d)
132
140
 
133
141
  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
142
  - @fluidframework/gitresources
136
143
  - @fluidframework/server-kafka-orderer
137
144
  - @fluidframework/server-lambdas
@@ -172,7 +179,6 @@ Dependency updates only.
172
179
  TypeScript types and implementation code.
173
180
 
174
181
  This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
175
-
176
182
  - `"moduleResolution": "Node16"` with `"module": "Node16"`
177
183
  - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
178
184
 
@@ -219,7 +225,6 @@ Dependency updates only.
219
225
  - Server upgrade: dependencies on Fluid server packages updated to 2.0.1 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
220
226
 
221
227
  Dependencies on the following Fluid server package have been updated to version 2.0.1:
222
-
223
228
  - @fluidframework/gitresources: 2.0.1
224
229
  - @fluidframework/server-kafka-orderer: 2.0.1
225
230
  - @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.73.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.73.0",
23
23
  "eslint": "~8.57.1",
24
24
  "eslint-config-prettier": "~10.1.8",
25
25
  "pm2": "^5.4.2",