@fluidframework/container-runtime 2.0.0-dev-rc.3.0.0.254513 → 2.0.0-dev-rc.3.0.0.254866
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 +90 -0
- package/dist/beta.d.ts +9 -0
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/dist/public.d.ts +9 -0
- package/lib/alpha.d.ts +90 -0
- package/lib/beta.d.ts +9 -0
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/lib/public.d.ts +9 -0
- package/package.json +25 -37
- package/src/packageVersion.ts +1 -1
- package/api-extractor-cjs.json +0 -8
- package/dist/container-runtime-alpha.d.ts +0 -2002
- package/dist/container-runtime-beta.d.ts +0 -329
- package/dist/container-runtime-public.d.ts +0 -329
- package/dist/container-runtime-untrimmed.d.ts +0 -2685
- package/dist/tsdoc-metadata.json +0 -11
- package/lib/container-runtime-alpha.d.ts +0 -2002
- package/lib/container-runtime-beta.d.ts +0 -329
- package/lib/container-runtime-public.d.ts +0 -329
- package/lib/container-runtime-untrimmed.d.ts +0 -2685
package/dist/alpha.d.ts
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
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
|
+
// alpha APIs
|
|
12
|
+
AllowTombstoneRequestHeaderKey,
|
|
13
|
+
CompressionAlgorithms,
|
|
14
|
+
ContainerMessageType,
|
|
15
|
+
ContainerRuntime,
|
|
16
|
+
DefaultSummaryConfiguration,
|
|
17
|
+
DocumentSchemaValueType,
|
|
18
|
+
DocumentsSchemaController,
|
|
19
|
+
EnqueueSummarizeResult,
|
|
20
|
+
GCFeatureMatrix,
|
|
21
|
+
GCNodeType,
|
|
22
|
+
GCVersion,
|
|
23
|
+
IAckSummaryResult,
|
|
24
|
+
IAckedSummary,
|
|
25
|
+
IBaseSummarizeResult,
|
|
26
|
+
IBlobManagerLoadInfo,
|
|
27
|
+
IBroadcastSummaryResult,
|
|
28
|
+
ICancellableSummarizerController,
|
|
29
|
+
ICancellationToken,
|
|
30
|
+
IClientSummaryWatcher,
|
|
31
|
+
ICompressionRuntimeOptions,
|
|
32
|
+
IConnectableRuntime,
|
|
33
|
+
IContainerRuntimeMetadata,
|
|
34
|
+
IContainerRuntimeOptions,
|
|
35
|
+
ICreateContainerMetadata,
|
|
36
|
+
IDocumentSchema,
|
|
37
|
+
IDocumentSchemaChangeMessage,
|
|
38
|
+
IDocumentSchemaCurrent,
|
|
39
|
+
IDocumentSchemaFeatures,
|
|
40
|
+
IEnqueueSummarizeOptions,
|
|
41
|
+
IGCMetadata,
|
|
42
|
+
IGCRuntimeOptions,
|
|
43
|
+
IGCStats,
|
|
44
|
+
IGenerateSummaryTreeResult,
|
|
45
|
+
IGeneratedSummaryStats,
|
|
46
|
+
IMarkPhaseStats,
|
|
47
|
+
INackSummaryResult,
|
|
48
|
+
IOnDemandSummarizeOptions,
|
|
49
|
+
IRefreshSummaryAckOptions,
|
|
50
|
+
IRetriableFailureResult,
|
|
51
|
+
ISerializedElection,
|
|
52
|
+
ISubmitSummaryOpResult,
|
|
53
|
+
ISubmitSummaryOptions,
|
|
54
|
+
ISummarizeEventProps,
|
|
55
|
+
ISummarizeOptions,
|
|
56
|
+
ISummarizeResults,
|
|
57
|
+
ISummarizer,
|
|
58
|
+
ISummarizerEvents,
|
|
59
|
+
ISummarizerInternalsProvider,
|
|
60
|
+
ISummarizerRuntime,
|
|
61
|
+
ISummary,
|
|
62
|
+
ISummaryAckMessage,
|
|
63
|
+
ISummaryBaseConfiguration,
|
|
64
|
+
ISummaryCancellationToken,
|
|
65
|
+
ISummaryCollectionOpEvents,
|
|
66
|
+
ISummaryConfiguration,
|
|
67
|
+
ISummaryConfigurationDisableHeuristics,
|
|
68
|
+
ISummaryConfigurationDisableSummarizer,
|
|
69
|
+
ISummaryConfigurationHeuristics,
|
|
70
|
+
ISummaryMetadataMessage,
|
|
71
|
+
ISummaryNackMessage,
|
|
72
|
+
ISummaryOpMessage,
|
|
73
|
+
ISummaryRuntimeOptions,
|
|
74
|
+
ISweepPhaseStats,
|
|
75
|
+
IUploadSummaryResult,
|
|
76
|
+
IdCompressorMode,
|
|
77
|
+
InactiveResponseHeaderKey,
|
|
78
|
+
OpActionEventListener,
|
|
79
|
+
OpActionEventName,
|
|
80
|
+
SubmitSummaryFailureData,
|
|
81
|
+
SubmitSummaryResult,
|
|
82
|
+
SummarizeResultPart,
|
|
83
|
+
Summarizer,
|
|
84
|
+
SummarizerStopReason,
|
|
85
|
+
SummaryCollection,
|
|
86
|
+
SummaryStage,
|
|
87
|
+
TombstoneResponseHeaderKey,
|
|
88
|
+
currentDocumentVersionSchema,
|
|
89
|
+
disabledCompressionConfig
|
|
90
|
+
} from "./index.js";
|
package/dist/beta.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
*/
|
package/dist/packageVersion.d.ts
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
|
|
6
6
|
*/
|
|
7
7
|
export declare const pkgName = "@fluidframework/container-runtime";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-dev-rc.3.0.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev-rc.3.0.0.254866";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/dist/packageVersion.js
CHANGED
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.pkgVersion = exports.pkgName = void 0;
|
|
10
10
|
exports.pkgName = "@fluidframework/container-runtime";
|
|
11
|
-
exports.pkgVersion = "2.0.0-dev-rc.3.0.0.
|
|
11
|
+
exports.pkgVersion = "2.0.0-dev-rc.3.0.0.254866";
|
|
12
12
|
//# sourceMappingURL=packageVersion.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,mCAAmC,CAAC;AAC9C,QAAA,UAAU,GAAG,2BAA2B,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/container-runtime\";\nexport const pkgVersion = \"2.0.0-dev-rc.3.0.0.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,mCAAmC,CAAC;AAC9C,QAAA,UAAU,GAAG,2BAA2B,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/container-runtime\";\nexport const pkgVersion = \"2.0.0-dev-rc.3.0.0.254866\";\n"]}
|
package/dist/public.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
*/
|
package/lib/alpha.d.ts
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
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
|
+
// alpha APIs
|
|
12
|
+
AllowTombstoneRequestHeaderKey,
|
|
13
|
+
CompressionAlgorithms,
|
|
14
|
+
ContainerMessageType,
|
|
15
|
+
ContainerRuntime,
|
|
16
|
+
DefaultSummaryConfiguration,
|
|
17
|
+
DocumentSchemaValueType,
|
|
18
|
+
DocumentsSchemaController,
|
|
19
|
+
EnqueueSummarizeResult,
|
|
20
|
+
GCFeatureMatrix,
|
|
21
|
+
GCNodeType,
|
|
22
|
+
GCVersion,
|
|
23
|
+
IAckSummaryResult,
|
|
24
|
+
IAckedSummary,
|
|
25
|
+
IBaseSummarizeResult,
|
|
26
|
+
IBlobManagerLoadInfo,
|
|
27
|
+
IBroadcastSummaryResult,
|
|
28
|
+
ICancellableSummarizerController,
|
|
29
|
+
ICancellationToken,
|
|
30
|
+
IClientSummaryWatcher,
|
|
31
|
+
ICompressionRuntimeOptions,
|
|
32
|
+
IConnectableRuntime,
|
|
33
|
+
IContainerRuntimeMetadata,
|
|
34
|
+
IContainerRuntimeOptions,
|
|
35
|
+
ICreateContainerMetadata,
|
|
36
|
+
IDocumentSchema,
|
|
37
|
+
IDocumentSchemaChangeMessage,
|
|
38
|
+
IDocumentSchemaCurrent,
|
|
39
|
+
IDocumentSchemaFeatures,
|
|
40
|
+
IEnqueueSummarizeOptions,
|
|
41
|
+
IGCMetadata,
|
|
42
|
+
IGCRuntimeOptions,
|
|
43
|
+
IGCStats,
|
|
44
|
+
IGenerateSummaryTreeResult,
|
|
45
|
+
IGeneratedSummaryStats,
|
|
46
|
+
IMarkPhaseStats,
|
|
47
|
+
INackSummaryResult,
|
|
48
|
+
IOnDemandSummarizeOptions,
|
|
49
|
+
IRefreshSummaryAckOptions,
|
|
50
|
+
IRetriableFailureResult,
|
|
51
|
+
ISerializedElection,
|
|
52
|
+
ISubmitSummaryOpResult,
|
|
53
|
+
ISubmitSummaryOptions,
|
|
54
|
+
ISummarizeEventProps,
|
|
55
|
+
ISummarizeOptions,
|
|
56
|
+
ISummarizeResults,
|
|
57
|
+
ISummarizer,
|
|
58
|
+
ISummarizerEvents,
|
|
59
|
+
ISummarizerInternalsProvider,
|
|
60
|
+
ISummarizerRuntime,
|
|
61
|
+
ISummary,
|
|
62
|
+
ISummaryAckMessage,
|
|
63
|
+
ISummaryBaseConfiguration,
|
|
64
|
+
ISummaryCancellationToken,
|
|
65
|
+
ISummaryCollectionOpEvents,
|
|
66
|
+
ISummaryConfiguration,
|
|
67
|
+
ISummaryConfigurationDisableHeuristics,
|
|
68
|
+
ISummaryConfigurationDisableSummarizer,
|
|
69
|
+
ISummaryConfigurationHeuristics,
|
|
70
|
+
ISummaryMetadataMessage,
|
|
71
|
+
ISummaryNackMessage,
|
|
72
|
+
ISummaryOpMessage,
|
|
73
|
+
ISummaryRuntimeOptions,
|
|
74
|
+
ISweepPhaseStats,
|
|
75
|
+
IUploadSummaryResult,
|
|
76
|
+
IdCompressorMode,
|
|
77
|
+
InactiveResponseHeaderKey,
|
|
78
|
+
OpActionEventListener,
|
|
79
|
+
OpActionEventName,
|
|
80
|
+
SubmitSummaryFailureData,
|
|
81
|
+
SubmitSummaryResult,
|
|
82
|
+
SummarizeResultPart,
|
|
83
|
+
Summarizer,
|
|
84
|
+
SummarizerStopReason,
|
|
85
|
+
SummaryCollection,
|
|
86
|
+
SummaryStage,
|
|
87
|
+
TombstoneResponseHeaderKey,
|
|
88
|
+
currentDocumentVersionSchema,
|
|
89
|
+
disabledCompressionConfig
|
|
90
|
+
} from "./index.js";
|
package/lib/beta.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
*/
|
package/lib/packageVersion.d.ts
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
|
|
6
6
|
*/
|
|
7
7
|
export declare const pkgName = "@fluidframework/container-runtime";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-dev-rc.3.0.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev-rc.3.0.0.254866";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/lib/packageVersion.js
CHANGED
|
@@ -5,5 +5,5 @@
|
|
|
5
5
|
* THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
|
|
6
6
|
*/
|
|
7
7
|
export const pkgName = "@fluidframework/container-runtime";
|
|
8
|
-
export const pkgVersion = "2.0.0-dev-rc.3.0.0.
|
|
8
|
+
export const pkgVersion = "2.0.0-dev-rc.3.0.0.254866";
|
|
9
9
|
//# sourceMappingURL=packageVersion.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,mCAAmC,CAAC;AAC3D,MAAM,CAAC,MAAM,UAAU,GAAG,2BAA2B,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/container-runtime\";\nexport const pkgVersion = \"2.0.0-dev-rc.3.0.0.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,mCAAmC,CAAC;AAC3D,MAAM,CAAC,MAAM,UAAU,GAAG,2BAA2B,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/container-runtime\";\nexport const pkgVersion = \"2.0.0-dev-rc.3.0.0.254866\";\n"]}
|
package/lib/public.d.ts
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
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
|
+
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/container-runtime",
|
|
3
|
-
"version": "2.0.0-dev-rc.3.0.0.
|
|
3
|
+
"version": "2.0.0-dev-rc.3.0.0.254866",
|
|
4
4
|
"description": "Fluid container runtime",
|
|
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
|
},
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
}
|
|
106
106
|
},
|
|
107
107
|
"main": "dist/index.js",
|
|
108
|
-
"types": "./dist/
|
|
108
|
+
"types": "./dist/public.d.ts",
|
|
109
109
|
"c8": {
|
|
110
110
|
"all": true,
|
|
111
111
|
"cache-dir": "nyc/.cache",
|
|
@@ -127,20 +127,20 @@
|
|
|
127
127
|
"temp-directory": "nyc/.nyc_output"
|
|
128
128
|
},
|
|
129
129
|
"dependencies": {
|
|
130
|
-
"@fluid-internal/client-utils": "2.0.0-dev-rc.3.0.0.
|
|
130
|
+
"@fluid-internal/client-utils": "2.0.0-dev-rc.3.0.0.254866",
|
|
131
131
|
"@fluidframework/common-definitions": "^1.1.0",
|
|
132
|
-
"@fluidframework/container-definitions": "2.0.0-dev-rc.3.0.0.
|
|
133
|
-
"@fluidframework/container-runtime-definitions": "2.0.0-dev-rc.3.0.0.
|
|
134
|
-
"@fluidframework/core-interfaces": "2.0.0-dev-rc.3.0.0.
|
|
135
|
-
"@fluidframework/core-utils": "2.0.0-dev-rc.3.0.0.
|
|
136
|
-
"@fluidframework/datastore": "2.0.0-dev-rc.3.0.0.
|
|
137
|
-
"@fluidframework/driver-definitions": "2.0.0-dev-rc.3.0.0.
|
|
138
|
-
"@fluidframework/driver-utils": "2.0.0-dev-rc.3.0.0.
|
|
139
|
-
"@fluidframework/id-compressor": "2.0.0-dev-rc.3.0.0.
|
|
132
|
+
"@fluidframework/container-definitions": "2.0.0-dev-rc.3.0.0.254866",
|
|
133
|
+
"@fluidframework/container-runtime-definitions": "2.0.0-dev-rc.3.0.0.254866",
|
|
134
|
+
"@fluidframework/core-interfaces": "2.0.0-dev-rc.3.0.0.254866",
|
|
135
|
+
"@fluidframework/core-utils": "2.0.0-dev-rc.3.0.0.254866",
|
|
136
|
+
"@fluidframework/datastore": "2.0.0-dev-rc.3.0.0.254866",
|
|
137
|
+
"@fluidframework/driver-definitions": "2.0.0-dev-rc.3.0.0.254866",
|
|
138
|
+
"@fluidframework/driver-utils": "2.0.0-dev-rc.3.0.0.254866",
|
|
139
|
+
"@fluidframework/id-compressor": "2.0.0-dev-rc.3.0.0.254866",
|
|
140
140
|
"@fluidframework/protocol-definitions": "^3.2.0",
|
|
141
|
-
"@fluidframework/runtime-definitions": "2.0.0-dev-rc.3.0.0.
|
|
142
|
-
"@fluidframework/runtime-utils": "2.0.0-dev-rc.3.0.0.
|
|
143
|
-
"@fluidframework/telemetry-utils": "2.0.0-dev-rc.3.0.0.
|
|
141
|
+
"@fluidframework/runtime-definitions": "2.0.0-dev-rc.3.0.0.254866",
|
|
142
|
+
"@fluidframework/runtime-utils": "2.0.0-dev-rc.3.0.0.254866",
|
|
143
|
+
"@fluidframework/telemetry-utils": "2.0.0-dev-rc.3.0.0.254866",
|
|
144
144
|
"@tylerbu/sorted-btree-es6": "^1.8.0",
|
|
145
145
|
"double-ended-queue": "^2.1.0-0",
|
|
146
146
|
"lz4js": "^0.2.0",
|
|
@@ -149,16 +149,16 @@
|
|
|
149
149
|
"devDependencies": {
|
|
150
150
|
"@arethetypeswrong/cli": "^0.15.2",
|
|
151
151
|
"@biomejs/biome": "^1.6.2",
|
|
152
|
-
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.3.0.0.
|
|
153
|
-
"@fluid-private/stochastic-test-utils": "2.0.0-dev-rc.3.0.0.
|
|
154
|
-
"@fluid-private/test-pairwise-generator": "2.0.0-dev-rc.3.0.0.
|
|
152
|
+
"@fluid-internal/mocha-test-setup": "2.0.0-dev-rc.3.0.0.254866",
|
|
153
|
+
"@fluid-private/stochastic-test-utils": "2.0.0-dev-rc.3.0.0.254866",
|
|
154
|
+
"@fluid-private/test-pairwise-generator": "2.0.0-dev-rc.3.0.0.254866",
|
|
155
155
|
"@fluid-tools/benchmark": "^0.48.0",
|
|
156
156
|
"@fluid-tools/build-cli": "^0.35.0",
|
|
157
157
|
"@fluidframework/build-common": "^2.0.3",
|
|
158
158
|
"@fluidframework/build-tools": "^0.35.0",
|
|
159
159
|
"@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.0.0-internal.8.0.0",
|
|
160
160
|
"@fluidframework/eslint-config-fluid": "^5.1.0",
|
|
161
|
-
"@fluidframework/test-runtime-utils": "2.0.0-dev-rc.3.0.0.
|
|
161
|
+
"@fluidframework/test-runtime-utils": "2.0.0-dev-rc.3.0.0.254866",
|
|
162
162
|
"@microsoft/api-extractor": "^7.42.3",
|
|
163
163
|
"@types/double-ended-queue": "^2.1.0",
|
|
164
164
|
"@types/mocha": "^9.1.1",
|
|
@@ -178,18 +178,6 @@
|
|
|
178
178
|
"sinon": "^17.0.1",
|
|
179
179
|
"typescript": "~5.1.6"
|
|
180
180
|
},
|
|
181
|
-
"fluidBuild": {
|
|
182
|
-
"tasks": {
|
|
183
|
-
"build:docs": {
|
|
184
|
-
"dependsOn": [
|
|
185
|
-
"...",
|
|
186
|
-
"api-extractor:commonjs",
|
|
187
|
-
"api-extractor:esnext"
|
|
188
|
-
],
|
|
189
|
-
"script": false
|
|
190
|
-
}
|
|
191
|
-
}
|
|
192
|
-
},
|
|
193
181
|
"typeValidation": {
|
|
194
182
|
"broken": {
|
|
195
183
|
"ClassDeclaration_ContainerRuntime": {
|
|
@@ -229,12 +217,12 @@
|
|
|
229
217
|
},
|
|
230
218
|
"scripts": {
|
|
231
219
|
"api": "fluid-build . --task api",
|
|
232
|
-
"api-extractor:commonjs": "
|
|
233
|
-
"api-extractor:esnext": "
|
|
220
|
+
"api-extractor:commonjs": "flub generate entrypoints --outDir ./dist",
|
|
221
|
+
"api-extractor:esnext": "flub generate entrypoints --outDir ./lib",
|
|
234
222
|
"build": "fluid-build . --task build",
|
|
235
223
|
"build:commonjs": "fluid-build . --task commonjs",
|
|
236
224
|
"build:compile": "fluid-build . --task compile",
|
|
237
|
-
"build:docs": "
|
|
225
|
+
"build:docs": "api-extractor run --local",
|
|
238
226
|
"build:esnext": "tsc --project ./tsconfig.json",
|
|
239
227
|
"build:genver": "gen-version",
|
|
240
228
|
"build:test": "npm run build:test:esm && npm run build:test:cjs",
|
package/src/packageVersion.ts
CHANGED
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
|
-
}
|