@fluid-experimental/odsp-end-to-end-tests 2.0.0-internal.7.4.2 → 2.0.0-internal.7.4.3
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/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/odsp-end-to-end-tests",
|
|
3
|
-
"version": "2.0.0-internal.7.4.
|
|
3
|
+
"version": "2.0.0-internal.7.4.3",
|
|
4
4
|
"description": "Odsp client end to end tests",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -32,22 +32,22 @@
|
|
|
32
32
|
"temp-directory": "nyc/.nyc_output"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@fluid-experimental/odsp-client": ">=2.0.0-internal.7.4.
|
|
36
|
-
"@fluidframework/aqueduct": ">=2.0.0-internal.7.4.
|
|
37
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.7.4.
|
|
38
|
-
"@fluidframework/container-loader": ">=2.0.0-internal.7.4.
|
|
39
|
-
"@fluidframework/core-interfaces": ">=2.0.0-internal.7.4.
|
|
40
|
-
"@fluidframework/counter": ">=2.0.0-internal.7.4.
|
|
41
|
-
"@fluidframework/fluid-static": ">=2.0.0-internal.7.4.
|
|
42
|
-
"@fluidframework/map": ">=2.0.0-internal.7.4.
|
|
43
|
-
"@fluidframework/matrix": ">=2.0.0-internal.7.4.
|
|
44
|
-
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.7.4.
|
|
45
|
-
"@fluidframework/odsp-doclib-utils": ">=2.0.0-internal.7.4.
|
|
46
|
-
"@fluidframework/odsp-driver-definitions": ">=2.0.0-internal.7.4.
|
|
47
|
-
"@fluidframework/sequence": ">=2.0.0-internal.7.4.
|
|
48
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-internal.7.4.
|
|
49
|
-
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.7.4.
|
|
50
|
-
"@fluidframework/test-utils": ">=2.0.0-internal.7.4.
|
|
35
|
+
"@fluid-experimental/odsp-client": ">=2.0.0-internal.7.4.3 <2.0.0-internal.7.5.0",
|
|
36
|
+
"@fluidframework/aqueduct": ">=2.0.0-internal.7.4.3 <2.0.0-internal.7.5.0",
|
|
37
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.7.4.3 <2.0.0-internal.7.5.0",
|
|
38
|
+
"@fluidframework/container-loader": ">=2.0.0-internal.7.4.3 <2.0.0-internal.7.5.0",
|
|
39
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.7.4.3 <2.0.0-internal.7.5.0",
|
|
40
|
+
"@fluidframework/counter": ">=2.0.0-internal.7.4.3 <2.0.0-internal.7.5.0",
|
|
41
|
+
"@fluidframework/fluid-static": ">=2.0.0-internal.7.4.3 <2.0.0-internal.7.5.0",
|
|
42
|
+
"@fluidframework/map": ">=2.0.0-internal.7.4.3 <2.0.0-internal.7.5.0",
|
|
43
|
+
"@fluidframework/matrix": ">=2.0.0-internal.7.4.3 <2.0.0-internal.7.5.0",
|
|
44
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.7.4.3 <2.0.0-internal.7.5.0",
|
|
45
|
+
"@fluidframework/odsp-doclib-utils": ">=2.0.0-internal.7.4.3 <2.0.0-internal.7.5.0",
|
|
46
|
+
"@fluidframework/odsp-driver-definitions": ">=2.0.0-internal.7.4.3 <2.0.0-internal.7.5.0",
|
|
47
|
+
"@fluidframework/sequence": ">=2.0.0-internal.7.4.3 <2.0.0-internal.7.5.0",
|
|
48
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-internal.7.4.3 <2.0.0-internal.7.5.0",
|
|
49
|
+
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.7.4.3 <2.0.0-internal.7.5.0",
|
|
50
|
+
"@fluidframework/test-utils": ">=2.0.0-internal.7.4.3 <2.0.0-internal.7.5.0",
|
|
51
51
|
"cross-env": "^7.0.3",
|
|
52
52
|
"mocha": "^10.2.0",
|
|
53
53
|
"mocha-json-output-reporter": "^2.0.1",
|