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