@fluid-experimental/tree 2.0.2 → 2.1.0-276326
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,31 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import { EventEmitterWithErrorHandling } from '@fluidframework/telemetry-utils/internal';
|
|
8
|
-
import { IChannel } from '@fluidframework/datastore-definitions/internal';
|
|
9
|
-
import { IChannelAttributes } from '@fluidframework/datastore-definitions/internal';
|
|
10
|
-
import { IChannelFactory } from '@fluidframework/datastore-definitions/internal';
|
|
11
|
-
import { IChannelServices } from '@fluidframework/datastore-definitions/internal';
|
|
12
|
-
import { IChannelStorageService } from '@fluidframework/datastore-definitions/internal';
|
|
13
|
-
import { IDisposable } from '@fluidframework/core-interfaces';
|
|
14
|
-
import { IErrorEvent } from '@fluidframework/core-interfaces';
|
|
15
|
-
import { IEvent } from '@fluidframework/core-interfaces';
|
|
16
|
-
import { IExperimentalIncrementalSummaryContext } from '@fluidframework/runtime-definitions/internal';
|
|
17
|
-
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions/internal';
|
|
18
|
-
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
19
|
-
import { IFluidLoadable } from '@fluidframework/core-interfaces';
|
|
20
|
-
import { IFluidSerializer } from '@fluidframework/shared-object-base/internal';
|
|
21
|
-
import { IGarbageCollectionData } from '@fluidframework/runtime-definitions/internal';
|
|
22
|
-
import { ISharedObjectEvents } from '@fluidframework/shared-object-base/internal';
|
|
23
|
-
import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/internal';
|
|
24
|
-
import { ITelemetryBaseEvent } from '@fluidframework/core-interfaces';
|
|
25
|
-
import { ITelemetryBaseProperties } from '@fluidframework/core-interfaces';
|
|
26
|
-
import { ITelemetryContext } from '@fluidframework/runtime-definitions/internal';
|
|
27
|
-
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils/internal';
|
|
28
|
-
import { ITree } from '@fluidframework/tree';
|
|
29
|
-
import { SharedObject } from '@fluidframework/shared-object-base/internal';
|
|
30
|
-
import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
31
|
-
|
|
32
7
|
// @alpha
|
|
33
8
|
export type AttributionId = UuidString;
|
|
34
9
|
|
|
@@ -4,31 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import { EventEmitterWithErrorHandling } from '@fluidframework/telemetry-utils/internal';
|
|
8
|
-
import { IChannel } from '@fluidframework/datastore-definitions/internal';
|
|
9
|
-
import { IChannelAttributes } from '@fluidframework/datastore-definitions/internal';
|
|
10
|
-
import { IChannelFactory } from '@fluidframework/datastore-definitions/internal';
|
|
11
|
-
import { IChannelServices } from '@fluidframework/datastore-definitions/internal';
|
|
12
|
-
import { IChannelStorageService } from '@fluidframework/datastore-definitions/internal';
|
|
13
|
-
import { IDisposable } from '@fluidframework/core-interfaces';
|
|
14
|
-
import { IErrorEvent } from '@fluidframework/core-interfaces';
|
|
15
|
-
import { IEvent } from '@fluidframework/core-interfaces';
|
|
16
|
-
import { IExperimentalIncrementalSummaryContext } from '@fluidframework/runtime-definitions/internal';
|
|
17
|
-
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions/internal';
|
|
18
|
-
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
19
|
-
import { IFluidLoadable } from '@fluidframework/core-interfaces';
|
|
20
|
-
import { IFluidSerializer } from '@fluidframework/shared-object-base/internal';
|
|
21
|
-
import { IGarbageCollectionData } from '@fluidframework/runtime-definitions/internal';
|
|
22
|
-
import { ISharedObjectEvents } from '@fluidframework/shared-object-base/internal';
|
|
23
|
-
import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/internal';
|
|
24
|
-
import { ITelemetryBaseEvent } from '@fluidframework/core-interfaces';
|
|
25
|
-
import { ITelemetryBaseProperties } from '@fluidframework/core-interfaces';
|
|
26
|
-
import { ITelemetryContext } from '@fluidframework/runtime-definitions/internal';
|
|
27
|
-
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils/internal';
|
|
28
|
-
import { ITree } from '@fluidframework/tree';
|
|
29
|
-
import { SharedObject } from '@fluidframework/shared-object-base/internal';
|
|
30
|
-
import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
31
|
-
|
|
32
7
|
export { getSerializedUploadedEditChunkContents }
|
|
33
8
|
export { getSerializedUploadedEditChunkContents as getUploadedEditChunkContents }
|
|
34
9
|
|
|
@@ -4,31 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import { EventEmitterWithErrorHandling } from '@fluidframework/telemetry-utils/internal';
|
|
8
|
-
import { IChannel } from '@fluidframework/datastore-definitions/internal';
|
|
9
|
-
import { IChannelAttributes } from '@fluidframework/datastore-definitions/internal';
|
|
10
|
-
import { IChannelFactory } from '@fluidframework/datastore-definitions/internal';
|
|
11
|
-
import { IChannelServices } from '@fluidframework/datastore-definitions/internal';
|
|
12
|
-
import { IChannelStorageService } from '@fluidframework/datastore-definitions/internal';
|
|
13
|
-
import { IDisposable } from '@fluidframework/core-interfaces';
|
|
14
|
-
import { IErrorEvent } from '@fluidframework/core-interfaces';
|
|
15
|
-
import { IEvent } from '@fluidframework/core-interfaces';
|
|
16
|
-
import { IExperimentalIncrementalSummaryContext } from '@fluidframework/runtime-definitions/internal';
|
|
17
|
-
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions/internal';
|
|
18
|
-
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
19
|
-
import { IFluidLoadable } from '@fluidframework/core-interfaces';
|
|
20
|
-
import { IFluidSerializer } from '@fluidframework/shared-object-base/internal';
|
|
21
|
-
import { IGarbageCollectionData } from '@fluidframework/runtime-definitions/internal';
|
|
22
|
-
import { ISharedObjectEvents } from '@fluidframework/shared-object-base/internal';
|
|
23
|
-
import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/internal';
|
|
24
|
-
import { ITelemetryBaseEvent } from '@fluidframework/core-interfaces';
|
|
25
|
-
import { ITelemetryBaseProperties } from '@fluidframework/core-interfaces';
|
|
26
|
-
import { ITelemetryContext } from '@fluidframework/runtime-definitions/internal';
|
|
27
|
-
import { ITelemetryLoggerExt } from '@fluidframework/telemetry-utils/internal';
|
|
28
|
-
import { ITree } from '@fluidframework/tree';
|
|
29
|
-
import { SharedObject } from '@fluidframework/shared-object-base/internal';
|
|
30
|
-
import { TypedEventEmitter } from '@fluid-internal/client-utils';
|
|
31
|
-
|
|
32
7
|
export { getSerializedUploadedEditChunkContents }
|
|
33
8
|
export { getSerializedUploadedEditChunkContents as getUploadedEditChunkContents }
|
|
34
9
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluid-experimental/tree",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0-276326",
|
|
4
4
|
"description": "Distributed tree",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -37,18 +37,18 @@
|
|
|
37
37
|
"main": "lib/index.js",
|
|
38
38
|
"types": "lib/index.d.ts",
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@fluid-internal/client-utils": "
|
|
41
|
-
"@fluidframework/container-definitions": "
|
|
42
|
-
"@fluidframework/core-interfaces": "
|
|
43
|
-
"@fluidframework/core-utils": "
|
|
44
|
-
"@fluidframework/datastore-definitions": "
|
|
45
|
-
"@fluidframework/driver-definitions": "
|
|
46
|
-
"@fluidframework/id-compressor": "
|
|
47
|
-
"@fluidframework/runtime-definitions": "
|
|
48
|
-
"@fluidframework/runtime-utils": "
|
|
49
|
-
"@fluidframework/shared-object-base": "
|
|
50
|
-
"@fluidframework/telemetry-utils": "
|
|
51
|
-
"@fluidframework/tree": "
|
|
40
|
+
"@fluid-internal/client-utils": "2.1.0-276326",
|
|
41
|
+
"@fluidframework/container-definitions": "2.1.0-276326",
|
|
42
|
+
"@fluidframework/core-interfaces": "2.1.0-276326",
|
|
43
|
+
"@fluidframework/core-utils": "2.1.0-276326",
|
|
44
|
+
"@fluidframework/datastore-definitions": "2.1.0-276326",
|
|
45
|
+
"@fluidframework/driver-definitions": "2.1.0-276326",
|
|
46
|
+
"@fluidframework/id-compressor": "2.1.0-276326",
|
|
47
|
+
"@fluidframework/runtime-definitions": "2.1.0-276326",
|
|
48
|
+
"@fluidframework/runtime-utils": "2.1.0-276326",
|
|
49
|
+
"@fluidframework/shared-object-base": "2.1.0-276326",
|
|
50
|
+
"@fluidframework/telemetry-utils": "2.1.0-276326",
|
|
51
|
+
"@fluidframework/tree": "2.1.0-276326",
|
|
52
52
|
"@tylerbu/sorted-btree-es6": "^1.8.0",
|
|
53
53
|
"buffer": "^6.0.3",
|
|
54
54
|
"denque": "^1.5.1",
|
|
@@ -58,20 +58,20 @@
|
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
60
60
|
"@biomejs/biome": "^1.7.3",
|
|
61
|
-
"@fluid-internal/mocha-test-setup": "
|
|
62
|
-
"@fluid-private/stochastic-test-utils": "
|
|
63
|
-
"@fluid-private/test-drivers": "
|
|
61
|
+
"@fluid-internal/mocha-test-setup": "2.1.0-276326",
|
|
62
|
+
"@fluid-private/stochastic-test-utils": "2.1.0-276326",
|
|
63
|
+
"@fluid-private/test-drivers": "2.1.0-276326",
|
|
64
64
|
"@fluid-tools/benchmark": "^0.48.0",
|
|
65
65
|
"@fluidframework/build-common": "^2.0.3",
|
|
66
66
|
"@fluidframework/build-tools": "^0.39.0",
|
|
67
|
-
"@fluidframework/container-definitions": "
|
|
68
|
-
"@fluidframework/container-loader": "
|
|
69
|
-
"@fluidframework/container-runtime": "
|
|
67
|
+
"@fluidframework/container-definitions": "2.1.0-276326",
|
|
68
|
+
"@fluidframework/container-loader": "2.1.0-276326",
|
|
69
|
+
"@fluidframework/container-runtime": "2.1.0-276326",
|
|
70
70
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
71
|
-
"@fluidframework/runtime-utils": "
|
|
72
|
-
"@fluidframework/test-runtime-utils": "
|
|
73
|
-
"@fluidframework/test-utils": "
|
|
74
|
-
"@fluidframework/undo-redo": "
|
|
71
|
+
"@fluidframework/runtime-utils": "2.1.0-276326",
|
|
72
|
+
"@fluidframework/test-runtime-utils": "2.1.0-276326",
|
|
73
|
+
"@fluidframework/test-utils": "2.1.0-276326",
|
|
74
|
+
"@fluidframework/undo-redo": "2.1.0-276326",
|
|
75
75
|
"@microsoft/api-extractor": "^7.45.1",
|
|
76
76
|
"@types/chai": "^4.0.0",
|
|
77
77
|
"@types/lru-cache": "^5.1.0",
|