@fluid-experimental/property-dds 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 -5
- package/package.json +24 -25
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @fluid-experimental/property-dds
|
|
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.
|
|
@@ -127,7 +135,6 @@ Dependency updates only.
|
|
|
127
135
|
- Updated server dependencies ([#21514](https://github.com/microsoft/FluidFramework/pull/21514)) [9629f1d93a](https://github.com/microsoft/FluidFramework/commit/9629f1d93a7e412c0cb2f65cc21da0c95ff8981d)
|
|
128
136
|
|
|
129
137
|
The following Fluid server dependencies have been updated to the latest version, 5.0.0. [See the full changelog.](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/RELEASE_NOTES/5.0.0.md)
|
|
130
|
-
|
|
131
138
|
- @fluidframework/gitresources
|
|
132
139
|
- @fluidframework/server-kafka-orderer
|
|
133
140
|
- @fluidframework/server-lambdas
|
|
@@ -168,7 +175,6 @@ Dependency updates only.
|
|
|
168
175
|
TypeScript types and implementation code.
|
|
169
176
|
|
|
170
177
|
This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
|
|
171
|
-
|
|
172
178
|
- `"moduleResolution": "Node16"` with `"module": "Node16"`
|
|
173
179
|
- `"moduleResolution": "Bundler"` with `"module": "ESNext"`
|
|
174
180
|
|
|
@@ -195,7 +201,6 @@ Dependency updates only.
|
|
|
195
201
|
- Updated server dependencies ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
|
|
196
202
|
|
|
197
203
|
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)
|
|
198
|
-
|
|
199
204
|
- @fluidframework/gitresources
|
|
200
205
|
- @fluidframework/server-kafka-orderer
|
|
201
206
|
- @fluidframework/server-lambdas
|
|
@@ -249,7 +254,6 @@ Dependency updates only.
|
|
|
249
254
|
- Dependencies on @fluidframework/protocol-definitions package updated to 3.0.0 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
|
|
250
255
|
|
|
251
256
|
This included the following changes from the protocol-definitions release:
|
|
252
|
-
|
|
253
257
|
- Updating signal interfaces for some planned improvements. The intention is split the interface between signals
|
|
254
258
|
submitted by clients to the server and the resulting signals sent from the server to clients.
|
|
255
259
|
- A new optional type member is available on the ISignalMessage interface and a new ISentSignalMessage interface has
|
|
@@ -260,7 +264,6 @@ Dependency updates only.
|
|
|
260
264
|
- Server upgrade: dependencies on Fluid server packages updated to 2.0.1 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
|
|
261
265
|
|
|
262
266
|
Dependencies on the following Fluid server package have been updated to version 2.0.1:
|
|
263
|
-
|
|
264
267
|
- @fluidframework/gitresources: 2.0.1
|
|
265
268
|
- @fluidframework/server-kafka-orderer: 2.0.1
|
|
266
269
|
- @fluidframework/server-lambdas: 2.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/property-dds",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.72.0",
|
|
4
4
|
"description": "definition of the property distributed data store",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -27,16 +27,16 @@
|
|
|
27
27
|
"main": "lib/index.js",
|
|
28
28
|
"types": "lib/index.d.ts",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@fluid-experimental/property-changeset": "~2.
|
|
31
|
-
"@fluid-experimental/property-properties": "~2.
|
|
32
|
-
"@fluid-internal/client-utils": "~2.
|
|
33
|
-
"@fluidframework/container-definitions": "~2.
|
|
34
|
-
"@fluidframework/core-interfaces": "~2.
|
|
35
|
-
"@fluidframework/datastore-definitions": "~2.
|
|
36
|
-
"@fluidframework/driver-definitions": "~2.
|
|
37
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
38
|
-
"@fluidframework/runtime-utils": "~2.
|
|
39
|
-
"@fluidframework/shared-object-base": "~2.
|
|
30
|
+
"@fluid-experimental/property-changeset": "~2.72.0",
|
|
31
|
+
"@fluid-experimental/property-properties": "~2.72.0",
|
|
32
|
+
"@fluid-internal/client-utils": "~2.72.0",
|
|
33
|
+
"@fluidframework/container-definitions": "~2.72.0",
|
|
34
|
+
"@fluidframework/core-interfaces": "~2.72.0",
|
|
35
|
+
"@fluidframework/datastore-definitions": "~2.72.0",
|
|
36
|
+
"@fluidframework/driver-definitions": "~2.72.0",
|
|
37
|
+
"@fluidframework/runtime-definitions": "~2.72.0",
|
|
38
|
+
"@fluidframework/runtime-utils": "~2.72.0",
|
|
39
|
+
"@fluidframework/shared-object-base": "~2.72.0",
|
|
40
40
|
"axios": "^1.8.4",
|
|
41
41
|
"buffer": "^6.0.3",
|
|
42
42
|
"lodash": "^4.17.21",
|
|
@@ -48,20 +48,19 @@
|
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
50
50
|
"@biomejs/biome": "~1.9.3",
|
|
51
|
-
"@fluid-experimental/property-common": "~2.
|
|
52
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
53
|
-
"@fluid-private/test-drivers": "~2.
|
|
54
|
-
"@fluid-tools/build-cli": "^0.
|
|
51
|
+
"@fluid-experimental/property-common": "~2.72.0",
|
|
52
|
+
"@fluid-internal/mocha-test-setup": "~2.72.0",
|
|
53
|
+
"@fluid-private/test-drivers": "~2.72.0",
|
|
54
|
+
"@fluid-tools/build-cli": "^0.60.0",
|
|
55
55
|
"@fluidframework/build-common": "^2.0.3",
|
|
56
|
-
"@fluidframework/build-tools": "^0.
|
|
57
|
-
"@fluidframework/container-loader": "~2.
|
|
58
|
-
"@fluidframework/container-runtime": "~2.
|
|
59
|
-
"@fluidframework/
|
|
60
|
-
"@fluidframework/
|
|
61
|
-
"@fluidframework/sequence": "~2.70.0",
|
|
56
|
+
"@fluidframework/build-tools": "^0.60.0",
|
|
57
|
+
"@fluidframework/container-loader": "~2.72.0",
|
|
58
|
+
"@fluidframework/container-runtime": "~2.72.0",
|
|
59
|
+
"@fluidframework/local-driver": "~2.72.0",
|
|
60
|
+
"@fluidframework/sequence": "~2.72.0",
|
|
62
61
|
"@fluidframework/server-local-server": "^7.0.0",
|
|
63
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
64
|
-
"@fluidframework/test-utils": "~2.
|
|
62
|
+
"@fluidframework/test-runtime-utils": "~2.72.0",
|
|
63
|
+
"@fluidframework/test-utils": "~2.72.0",
|
|
65
64
|
"@microsoft/api-extractor": "7.52.11",
|
|
66
65
|
"@types/lodash": "^4.14.118",
|
|
67
66
|
"@types/mocha": "^10.0.10",
|
|
@@ -94,8 +93,8 @@
|
|
|
94
93
|
"check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
|
|
95
94
|
"ci:build:docs": "api-extractor run",
|
|
96
95
|
"clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
97
|
-
"eslint": "eslint src",
|
|
98
|
-
"eslint:fix": "eslint src --fix",
|
|
96
|
+
"eslint": "eslint --quiet src",
|
|
97
|
+
"eslint:fix": "eslint --quiet src --fix",
|
|
99
98
|
"format": "npm run format:biome",
|
|
100
99
|
"format:biome": "biome check . --write",
|
|
101
100
|
"lint": "fluid-build . --task lint",
|