@fluid-experimental/odsp-end-to-end-tests 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/.eslintrc.cjs +1 -1
- package/CHANGELOG.md +8 -2
- package/package.json +19 -19
package/.eslintrc.cjs
CHANGED
|
@@ -8,7 +8,7 @@ module.exports = {
|
|
|
8
8
|
rules: {
|
|
9
9
|
"prefer-arrow-callback": "off",
|
|
10
10
|
"@typescript-eslint/strict-boolean-expressions": "off", // requires strictNullChecks=true in tsconfig
|
|
11
|
-
"import/namespace": "off",
|
|
11
|
+
"import-x/namespace": "off",
|
|
12
12
|
|
|
13
13
|
// #region TODO: remove these once this config has been updated to use our "recommended" base instead of our deprecated minimal one.
|
|
14
14
|
"@typescript-eslint/consistent-type-exports": [
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @fluid-experimental/odsp-end-to-end-tests
|
|
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.
|
|
@@ -137,7 +145,6 @@ Dependency updates only.
|
|
|
137
145
|
### Minor Changes
|
|
138
146
|
|
|
139
147
|
- Rename `AzureMember.userName` to `AzureMember.name` and `IMember.userId` to `IMember.id` [96872186d0](https://github.com/microsoft/FluidFramework/commit/96872186d0d0f245c1fece7d19b3743e501679b6)
|
|
140
|
-
|
|
141
148
|
1. Renamed `AzureMember.userName` to `AzureMember.name` to establish uniform naming across odsp-client and azure-client.
|
|
142
149
|
2. Renamed `IMember.userId` to `IMember.id` to align with the properties received from AFR.
|
|
143
150
|
|
|
@@ -152,7 +159,6 @@ Dependency updates only.
|
|
|
152
159
|
TypeScript types and implementation code.
|
|
153
160
|
|
|
154
161
|
This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
|
|
155
|
-
|
|
156
162
|
- `"moduleResolution": "Node16"` with `"module": "Node16"`
|
|
157
163
|
- `"moduleResolution": "Bundler"` with `"module": "ESNext"`
|
|
158
164
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/odsp-end-to-end-tests",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.73.0",
|
|
4
4
|
"description": "Odsp client end to end tests",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -33,22 +33,22 @@
|
|
|
33
33
|
"temp-directory": "nyc/.nyc_output"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
37
|
-
"@fluid-private/test-version-utils": "~2.
|
|
38
|
-
"@fluidframework/aqueduct": "~2.
|
|
39
|
-
"@fluidframework/container-definitions": "~2.
|
|
40
|
-
"@fluidframework/container-loader": "~2.
|
|
41
|
-
"@fluidframework/core-interfaces": "~2.
|
|
42
|
-
"@fluidframework/counter": "~2.
|
|
43
|
-
"@fluidframework/fluid-static": "~2.
|
|
44
|
-
"@fluidframework/map": "~2.
|
|
45
|
-
"@fluidframework/matrix": "~2.
|
|
46
|
-
"@fluidframework/odsp-client": "~2.
|
|
47
|
-
"@fluidframework/odsp-doclib-utils": "~2.
|
|
48
|
-
"@fluidframework/odsp-driver-definitions": "~2.
|
|
49
|
-
"@fluidframework/sequence": "~2.
|
|
50
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
51
|
-
"@fluidframework/test-utils": "~2.
|
|
36
|
+
"@fluid-internal/mocha-test-setup": "~2.73.0",
|
|
37
|
+
"@fluid-private/test-version-utils": "~2.73.0",
|
|
38
|
+
"@fluidframework/aqueduct": "~2.73.0",
|
|
39
|
+
"@fluidframework/container-definitions": "~2.73.0",
|
|
40
|
+
"@fluidframework/container-loader": "~2.73.0",
|
|
41
|
+
"@fluidframework/core-interfaces": "~2.73.0",
|
|
42
|
+
"@fluidframework/counter": "~2.73.0",
|
|
43
|
+
"@fluidframework/fluid-static": "~2.73.0",
|
|
44
|
+
"@fluidframework/map": "~2.73.0",
|
|
45
|
+
"@fluidframework/matrix": "~2.73.0",
|
|
46
|
+
"@fluidframework/odsp-client": "~2.73.0",
|
|
47
|
+
"@fluidframework/odsp-doclib-utils": "~2.73.0",
|
|
48
|
+
"@fluidframework/odsp-driver-definitions": "~2.73.0",
|
|
49
|
+
"@fluidframework/sequence": "~2.73.0",
|
|
50
|
+
"@fluidframework/telemetry-utils": "~2.73.0",
|
|
51
|
+
"@fluidframework/test-utils": "~2.73.0",
|
|
52
52
|
"@types/sinon": "^17.0.3",
|
|
53
53
|
"mocha": "^10.8.2",
|
|
54
54
|
"mocha-multi-reporters": "^1.5.1",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@biomejs/biome": "~1.9.3",
|
|
60
60
|
"@fluidframework/build-common": "^2.0.3",
|
|
61
|
-
"@fluidframework/build-tools": "^0.
|
|
62
|
-
"@fluidframework/eslint-config-fluid": "
|
|
61
|
+
"@fluidframework/build-tools": "^0.60.0",
|
|
62
|
+
"@fluidframework/eslint-config-fluid": "~2.73.0",
|
|
63
63
|
"@types/mocha": "^10.0.10",
|
|
64
64
|
"@types/nock": "^9.3.0",
|
|
65
65
|
"@types/node": "^18.19.0",
|