@fluidframework/runtime-definitions 2.0.0-dev-rc.3.0.0.254513 → 2.0.0-dev-rc.3.0.0.254674
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/dist/alpha.d.ts +55 -0
- package/dist/beta.d.ts +18 -0
- package/dist/public.d.ts +18 -0
- package/lib/alpha.d.ts +55 -0
- package/lib/beta.d.ts +18 -0
- package/lib/public.d.ts +18 -0
- package/package.json +13 -25
- package/api-extractor-cjs.json +0 -8
- package/dist/runtime-definitions-alpha.d.ts +0 -1019
- package/dist/runtime-definitions-beta.d.ts +0 -242
- package/dist/runtime-definitions-public.d.ts +0 -242
- package/dist/runtime-definitions-untrimmed.d.ts +0 -1100
- package/dist/tsdoc-metadata.json +0 -11
- package/lib/runtime-definitions-alpha.d.ts +0 -1019
- package/lib/runtime-definitions-beta.d.ts +0 -242
- package/lib/runtime-definitions-public.d.ts +0 -242
- package/lib/runtime-definitions-untrimmed.d.ts +0 -1100
package/dist/alpha.d.ts
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/*
|
|
7
|
+
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
+
*/
|
|
10
|
+
export {
|
|
11
|
+
// public APIs
|
|
12
|
+
IExperimentalIncrementalSummaryContext,
|
|
13
|
+
IGarbageCollectionData,
|
|
14
|
+
IInboundSignalMessage,
|
|
15
|
+
ISummaryStats,
|
|
16
|
+
ISummaryTreeWithStats,
|
|
17
|
+
ITelemetryContext,
|
|
18
|
+
|
|
19
|
+
// alpha APIs
|
|
20
|
+
AliasResult,
|
|
21
|
+
AttributionKey,
|
|
22
|
+
CreateChildSummarizerNodeFn,
|
|
23
|
+
CreateChildSummarizerNodeParam,
|
|
24
|
+
CreateSummarizerNodeSource,
|
|
25
|
+
DetachedAttributionKey,
|
|
26
|
+
FluidDataStoreRegistryEntry,
|
|
27
|
+
FlushMode,
|
|
28
|
+
IAttachMessage,
|
|
29
|
+
IContainerRuntimeBase,
|
|
30
|
+
IContainerRuntimeBaseEvents,
|
|
31
|
+
IDataStore,
|
|
32
|
+
IEnvelope,
|
|
33
|
+
IFluidDataStoreChannel,
|
|
34
|
+
IFluidDataStoreContext,
|
|
35
|
+
IFluidDataStoreContextDetached,
|
|
36
|
+
IFluidDataStoreFactory,
|
|
37
|
+
IFluidDataStoreRegistry,
|
|
38
|
+
IFluidParentContext,
|
|
39
|
+
IGarbageCollectionDetailsBase,
|
|
40
|
+
IProvideFluidDataStoreFactory,
|
|
41
|
+
IProvideFluidDataStoreRegistry,
|
|
42
|
+
ISummarizeInternalResult,
|
|
43
|
+
ISummarizeResult,
|
|
44
|
+
ISummarizerNode,
|
|
45
|
+
ISummarizerNodeConfig,
|
|
46
|
+
ISummarizerNodeConfigWithGC,
|
|
47
|
+
ISummarizerNodeWithGC,
|
|
48
|
+
InboundAttachMessage,
|
|
49
|
+
LocalAttributionKey,
|
|
50
|
+
NamedFluidDataStoreRegistryEntries,
|
|
51
|
+
NamedFluidDataStoreRegistryEntry,
|
|
52
|
+
OpAttributionKey,
|
|
53
|
+
SummarizeInternalFn,
|
|
54
|
+
VisibilityState
|
|
55
|
+
} from "./index.js";
|
package/dist/beta.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/*
|
|
7
|
+
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
+
*/
|
|
10
|
+
export {
|
|
11
|
+
// public APIs
|
|
12
|
+
IExperimentalIncrementalSummaryContext,
|
|
13
|
+
IGarbageCollectionData,
|
|
14
|
+
IInboundSignalMessage,
|
|
15
|
+
ISummaryStats,
|
|
16
|
+
ISummaryTreeWithStats,
|
|
17
|
+
ITelemetryContext
|
|
18
|
+
} from "./index.js";
|
package/dist/public.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/*
|
|
7
|
+
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
+
*/
|
|
10
|
+
export {
|
|
11
|
+
// public APIs
|
|
12
|
+
IExperimentalIncrementalSummaryContext,
|
|
13
|
+
IGarbageCollectionData,
|
|
14
|
+
IInboundSignalMessage,
|
|
15
|
+
ISummaryStats,
|
|
16
|
+
ISummaryTreeWithStats,
|
|
17
|
+
ITelemetryContext
|
|
18
|
+
} from "./index.js";
|
package/lib/alpha.d.ts
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/*
|
|
7
|
+
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
+
*/
|
|
10
|
+
export {
|
|
11
|
+
// public APIs
|
|
12
|
+
IExperimentalIncrementalSummaryContext,
|
|
13
|
+
IGarbageCollectionData,
|
|
14
|
+
IInboundSignalMessage,
|
|
15
|
+
ISummaryStats,
|
|
16
|
+
ISummaryTreeWithStats,
|
|
17
|
+
ITelemetryContext,
|
|
18
|
+
|
|
19
|
+
// alpha APIs
|
|
20
|
+
AliasResult,
|
|
21
|
+
AttributionKey,
|
|
22
|
+
CreateChildSummarizerNodeFn,
|
|
23
|
+
CreateChildSummarizerNodeParam,
|
|
24
|
+
CreateSummarizerNodeSource,
|
|
25
|
+
DetachedAttributionKey,
|
|
26
|
+
FluidDataStoreRegistryEntry,
|
|
27
|
+
FlushMode,
|
|
28
|
+
IAttachMessage,
|
|
29
|
+
IContainerRuntimeBase,
|
|
30
|
+
IContainerRuntimeBaseEvents,
|
|
31
|
+
IDataStore,
|
|
32
|
+
IEnvelope,
|
|
33
|
+
IFluidDataStoreChannel,
|
|
34
|
+
IFluidDataStoreContext,
|
|
35
|
+
IFluidDataStoreContextDetached,
|
|
36
|
+
IFluidDataStoreFactory,
|
|
37
|
+
IFluidDataStoreRegistry,
|
|
38
|
+
IFluidParentContext,
|
|
39
|
+
IGarbageCollectionDetailsBase,
|
|
40
|
+
IProvideFluidDataStoreFactory,
|
|
41
|
+
IProvideFluidDataStoreRegistry,
|
|
42
|
+
ISummarizeInternalResult,
|
|
43
|
+
ISummarizeResult,
|
|
44
|
+
ISummarizerNode,
|
|
45
|
+
ISummarizerNodeConfig,
|
|
46
|
+
ISummarizerNodeConfigWithGC,
|
|
47
|
+
ISummarizerNodeWithGC,
|
|
48
|
+
InboundAttachMessage,
|
|
49
|
+
LocalAttributionKey,
|
|
50
|
+
NamedFluidDataStoreRegistryEntries,
|
|
51
|
+
NamedFluidDataStoreRegistryEntry,
|
|
52
|
+
OpAttributionKey,
|
|
53
|
+
SummarizeInternalFn,
|
|
54
|
+
VisibilityState
|
|
55
|
+
} from "./index.js";
|
package/lib/beta.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/*
|
|
7
|
+
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
+
*/
|
|
10
|
+
export {
|
|
11
|
+
// public APIs
|
|
12
|
+
IExperimentalIncrementalSummaryContext,
|
|
13
|
+
IGarbageCollectionData,
|
|
14
|
+
IInboundSignalMessage,
|
|
15
|
+
ISummaryStats,
|
|
16
|
+
ISummaryTreeWithStats,
|
|
17
|
+
ITelemetryContext
|
|
18
|
+
} from "./index.js";
|
package/lib/public.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) Microsoft Corporation and contributors. All rights reserved.
|
|
3
|
+
* Licensed under the MIT License.
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
/*
|
|
7
|
+
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
|
8
|
+
* Generated by "flub generate entrypoints" in @fluidframework/build-tools.
|
|
9
|
+
*/
|
|
10
|
+
export {
|
|
11
|
+
// public APIs
|
|
12
|
+
IExperimentalIncrementalSummaryContext,
|
|
13
|
+
IGarbageCollectionData,
|
|
14
|
+
IInboundSignalMessage,
|
|
15
|
+
ISummaryStats,
|
|
16
|
+
ISummaryTreeWithStats,
|
|
17
|
+
ITelemetryContext
|
|
18
|
+
} from "./index.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/runtime-definitions",
|
|
3
|
-
"version": "2.0.0-dev-rc.3.0.0.
|
|
3
|
+
"version": "2.0.0-dev-rc.3.0.0.254674",
|
|
4
4
|
"description": "Fluid Runtime definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -15,21 +15,21 @@
|
|
|
15
15
|
"exports": {
|
|
16
16
|
".": {
|
|
17
17
|
"import": {
|
|
18
|
-
"types": "./lib/
|
|
18
|
+
"types": "./lib/public.d.ts",
|
|
19
19
|
"default": "./lib/index.js"
|
|
20
20
|
},
|
|
21
21
|
"require": {
|
|
22
|
-
"types": "./dist/
|
|
22
|
+
"types": "./dist/public.d.ts",
|
|
23
23
|
"default": "./dist/index.js"
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
"./alpha": {
|
|
27
27
|
"import": {
|
|
28
|
-
"types": "./lib/
|
|
28
|
+
"types": "./lib/alpha.d.ts",
|
|
29
29
|
"default": "./lib/index.js"
|
|
30
30
|
},
|
|
31
31
|
"require": {
|
|
32
|
-
"types": "./dist/
|
|
32
|
+
"types": "./dist/alpha.d.ts",
|
|
33
33
|
"default": "./dist/index.js"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"main": "dist/index.js",
|
|
48
|
-
"types": "./dist/
|
|
48
|
+
"types": "./dist/public.d.ts",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluidframework/container-definitions": "2.0.0-dev-rc.3.0.0.
|
|
51
|
-
"@fluidframework/core-interfaces": "2.0.0-dev-rc.3.0.0.
|
|
52
|
-
"@fluidframework/driver-definitions": "2.0.0-dev-rc.3.0.0.
|
|
53
|
-
"@fluidframework/id-compressor": "2.0.0-dev-rc.3.0.0.
|
|
50
|
+
"@fluidframework/container-definitions": "2.0.0-dev-rc.3.0.0.254674",
|
|
51
|
+
"@fluidframework/core-interfaces": "2.0.0-dev-rc.3.0.0.254674",
|
|
52
|
+
"@fluidframework/driver-definitions": "2.0.0-dev-rc.3.0.0.254674",
|
|
53
|
+
"@fluidframework/id-compressor": "2.0.0-dev-rc.3.0.0.254674",
|
|
54
54
|
"@fluidframework/protocol-definitions": "^3.2.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
@@ -69,18 +69,6 @@
|
|
|
69
69
|
"rimraf": "^4.4.0",
|
|
70
70
|
"typescript": "~5.1.6"
|
|
71
71
|
},
|
|
72
|
-
"fluidBuild": {
|
|
73
|
-
"tasks": {
|
|
74
|
-
"build:docs": {
|
|
75
|
-
"dependsOn": [
|
|
76
|
-
"...",
|
|
77
|
-
"api-extractor:commonjs",
|
|
78
|
-
"api-extractor:esnext"
|
|
79
|
-
],
|
|
80
|
-
"script": false
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
},
|
|
84
72
|
"typeValidation": {
|
|
85
73
|
"broken": {
|
|
86
74
|
"InterfaceDeclaration_IFluidDataStoreContext": {
|
|
@@ -150,11 +138,11 @@
|
|
|
150
138
|
},
|
|
151
139
|
"scripts": {
|
|
152
140
|
"api": "fluid-build . --task api",
|
|
153
|
-
"api-extractor:commonjs": "
|
|
154
|
-
"api-extractor:esnext": "
|
|
141
|
+
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
|
|
142
|
+
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib",
|
|
155
143
|
"build": "fluid-build . --task build",
|
|
156
144
|
"build:compile": "fluid-build . --task compile",
|
|
157
|
-
"build:docs": "
|
|
145
|
+
"build:docs": "api-extractor run --local",
|
|
158
146
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
159
147
|
"build:test": "npm run build:test:esm && npm run build:test:cjs",
|
|
160
148
|
"build:test:cjs": "fluid-tsc commonjs --project ./src/test/tsconfig.cjs.json",
|
package/api-extractor-cjs.json
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
|
-
"extends": "../../../common/build/build-common/api-extractor-base.cjs.primary.json",
|
|
4
|
-
// CJS is actually secondary; so, no report.
|
|
5
|
-
"apiReport": {
|
|
6
|
-
"enabled": false
|
|
7
|
-
}
|
|
8
|
-
}
|