@fluidframework/merge-tree 2.0.0-rc.5.0.0 → 2.1.0-274160
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.
|
@@ -4,17 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import { AttributionKey } from '@fluidframework/runtime-definitions/internal';
|
|
8
|
-
import { IChannelStorageService } from '@fluidframework/datastore-definitions/internal';
|
|
9
|
-
import { IEventThisPlaceHolder } from '@fluidframework/core-interfaces';
|
|
10
|
-
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions/internal';
|
|
11
|
-
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
12
|
-
import { IFluidSerializer } from '@fluidframework/shared-object-base/internal';
|
|
13
|
-
import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
14
|
-
import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/internal';
|
|
15
|
-
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils/internal';
|
|
16
|
-
import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
17
|
-
|
|
18
7
|
// @alpha (undocumented)
|
|
19
8
|
export function appendToMergeTreeDeltaRevertibles(deltaArgs: IMergeTreeDeltaCallbackArgs, revertibles: MergeTreeDeltaRevertible[]): void;
|
|
20
9
|
|
|
@@ -4,17 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import { AttributionKey } from '@fluidframework/runtime-definitions/internal';
|
|
8
|
-
import { IChannelStorageService } from '@fluidframework/datastore-definitions/internal';
|
|
9
|
-
import { IEventThisPlaceHolder } from '@fluidframework/core-interfaces';
|
|
10
|
-
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions/internal';
|
|
11
|
-
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
12
|
-
import { IFluidSerializer } from '@fluidframework/shared-object-base/internal';
|
|
13
|
-
import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
14
|
-
import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/internal';
|
|
15
|
-
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils/internal';
|
|
16
|
-
import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
17
|
-
|
|
18
7
|
// (No @packageDocumentation comment for this package)
|
|
19
8
|
|
|
20
9
|
```
|
|
@@ -4,17 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import { AttributionKey } from '@fluidframework/runtime-definitions/internal';
|
|
8
|
-
import { IChannelStorageService } from '@fluidframework/datastore-definitions/internal';
|
|
9
|
-
import { IEventThisPlaceHolder } from '@fluidframework/core-interfaces';
|
|
10
|
-
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions/internal';
|
|
11
|
-
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
12
|
-
import { IFluidSerializer } from '@fluidframework/shared-object-base/internal';
|
|
13
|
-
import { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
14
|
-
import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/internal';
|
|
15
|
-
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils/internal';
|
|
16
|
-
import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
17
|
-
|
|
18
7
|
// (No @packageDocumentation comment for this package)
|
|
19
8
|
|
|
20
9
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/merge-tree",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0-274160",
|
|
4
4
|
"description": "Merge tree",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -79,30 +79,30 @@
|
|
|
79
79
|
"temp-directory": "nyc/.nyc_output"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@fluid-internal/client-utils": "
|
|
83
|
-
"@fluidframework/container-definitions": "
|
|
84
|
-
"@fluidframework/core-interfaces": "
|
|
85
|
-
"@fluidframework/core-utils": "
|
|
86
|
-
"@fluidframework/datastore-definitions": "
|
|
87
|
-
"@fluidframework/driver-definitions": "
|
|
88
|
-
"@fluidframework/runtime-definitions": "
|
|
89
|
-
"@fluidframework/runtime-utils": "
|
|
90
|
-
"@fluidframework/shared-object-base": "
|
|
91
|
-
"@fluidframework/telemetry-utils": "
|
|
82
|
+
"@fluid-internal/client-utils": "2.1.0-274160",
|
|
83
|
+
"@fluidframework/container-definitions": "2.1.0-274160",
|
|
84
|
+
"@fluidframework/core-interfaces": "2.1.0-274160",
|
|
85
|
+
"@fluidframework/core-utils": "2.1.0-274160",
|
|
86
|
+
"@fluidframework/datastore-definitions": "2.1.0-274160",
|
|
87
|
+
"@fluidframework/driver-definitions": "2.1.0-274160",
|
|
88
|
+
"@fluidframework/runtime-definitions": "2.1.0-274160",
|
|
89
|
+
"@fluidframework/runtime-utils": "2.1.0-274160",
|
|
90
|
+
"@fluidframework/shared-object-base": "2.1.0-274160",
|
|
91
|
+
"@fluidframework/telemetry-utils": "2.1.0-274160"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
94
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
95
95
|
"@biomejs/biome": "^1.7.3",
|
|
96
|
-
"@fluid-internal/mocha-test-setup": "
|
|
97
|
-
"@fluid-private/stochastic-test-utils": "
|
|
98
|
-
"@fluid-private/test-pairwise-generator": "
|
|
96
|
+
"@fluid-internal/mocha-test-setup": "2.1.0-274160",
|
|
97
|
+
"@fluid-private/stochastic-test-utils": "2.1.0-274160",
|
|
98
|
+
"@fluid-private/test-pairwise-generator": "2.1.0-274160",
|
|
99
99
|
"@fluid-tools/benchmark": "^0.48.0",
|
|
100
100
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
101
101
|
"@fluidframework/build-common": "^2.0.3",
|
|
102
102
|
"@fluidframework/build-tools": "^0.39.0",
|
|
103
103
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
104
|
-
"@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.0.0-rc.
|
|
105
|
-
"@fluidframework/test-runtime-utils": "
|
|
104
|
+
"@fluidframework/merge-tree-previous": "npm:@fluidframework/merge-tree@2.0.0-rc.5.0.0",
|
|
105
|
+
"@fluidframework/test-runtime-utils": "2.1.0-274160",
|
|
106
106
|
"@microsoft/api-extractor": "^7.45.1",
|
|
107
107
|
"@types/diff": "^3.5.1",
|
|
108
108
|
"@types/mocha": "^9.1.1",
|
|
@@ -123,53 +123,7 @@
|
|
|
123
123
|
"typescript": "~5.4.5"
|
|
124
124
|
},
|
|
125
125
|
"typeValidation": {
|
|
126
|
-
"broken": {
|
|
127
|
-
"ClassDeclaration_BaseSegment": {
|
|
128
|
-
"forwardCompat": false
|
|
129
|
-
},
|
|
130
|
-
"ClassDeclaration_Marker": {
|
|
131
|
-
"forwardCompat": false
|
|
132
|
-
},
|
|
133
|
-
"ClassDeclaration_TextSegment": {
|
|
134
|
-
"forwardCompat": false
|
|
135
|
-
},
|
|
136
|
-
"InterfaceDeclaration_IAttributionCollection": {
|
|
137
|
-
"forwardCompat": false
|
|
138
|
-
},
|
|
139
|
-
"InterfaceDeclaration_ISegment": {
|
|
140
|
-
"forwardCompat": false
|
|
141
|
-
},
|
|
142
|
-
"InterfaceDeclaration_ITrackingGroup": {
|
|
143
|
-
"forwardCompat": false
|
|
144
|
-
},
|
|
145
|
-
"TypeAliasDeclaration_MergeTreeDeltaRevertible": {
|
|
146
|
-
"forwardCompat": false
|
|
147
|
-
},
|
|
148
|
-
"InterfaceDeclaration_SegmentGroup": {
|
|
149
|
-
"forwardCompat": false
|
|
150
|
-
},
|
|
151
|
-
"ClassDeclaration_SortedSegmentSet": {
|
|
152
|
-
"forwardCompat": false
|
|
153
|
-
},
|
|
154
|
-
"TypeAliasDeclaration_SortedSegmentSetItem": {
|
|
155
|
-
"forwardCompat": false
|
|
156
|
-
},
|
|
157
|
-
"TypeAliasDeclaration_Trackable": {
|
|
158
|
-
"forwardCompat": false
|
|
159
|
-
},
|
|
160
|
-
"ClassDeclaration_TrackingGroup": {
|
|
161
|
-
"forwardCompat": false
|
|
162
|
-
},
|
|
163
|
-
"InterfaceDeclaration_IMergeTreeMaintenanceCallbackArgs": {
|
|
164
|
-
"forwardCompat": false
|
|
165
|
-
},
|
|
166
|
-
"InterfaceDeclaration_IMergeTreeSegmentDelta": {
|
|
167
|
-
"forwardCompat": false
|
|
168
|
-
},
|
|
169
|
-
"InterfaceDeclaration_IMergeTreeDeltaCallbackArgs": {
|
|
170
|
-
"forwardCompat": false
|
|
171
|
-
}
|
|
172
|
-
}
|
|
126
|
+
"broken": {}
|
|
173
127
|
},
|
|
174
128
|
"scripts": {
|
|
175
129
|
"api": "fluid-build . --task api",
|
|
@@ -178,7 +132,9 @@
|
|
|
178
132
|
"build": "fluid-build . --task build",
|
|
179
133
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
180
134
|
"build:compile": "fluid-build . --task compile",
|
|
181
|
-
"build:docs": "
|
|
135
|
+
"build:docs": "concurrently \"npm:build:docs:*\"",
|
|
136
|
+
"build:docs:current": "api-extractor run --local",
|
|
137
|
+
"build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
|
|
182
138
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
183
139
|
"build:test": "npm run build:test:esm && npm run build:test:cjs",
|
|
184
140
|
"build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
|
|
@@ -193,7 +149,9 @@
|
|
|
193
149
|
"check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
|
|
194
150
|
"check:format": "npm run check:biome",
|
|
195
151
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
196
|
-
"ci:build:docs": "
|
|
152
|
+
"ci:build:docs": "concurrently \"npm:ci:build:docs:*\"",
|
|
153
|
+
"ci:build:docs:current": "api-extractor run",
|
|
154
|
+
"ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
197
155
|
"clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
198
156
|
"eslint": "eslint --format stylish src",
|
|
199
157
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
@@ -214,7 +172,7 @@
|
|
|
214
172
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
215
173
|
"test:stress": "cross-env FUZZ_STRESS_RUN=1 FUZZ_TEST_COUNT=1 npm run test:mocha",
|
|
216
174
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
217
|
-
"typetests:gen": "flub generate typetests --dir . -v
|
|
175
|
+
"typetests:gen": "flub generate typetests --dir . -v",
|
|
218
176
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
219
177
|
}
|
|
220
178
|
}
|