@fluid-experimental/odsp-end-to-end-tests 2.70.0-361788 → 2.71.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 -0
- package/package.json +20 -20
package/CHANGELOG.md
CHANGED
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.71.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.71.0",
|
|
37
|
+
"@fluid-private/test-version-utils": "~2.71.0",
|
|
38
|
+
"@fluidframework/aqueduct": "~2.71.0",
|
|
39
|
+
"@fluidframework/container-definitions": "~2.71.0",
|
|
40
|
+
"@fluidframework/container-loader": "~2.71.0",
|
|
41
|
+
"@fluidframework/core-interfaces": "~2.71.0",
|
|
42
|
+
"@fluidframework/counter": "~2.71.0",
|
|
43
|
+
"@fluidframework/fluid-static": "~2.71.0",
|
|
44
|
+
"@fluidframework/map": "~2.71.0",
|
|
45
|
+
"@fluidframework/matrix": "~2.71.0",
|
|
46
|
+
"@fluidframework/odsp-client": "~2.71.0",
|
|
47
|
+
"@fluidframework/odsp-doclib-utils": "~2.71.0",
|
|
48
|
+
"@fluidframework/odsp-driver-definitions": "~2.71.0",
|
|
49
|
+
"@fluidframework/sequence": "~2.71.0",
|
|
50
|
+
"@fluidframework/telemetry-utils": "~2.71.0",
|
|
51
|
+
"@fluidframework/test-utils": "~2.71.0",
|
|
52
52
|
"@types/sinon": "^17.0.3",
|
|
53
53
|
"mocha": "^10.8.2",
|
|
54
54
|
"mocha-multi-reporters": "^1.5.1",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@biomejs/biome": "~1.9.3",
|
|
60
60
|
"@fluidframework/build-common": "^2.0.3",
|
|
61
61
|
"@fluidframework/build-tools": "^0.58.3",
|
|
62
|
-
"@fluidframework/eslint-config-fluid": "^
|
|
62
|
+
"@fluidframework/eslint-config-fluid": "^7.0.0",
|
|
63
63
|
"@types/mocha": "^10.0.10",
|
|
64
64
|
"@types/nock": "^9.3.0",
|
|
65
65
|
"@types/node": "^18.19.0",
|
|
@@ -89,8 +89,8 @@
|
|
|
89
89
|
"check:biome": "biome check .",
|
|
90
90
|
"check:format": "npm run check:biome",
|
|
91
91
|
"clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" nyc",
|
|
92
|
-
"eslint": "eslint --format stylish src",
|
|
93
|
-
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
92
|
+
"eslint": "eslint --quiet --format stylish src",
|
|
93
|
+
"eslint:fix": "eslint --quiet --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
94
94
|
"format": "npm run format:biome",
|
|
95
95
|
"format:biome": "biome check . --write",
|
|
96
96
|
"lint": "fluid-build . --task lint",
|