@fluidframework/azure-end-to-end-tests 2.51.0 → 2.53.0-350190
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 +4 -0
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/azure-end-to-end-tests",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.53.0-350190",
|
|
4
4
|
"description": "Azure client end to end tests",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -33,29 +33,29 @@
|
|
|
33
33
|
"temp-directory": "nyc/.nyc_output"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@fluid-experimental/data-objects": "
|
|
37
|
-
"@fluid-internal/client-utils": "
|
|
38
|
-
"@fluid-internal/mocha-test-setup": "
|
|
39
|
-
"@fluid-private/test-version-utils": "
|
|
40
|
-
"@fluidframework/aqueduct": "
|
|
41
|
-
"@fluidframework/azure-client": "
|
|
36
|
+
"@fluid-experimental/data-objects": "2.53.0-350190",
|
|
37
|
+
"@fluid-internal/client-utils": "2.53.0-350190",
|
|
38
|
+
"@fluid-internal/mocha-test-setup": "2.53.0-350190",
|
|
39
|
+
"@fluid-private/test-version-utils": "2.53.0-350190",
|
|
40
|
+
"@fluidframework/aqueduct": "2.53.0-350190",
|
|
41
|
+
"@fluidframework/azure-client": "2.53.0-350190",
|
|
42
42
|
"@fluidframework/azure-client-legacy": "npm:@fluidframework/azure-client@^1.2.0",
|
|
43
|
-
"@fluidframework/container-definitions": "
|
|
44
|
-
"@fluidframework/container-loader": "
|
|
45
|
-
"@fluidframework/core-interfaces": "
|
|
46
|
-
"@fluidframework/counter": "
|
|
47
|
-
"@fluidframework/datastore-definitions": "
|
|
48
|
-
"@fluidframework/fluid-static": "
|
|
49
|
-
"@fluidframework/map": "
|
|
43
|
+
"@fluidframework/container-definitions": "2.53.0-350190",
|
|
44
|
+
"@fluidframework/container-loader": "2.53.0-350190",
|
|
45
|
+
"@fluidframework/core-interfaces": "2.53.0-350190",
|
|
46
|
+
"@fluidframework/counter": "2.53.0-350190",
|
|
47
|
+
"@fluidframework/datastore-definitions": "2.53.0-350190",
|
|
48
|
+
"@fluidframework/fluid-static": "2.53.0-350190",
|
|
49
|
+
"@fluidframework/map": "2.53.0-350190",
|
|
50
50
|
"@fluidframework/map-legacy": "npm:@fluidframework/map@^1.4.0",
|
|
51
|
-
"@fluidframework/matrix": "
|
|
52
|
-
"@fluidframework/presence": "
|
|
53
|
-
"@fluidframework/runtime-definitions": "
|
|
54
|
-
"@fluidframework/sequence": "
|
|
55
|
-
"@fluidframework/telemetry-utils": "
|
|
56
|
-
"@fluidframework/test-runtime-utils": "
|
|
57
|
-
"@fluidframework/test-utils": "
|
|
58
|
-
"@fluidframework/tree": "
|
|
51
|
+
"@fluidframework/matrix": "2.53.0-350190",
|
|
52
|
+
"@fluidframework/presence": "2.53.0-350190",
|
|
53
|
+
"@fluidframework/runtime-definitions": "2.53.0-350190",
|
|
54
|
+
"@fluidframework/sequence": "2.53.0-350190",
|
|
55
|
+
"@fluidframework/telemetry-utils": "2.53.0-350190",
|
|
56
|
+
"@fluidframework/test-runtime-utils": "2.53.0-350190",
|
|
57
|
+
"@fluidframework/test-utils": "2.53.0-350190",
|
|
58
|
+
"@fluidframework/tree": "2.53.0-350190",
|
|
59
59
|
"axios": "^1.8.4",
|
|
60
60
|
"cross-env": "^7.0.3",
|
|
61
61
|
"mocha": "^10.8.2",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@biomejs/biome": "~1.9.3",
|
|
70
70
|
"@fluidframework/build-common": "^2.0.3",
|
|
71
|
-
"@fluidframework/build-tools": "^0.
|
|
72
|
-
"@fluidframework/driver-definitions": "
|
|
71
|
+
"@fluidframework/build-tools": "^0.57.0",
|
|
72
|
+
"@fluidframework/driver-definitions": "2.53.0-350190",
|
|
73
73
|
"@fluidframework/eslint-config-fluid": "^5.7.4",
|
|
74
74
|
"@types/mocha": "^10.0.10",
|
|
75
75
|
"@types/nock": "^9.3.0",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"format:biome": "biome check . --write",
|
|
109
109
|
"lint": "fluid-build . --task lint",
|
|
110
110
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|
|
111
|
-
"start:tinylicious:test": "PORT=7071 tinylicious > tinylicious.log 2>&1",
|
|
111
|
+
"start:tinylicious:test": "cross-env PORT=7071 tinylicious > tinylicious.log 2>&1",
|
|
112
112
|
"test": "npm run test:realsvc",
|
|
113
113
|
"test:coverage": "c8 npm test",
|
|
114
114
|
"test:realsvc": "npm run test:realsvc:tinylicious",
|