@fluidframework/azure-end-to-end-tests 2.0.0-dev.7.3.0.209174 → 2.0.0-dev.7.3.0.210328
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/README.md +1 -2
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -61,8 +61,7 @@ Thank you!
|
|
|
61
61
|
|
|
62
62
|
This project may contain Microsoft trademarks or logos for Microsoft projects, products, or services.
|
|
63
63
|
|
|
64
|
-
Use of these trademarks or logos must follow Microsoft's [Trademark & Brand
|
|
65
|
-
Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
|
|
64
|
+
Use of these trademarks or logos must follow Microsoft's [Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
|
|
66
65
|
|
|
67
66
|
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
|
|
68
67
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/azure-end-to-end-tests",
|
|
3
|
-
"version": "2.0.0-dev.7.3.0.
|
|
3
|
+
"version": "2.0.0-dev.7.3.0.210328",
|
|
4
4
|
"description": "Azure client end to end tests",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -32,20 +32,20 @@
|
|
|
32
32
|
"temp-directory": "nyc/.nyc_output"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@fluidframework/aqueduct": "2.0.0-dev.7.3.0.
|
|
36
|
-
"@fluidframework/azure-client": "2.0.0-dev.7.3.0.
|
|
37
|
-
"@fluidframework/container-definitions": "2.0.0-dev.7.3.0.
|
|
38
|
-
"@fluidframework/container-loader": "2.0.0-dev.7.3.0.
|
|
39
|
-
"@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.
|
|
40
|
-
"@fluidframework/counter": "2.0.0-dev.7.3.0.
|
|
41
|
-
"@fluidframework/fluid-static": "2.0.0-dev.7.3.0.
|
|
42
|
-
"@fluidframework/map": "2.0.0-dev.7.3.0.
|
|
43
|
-
"@fluidframework/matrix": "2.0.0-dev.7.3.0.
|
|
44
|
-
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.
|
|
45
|
-
"@fluidframework/sequence": "2.0.0-dev.7.3.0.
|
|
46
|
-
"@fluidframework/telemetry-utils": "2.0.0-dev.7.3.0.
|
|
47
|
-
"@fluidframework/test-runtime-utils": "2.0.0-dev.7.3.0.
|
|
48
|
-
"@fluidframework/test-utils": "2.0.0-dev.7.3.0.
|
|
35
|
+
"@fluidframework/aqueduct": "2.0.0-dev.7.3.0.210328",
|
|
36
|
+
"@fluidframework/azure-client": "2.0.0-dev.7.3.0.210328",
|
|
37
|
+
"@fluidframework/container-definitions": "2.0.0-dev.7.3.0.210328",
|
|
38
|
+
"@fluidframework/container-loader": "2.0.0-dev.7.3.0.210328",
|
|
39
|
+
"@fluidframework/core-interfaces": "2.0.0-dev.7.3.0.210328",
|
|
40
|
+
"@fluidframework/counter": "2.0.0-dev.7.3.0.210328",
|
|
41
|
+
"@fluidframework/fluid-static": "2.0.0-dev.7.3.0.210328",
|
|
42
|
+
"@fluidframework/map": "2.0.0-dev.7.3.0.210328",
|
|
43
|
+
"@fluidframework/matrix": "2.0.0-dev.7.3.0.210328",
|
|
44
|
+
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.3.0.210328",
|
|
45
|
+
"@fluidframework/sequence": "2.0.0-dev.7.3.0.210328",
|
|
46
|
+
"@fluidframework/telemetry-utils": "2.0.0-dev.7.3.0.210328",
|
|
47
|
+
"@fluidframework/test-runtime-utils": "2.0.0-dev.7.3.0.210328",
|
|
48
|
+
"@fluidframework/test-utils": "2.0.0-dev.7.3.0.210328",
|
|
49
49
|
"cross-env": "^7.0.3",
|
|
50
50
|
"mocha": "^10.2.0",
|
|
51
51
|
"mocha-json-output-reporter": "^2.0.1",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"@fluidframework/build-common": "^2.0.3",
|
|
62
|
-
"@fluidframework/build-tools": "^0.
|
|
62
|
+
"@fluidframework/build-tools": "^0.27.0",
|
|
63
63
|
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
64
64
|
"@types/mocha": "^9.1.1",
|
|
65
65
|
"@types/nock": "^9.3.0",
|