@fluidframework/fluid-runner 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 +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/fluid-runner
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": "@fluidframework/fluid-runner",
3
- "version": "2.62.0-356644",
3
+ "version": "2.62.0",
4
4
  "description": "Utility for running various functionality inside a Fluid Framework environment",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -71,21 +71,21 @@
71
71
  "temp-directory": "nyc/.nyc_output"
72
72
  },
73
73
  "dependencies": {
74
- "@fluidframework/aqueduct": "2.62.0-356644",
75
- "@fluidframework/container-definitions": "2.62.0-356644",
76
- "@fluidframework/container-loader": "2.62.0-356644",
77
- "@fluidframework/core-interfaces": "2.62.0-356644",
78
- "@fluidframework/driver-definitions": "2.62.0-356644",
79
- "@fluidframework/odsp-driver": "2.62.0-356644",
80
- "@fluidframework/odsp-driver-definitions": "2.62.0-356644",
81
- "@fluidframework/telemetry-utils": "2.62.0-356644",
74
+ "@fluidframework/aqueduct": "~2.62.0",
75
+ "@fluidframework/container-definitions": "~2.62.0",
76
+ "@fluidframework/container-loader": "~2.62.0",
77
+ "@fluidframework/core-interfaces": "~2.62.0",
78
+ "@fluidframework/driver-definitions": "~2.62.0",
79
+ "@fluidframework/odsp-driver": "~2.62.0",
80
+ "@fluidframework/odsp-driver-definitions": "~2.62.0",
81
+ "@fluidframework/telemetry-utils": "~2.62.0",
82
82
  "@json2csv/plainjs": "^7.0.6",
83
83
  "yargs": "17.7.2"
84
84
  },
85
85
  "devDependencies": {
86
86
  "@arethetypeswrong/cli": "^0.17.1",
87
87
  "@biomejs/biome": "~1.9.3",
88
- "@fluid-internal/mocha-test-setup": "2.62.0-356644",
88
+ "@fluid-internal/mocha-test-setup": "~2.62.0",
89
89
  "@fluid-tools/build-cli": "^0.58.3",
90
90
  "@fluidframework/build-common": "^2.0.3",
91
91
  "@fluidframework/build-tools": "^0.58.3",
@@ -147,7 +147,7 @@
147
147
  "test": "npm run test:mocha",
148
148
  "test:coverage": "c8 npm test",
149
149
  "test:mocha": "npm run test:mocha:esm && npm run test:mocha:cjs",
150
- "test:mocha:cjs": "cross-env MOCHA_SPEC=dist/test mocha",
150
+ "test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
151
151
  "test:mocha:esm": "mocha",
152
152
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
153
153
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",