@fluidframework/aqueduct 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 +13 -0
- package/package.json +21 -21
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @fluidframework/aqueduct
|
|
2
2
|
|
|
3
|
+
## 2.52.0
|
|
4
|
+
|
|
5
|
+
Dependency updates only.
|
|
6
|
+
|
|
7
|
+
## 2.51.0
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- New "PureDataObject" implementation "TreeDataObject" added ([#25025](https://github.com/microsoft/FluidFramework/pull/25025)) [f4fbd2f582c](https://github.com/microsoft/FluidFramework/commit/f4fbd2f582c22e0b6fd06986b9b5dbb6b73396a4)
|
|
12
|
+
|
|
13
|
+
A new implementation of `PureDataObject` has been added: `TreeDataObject`.
|
|
14
|
+
Where `DataObject` stores its contents in a `SharedDirectory`, `TreeDataObject` stores its contents in a `SharedTree`.
|
|
15
|
+
|
|
3
16
|
## 2.50.0
|
|
4
17
|
|
|
5
18
|
Dependency updates only.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/aqueduct",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.52.0",
|
|
4
4
|
"description": "A set of implementations for Fluid Framework interfaces.",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -69,31 +69,31 @@
|
|
|
69
69
|
"temp-directory": "nyc/.nyc_output"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@fluid-internal/client-utils": "2.
|
|
73
|
-
"@fluidframework/container-definitions": "2.
|
|
74
|
-
"@fluidframework/container-runtime": "2.
|
|
75
|
-
"@fluidframework/container-runtime-definitions": "2.
|
|
76
|
-
"@fluidframework/core-interfaces": "2.
|
|
77
|
-
"@fluidframework/core-utils": "2.
|
|
78
|
-
"@fluidframework/datastore": "2.
|
|
79
|
-
"@fluidframework/datastore-definitions": "2.
|
|
80
|
-
"@fluidframework/map": "2.
|
|
81
|
-
"@fluidframework/request-handler": "2.
|
|
82
|
-
"@fluidframework/runtime-definitions": "2.
|
|
83
|
-
"@fluidframework/runtime-utils": "2.
|
|
84
|
-
"@fluidframework/shared-object-base": "2.
|
|
85
|
-
"@fluidframework/synthesize": "2.
|
|
86
|
-
"@fluidframework/telemetry-utils": "2.
|
|
87
|
-
"@fluidframework/tree": "2.
|
|
72
|
+
"@fluid-internal/client-utils": "~2.52.0",
|
|
73
|
+
"@fluidframework/container-definitions": "~2.52.0",
|
|
74
|
+
"@fluidframework/container-runtime": "~2.52.0",
|
|
75
|
+
"@fluidframework/container-runtime-definitions": "~2.52.0",
|
|
76
|
+
"@fluidframework/core-interfaces": "~2.52.0",
|
|
77
|
+
"@fluidframework/core-utils": "~2.52.0",
|
|
78
|
+
"@fluidframework/datastore": "~2.52.0",
|
|
79
|
+
"@fluidframework/datastore-definitions": "~2.52.0",
|
|
80
|
+
"@fluidframework/map": "~2.52.0",
|
|
81
|
+
"@fluidframework/request-handler": "~2.52.0",
|
|
82
|
+
"@fluidframework/runtime-definitions": "~2.52.0",
|
|
83
|
+
"@fluidframework/runtime-utils": "~2.52.0",
|
|
84
|
+
"@fluidframework/shared-object-base": "~2.52.0",
|
|
85
|
+
"@fluidframework/synthesize": "~2.52.0",
|
|
86
|
+
"@fluidframework/telemetry-utils": "~2.52.0",
|
|
87
|
+
"@fluidframework/tree": "~2.52.0"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
90
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
91
91
|
"@biomejs/biome": "~1.9.3",
|
|
92
|
-
"@fluid-internal/mocha-test-setup": "2.
|
|
93
|
-
"@fluid-tools/build-cli": "^0.
|
|
94
|
-
"@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.
|
|
92
|
+
"@fluid-internal/mocha-test-setup": "~2.52.0",
|
|
93
|
+
"@fluid-tools/build-cli": "^0.57.0",
|
|
94
|
+
"@fluidframework/aqueduct-previous": "npm:@fluidframework/aqueduct@2.51.0",
|
|
95
95
|
"@fluidframework/build-common": "^2.0.3",
|
|
96
|
-
"@fluidframework/build-tools": "^0.
|
|
96
|
+
"@fluidframework/build-tools": "^0.57.0",
|
|
97
97
|
"@fluidframework/eslint-config-fluid": "^5.7.4",
|
|
98
98
|
"@microsoft/api-extractor": "7.52.8",
|
|
99
99
|
"@types/mocha": "^10.0.10",
|