@fluid-experimental/odsp-end-to-end-tests 2.60.0 → 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 (1) hide show
  1. package/package.json +20 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/odsp-end-to-end-tests",
3
- "version": "2.60.0",
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.60.0",
37
- "@fluid-private/test-version-utils": "~2.60.0",
38
- "@fluidframework/aqueduct": "~2.60.0",
39
- "@fluidframework/container-definitions": "~2.60.0",
40
- "@fluidframework/container-loader": "~2.60.0",
41
- "@fluidframework/core-interfaces": "~2.60.0",
42
- "@fluidframework/counter": "~2.60.0",
43
- "@fluidframework/fluid-static": "~2.60.0",
44
- "@fluidframework/map": "~2.60.0",
45
- "@fluidframework/matrix": "~2.60.0",
46
- "@fluidframework/odsp-client": "~2.60.0",
47
- "@fluidframework/odsp-doclib-utils": "~2.60.0",
48
- "@fluidframework/odsp-driver-definitions": "~2.60.0",
49
- "@fluidframework/sequence": "~2.60.0",
50
- "@fluidframework/telemetry-utils": "~2.60.0",
51
- "@fluidframework/test-utils": "~2.60.0",
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",
61
+ "@fluidframework/build-tools": "^0.58.2",
62
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,7 +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",
103
+ "test:realsvc:odsp:run": "mocha --exit --timeout 20000 --config src/test/.mocharc.cjs",
104
104
  "test:realsvc:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:realsvc"
105
105
  }
106
106
  }