@fluidframework/datastore-definitions 2.51.0-347100 → 2.52.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 +14 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @fluidframework/datastore-definitions
|
|
2
2
|
|
|
3
|
+
## 2.52.0
|
|
4
|
+
|
|
5
|
+
Dependency updates only.
|
|
6
|
+
|
|
7
|
+
## 2.51.0
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- New "getSnapshotTree" API on "IChannelStorageService" ([#24970](https://github.com/microsoft/FluidFramework/pull/24970)) [d1241a4ef19](https://github.com/microsoft/FluidFramework/commit/d1241a4ef19fa9bbfccc1afc68e6ef13effcb5d9)
|
|
12
|
+
|
|
13
|
+
A new API, `getSnapshotTree` has been added to `IChannelStorageService`.
|
|
14
|
+
It should return the snapshot tree for a channel. This will help channels examine their snapshot when it consists of dynamic trees and blobs, i.e., when the number of tree and blobs and / or their keys are not known in advance.
|
|
15
|
+
This is optional for backwards compatibility, and will become required in the future.
|
|
16
|
+
|
|
3
17
|
## 2.50.0
|
|
4
18
|
|
|
5
19
|
Dependency updates only.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/datastore-definitions",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.52.0",
|
|
4
4
|
"description": "Fluid data store definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -41,19 +41,19 @@
|
|
|
41
41
|
"main": "",
|
|
42
42
|
"types": "lib/public.d.ts",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@fluidframework/container-definitions": "2.
|
|
45
|
-
"@fluidframework/core-interfaces": "2.
|
|
46
|
-
"@fluidframework/driver-definitions": "2.
|
|
47
|
-
"@fluidframework/id-compressor": "2.
|
|
48
|
-
"@fluidframework/runtime-definitions": "2.
|
|
44
|
+
"@fluidframework/container-definitions": "~2.52.0",
|
|
45
|
+
"@fluidframework/core-interfaces": "~2.52.0",
|
|
46
|
+
"@fluidframework/driver-definitions": "~2.52.0",
|
|
47
|
+
"@fluidframework/id-compressor": "~2.52.0",
|
|
48
|
+
"@fluidframework/runtime-definitions": "~2.52.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
52
52
|
"@biomejs/biome": "~1.9.3",
|
|
53
|
-
"@fluid-tools/build-cli": "^0.
|
|
53
|
+
"@fluid-tools/build-cli": "^0.57.0",
|
|
54
54
|
"@fluidframework/build-common": "^2.0.3",
|
|
55
|
-
"@fluidframework/build-tools": "^0.
|
|
56
|
-
"@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.
|
|
55
|
+
"@fluidframework/build-tools": "^0.57.0",
|
|
56
|
+
"@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.51.0",
|
|
57
57
|
"@fluidframework/eslint-config-fluid": "^5.7.4",
|
|
58
58
|
"@microsoft/api-extractor": "7.52.8",
|
|
59
59
|
"concurrently": "^8.2.1",
|