@fluidframework/merge-tree 2.92.0 → 2.100.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/merge-tree",
3
- "version": "2.92.0",
3
+ "version": "2.100.0",
4
4
  "description": "Merge tree",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -81,34 +81,34 @@
81
81
  "temp-directory": "nyc/.nyc_output"
82
82
  },
83
83
  "dependencies": {
84
- "@fluid-internal/client-utils": "~2.92.0",
85
- "@fluidframework/container-definitions": "~2.92.0",
86
- "@fluidframework/core-interfaces": "~2.92.0",
87
- "@fluidframework/core-utils": "~2.92.0",
88
- "@fluidframework/datastore-definitions": "~2.92.0",
89
- "@fluidframework/driver-definitions": "~2.92.0",
90
- "@fluidframework/runtime-definitions": "~2.92.0",
91
- "@fluidframework/runtime-utils": "~2.92.0",
92
- "@fluidframework/shared-object-base": "~2.92.0",
93
- "@fluidframework/telemetry-utils": "~2.92.0"
84
+ "@fluid-internal/client-utils": "~2.100.0",
85
+ "@fluidframework/container-definitions": "~2.100.0",
86
+ "@fluidframework/core-interfaces": "~2.100.0",
87
+ "@fluidframework/core-utils": "~2.100.0",
88
+ "@fluidframework/datastore-definitions": "~2.100.0",
89
+ "@fluidframework/driver-definitions": "~2.100.0",
90
+ "@fluidframework/runtime-definitions": "~2.100.0",
91
+ "@fluidframework/runtime-utils": "~2.100.0",
92
+ "@fluidframework/shared-object-base": "~2.100.0",
93
+ "@fluidframework/telemetry-utils": "~2.100.0"
94
94
  },
95
95
  "devDependencies": {
96
96
  "@arethetypeswrong/cli": "^0.18.2",
97
97
  "@biomejs/biome": "~2.4.5",
98
- "@fluid-internal/mocha-test-setup": "~2.92.0",
99
- "@fluid-private/stochastic-test-utils": "~2.92.0",
100
- "@fluid-private/test-pairwise-generator": "~2.92.0",
101
- "@fluid-tools/benchmark": "^0.52.0",
102
- "@fluid-tools/build-cli": "^0.64.0",
98
+ "@fluid-internal/mocha-test-setup": "~2.100.0",
99
+ "@fluid-private/stochastic-test-utils": "~2.100.0",
100
+ "@fluid-private/test-pairwise-generator": "~2.100.0",
101
+ "@fluid-tools/benchmark": "^0.58.0",
102
+ "@fluid-tools/build-cli": "^0.65.0",
103
103
  "@fluidframework/build-common": "^2.0.3",
104
- "@fluidframework/build-tools": "^0.64.0",
104
+ "@fluidframework/build-tools": "^0.65.0",
105
105
  "@fluidframework/eslint-config-fluid": "^9.0.0",
106
- "@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.91.0",
107
- "@fluidframework/test-runtime-utils": "~2.92.0",
108
- "@microsoft/api-extractor": "7.52.11",
106
+ "@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.92.0",
107
+ "@fluidframework/test-runtime-utils": "~2.100.0",
108
+ "@microsoft/api-extractor": "7.58.1",
109
109
  "@types/diff": "^3.5.1",
110
110
  "@types/mocha": "^10.0.10",
111
- "@types/node": "~20.19.30",
111
+ "@types/node": "~22.19.17",
112
112
  "c8": "^10.1.3",
113
113
  "concurrently": "^9.2.1",
114
114
  "copyfiles": "^2.4.1",
@@ -129,6 +129,7 @@
129
129
  "api": "fluid-build . --task api",
130
130
  "api-extractor:commonjs": "flub generate entrypoints --resolutionConditions require --outFileLegacyBeta legacy --outDir ./dist",
131
131
  "api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
132
+ "bench": "cross-env FLUID_TEST_PERF_MODE=1 mocha --parentProcess",
132
133
  "build": "fluid-build . --task build",
133
134
  "build:api-reports": "concurrently \"npm:build:api-reports:*\"",
134
135
  "build:api-reports:current": "api-extractor run --local --config api-extractor/api-extractor.current.json",
@@ -161,11 +162,8 @@
161
162
  "lint": "fluid-build . --task lint",
162
163
  "lint:fix": "fluid-build . --task eslint:fix --task format",
163
164
  "pack:tests": "tar -cvf ./merge-tree.test-files.tar ./src/test ./dist/test ./lib/test",
164
- "perf": "cross-env FLUID_TEST_VERBOSE=1 mocha \"dist/**/*.spec.*js\" --node-option unhandled-rejections=strict,expose-gc --exit --perfMode --fgrep @Benchmark --fgrep @ExecutionTime --reporter @fluid-tools/benchmark/dist/MochaReporter.js --timeout 30000",
165
- "perf:measure": "npm run perf -- --fgrep @Measurement",
166
- "perf:profile": "node --inspect-brk ./node_modules/mocha/bin/mocha.js \"dist/**/*.spec.*js\" --node-option unhandled-rejections=strict,expose-gc --exit --perfMode --fgrep @Benchmark --fgrep @ExecutionTime --reporter @fluid-tools/benchmark/dist/MochaReporter.js --timeout 30000",
165
+ "perf:profile": "cross-env FLUID_TEST_PERF_MODE=1 node --inspect-brk ./node_modules/mocha/bin/mocha.js \"dist/**/*.spec.*js\" --node-option unhandled-rejections=strict,expose-gc --exit --fgrep @ExecutionTime",
167
166
  "test": "npm run test:mocha",
168
- "test:benchmark:report": "mocha \"dist/test/*.perf.spec.*js\" --node-option unhandled-rejections=strict,expose-gc --exit --perfMode --fgrep @Benchmark --fgrep @ExecutionTime -r @fluid-internal/mocha-test-setup --reporter @fluid-tools/benchmark/dist/MochaReporter.js --timeout 60000",
169
167
  "test:coverage": "c8 npm test",
170
168
  "test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs",
171
169
  "test:mocha:cjs": "cross-env FLUID_TEST_MODULE_SYSTEM=CJS mocha",
@@ -173,7 +171,6 @@
173
171
  "test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
174
172
  "test:stress": "cross-env FUZZ_STRESS_RUN=1 FUZZ_TEST_COUNT=normal npm run test:mocha",
175
173
  "tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
176
- "typetests:gen": "flub generate typetests --dir . -v",
177
- "typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
174
+ "typetests:gen": "flub generate typetests --dir . -v"
178
175
  }
179
176
  }