@fluidframework/driver-definitions 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 +8 -8
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @fluidframework/driver-definitions
|
|
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.
|
|
@@ -21,7 +29,6 @@ Dependency updates only.
|
|
|
21
29
|
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`.
|
|
22
30
|
|
|
23
31
|
The moved types are:
|
|
24
|
-
|
|
25
32
|
- `IEntry`
|
|
26
33
|
- `IFileEntry`
|
|
27
34
|
- `ICacheEntry`
|
|
@@ -169,7 +176,6 @@ Dependency updates only.
|
|
|
169
176
|
- 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)
|
|
170
177
|
|
|
171
178
|
Mark the following APIs `@alpha` instead of `@public`:
|
|
172
|
-
|
|
173
179
|
- IBranchOrigin
|
|
174
180
|
- ISequencedDocumentMessage
|
|
175
181
|
- ISignalMessage
|
|
@@ -187,7 +193,6 @@ Dependency updates only.
|
|
|
187
193
|
- Make several driver types no longer public [b7ad7d0b55](https://github.com/microsoft/FluidFramework/commit/b7ad7d0b55884dd8954abf7c398e518838b9bda0)
|
|
188
194
|
|
|
189
195
|
Move the following types from `@public` to `@alpha`:
|
|
190
|
-
|
|
191
196
|
- ITokenClaims
|
|
192
197
|
- IDocumentMessage
|
|
193
198
|
- IClientConfiguration
|
|
@@ -208,7 +213,6 @@ Dependency updates only.
|
|
|
208
213
|
TypeScript types and implementation code.
|
|
209
214
|
|
|
210
215
|
This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
|
|
211
|
-
|
|
212
216
|
- `"moduleResolution": "Node16"` with `"module": "Node16"`
|
|
213
217
|
- `"moduleResolution": "Bundler"` with `"module": "ESNext"`
|
|
214
218
|
|
|
@@ -261,7 +265,6 @@ Dependency updates only.
|
|
|
261
265
|
- Updated server dependencies ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
|
|
262
266
|
|
|
263
267
|
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)
|
|
264
|
-
|
|
265
268
|
- @fluidframework/gitresources
|
|
266
269
|
- @fluidframework/server-kafka-orderer
|
|
267
270
|
- @fluidframework/server-lambdas
|
|
@@ -336,7 +339,6 @@ Dependency updates only.
|
|
|
336
339
|
- Dependencies on @fluidframework/protocol-definitions package updated to 3.0.0 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
|
|
337
340
|
|
|
338
341
|
This included the following changes from the protocol-definitions release:
|
|
339
|
-
|
|
340
342
|
- Updating signal interfaces for some planned improvements. The intention is split the interface between signals
|
|
341
343
|
submitted by clients to the server and the resulting signals sent from the server to clients.
|
|
342
344
|
- A new optional type member is available on the ISignalMessage interface and a new ISentSignalMessage interface has
|
|
@@ -351,7 +353,6 @@ Dependency updates only.
|
|
|
351
353
|
- Server upgrade: dependencies on Fluid server packages updated to 2.0.1 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
|
|
352
354
|
|
|
353
355
|
Dependencies on the following Fluid server package have been updated to version 2.0.1:
|
|
354
|
-
|
|
355
356
|
- @fluidframework/gitresources: 2.0.1
|
|
356
357
|
- @fluidframework/server-kafka-orderer: 2.0.1
|
|
357
358
|
- @fluidframework/server-lambdas: 2.0.1
|
|
@@ -397,7 +398,6 @@ Dependency updates only.
|
|
|
397
398
|
|
|
398
399
|
The **@fluidframework/common-definitions** package is being deprecated, so the following interfaces and types are now
|
|
399
400
|
imported from the **@fluidframework/core-interfaces** package:
|
|
400
|
-
|
|
401
401
|
- interface IDisposable
|
|
402
402
|
- interface IErrorEvent
|
|
403
403
|
- interface IErrorEvent
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/driver-definitions",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.73.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.73.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.73.0",
|
|
60
60
|
"@microsoft/api-extractor": "7.52.11",
|
|
61
61
|
"concurrently": "^8.2.1",
|
|
62
62
|
"copyfiles": "^2.4.1",
|