@fluidframework/runtime-utils 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,41 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import { fluidHandleSymbol } from '@fluidframework/core-interfaces';
|
|
8
|
-
import { IChannelStorageService } from '@fluidframework/datastore-definitions/internal';
|
|
9
|
-
import { IContainerContext } from '@fluidframework/container-definitions/internal';
|
|
10
|
-
import { IContainerRuntime } from '@fluidframework/container-runtime-definitions/internal';
|
|
11
|
-
import type { IDeltaManager } from '@fluidframework/container-definitions/internal';
|
|
12
|
-
import type { IDeltaManagerErased } from '@fluidframework/datastore-definitions/internal';
|
|
13
|
-
import type { IDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
14
|
-
import { IFluidDataStoreFactory } from '@fluidframework/runtime-definitions/internal';
|
|
15
|
-
import { IFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
|
|
16
|
-
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
17
|
-
import { IFluidHandleContext } from '@fluidframework/core-interfaces/internal';
|
|
18
|
-
import type { IFluidHandleErased } from '@fluidframework/core-interfaces';
|
|
19
|
-
import type { IFluidHandleInternal } from '@fluidframework/core-interfaces/internal';
|
|
20
|
-
import { IGarbageCollectionData } from '@fluidframework/runtime-definitions/internal';
|
|
21
|
-
import { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
|
|
22
|
-
import { IRequest } from '@fluidframework/core-interfaces';
|
|
23
|
-
import { IRequestHeader } from '@fluidframework/core-interfaces';
|
|
24
|
-
import { IResponse } from '@fluidframework/core-interfaces';
|
|
25
|
-
import { IRuntime } from '@fluidframework/container-definitions/internal';
|
|
26
|
-
import { IRuntimeFactory } from '@fluidframework/container-definitions/internal';
|
|
27
|
-
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
28
|
-
import { ISnapshotTree } from '@fluidframework/driver-definitions/internal';
|
|
29
|
-
import { ISnapshotTreeWithBlobContents } from '@fluidframework/container-definitions/internal';
|
|
30
|
-
import { ISummarizeResult } from '@fluidframework/runtime-definitions/internal';
|
|
31
|
-
import { ISummaryBlob } from '@fluidframework/driver-definitions';
|
|
32
|
-
import { ISummaryStats } from '@fluidframework/runtime-definitions/internal';
|
|
33
|
-
import { ISummaryTree } from '@fluidframework/driver-definitions';
|
|
34
|
-
import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/internal';
|
|
35
|
-
import { ITelemetryContext } from '@fluidframework/runtime-definitions/internal';
|
|
36
|
-
import { ITelemetryContextExt } from '@fluidframework/runtime-definitions/internal';
|
|
37
|
-
import { ITree } from '@fluidframework/driver-definitions/internal';
|
|
38
|
-
import { SummaryObject } from '@fluidframework/driver-definitions';
|
|
39
|
-
import { SummaryType } from '@fluidframework/driver-definitions';
|
|
40
|
-
import type { TelemetryEventPropertyTypeExt } from '@fluidframework/telemetry-utils/internal';
|
|
41
|
-
|
|
42
7
|
// @alpha
|
|
43
8
|
export function convertToSummaryTreeWithStats(snapshot: ITree, fullTree?: boolean): ISummaryTreeWithStats;
|
|
44
9
|
|
|
@@ -4,41 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import { fluidHandleSymbol } from '@fluidframework/core-interfaces';
|
|
8
|
-
import { IChannelStorageService } from '@fluidframework/datastore-definitions/internal';
|
|
9
|
-
import { IContainerContext } from '@fluidframework/container-definitions/internal';
|
|
10
|
-
import { IContainerRuntime } from '@fluidframework/container-runtime-definitions/internal';
|
|
11
|
-
import type { IDeltaManager } from '@fluidframework/container-definitions/internal';
|
|
12
|
-
import type { IDeltaManagerErased } from '@fluidframework/datastore-definitions/internal';
|
|
13
|
-
import type { IDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
14
|
-
import { IFluidDataStoreFactory } from '@fluidframework/runtime-definitions/internal';
|
|
15
|
-
import { IFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
|
|
16
|
-
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
17
|
-
import { IFluidHandleContext } from '@fluidframework/core-interfaces/internal';
|
|
18
|
-
import type { IFluidHandleErased } from '@fluidframework/core-interfaces';
|
|
19
|
-
import type { IFluidHandleInternal } from '@fluidframework/core-interfaces/internal';
|
|
20
|
-
import { IGarbageCollectionData } from '@fluidframework/runtime-definitions/internal';
|
|
21
|
-
import { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
|
|
22
|
-
import { IRequest } from '@fluidframework/core-interfaces';
|
|
23
|
-
import { IRequestHeader } from '@fluidframework/core-interfaces';
|
|
24
|
-
import { IResponse } from '@fluidframework/core-interfaces';
|
|
25
|
-
import { IRuntime } from '@fluidframework/container-definitions/internal';
|
|
26
|
-
import { IRuntimeFactory } from '@fluidframework/container-definitions/internal';
|
|
27
|
-
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
28
|
-
import { ISnapshotTree } from '@fluidframework/driver-definitions/internal';
|
|
29
|
-
import { ISnapshotTreeWithBlobContents } from '@fluidframework/container-definitions/internal';
|
|
30
|
-
import { ISummarizeResult } from '@fluidframework/runtime-definitions/internal';
|
|
31
|
-
import { ISummaryBlob } from '@fluidframework/driver-definitions';
|
|
32
|
-
import { ISummaryStats } from '@fluidframework/runtime-definitions/internal';
|
|
33
|
-
import { ISummaryTree } from '@fluidframework/driver-definitions';
|
|
34
|
-
import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/internal';
|
|
35
|
-
import { ITelemetryContext } from '@fluidframework/runtime-definitions/internal';
|
|
36
|
-
import { ITelemetryContextExt } from '@fluidframework/runtime-definitions/internal';
|
|
37
|
-
import { ITree } from '@fluidframework/driver-definitions/internal';
|
|
38
|
-
import { SummaryObject } from '@fluidframework/driver-definitions';
|
|
39
|
-
import { SummaryType } from '@fluidframework/driver-definitions';
|
|
40
|
-
import type { TelemetryEventPropertyTypeExt } from '@fluidframework/telemetry-utils/internal';
|
|
41
|
-
|
|
42
7
|
// (No @packageDocumentation comment for this package)
|
|
43
8
|
|
|
44
9
|
```
|
|
@@ -4,41 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
import { fluidHandleSymbol } from '@fluidframework/core-interfaces';
|
|
8
|
-
import { IChannelStorageService } from '@fluidframework/datastore-definitions/internal';
|
|
9
|
-
import { IContainerContext } from '@fluidframework/container-definitions/internal';
|
|
10
|
-
import { IContainerRuntime } from '@fluidframework/container-runtime-definitions/internal';
|
|
11
|
-
import type { IDeltaManager } from '@fluidframework/container-definitions/internal';
|
|
12
|
-
import type { IDeltaManagerErased } from '@fluidframework/datastore-definitions/internal';
|
|
13
|
-
import type { IDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
14
|
-
import { IFluidDataStoreFactory } from '@fluidframework/runtime-definitions/internal';
|
|
15
|
-
import { IFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
|
|
16
|
-
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
17
|
-
import { IFluidHandleContext } from '@fluidframework/core-interfaces/internal';
|
|
18
|
-
import type { IFluidHandleErased } from '@fluidframework/core-interfaces';
|
|
19
|
-
import type { IFluidHandleInternal } from '@fluidframework/core-interfaces/internal';
|
|
20
|
-
import { IGarbageCollectionData } from '@fluidframework/runtime-definitions/internal';
|
|
21
|
-
import { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions/internal';
|
|
22
|
-
import { IRequest } from '@fluidframework/core-interfaces';
|
|
23
|
-
import { IRequestHeader } from '@fluidframework/core-interfaces';
|
|
24
|
-
import { IResponse } from '@fluidframework/core-interfaces';
|
|
25
|
-
import { IRuntime } from '@fluidframework/container-definitions/internal';
|
|
26
|
-
import { IRuntimeFactory } from '@fluidframework/container-definitions/internal';
|
|
27
|
-
import type { ISequencedDocumentMessage } from '@fluidframework/driver-definitions/internal';
|
|
28
|
-
import { ISnapshotTree } from '@fluidframework/driver-definitions/internal';
|
|
29
|
-
import { ISnapshotTreeWithBlobContents } from '@fluidframework/container-definitions/internal';
|
|
30
|
-
import { ISummarizeResult } from '@fluidframework/runtime-definitions/internal';
|
|
31
|
-
import { ISummaryBlob } from '@fluidframework/driver-definitions';
|
|
32
|
-
import { ISummaryStats } from '@fluidframework/runtime-definitions/internal';
|
|
33
|
-
import { ISummaryTree } from '@fluidframework/driver-definitions';
|
|
34
|
-
import { ISummaryTreeWithStats } from '@fluidframework/runtime-definitions/internal';
|
|
35
|
-
import { ITelemetryContext } from '@fluidframework/runtime-definitions/internal';
|
|
36
|
-
import { ITelemetryContextExt } from '@fluidframework/runtime-definitions/internal';
|
|
37
|
-
import { ITree } from '@fluidframework/driver-definitions/internal';
|
|
38
|
-
import { SummaryObject } from '@fluidframework/driver-definitions';
|
|
39
|
-
import { SummaryType } from '@fluidframework/driver-definitions';
|
|
40
|
-
import type { TelemetryEventPropertyTypeExt } from '@fluidframework/telemetry-utils/internal';
|
|
41
|
-
|
|
42
7
|
// (No @packageDocumentation comment for this package)
|
|
43
8
|
|
|
44
9
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/runtime-utils",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0-274160",
|
|
4
4
|
"description": "Collection of utility functions for Fluid Runtime",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -67,26 +67,26 @@
|
|
|
67
67
|
"temp-directory": "nyc/.nyc_output"
|
|
68
68
|
},
|
|
69
69
|
"dependencies": {
|
|
70
|
-
"@fluid-internal/client-utils": "
|
|
71
|
-
"@fluidframework/container-definitions": "
|
|
72
|
-
"@fluidframework/container-runtime-definitions": "
|
|
73
|
-
"@fluidframework/core-interfaces": "
|
|
74
|
-
"@fluidframework/core-utils": "
|
|
75
|
-
"@fluidframework/datastore-definitions": "
|
|
76
|
-
"@fluidframework/driver-definitions": "
|
|
77
|
-
"@fluidframework/driver-utils": "
|
|
78
|
-
"@fluidframework/runtime-definitions": "
|
|
79
|
-
"@fluidframework/telemetry-utils": "
|
|
70
|
+
"@fluid-internal/client-utils": "2.1.0-274160",
|
|
71
|
+
"@fluidframework/container-definitions": "2.1.0-274160",
|
|
72
|
+
"@fluidframework/container-runtime-definitions": "2.1.0-274160",
|
|
73
|
+
"@fluidframework/core-interfaces": "2.1.0-274160",
|
|
74
|
+
"@fluidframework/core-utils": "2.1.0-274160",
|
|
75
|
+
"@fluidframework/datastore-definitions": "2.1.0-274160",
|
|
76
|
+
"@fluidframework/driver-definitions": "2.1.0-274160",
|
|
77
|
+
"@fluidframework/driver-utils": "2.1.0-274160",
|
|
78
|
+
"@fluidframework/runtime-definitions": "2.1.0-274160",
|
|
79
|
+
"@fluidframework/telemetry-utils": "2.1.0-274160"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
82
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
83
83
|
"@biomejs/biome": "^1.7.3",
|
|
84
|
-
"@fluid-internal/mocha-test-setup": "
|
|
84
|
+
"@fluid-internal/mocha-test-setup": "2.1.0-274160",
|
|
85
85
|
"@fluid-tools/build-cli": "^0.39.0",
|
|
86
86
|
"@fluidframework/build-common": "^2.0.3",
|
|
87
87
|
"@fluidframework/build-tools": "^0.39.0",
|
|
88
88
|
"@fluidframework/eslint-config-fluid": "^5.3.0",
|
|
89
|
-
"@fluidframework/runtime-utils-previous": "npm:@fluidframework/runtime-utils@2.0.0-rc.
|
|
89
|
+
"@fluidframework/runtime-utils-previous": "npm:@fluidframework/runtime-utils@2.0.0-rc.5.0.0",
|
|
90
90
|
"@microsoft/api-extractor": "^7.45.1",
|
|
91
91
|
"@types/mocha": "^9.1.1",
|
|
92
92
|
"@types/node": "^18.19.0",
|
|
@@ -116,7 +116,9 @@
|
|
|
116
116
|
"build": "fluid-build . --task build",
|
|
117
117
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
118
118
|
"build:compile": "fluid-build . --task compile",
|
|
119
|
-
"build:docs": "
|
|
119
|
+
"build:docs": "concurrently \"npm:build:docs:*\"",
|
|
120
|
+
"build:docs:current": "api-extractor run --local",
|
|
121
|
+
"build:docs:legacy": "api-extractor run --local --config api-extractor/api-extractor.legacy.json",
|
|
120
122
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
121
123
|
"build:test": "npm run build:test:esm && npm run build:test:cjs",
|
|
122
124
|
"build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
|
|
@@ -131,7 +133,9 @@
|
|
|
131
133
|
"check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
|
|
132
134
|
"check:format": "npm run check:biome",
|
|
133
135
|
"check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
|
|
134
|
-
"ci:build:docs": "
|
|
136
|
+
"ci:build:docs": "concurrently \"npm:ci:build:docs:*\"",
|
|
137
|
+
"ci:build:docs:current": "api-extractor run",
|
|
138
|
+
"ci:build:docs:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
|
|
135
139
|
"clean": "rimraf --glob dist lib \"*.d.ts\" \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
|
136
140
|
"eslint": "eslint --format stylish src",
|
|
137
141
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
@@ -147,7 +151,7 @@
|
|
|
147
151
|
"test:mocha:esm": "mocha --recursive \"lib/test/**/*.spec.*js\" --exit",
|
|
148
152
|
"test:mocha:verbose": "cross-env FLUID_TEST_VERBOSE=1 npm run test:mocha",
|
|
149
153
|
"tsc": "fluid-tsc commonjs --project ./tsconfig.cjs.json && copyfiles -f ../../../common/build/build-common/src/cjs/package.json ./dist",
|
|
150
|
-
"typetests:gen": "flub generate typetests --dir . -v
|
|
154
|
+
"typetests:gen": "flub generate typetests --dir . -v",
|
|
151
155
|
"typetests:prepare": "flub typetests --dir . --reset --previous --normalize"
|
|
152
156
|
}
|
|
153
157
|
}
|