@fluidframework/tinylicious-client 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 -9
- package/package.json +23 -23
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @fluidframework/tinylicious-client
|
|
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.
|
|
@@ -126,7 +134,6 @@ Dependency updates only.
|
|
|
126
134
|
sealed to indicate they are not to be implemented externally to Fluid Framework and not changed.
|
|
127
135
|
|
|
128
136
|
Updated APIs:
|
|
129
|
-
|
|
130
137
|
- [ITinyliciousAudience](https://fluidframework.com/docs/api/v2/tinylicious-client/itinyliciousaudience-typealias) sealed
|
|
131
138
|
- [TinyliciousClient](https://fluidframework.com/docs/api/v2/tinylicious-client/tinyliciousclient-class) sealed
|
|
132
139
|
- [TinyliciousClientProps](https://fluidframework.com/docs/api/v2/tinylicious-client/tinyliciousclientprops-interface) sealed
|
|
@@ -142,7 +149,6 @@ Dependency updates only.
|
|
|
142
149
|
- Updated server dependencies ([#21514](https://github.com/microsoft/FluidFramework/pull/21514)) [9629f1d93a](https://github.com/microsoft/FluidFramework/commit/9629f1d93a7e412c0cb2f65cc21da0c95ff8981d)
|
|
143
150
|
|
|
144
151
|
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)
|
|
145
|
-
|
|
146
152
|
- @fluidframework/gitresources
|
|
147
153
|
- @fluidframework/server-kafka-orderer
|
|
148
154
|
- @fluidframework/server-lambdas
|
|
@@ -181,7 +187,6 @@ Dependency updates only.
|
|
|
181
187
|
### Minor Changes
|
|
182
188
|
|
|
183
189
|
- Rename `AzureMember.userName` to `AzureMember.name` and `IMember.userId` to `IMember.id` [96872186d0](https://github.com/microsoft/FluidFramework/commit/96872186d0d0f245c1fece7d19b3743e501679b6)
|
|
184
|
-
|
|
185
190
|
1. Renamed `AzureMember.userName` to `AzureMember.name` to establish uniform naming across odsp-client and azure-client.
|
|
186
191
|
2. Renamed `IMember.userId` to `IMember.id` to align with the properties received from AFR.
|
|
187
192
|
|
|
@@ -196,7 +201,6 @@ Dependency updates only.
|
|
|
196
201
|
TypeScript types and implementation code.
|
|
197
202
|
|
|
198
203
|
This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
|
|
199
|
-
|
|
200
204
|
- `"moduleResolution": "Node16"` with `"module": "Node16"`
|
|
201
205
|
- `"moduleResolution": "Bundler"` with `"module": "ESNext"`
|
|
202
206
|
|
|
@@ -227,7 +231,6 @@ Dependency updates only.
|
|
|
227
231
|
- Updated server dependencies ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
|
|
228
232
|
|
|
229
233
|
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)
|
|
230
|
-
|
|
231
234
|
- @fluidframework/gitresources
|
|
232
235
|
- @fluidframework/server-kafka-orderer
|
|
233
236
|
- @fluidframework/server-lambdas
|
|
@@ -263,7 +266,6 @@ Dependency updates only.
|
|
|
263
266
|
Several FluidStatic classes were unnecessarily exposed and were deprecated in an earlier release. They have been replaced with creation functions. This helps us
|
|
264
267
|
keep implementations decoupled from usage which is easier to maintain and extend. It has very minimal impact on the
|
|
265
268
|
public surface area of downstream packages. The removed classes are as follows:
|
|
266
|
-
|
|
267
269
|
- `AzureAudience` (use `IAzureAudience` instead)
|
|
268
270
|
- `TinyliciousAudience` (use `ITinyliciousAudience` instead)
|
|
269
271
|
- `DOProviderContainerRuntimeFactory`
|
|
@@ -279,7 +281,6 @@ Dependency updates only.
|
|
|
279
281
|
Several FluidStatic classes were unnecessarily exposed. They have been replaced with creation functions. This helps us
|
|
280
282
|
keep implementations decoupled from usage which is easier to maintain and extend. It has very minimal impact on the
|
|
281
283
|
public surface area of downstream packages. The deprecated classes are as follows:
|
|
282
|
-
|
|
283
284
|
- `AzureAudience` (use `IAzureAudience` instead)
|
|
284
285
|
- `TinyliciousAudience` (use `ITinyliciousAudience` instead)
|
|
285
286
|
- `DOProviderContainerRuntimeFactory`
|
|
@@ -305,7 +306,6 @@ Dependency updates only.
|
|
|
305
306
|
- Dependencies on @fluidframework/protocol-definitions package updated to 3.0.0 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
|
|
306
307
|
|
|
307
308
|
This included the following changes from the protocol-definitions release:
|
|
308
|
-
|
|
309
309
|
- Updating signal interfaces for some planned improvements. The intention is split the interface between signals
|
|
310
310
|
submitted by clients to the server and the resulting signals sent from the server to clients.
|
|
311
311
|
- A new optional type member is available on the ISignalMessage interface and a new ISentSignalMessage interface has
|
|
@@ -316,7 +316,6 @@ Dependency updates only.
|
|
|
316
316
|
- Server upgrade: dependencies on Fluid server packages updated to 2.0.1 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
|
|
317
317
|
|
|
318
318
|
Dependencies on the following Fluid server package have been updated to version 2.0.1:
|
|
319
|
-
|
|
320
319
|
- @fluidframework/gitresources: 2.0.1
|
|
321
320
|
- @fluidframework/server-kafka-orderer: 2.0.1
|
|
322
321
|
- @fluidframework/server-lambdas: 2.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/tinylicious-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.72.0",
|
|
4
4
|
"description": "A tool to enable creation and loading of Fluid containers using the Tinylicious service",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -47,31 +47,31 @@
|
|
|
47
47
|
"main": "lib/index.js",
|
|
48
48
|
"types": "lib/public.d.ts",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluidframework/container-definitions": "~2.
|
|
51
|
-
"@fluidframework/container-loader": "~2.
|
|
52
|
-
"@fluidframework/core-interfaces": "~2.
|
|
53
|
-
"@fluidframework/core-utils": "~2.
|
|
54
|
-
"@fluidframework/driver-definitions": "~2.
|
|
55
|
-
"@fluidframework/driver-utils": "~2.
|
|
56
|
-
"@fluidframework/fluid-static": "~2.
|
|
57
|
-
"@fluidframework/map": "~2.
|
|
58
|
-
"@fluidframework/routerlicious-driver": "~2.
|
|
59
|
-
"@fluidframework/runtime-utils": "~2.
|
|
60
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
61
|
-
"@fluidframework/tinylicious-driver": "~2.
|
|
50
|
+
"@fluidframework/container-definitions": "~2.72.0",
|
|
51
|
+
"@fluidframework/container-loader": "~2.72.0",
|
|
52
|
+
"@fluidframework/core-interfaces": "~2.72.0",
|
|
53
|
+
"@fluidframework/core-utils": "~2.72.0",
|
|
54
|
+
"@fluidframework/driver-definitions": "~2.72.0",
|
|
55
|
+
"@fluidframework/driver-utils": "~2.72.0",
|
|
56
|
+
"@fluidframework/fluid-static": "~2.72.0",
|
|
57
|
+
"@fluidframework/map": "~2.72.0",
|
|
58
|
+
"@fluidframework/routerlicious-driver": "~2.72.0",
|
|
59
|
+
"@fluidframework/runtime-utils": "~2.72.0",
|
|
60
|
+
"@fluidframework/telemetry-utils": "~2.72.0",
|
|
61
|
+
"@fluidframework/tinylicious-driver": "~2.72.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
65
65
|
"@biomejs/biome": "~1.9.3",
|
|
66
|
-
"@fluid-tools/build-cli": "^0.
|
|
67
|
-
"@fluidframework/aqueduct": "~2.
|
|
66
|
+
"@fluid-tools/build-cli": "^0.60.0",
|
|
67
|
+
"@fluidframework/aqueduct": "~2.72.0",
|
|
68
68
|
"@fluidframework/build-common": "^2.0.3",
|
|
69
|
-
"@fluidframework/build-tools": "^0.
|
|
70
|
-
"@fluidframework/container-runtime": "~2.
|
|
71
|
-
"@fluidframework/container-runtime-definitions": "~2.
|
|
72
|
-
"@fluidframework/eslint-config-fluid": "
|
|
73
|
-
"@fluidframework/test-utils": "~2.
|
|
74
|
-
"@fluidframework/tinylicious-client-previous": "npm:@fluidframework/tinylicious-client@2.
|
|
69
|
+
"@fluidframework/build-tools": "^0.60.0",
|
|
70
|
+
"@fluidframework/container-runtime": "~2.72.0",
|
|
71
|
+
"@fluidframework/container-runtime-definitions": "~2.72.0",
|
|
72
|
+
"@fluidframework/eslint-config-fluid": "~2.72.0",
|
|
73
|
+
"@fluidframework/test-utils": "~2.72.0",
|
|
74
|
+
"@fluidframework/tinylicious-client-previous": "npm:@fluidframework/tinylicious-client@2.71.0",
|
|
75
75
|
"@microsoft/api-extractor": "7.52.11",
|
|
76
76
|
"@types/mocha": "^10.0.10",
|
|
77
77
|
"@types/node": "^18.19.0",
|
|
@@ -111,8 +111,8 @@
|
|
|
111
111
|
"check:format": "npm run check:biome",
|
|
112
112
|
"ci:build:docs": "api-extractor run",
|
|
113
113
|
"clean": "rimraf --glob dist lib {alpha,beta,internal,legacy}.d.ts \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
114
|
-
"eslint": "eslint --format stylish src",
|
|
115
|
-
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
114
|
+
"eslint": "eslint --quiet --format stylish src",
|
|
115
|
+
"eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
116
116
|
"format": "npm run format:biome",
|
|
117
117
|
"format:biome": "biome check . --write",
|
|
118
118
|
"lint": "fluid-build . --task lint",
|