@fluidframework/file-driver 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/.eslintrc.cjs +1 -1
- package/CHANGELOG.md +8 -4
- package/package.json +13 -13
package/.eslintrc.cjs
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @fluidframework/file-driver
|
|
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.
|
|
@@ -143,7 +151,6 @@ Dependency updates only.
|
|
|
143
151
|
TypeScript types and implementation code.
|
|
144
152
|
|
|
145
153
|
This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
|
|
146
|
-
|
|
147
154
|
- `"moduleResolution": "Node16"` with `"module": "Node16"`
|
|
148
155
|
- `"moduleResolution": "Bundler"` with `"module": "ESNext"`
|
|
149
156
|
|
|
@@ -182,7 +189,6 @@ Dependency updates only.
|
|
|
182
189
|
- Updated server dependencies ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
|
|
183
190
|
|
|
184
191
|
The following Fluid server dependencies have been updated to the latest version, 3.0.0. [See the full changelog.](https://github.com/microsoft/FluidFramework/releases/tag/server_v3.0.0)
|
|
185
|
-
|
|
186
192
|
- @fluidframework/gitresources
|
|
187
193
|
- @fluidframework/server-kafka-orderer
|
|
188
194
|
- @fluidframework/server-lambdas
|
|
@@ -236,7 +242,6 @@ Dependency updates only.
|
|
|
236
242
|
- Dependencies on @fluidframework/protocol-definitions package updated to 3.0.0 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
|
|
237
243
|
|
|
238
244
|
This included the following changes from the protocol-definitions release:
|
|
239
|
-
|
|
240
245
|
- Updating signal interfaces for some planned improvements. The intention is split the interface between signals
|
|
241
246
|
submitted by clients to the server and the resulting signals sent from the server to clients.
|
|
242
247
|
- A new optional type member is available on the ISignalMessage interface and a new ISentSignalMessage interface has
|
|
@@ -247,7 +252,6 @@ Dependency updates only.
|
|
|
247
252
|
- Server upgrade: dependencies on Fluid server packages updated to 2.0.1 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
|
|
248
253
|
|
|
249
254
|
Dependencies on the following Fluid server package have been updated to version 2.0.1:
|
|
250
|
-
|
|
251
255
|
- @fluidframework/gitresources: 2.0.1
|
|
252
256
|
- @fluidframework/server-kafka-orderer: 2.0.1
|
|
253
257
|
- @fluidframework/server-lambdas: 2.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/file-driver",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.72.0",
|
|
4
4
|
"description": "A driver that reads/write from/to local file storage.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -37,21 +37,21 @@
|
|
|
37
37
|
"main": "lib/index.js",
|
|
38
38
|
"types": "lib/public.d.ts",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@fluid-internal/client-utils": "~2.
|
|
41
|
-
"@fluidframework/core-interfaces": "~2.
|
|
42
|
-
"@fluidframework/core-utils": "~2.
|
|
43
|
-
"@fluidframework/driver-definitions": "~2.
|
|
44
|
-
"@fluidframework/driver-utils": "~2.
|
|
45
|
-
"@fluidframework/replay-driver": "~2.
|
|
40
|
+
"@fluid-internal/client-utils": "~2.72.0",
|
|
41
|
+
"@fluidframework/core-interfaces": "~2.72.0",
|
|
42
|
+
"@fluidframework/core-utils": "~2.72.0",
|
|
43
|
+
"@fluidframework/driver-definitions": "~2.72.0",
|
|
44
|
+
"@fluidframework/driver-utils": "~2.72.0",
|
|
45
|
+
"@fluidframework/replay-driver": "~2.72.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
49
49
|
"@biomejs/biome": "~1.9.3",
|
|
50
|
-
"@fluid-tools/build-cli": "^0.
|
|
50
|
+
"@fluid-tools/build-cli": "^0.60.0",
|
|
51
51
|
"@fluidframework/build-common": "^2.0.3",
|
|
52
|
-
"@fluidframework/build-tools": "^0.
|
|
53
|
-
"@fluidframework/eslint-config-fluid": "
|
|
54
|
-
"@fluidframework/file-driver-previous": "npm:@fluidframework/file-driver@2.
|
|
52
|
+
"@fluidframework/build-tools": "^0.60.0",
|
|
53
|
+
"@fluidframework/eslint-config-fluid": "~2.72.0",
|
|
54
|
+
"@fluidframework/file-driver-previous": "npm:@fluidframework/file-driver@2.71.0",
|
|
55
55
|
"@microsoft/api-extractor": "7.52.11",
|
|
56
56
|
"@types/node": "^18.19.0",
|
|
57
57
|
"concurrently": "^8.2.1",
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
"check:format": "npm run check:biome",
|
|
94
94
|
"ci:build:docs": "api-extractor run",
|
|
95
95
|
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
|
|
96
|
-
"eslint": "eslint --format stylish src",
|
|
97
|
-
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
96
|
+
"eslint": "eslint --quiet --format stylish src",
|
|
97
|
+
"eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
98
98
|
"format": "npm run format:biome",
|
|
99
99
|
"format:biome": "biome check . --write",
|
|
100
100
|
"lint": "fluid-build . --task lint",
|