@fluid-experimental/property-changeset 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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-experimental/property-changeset",
3
- "version": "2.62.0-356644",
3
+ "version": "2.63.0-358419",
4
4
  "description": "property changeset definitions and related functionalities",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -53,7 +53,7 @@
53
53
  "temp-directory": "nyc/.nyc_output"
54
54
  },
55
55
  "dependencies": {
56
- "@fluid-experimental/property-common": "2.62.0-356644",
56
+ "@fluid-experimental/property-common": "2.63.0-358419",
57
57
  "ajv": "^8.12.0",
58
58
  "ajv-keywords": "^5.1.0",
59
59
  "async": "^3.2.2",
@@ -64,7 +64,7 @@
64
64
  "devDependencies": {
65
65
  "@arethetypeswrong/cli": "^0.17.1",
66
66
  "@biomejs/biome": "~1.9.3",
67
- "@fluid-internal/mocha-test-setup": "2.62.0-356644",
67
+ "@fluid-internal/mocha-test-setup": "2.63.0-358419",
68
68
  "@fluidframework/build-common": "^2.0.3",
69
69
  "@fluidframework/build-tools": "^0.58.3",
70
70
  "@types/lodash": "^4.14.118",
@@ -111,7 +111,7 @@
111
111
  "test": "npm run test:mocha",
112
112
  "test:coverage": "c8 npm test",
113
113
  "test:mocha": "npm run test:mocha:esm && npm run test:mocha:cjs",
114
- "test:mocha:cjs": "cross-env MOCHA_SPEC=dist/test mocha",
114
+ "test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
115
115
  "test:mocha:esm": "mocha",
116
116
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
117
117
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../../common/build/build-common/src/cjs/package.json ./dist"