@fluidframework/merge-tree 2.40.0 → 2.41.0-338186
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/lib/tsdoc-metadata.json +1 -1
- package/package.json +20 -20
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/merge-tree",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.41.0-338186",
|
|
4
4
|
"description": "Merge tree",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -81,31 +81,31 @@
|
|
|
81
81
|
"temp-directory": "nyc/.nyc_output"
|
|
82
82
|
},
|
|
83
83
|
"dependencies": {
|
|
84
|
-
"@fluid-internal/client-utils": "
|
|
85
|
-
"@fluidframework/container-definitions": "
|
|
86
|
-
"@fluidframework/core-interfaces": "
|
|
87
|
-
"@fluidframework/core-utils": "
|
|
88
|
-
"@fluidframework/datastore-definitions": "
|
|
89
|
-
"@fluidframework/driver-definitions": "
|
|
90
|
-
"@fluidframework/runtime-definitions": "
|
|
91
|
-
"@fluidframework/runtime-utils": "
|
|
92
|
-
"@fluidframework/shared-object-base": "
|
|
93
|
-
"@fluidframework/telemetry-utils": "
|
|
84
|
+
"@fluid-internal/client-utils": "2.41.0-338186",
|
|
85
|
+
"@fluidframework/container-definitions": "2.41.0-338186",
|
|
86
|
+
"@fluidframework/core-interfaces": "2.41.0-338186",
|
|
87
|
+
"@fluidframework/core-utils": "2.41.0-338186",
|
|
88
|
+
"@fluidframework/datastore-definitions": "2.41.0-338186",
|
|
89
|
+
"@fluidframework/driver-definitions": "2.41.0-338186",
|
|
90
|
+
"@fluidframework/runtime-definitions": "2.41.0-338186",
|
|
91
|
+
"@fluidframework/runtime-utils": "2.41.0-338186",
|
|
92
|
+
"@fluidframework/shared-object-base": "2.41.0-338186",
|
|
93
|
+
"@fluidframework/telemetry-utils": "2.41.0-338186"
|
|
94
94
|
},
|
|
95
95
|
"devDependencies": {
|
|
96
96
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
97
97
|
"@biomejs/biome": "~1.9.3",
|
|
98
|
-
"@fluid-internal/mocha-test-setup": "
|
|
99
|
-
"@fluid-private/stochastic-test-utils": "
|
|
100
|
-
"@fluid-private/test-pairwise-generator": "
|
|
98
|
+
"@fluid-internal/mocha-test-setup": "2.41.0-338186",
|
|
99
|
+
"@fluid-private/stochastic-test-utils": "2.41.0-338186",
|
|
100
|
+
"@fluid-private/test-pairwise-generator": "2.41.0-338186",
|
|
101
101
|
"@fluid-tools/benchmark": "^0.51.0",
|
|
102
102
|
"@fluid-tools/build-cli": "^0.55.0",
|
|
103
103
|
"@fluidframework/build-common": "^2.0.3",
|
|
104
104
|
"@fluidframework/build-tools": "^0.55.0",
|
|
105
105
|
"@fluidframework/eslint-config-fluid": "^5.7.3",
|
|
106
|
-
"@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.
|
|
107
|
-
"@fluidframework/test-runtime-utils": "
|
|
108
|
-
"@microsoft/api-extractor": "7.52.
|
|
106
|
+
"@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.40.0",
|
|
107
|
+
"@fluidframework/test-runtime-utils": "2.41.0-338186",
|
|
108
|
+
"@microsoft/api-extractor": "7.52.8",
|
|
109
109
|
"@types/diff": "^3.5.1",
|
|
110
110
|
"@types/mocha": "^10.0.10",
|
|
111
111
|
"@types/node": "^18.19.0",
|
|
@@ -160,11 +160,11 @@
|
|
|
160
160
|
"lint": "fluid-build . --task lint",
|
|
161
161
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|
|
162
162
|
"pack:tests": "tar -cvf ./merge-tree.test-files.tar ./src/test ./dist/test ./lib/test",
|
|
163
|
-
"perf": "cross-env FLUID_TEST_VERBOSE=1 mocha \"dist/**/*.spec.*js\" --node-option unhandled-rejections=strict,expose-gc --exit --perfMode --fgrep @Benchmark --reporter @fluid-tools/benchmark/dist/MochaReporter.js --timeout 30000",
|
|
163
|
+
"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",
|
|
164
164
|
"perf:measure": "npm run perf -- --fgrep @Measurement",
|
|
165
|
-
"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 --reporter @fluid-tools/benchmark/dist/MochaReporter.js --timeout 30000",
|
|
165
|
+
"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",
|
|
166
166
|
"test": "npm run test:mocha",
|
|
167
|
-
"test:benchmark:report": "mocha \"dist/test/*.perf.spec.*js\" --node-option unhandled-rejections=strict,expose-gc --exit --perfMode --fgrep @Benchmark -r @fluid-internal/mocha-test-setup --reporter @fluid-tools/benchmark/dist/MochaReporter.js --timeout 60000",
|
|
167
|
+
"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",
|
|
168
168
|
"test:coverage": "c8 npm test",
|
|
169
169
|
"test:mocha": "npm run test:mocha:esm && echo skipping cjs to avoid overhead - npm run test:mocha:cjs",
|
|
170
170
|
"test:mocha:cjs": "mocha --recursive \"dist/test/**/*.spec.*js\"",
|