@fluidframework/azure-local-service 2.70.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 +8 -3
- package/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @fluidframework/azure-local-service
|
|
2
2
|
|
|
3
|
+
## 2.72.0
|
|
4
|
+
|
|
5
|
+
Dependency updates only.
|
|
6
|
+
|
|
7
|
+
## 2.71.0
|
|
8
|
+
|
|
9
|
+
Dependency updates only.
|
|
10
|
+
|
|
3
11
|
## 2.70.0
|
|
4
12
|
|
|
5
13
|
Dependency updates only.
|
|
@@ -127,7 +135,6 @@ Dependency updates only.
|
|
|
127
135
|
- Updated server dependencies ([#21514](https://github.com/microsoft/FluidFramework/pull/21514)) [9629f1d93a](https://github.com/microsoft/FluidFramework/commit/9629f1d93a7e412c0cb2f65cc21da0c95ff8981d)
|
|
128
136
|
|
|
129
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)
|
|
130
|
-
|
|
131
138
|
- @fluidframework/gitresources
|
|
132
139
|
- @fluidframework/server-kafka-orderer
|
|
133
140
|
- @fluidframework/server-lambdas
|
|
@@ -168,7 +175,6 @@ Dependency updates only.
|
|
|
168
175
|
TypeScript types and implementation code.
|
|
169
176
|
|
|
170
177
|
This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
|
|
171
|
-
|
|
172
178
|
- `"moduleResolution": "Node16"` with `"module": "Node16"`
|
|
173
179
|
- `"moduleResolution": "Bundler"` with `"module": "ESNext"`
|
|
174
180
|
|
|
@@ -215,7 +221,6 @@ Dependency updates only.
|
|
|
215
221
|
- Server upgrade: dependencies on Fluid server packages updated to 2.0.1 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
|
|
216
222
|
|
|
217
223
|
Dependencies on the following Fluid server package have been updated to version 2.0.1:
|
|
218
|
-
|
|
219
224
|
- @fluidframework/gitresources: 2.0.1
|
|
220
225
|
- @fluidframework/server-kafka-orderer: 2.0.1
|
|
221
226
|
- @fluidframework/server-lambdas: 2.0.1
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/azure-local-service",
|
|
3
|
-
"version": "2.
|
|
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.
|
|
22
|
-
"@fluidframework/eslint-config-fluid": "
|
|
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",
|