@fluidframework/request-handler 2.62.0-356644 → 2.63.0-358419

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 +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/request-handler
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/request-handler",
3
- "version": "2.62.0-356644",
3
+ "version": "2.63.0-358419",
4
4
  "description": "A simple request handling library for Fluid Framework",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,16 +69,16 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluidframework/container-runtime-definitions": "2.62.0-356644",
73
- "@fluidframework/core-interfaces": "2.62.0-356644",
74
- "@fluidframework/core-utils": "2.62.0-356644",
75
- "@fluidframework/runtime-definitions": "2.62.0-356644",
76
- "@fluidframework/runtime-utils": "2.62.0-356644"
72
+ "@fluidframework/container-runtime-definitions": "2.63.0-358419",
73
+ "@fluidframework/core-interfaces": "2.63.0-358419",
74
+ "@fluidframework/core-utils": "2.63.0-358419",
75
+ "@fluidframework/runtime-definitions": "2.63.0-358419",
76
+ "@fluidframework/runtime-utils": "2.63.0-358419"
77
77
  },
78
78
  "devDependencies": {
79
79
  "@arethetypeswrong/cli": "^0.17.1",
80
80
  "@biomejs/biome": "~1.9.3",
81
- "@fluid-internal/mocha-test-setup": "2.62.0-356644",
81
+ "@fluid-internal/mocha-test-setup": "2.63.0-358419",
82
82
  "@fluid-tools/build-cli": "^0.58.3",
83
83
  "@fluidframework/build-common": "^2.0.3",
84
84
  "@fluidframework/build-tools": "^0.58.3",
@@ -141,7 +141,7 @@
141
141
  "test": "npm run test:mocha",
142
142
  "test:coverage": "c8 npm test",
143
143
  "test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs",
144
- "test:mocha:cjs": "cross-env MOCHA_SPEC=dist/test mocha",
144
+ "test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
145
145
  "test:mocha:esm": "mocha",
146
146
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
147
147
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",