@fluid-experimental/odsp-end-to-end-tests 2.62.0-356644 → 2.62.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +20 -20
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluid-experimental/odsp-end-to-end-tests
2
2
 
3
+ ## 2.62.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.61.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.62.0-356644",
3
+ "version": "2.62.0",
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.62.0-356644",
37
- "@fluid-private/test-version-utils": "2.62.0-356644",
38
- "@fluidframework/aqueduct": "2.62.0-356644",
39
- "@fluidframework/container-definitions": "2.62.0-356644",
40
- "@fluidframework/container-loader": "2.62.0-356644",
41
- "@fluidframework/core-interfaces": "2.62.0-356644",
42
- "@fluidframework/counter": "2.62.0-356644",
43
- "@fluidframework/fluid-static": "2.62.0-356644",
44
- "@fluidframework/map": "2.62.0-356644",
45
- "@fluidframework/matrix": "2.62.0-356644",
46
- "@fluidframework/odsp-client": "2.62.0-356644",
47
- "@fluidframework/odsp-doclib-utils": "2.62.0-356644",
48
- "@fluidframework/odsp-driver-definitions": "2.62.0-356644",
49
- "@fluidframework/sequence": "2.62.0-356644",
50
- "@fluidframework/telemetry-utils": "2.62.0-356644",
51
- "@fluidframework/test-utils": "2.62.0-356644",
36
+ "@fluid-internal/mocha-test-setup": "~2.62.0",
37
+ "@fluid-private/test-version-utils": "~2.62.0",
38
+ "@fluidframework/aqueduct": "~2.62.0",
39
+ "@fluidframework/container-definitions": "~2.62.0",
40
+ "@fluidframework/container-loader": "~2.62.0",
41
+ "@fluidframework/core-interfaces": "~2.62.0",
42
+ "@fluidframework/counter": "~2.62.0",
43
+ "@fluidframework/fluid-static": "~2.62.0",
44
+ "@fluidframework/map": "~2.62.0",
45
+ "@fluidframework/matrix": "~2.62.0",
46
+ "@fluidframework/odsp-client": "~2.62.0",
47
+ "@fluidframework/odsp-doclib-utils": "~2.62.0",
48
+ "@fluidframework/odsp-driver-definitions": "~2.62.0",
49
+ "@fluidframework/sequence": "~2.62.0",
50
+ "@fluidframework/telemetry-utils": "~2.62.0",
51
+ "@fluidframework/test-utils": "~2.62.0",
52
52
  "@types/sinon": "^17.0.3",
53
53
  "mocha": "^10.8.2",
54
54
  "mocha-multi-reporters": "^1.5.1",
@@ -97,10 +97,10 @@
97
97
  "format:biome": "biome check . --write",
98
98
  "lint": "fluid-build . --task lint",
99
99
  "lint:fix": "fluid-build . --task eslint:fix --task format",
100
- "test": "npm run test:realsvc:odsp:run",
100
+ "test": "npm run test:realsvc:odsp",
101
101
  "test:coverage": "c8 npm test",
102
- "test:realsvc:odsp": "cross-env npm run test:realsvc:odsp:run -- --driver=odsp --odspEndpointName=odsp",
102
+ "test:realsvc:odsp": "npm run test:realsvc:odsp:run -- --driver=odsp --odspEndpointName=odsp",
103
103
  "test:realsvc:odsp:run": "mocha --exit --timeout 20000 --config src/test/.mocharc.cjs",
104
- "test:realsvc:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:realsvc"
104
+ "test:realsvc:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:realsvc:odsp"
105
105
  }
106
106
  }