@fluidframework/merge-tree 2.60.0 → 2.61.0-355054
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/.mocharc.cjs +1 -2
- package/dist/legacy.d.ts +2 -1
- package/internal.d.ts +1 -1
- package/legacy.d.ts +1 -1
- package/lib/legacy.d.ts +2 -1
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +24 -24
package/.mocharc.cjs
CHANGED
package/dist/legacy.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
export {
|
|
12
|
-
// @
|
|
12
|
+
// #region @legacyBeta APIs
|
|
13
13
|
AdjustParams,
|
|
14
14
|
BaseSegment,
|
|
15
15
|
IAttributionCollection,
|
|
@@ -68,4 +68,5 @@ export {
|
|
|
68
68
|
reservedMarkerIdKey,
|
|
69
69
|
revertMergeTreeDeltaRevertibles,
|
|
70
70
|
segmentIsRemoved
|
|
71
|
+
// #endregion
|
|
71
72
|
} from "./index.js";
|
package/internal.d.ts
CHANGED
package/legacy.d.ts
CHANGED
package/lib/legacy.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
export {
|
|
12
|
-
// @
|
|
12
|
+
// #region @legacyBeta APIs
|
|
13
13
|
AdjustParams,
|
|
14
14
|
BaseSegment,
|
|
15
15
|
IAttributionCollection,
|
|
@@ -68,4 +68,5 @@ export {
|
|
|
68
68
|
reservedMarkerIdKey,
|
|
69
69
|
revertMergeTreeDeltaRevertibles,
|
|
70
70
|
segmentIsRemoved
|
|
71
|
+
// #endregion
|
|
71
72
|
} from "./index.js";
|
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.61.0-355054",
|
|
4
4
|
"description": "Merge tree",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -81,35 +81,35 @@
|
|
|
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.61.0-355054",
|
|
85
|
+
"@fluidframework/container-definitions": "2.61.0-355054",
|
|
86
|
+
"@fluidframework/core-interfaces": "2.61.0-355054",
|
|
87
|
+
"@fluidframework/core-utils": "2.61.0-355054",
|
|
88
|
+
"@fluidframework/datastore-definitions": "2.61.0-355054",
|
|
89
|
+
"@fluidframework/driver-definitions": "2.61.0-355054",
|
|
90
|
+
"@fluidframework/runtime-definitions": "2.61.0-355054",
|
|
91
|
+
"@fluidframework/runtime-utils": "2.61.0-355054",
|
|
92
|
+
"@fluidframework/shared-object-base": "2.61.0-355054",
|
|
93
|
+
"@fluidframework/telemetry-utils": "2.61.0-355054"
|
|
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.61.0-355054",
|
|
99
|
+
"@fluid-private/stochastic-test-utils": "2.61.0-355054",
|
|
100
|
+
"@fluid-private/test-pairwise-generator": "2.61.0-355054",
|
|
101
101
|
"@fluid-tools/benchmark": "^0.51.0",
|
|
102
|
-
"@fluid-tools/build-cli": "^0.
|
|
102
|
+
"@fluid-tools/build-cli": "^0.58.2",
|
|
103
103
|
"@fluidframework/build-common": "^2.0.3",
|
|
104
|
-
"@fluidframework/build-tools": "^0.
|
|
104
|
+
"@fluidframework/build-tools": "^0.58.2",
|
|
105
105
|
"@fluidframework/eslint-config-fluid": "^6.0.0",
|
|
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.60.0",
|
|
107
|
+
"@fluidframework/test-runtime-utils": "2.61.0-355054",
|
|
108
|
+
"@microsoft/api-extractor": "7.52.11",
|
|
109
109
|
"@types/diff": "^3.5.1",
|
|
110
110
|
"@types/mocha": "^10.0.10",
|
|
111
111
|
"@types/node": "^18.19.0",
|
|
112
|
-
"c8": "^
|
|
112
|
+
"c8": "^10.1.3",
|
|
113
113
|
"concurrently": "^8.2.1",
|
|
114
114
|
"copyfiles": "^2.4.1",
|
|
115
115
|
"cross-env": "^7.0.3",
|
|
@@ -126,8 +126,8 @@
|
|
|
126
126
|
},
|
|
127
127
|
"scripts": {
|
|
128
128
|
"api": "fluid-build . --task api",
|
|
129
|
-
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
|
|
130
|
-
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib --node10TypeCompat",
|
|
129
|
+
"api-extractor:commonjs": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./dist",
|
|
130
|
+
"api-extractor:esnext": "flub generate entrypoints --outFileLegacyBeta legacy --outDir ./lib --node10TypeCompat",
|
|
131
131
|
"build": "fluid-build . --task build",
|
|
132
132
|
"build:api-reports": "concurrently \"npm:build:api-reports:*\"",
|
|
133
133
|
"build:api-reports:current": "api-extractor run --local --config api-extractor/api-extractor.current.json",
|
|
@@ -167,8 +167,8 @@
|
|
|
167
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
|
-
"test:mocha:cjs": "
|
|
171
|
-
"test:mocha:esm": "mocha
|
|
170
|
+
"test:mocha:cjs": "cross-env MOCHA_SPEC=dist/test mocha",
|
|
171
|
+
"test:mocha:esm": "mocha",
|
|
172
172
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
173
173
|
"test:stress": "cross-env FUZZ_STRESS_RUN=1 FUZZ_TEST_COUNT=normal npm run test:mocha",
|
|
174
174
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|