@fluidframework/odsp-client 2.71.0 → 2.73.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 -3
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @fluid-experimental/odsp-client
|
|
2
2
|
|
|
3
|
+
## 2.73.0
|
|
4
|
+
|
|
5
|
+
Dependency updates only.
|
|
6
|
+
|
|
7
|
+
## 2.72.0
|
|
8
|
+
|
|
9
|
+
Dependency updates only.
|
|
10
|
+
|
|
3
11
|
## 2.71.0
|
|
4
12
|
|
|
5
13
|
Dependency updates only.
|
|
@@ -141,7 +149,6 @@ Dependency updates only.
|
|
|
141
149
|
### Minor Changes
|
|
142
150
|
|
|
143
151
|
- Rename `AzureMember.userName` to `AzureMember.name` and `IMember.userId` to `IMember.id` [96872186d0](https://github.com/microsoft/FluidFramework/commit/96872186d0d0f245c1fece7d19b3743e501679b6)
|
|
144
|
-
|
|
145
152
|
1. Renamed `AzureMember.userName` to `AzureMember.name` to establish uniform naming across odsp-client and azure-client.
|
|
146
153
|
2. Renamed `IMember.userId` to `IMember.id` to align with the properties received from AFR.
|
|
147
154
|
|
|
@@ -156,7 +163,6 @@ Dependency updates only.
|
|
|
156
163
|
TypeScript types and implementation code.
|
|
157
164
|
|
|
158
165
|
This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
|
|
159
|
-
|
|
160
166
|
- `"moduleResolution": "Node16"` with `"module": "Node16"`
|
|
161
167
|
- `"moduleResolution": "Bundler"` with `"module": "ESNext"`
|
|
162
168
|
|
|
@@ -179,7 +185,6 @@ Dependency updates only.
|
|
|
179
185
|
- Updated server dependencies ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
|
|
180
186
|
|
|
181
187
|
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)
|
|
182
|
-
|
|
183
188
|
- @fluidframework/gitresources
|
|
184
189
|
- @fluidframework/server-kafka-orderer
|
|
185
190
|
- @fluidframework/server-lambdas
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/odsp-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.73.0",
|
|
4
4
|
"description": "A tool to enable creation and loading of Fluid containers using the ODSP service",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -69,28 +69,28 @@
|
|
|
69
69
|
"temp-directory": "nyc/.nyc_output"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@fluidframework/container-definitions": "~2.
|
|
73
|
-
"@fluidframework/container-loader": "~2.
|
|
74
|
-
"@fluidframework/core-interfaces": "~2.
|
|
75
|
-
"@fluidframework/core-utils": "~2.
|
|
76
|
-
"@fluidframework/driver-definitions": "~2.
|
|
77
|
-
"@fluidframework/fluid-static": "~2.
|
|
78
|
-
"@fluidframework/map": "~2.
|
|
79
|
-
"@fluidframework/odsp-doclib-utils": "~2.
|
|
80
|
-
"@fluidframework/odsp-driver": "~2.
|
|
81
|
-
"@fluidframework/odsp-driver-definitions": "~2.
|
|
82
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
72
|
+
"@fluidframework/container-definitions": "~2.73.0",
|
|
73
|
+
"@fluidframework/container-loader": "~2.73.0",
|
|
74
|
+
"@fluidframework/core-interfaces": "~2.73.0",
|
|
75
|
+
"@fluidframework/core-utils": "~2.73.0",
|
|
76
|
+
"@fluidframework/driver-definitions": "~2.73.0",
|
|
77
|
+
"@fluidframework/fluid-static": "~2.73.0",
|
|
78
|
+
"@fluidframework/map": "~2.73.0",
|
|
79
|
+
"@fluidframework/odsp-doclib-utils": "~2.73.0",
|
|
80
|
+
"@fluidframework/odsp-driver": "~2.73.0",
|
|
81
|
+
"@fluidframework/odsp-driver-definitions": "~2.73.0",
|
|
82
|
+
"@fluidframework/telemetry-utils": "~2.73.0",
|
|
83
83
|
"uuid": "^11.1.0"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
87
87
|
"@biomejs/biome": "~1.9.3",
|
|
88
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
89
|
-
"@fluid-tools/build-cli": "^0.
|
|
88
|
+
"@fluid-internal/mocha-test-setup": "~2.73.0",
|
|
89
|
+
"@fluid-tools/build-cli": "^0.60.0",
|
|
90
90
|
"@fluidframework/build-common": "^2.0.3",
|
|
91
|
-
"@fluidframework/build-tools": "^0.
|
|
92
|
-
"@fluidframework/eslint-config-fluid": "
|
|
93
|
-
"@fluidframework/test-utils": "~2.
|
|
91
|
+
"@fluidframework/build-tools": "^0.60.0",
|
|
92
|
+
"@fluidframework/eslint-config-fluid": "~2.73.0",
|
|
93
|
+
"@fluidframework/test-utils": "~2.73.0",
|
|
94
94
|
"@microsoft/api-extractor": "7.52.11",
|
|
95
95
|
"@types/mocha": "^10.0.10",
|
|
96
96
|
"@types/node": "^18.19.0",
|