@fluidframework/synthesize 2.61.0 → 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 +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/synthesize
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/synthesize",
3
- "version": "2.61.0",
3
+ "version": "2.62.0",
4
4
  "description": "A library for synthesizing scope objects.",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,19 +69,19 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluidframework/core-utils": "~2.61.0"
72
+ "@fluidframework/core-utils": "~2.62.0"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@arethetypeswrong/cli": "^0.17.1",
76
76
  "@biomejs/biome": "~1.9.3",
77
- "@fluid-internal/mocha-test-setup": "~2.61.0",
77
+ "@fluid-internal/mocha-test-setup": "~2.62.0",
78
78
  "@fluid-tools/build-cli": "^0.58.3",
79
79
  "@fluidframework/build-common": "^2.0.3",
80
80
  "@fluidframework/build-tools": "^0.58.3",
81
- "@fluidframework/core-interfaces": "~2.61.0",
82
- "@fluidframework/datastore": "~2.61.0",
81
+ "@fluidframework/core-interfaces": "~2.62.0",
82
+ "@fluidframework/datastore": "~2.62.0",
83
83
  "@fluidframework/eslint-config-fluid": "^6.0.0",
84
- "@fluidframework/runtime-utils": "~2.61.0",
84
+ "@fluidframework/runtime-utils": "~2.62.0",
85
85
  "@fluidframework/synthesize-previous": "npm:@fluidframework/synthesize@2.60.0",
86
86
  "@microsoft/api-extractor": "7.52.11",
87
87
  "@types/mocha": "^10.0.10",
@@ -138,7 +138,7 @@
138
138
  "test": "npm run test:mocha",
139
139
  "test:coverage": "c8 npm test",
140
140
  "test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs",
141
- "test:mocha:cjs": "cross-env MOCHA_SPEC=dist/test mocha",
141
+ "test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
142
142
  "test:mocha:esm": "mocha",
143
143
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
144
144
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",