@fluidframework/azure-end-to-end-tests 2.1.0 → 2.2.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 +4 -0
- package/README.md +1 -30
- package/package.json +21 -21
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -6,36 +6,7 @@ To run FRS e2e tests: `test:realsvc:azure`.
|
|
|
6
6
|
|
|
7
7
|
To run Azure Local Service e2e tests: `test:realsvc`.
|
|
8
8
|
|
|
9
|
-
<!-- AUTO-GENERATED-CONTENT:START (
|
|
10
|
-
|
|
11
|
-
<!-- prettier-ignore-start -->
|
|
12
|
-
<!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
|
|
13
|
-
|
|
14
|
-
## Using Fluid Framework libraries
|
|
15
|
-
|
|
16
|
-
When taking a dependency on a Fluid Framework library's public APIs, we recommend using a `^` (caret) version range, such as `^1.3.4`.
|
|
17
|
-
While Fluid Framework libraries may use different ranges with interdependencies between other Fluid Framework libraries,
|
|
18
|
-
library consumers should always prefer `^`.
|
|
19
|
-
|
|
20
|
-
If using any of Fluid Framework's unstable APIs (for example, its `beta` APIs), we recommend using a more constrained version range, such as `~`.
|
|
21
|
-
|
|
22
|
-
## Installation
|
|
23
|
-
|
|
24
|
-
To get started, install the package by running the following command:
|
|
25
|
-
|
|
26
|
-
```bash
|
|
27
|
-
npm i @fluidframework/azure-end-to-end-tests
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
## API Documentation
|
|
31
|
-
|
|
32
|
-
API documentation for **@fluidframework/azure-end-to-end-tests** is available at <https://fluidframework.com/docs/apis/azure-end-to-end-tests>.
|
|
33
|
-
|
|
34
|
-
<!-- prettier-ignore-end -->
|
|
35
|
-
|
|
36
|
-
<!-- AUTO-GENERATED-CONTENT:END -->
|
|
37
|
-
|
|
38
|
-
<!-- AUTO-GENERATED-CONTENT:START (LIBRARY_PACKAGE_README_FOOTER) -->
|
|
9
|
+
<!-- AUTO-GENERATED-CONTENT:START (README_FOOTER) -->
|
|
39
10
|
|
|
40
11
|
<!-- prettier-ignore-start -->
|
|
41
12
|
<!-- NOTE: This section is automatically generated using @fluid-tools/markdown-magic. Do not update these generated contents directly. -->
|
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.2.0",
|
|
4
4
|
"description": "Azure client end to end tests",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -33,27 +33,27 @@
|
|
|
33
33
|
"temp-directory": "nyc/.nyc_output"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@fluid-experimental/data-objects": "~2.
|
|
37
|
-
"@fluid-internal/client-utils": "~2.
|
|
38
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
39
|
-
"@fluidframework/aqueduct": "~2.
|
|
40
|
-
"@fluidframework/azure-client": "~2.
|
|
36
|
+
"@fluid-experimental/data-objects": "~2.2.0",
|
|
37
|
+
"@fluid-internal/client-utils": "~2.2.0",
|
|
38
|
+
"@fluid-internal/mocha-test-setup": "~2.2.0",
|
|
39
|
+
"@fluidframework/aqueduct": "~2.2.0",
|
|
40
|
+
"@fluidframework/azure-client": "~2.2.0",
|
|
41
41
|
"@fluidframework/azure-client-legacy": "npm:@fluidframework/azure-client@^1.2.0",
|
|
42
|
-
"@fluidframework/container-definitions": "~2.
|
|
43
|
-
"@fluidframework/container-loader": "~2.
|
|
44
|
-
"@fluidframework/core-interfaces": "~2.
|
|
45
|
-
"@fluidframework/counter": "~2.
|
|
46
|
-
"@fluidframework/datastore-definitions": "~2.
|
|
47
|
-
"@fluidframework/fluid-static": "~2.
|
|
48
|
-
"@fluidframework/map": "~2.
|
|
42
|
+
"@fluidframework/container-definitions": "~2.2.0",
|
|
43
|
+
"@fluidframework/container-loader": "~2.2.0",
|
|
44
|
+
"@fluidframework/core-interfaces": "~2.2.0",
|
|
45
|
+
"@fluidframework/counter": "~2.2.0",
|
|
46
|
+
"@fluidframework/datastore-definitions": "~2.2.0",
|
|
47
|
+
"@fluidframework/fluid-static": "~2.2.0",
|
|
48
|
+
"@fluidframework/map": "~2.2.0",
|
|
49
49
|
"@fluidframework/map-legacy": "npm:@fluidframework/map@^1.4.0",
|
|
50
|
-
"@fluidframework/matrix": "~2.
|
|
51
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
52
|
-
"@fluidframework/sequence": "~2.
|
|
53
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
54
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
55
|
-
"@fluidframework/test-utils": "~2.
|
|
56
|
-
"@fluidframework/tree": "~2.
|
|
50
|
+
"@fluidframework/matrix": "~2.2.0",
|
|
51
|
+
"@fluidframework/runtime-definitions": "~2.2.0",
|
|
52
|
+
"@fluidframework/sequence": "~2.2.0",
|
|
53
|
+
"@fluidframework/telemetry-utils": "~2.2.0",
|
|
54
|
+
"@fluidframework/test-runtime-utils": "~2.2.0",
|
|
55
|
+
"@fluidframework/test-utils": "~2.2.0",
|
|
56
|
+
"@fluidframework/tree": "~2.2.0",
|
|
57
57
|
"axios": "^1.6.2",
|
|
58
58
|
"cross-env": "^7.0.3",
|
|
59
59
|
"mocha": "^10.2.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@biomejs/biome": "~1.8.3",
|
|
70
70
|
"@fluidframework/build-common": "^2.0.3",
|
|
71
|
-
"@fluidframework/build-tools": "^0.
|
|
71
|
+
"@fluidframework/build-tools": "^0.43.0",
|
|
72
72
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
73
73
|
"@types/mocha": "^9.1.1",
|
|
74
74
|
"@types/nock": "^9.3.0",
|