@fluid-experimental/odsp-end-to-end-tests 2.53.1 → 2.61.0-355054

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +21 -22
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-experimental/odsp-end-to-end-tests
2
2
 
3
+ ## 2.60.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.53.0
4
8
 
5
9
  Dependency updates only.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/odsp-end-to-end-tests",
3
- "version": "2.53.1",
3
+ "version": "2.61.0-355054",
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.53.1",
37
- "@fluid-private/test-version-utils": "~2.53.1",
38
- "@fluidframework/aqueduct": "~2.53.1",
39
- "@fluidframework/container-definitions": "~2.53.1",
40
- "@fluidframework/container-loader": "~2.53.1",
41
- "@fluidframework/core-interfaces": "~2.53.1",
42
- "@fluidframework/counter": "~2.53.1",
43
- "@fluidframework/fluid-static": "~2.53.1",
44
- "@fluidframework/map": "~2.53.1",
45
- "@fluidframework/matrix": "~2.53.1",
46
- "@fluidframework/odsp-client": "~2.53.1",
47
- "@fluidframework/odsp-doclib-utils": "~2.53.1",
48
- "@fluidframework/odsp-driver-definitions": "~2.53.1",
49
- "@fluidframework/sequence": "~2.53.1",
50
- "@fluidframework/telemetry-utils": "~2.53.1",
51
- "@fluidframework/test-utils": "~2.53.1",
36
+ "@fluid-internal/mocha-test-setup": "2.61.0-355054",
37
+ "@fluid-private/test-version-utils": "2.61.0-355054",
38
+ "@fluidframework/aqueduct": "2.61.0-355054",
39
+ "@fluidframework/container-definitions": "2.61.0-355054",
40
+ "@fluidframework/container-loader": "2.61.0-355054",
41
+ "@fluidframework/core-interfaces": "2.61.0-355054",
42
+ "@fluidframework/counter": "2.61.0-355054",
43
+ "@fluidframework/fluid-static": "2.61.0-355054",
44
+ "@fluidframework/map": "2.61.0-355054",
45
+ "@fluidframework/matrix": "2.61.0-355054",
46
+ "@fluidframework/odsp-client": "2.61.0-355054",
47
+ "@fluidframework/odsp-doclib-utils": "2.61.0-355054",
48
+ "@fluidframework/odsp-driver-definitions": "2.61.0-355054",
49
+ "@fluidframework/sequence": "2.61.0-355054",
50
+ "@fluidframework/telemetry-utils": "2.61.0-355054",
51
+ "@fluidframework/test-utils": "2.61.0-355054",
52
52
  "@types/sinon": "^17.0.3",
53
53
  "mocha": "^10.8.2",
54
54
  "mocha-multi-reporters": "^1.5.1",
@@ -58,12 +58,12 @@
58
58
  "devDependencies": {
59
59
  "@biomejs/biome": "~1.9.3",
60
60
  "@fluidframework/build-common": "^2.0.3",
61
- "@fluidframework/build-tools": "^0.57.0",
62
- "@fluidframework/eslint-config-fluid": "^5.7.4",
61
+ "@fluidframework/build-tools": "^0.58.2",
62
+ "@fluidframework/eslint-config-fluid": "^6.0.0",
63
63
  "@types/mocha": "^10.0.10",
64
64
  "@types/nock": "^9.3.0",
65
65
  "@types/node": "^18.19.0",
66
- "c8": "^8.0.1",
66
+ "c8": "^10.1.3",
67
67
  "cross-env": "^7.0.3",
68
68
  "eslint": "~8.55.0",
69
69
  "nock": "^13.3.3",
@@ -100,8 +100,7 @@
100
100
  "test": "npm run test:realsvc:odsp:run",
101
101
  "test:coverage": "c8 npm test",
102
102
  "test:realsvc:odsp": "cross-env npm run test:realsvc:odsp:run -- --driver=odsp --odspEndpointName=odsp",
103
- "test:realsvc:odsp:run": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit --timeout 20000 --config src/test/.mocharc.cjs",
104
- "test:realsvc:run": "mocha --recursive \"lib/test/**/*.spec.*js\"",
103
+ "test:realsvc:odsp:run": "mocha --exit --timeout 20000 --config src/test/.mocharc.cjs",
105
104
  "test:realsvc:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:realsvc"
106
105
  }
107
106
  }