@fluidframework/driver-definitions 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 -8
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @fluidframework/driver-definitions
|
|
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.
|
|
@@ -17,7 +25,6 @@ Dependency updates only.
|
|
|
17
25
|
In an effort to decouple the driver web cache from the odsp driver a number of types have been moved from `@fluidframework/odsp-driver-definitions` to `@fluidframework/driver-definitions`. The moved types have been deprecated in `@fluidframework/odsp-driver-definitions`, and any usages should be moved to `@fluidframework/driver-definitions`.
|
|
18
26
|
|
|
19
27
|
The moved types are:
|
|
20
|
-
|
|
21
28
|
- `IEntry`
|
|
22
29
|
- `IFileEntry`
|
|
23
30
|
- `ICacheEntry`
|
|
@@ -165,7 +172,6 @@ Dependency updates only.
|
|
|
165
172
|
- fluid-framework: Remove some types from `@public` that are not needed ([#21326](https://github.com/microsoft/FluidFramework/pull/21326)) [b629cb80b0](https://github.com/microsoft/FluidFramework/commit/b629cb80b0e5ecdc750270807f77a0e30fab4559)
|
|
166
173
|
|
|
167
174
|
Mark the following APIs `@alpha` instead of `@public`:
|
|
168
|
-
|
|
169
175
|
- IBranchOrigin
|
|
170
176
|
- ISequencedDocumentMessage
|
|
171
177
|
- ISignalMessage
|
|
@@ -183,7 +189,6 @@ Dependency updates only.
|
|
|
183
189
|
- Make several driver types no longer public [b7ad7d0b55](https://github.com/microsoft/FluidFramework/commit/b7ad7d0b55884dd8954abf7c398e518838b9bda0)
|
|
184
190
|
|
|
185
191
|
Move the following types from `@public` to `@alpha`:
|
|
186
|
-
|
|
187
192
|
- ITokenClaims
|
|
188
193
|
- IDocumentMessage
|
|
189
194
|
- IClientConfiguration
|
|
@@ -204,7 +209,6 @@ Dependency updates only.
|
|
|
204
209
|
TypeScript types and implementation code.
|
|
205
210
|
|
|
206
211
|
This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
|
|
207
|
-
|
|
208
212
|
- `"moduleResolution": "Node16"` with `"module": "Node16"`
|
|
209
213
|
- `"moduleResolution": "Bundler"` with `"module": "ESNext"`
|
|
210
214
|
|
|
@@ -257,7 +261,6 @@ Dependency updates only.
|
|
|
257
261
|
- Updated server dependencies ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
|
|
258
262
|
|
|
259
263
|
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)
|
|
260
|
-
|
|
261
264
|
- @fluidframework/gitresources
|
|
262
265
|
- @fluidframework/server-kafka-orderer
|
|
263
266
|
- @fluidframework/server-lambdas
|
|
@@ -332,7 +335,6 @@ Dependency updates only.
|
|
|
332
335
|
- Dependencies on @fluidframework/protocol-definitions package updated to 3.0.0 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
|
|
333
336
|
|
|
334
337
|
This included the following changes from the protocol-definitions release:
|
|
335
|
-
|
|
336
338
|
- Updating signal interfaces for some planned improvements. The intention is split the interface between signals
|
|
337
339
|
submitted by clients to the server and the resulting signals sent from the server to clients.
|
|
338
340
|
- A new optional type member is available on the ISignalMessage interface and a new ISentSignalMessage interface has
|
|
@@ -347,7 +349,6 @@ Dependency updates only.
|
|
|
347
349
|
- Server upgrade: dependencies on Fluid server packages updated to 2.0.1 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
|
|
348
350
|
|
|
349
351
|
Dependencies on the following Fluid server package have been updated to version 2.0.1:
|
|
350
|
-
|
|
351
352
|
- @fluidframework/gitresources: 2.0.1
|
|
352
353
|
- @fluidframework/server-kafka-orderer: 2.0.1
|
|
353
354
|
- @fluidframework/server-lambdas: 2.0.1
|
|
@@ -393,7 +394,6 @@ Dependency updates only.
|
|
|
393
394
|
|
|
394
395
|
The **@fluidframework/common-definitions** package is being deprecated, so the following interfaces and types are now
|
|
395
396
|
imported from the **@fluidframework/core-interfaces** package:
|
|
396
|
-
|
|
397
397
|
- interface IDisposable
|
|
398
398
|
- interface IErrorEvent
|
|
399
399
|
- interface IErrorEvent
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/driver-definitions",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.72.0",
|
|
4
4
|
"description": "Fluid driver definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -47,16 +47,16 @@
|
|
|
47
47
|
"main": "lib/index.js",
|
|
48
48
|
"types": "lib/public.d.ts",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluidframework/core-interfaces": "~2.
|
|
50
|
+
"@fluidframework/core-interfaces": "~2.72.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
54
54
|
"@biomejs/biome": "~1.9.3",
|
|
55
|
-
"@fluid-tools/build-cli": "^0.
|
|
55
|
+
"@fluid-tools/build-cli": "^0.60.0",
|
|
56
56
|
"@fluidframework/build-common": "^2.0.3",
|
|
57
|
-
"@fluidframework/build-tools": "^0.
|
|
58
|
-
"@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.
|
|
59
|
-
"@fluidframework/eslint-config-fluid": "
|
|
57
|
+
"@fluidframework/build-tools": "^0.60.0",
|
|
58
|
+
"@fluidframework/driver-definitions-previous": "npm:@fluidframework/driver-definitions@2.71.0",
|
|
59
|
+
"@fluidframework/eslint-config-fluid": "~2.72.0",
|
|
60
60
|
"@microsoft/api-extractor": "7.52.11",
|
|
61
61
|
"concurrently": "^8.2.1",
|
|
62
62
|
"copyfiles": "^2.4.1",
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
"ci:test": "echo No test for this package",
|
|
109
109
|
"ci:test:coverage": "echo No test for this package",
|
|
110
110
|
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp",
|
|
111
|
-
"eslint": "eslint --format stylish src",
|
|
112
|
-
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
111
|
+
"eslint": "eslint --quiet --format stylish src",
|
|
112
|
+
"eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
113
113
|
"format": "npm run format:biome",
|
|
114
114
|
"format:biome": "biome check . --write",
|
|
115
115
|
"lint": "fluid-build . --task lint",
|