@fluidframework/tinylicious-driver 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 +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/tinylicious-driver
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/tinylicious-driver",
3
- "version": "2.62.0-356644",
3
+ "version": "2.63.0-358419",
4
4
  "description": "Driver for tinylicious",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -46,17 +46,17 @@
46
46
  "main": "lib/index.js",
47
47
  "types": "lib/public.d.ts",
48
48
  "dependencies": {
49
- "@fluidframework/core-interfaces": "2.62.0-356644",
50
- "@fluidframework/driver-definitions": "2.62.0-356644",
51
- "@fluidframework/driver-utils": "2.62.0-356644",
52
- "@fluidframework/routerlicious-driver": "2.62.0-356644",
49
+ "@fluidframework/core-interfaces": "2.63.0-358419",
50
+ "@fluidframework/driver-definitions": "2.63.0-358419",
51
+ "@fluidframework/driver-utils": "2.63.0-358419",
52
+ "@fluidframework/routerlicious-driver": "2.63.0-358419",
53
53
  "jsrsasign": "^11.0.0",
54
54
  "uuid": "^11.1.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@arethetypeswrong/cli": "^0.17.1",
58
58
  "@biomejs/biome": "~1.9.3",
59
- "@fluid-internal/mocha-test-setup": "2.62.0-356644",
59
+ "@fluid-internal/mocha-test-setup": "2.63.0-358419",
60
60
  "@fluid-tools/build-cli": "^0.58.3",
61
61
  "@fluidframework/build-common": "^2.0.3",
62
62
  "@fluidframework/build-tools": "^0.58.3",
@@ -109,7 +109,7 @@
109
109
  "lint:fix": "fluid-build . --task eslint:fix --task format",
110
110
  "test": "npm run test:mocha",
111
111
  "test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs",
112
- "test:mocha:cjs": "cross-env MOCHA_SPEC=dist/test mocha",
112
+ "test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
113
113
  "test:mocha:esm": "mocha",
114
114
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
115
115
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",