@fluidframework/test-utils 2.0.0-dev.7.4.0.217884 → 2.0.0-dev.7.4.0.221926
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/CHANGELOG.md +4 -0
- package/api-extractor.json +0 -3
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/dist/test-utils-alpha.d.ts +7 -6
- package/dist/test-utils-beta.d.ts +48 -0
- package/dist/test-utils-public.d.ts +48 -0
- package/lib/test-utils-alpha.d.ts +7 -6
- package/lib/test-utils-beta.d.ts +48 -0
- package/lib/test-utils-public.d.ts +48 -0
- package/package.json +24 -22
- package/src/packageVersion.ts +1 -1
package/CHANGELOG.md
CHANGED
package/api-extractor.json
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
3
3
|
"extends": "../../../common/build/build-common/api-extractor-base.json",
|
|
4
|
-
"dtsRollup": {
|
|
5
|
-
"enabled": true
|
|
6
|
-
},
|
|
7
4
|
"messages": {
|
|
8
5
|
"extractorMessageReporting": {
|
|
9
6
|
// TODO: Add missing documentation and remove this rule override
|
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/test-utils";
|
|
8
|
-
export declare const pkgVersion = "2.0.0-dev.7.4.0.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-dev.7.4.0.221926";
|
|
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/test-utils";
|
|
11
|
-
exports.pkgVersion = "2.0.0-dev.7.4.0.
|
|
11
|
+
exports.pkgVersion = "2.0.0-dev.7.4.0.221926";
|
|
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,4BAA4B,CAAC;AACvC,QAAA,UAAU,GAAG,wBAAwB,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/test-utils\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.
|
|
1
|
+
{"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,4BAA4B,CAAC;AACvC,QAAA,UAAU,GAAG,wBAAwB,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/test-utils\";\nexport const pkgVersion = \"2.0.0-dev.7.4.0.221926\";\n"]}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { ConfigTypes } from '@fluidframework/core-interfaces';
|
|
2
2
|
import { ContainerRuntime } from '@fluidframework/container-runtime';
|
|
3
|
+
import { ContainerRuntimeFactoryWithDefaultDataStore } from '@fluidframework/aqueduct';
|
|
3
4
|
import { FluidDataStoreRuntime } from '@fluidframework/datastore';
|
|
4
5
|
import { FluidObject } from '@fluidframework/core-interfaces';
|
|
5
6
|
import { IChannelFactory } from '@fluidframework/datastore-definitions';
|
|
7
|
+
import { ICodeDetailsLoader } from '@fluidframework/container-definitions';
|
|
6
8
|
import { IConfigProviderBase } from '@fluidframework/core-interfaces';
|
|
7
9
|
import { IContainer } from '@fluidframework/container-definitions';
|
|
8
10
|
import { IContainerContext } from '@fluidframework/container-definitions';
|
|
@@ -20,6 +22,7 @@ import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
|
|
|
20
22
|
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
21
23
|
import { IFluidLoadable } from '@fluidframework/core-interfaces';
|
|
22
24
|
import { IFluidModule } from '@fluidframework/container-definitions';
|
|
25
|
+
import { IFluidModuleWithDetails } from '@fluidframework/container-definitions';
|
|
23
26
|
import { IHostLoader } from '@fluidframework/container-definitions';
|
|
24
27
|
import { ILoaderOptions } from '@fluidframework/container-definitions';
|
|
25
28
|
import { ILoaderProps } from '@fluidframework/container-loader';
|
|
@@ -33,19 +36,21 @@ import { IRequestHeader } from '@fluidframework/core-interfaces';
|
|
|
33
36
|
import { IResolvedUrl } from '@fluidframework/driver-definitions';
|
|
34
37
|
import { IResponse } from '@fluidframework/core-interfaces';
|
|
35
38
|
import { IRuntime } from '@fluidframework/container-definitions';
|
|
39
|
+
import { ISharedMap } from '@fluidframework/map';
|
|
40
|
+
import { ISummarizer } from '@fluidframework/container-runtime';
|
|
36
41
|
import { ISummaryContext } from '@fluidframework/driver-definitions';
|
|
37
42
|
import { ISummaryTree } from '@fluidframework/protocol-definitions';
|
|
38
43
|
import { ITelemetryBaseEvent } from '@fluidframework/core-interfaces';
|
|
39
44
|
import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
40
45
|
import { ITelemetryGenericEvent } from '@fluidframework/core-interfaces';
|
|
46
|
+
import { ITestDriver } from '@fluidframework/test-driver-definitions';
|
|
41
47
|
import { IUrlResolver } from '@fluidframework/driver-definitions';
|
|
42
48
|
import { Loader } from '@fluidframework/container-loader';
|
|
43
49
|
import { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-definitions';
|
|
50
|
+
import { RuntimeRequestHandler } from '@fluidframework/request-handler';
|
|
44
51
|
|
|
45
52
|
/* Excluded from this release type: ChannelFactoryRegistry */
|
|
46
53
|
|
|
47
|
-
/* Excluded from this release type: ContainerRuntimeFactoryWithDefaultDataStore */
|
|
48
|
-
|
|
49
54
|
/* Excluded from this release type: createAndAttachContainer */
|
|
50
55
|
|
|
51
56
|
/* Excluded from this release type: createContainerRuntimeFactoryWithDefaultDataStore */
|
|
@@ -84,8 +89,6 @@ import { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-defi
|
|
|
84
89
|
|
|
85
90
|
/* Excluded from this release type: IProvideTestFluidObject */
|
|
86
91
|
|
|
87
|
-
/* Excluded from this release type: ISharedMap */
|
|
88
|
-
|
|
89
92
|
/* Excluded from this release type: ISummarizer */
|
|
90
93
|
|
|
91
94
|
/* Excluded from this release type: ITestContainerConfig */
|
|
@@ -104,8 +107,6 @@ import { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-defi
|
|
|
104
107
|
|
|
105
108
|
/* Excluded from this release type: retryWithEventualValue */
|
|
106
109
|
|
|
107
|
-
/* Excluded from this release type: RuntimeRequestHandler */
|
|
108
|
-
|
|
109
110
|
/* Excluded from this release type: summarizeNow */
|
|
110
111
|
|
|
111
112
|
/* Excluded from this release type: SupportedExportInterfaces */
|
|
@@ -1,5 +1,53 @@
|
|
|
1
|
+
import { ConfigTypes } from '@fluidframework/core-interfaces';
|
|
2
|
+
import { ContainerRuntime } from '@fluidframework/container-runtime';
|
|
3
|
+
import { ContainerRuntimeFactoryWithDefaultDataStore } from '@fluidframework/aqueduct';
|
|
4
|
+
import { FluidDataStoreRuntime } from '@fluidframework/datastore';
|
|
5
|
+
import { FluidObject } from '@fluidframework/core-interfaces';
|
|
6
|
+
import { IChannelFactory } from '@fluidframework/datastore-definitions';
|
|
7
|
+
import { ICodeDetailsLoader } from '@fluidframework/container-definitions';
|
|
8
|
+
import { IConfigProviderBase } from '@fluidframework/core-interfaces';
|
|
9
|
+
import { IContainer } from '@fluidframework/container-definitions';
|
|
10
|
+
import { IContainerContext } from '@fluidframework/container-definitions';
|
|
11
|
+
import { IContainerRuntime } from '@fluidframework/container-runtime-definitions';
|
|
12
|
+
import { IContainerRuntimeOptions } from '@fluidframework/container-runtime';
|
|
13
|
+
import { IDataStore } from '@fluidframework/runtime-definitions';
|
|
14
|
+
import { IDocumentService } from '@fluidframework/driver-definitions';
|
|
15
|
+
import { IDocumentServiceFactory } from '@fluidframework/driver-definitions';
|
|
16
|
+
import { IDocumentStorageService } from '@fluidframework/driver-definitions';
|
|
17
|
+
import { IFluidCodeDetails } from '@fluidframework/container-definitions';
|
|
18
|
+
import { IFluidDataStoreChannel } from '@fluidframework/runtime-definitions';
|
|
19
|
+
import { IFluidDataStoreContext } from '@fluidframework/runtime-definitions';
|
|
20
|
+
import { IFluidDataStoreFactory } from '@fluidframework/runtime-definitions';
|
|
21
|
+
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
|
|
22
|
+
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
23
|
+
import { IFluidLoadable } from '@fluidframework/core-interfaces';
|
|
24
|
+
import { IFluidModule } from '@fluidframework/container-definitions';
|
|
25
|
+
import { IFluidModuleWithDetails } from '@fluidframework/container-definitions';
|
|
26
|
+
import { IHostLoader } from '@fluidframework/container-definitions';
|
|
27
|
+
import { ILoaderOptions } from '@fluidframework/container-definitions';
|
|
28
|
+
import { ILoaderProps } from '@fluidframework/container-loader';
|
|
29
|
+
import { IOnDemandSummarizeOptions } from '@fluidframework/container-runtime';
|
|
30
|
+
import { IProvideFluidCodeDetailsComparer } from '@fluidframework/container-definitions';
|
|
31
|
+
import { IProvideFluidDataStoreFactory } from '@fluidframework/runtime-definitions';
|
|
32
|
+
import { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions';
|
|
33
|
+
import { IProvideRuntimeFactory } from '@fluidframework/container-definitions';
|
|
34
|
+
import { IRequest } from '@fluidframework/core-interfaces';
|
|
1
35
|
import { IRequestHeader } from '@fluidframework/core-interfaces';
|
|
36
|
+
import { IResolvedUrl } from '@fluidframework/driver-definitions';
|
|
37
|
+
import { IResponse } from '@fluidframework/core-interfaces';
|
|
38
|
+
import { IRuntime } from '@fluidframework/container-definitions';
|
|
39
|
+
import { ISharedMap } from '@fluidframework/map';
|
|
40
|
+
import { ISummarizer } from '@fluidframework/container-runtime';
|
|
41
|
+
import { ISummaryContext } from '@fluidframework/driver-definitions';
|
|
2
42
|
import { ISummaryTree } from '@fluidframework/protocol-definitions';
|
|
43
|
+
import { ITelemetryBaseEvent } from '@fluidframework/core-interfaces';
|
|
44
|
+
import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
45
|
+
import { ITelemetryGenericEvent } from '@fluidframework/core-interfaces';
|
|
46
|
+
import { ITestDriver } from '@fluidframework/test-driver-definitions';
|
|
47
|
+
import { IUrlResolver } from '@fluidframework/driver-definitions';
|
|
48
|
+
import { Loader } from '@fluidframework/container-loader';
|
|
49
|
+
import { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-definitions';
|
|
50
|
+
import { RuntimeRequestHandler } from '@fluidframework/request-handler';
|
|
3
51
|
|
|
4
52
|
/* Excluded from this release type: ChannelFactoryRegistry */
|
|
5
53
|
|
|
@@ -1,5 +1,53 @@
|
|
|
1
|
+
import { ConfigTypes } from '@fluidframework/core-interfaces';
|
|
2
|
+
import { ContainerRuntime } from '@fluidframework/container-runtime';
|
|
3
|
+
import { ContainerRuntimeFactoryWithDefaultDataStore } from '@fluidframework/aqueduct';
|
|
4
|
+
import { FluidDataStoreRuntime } from '@fluidframework/datastore';
|
|
5
|
+
import { FluidObject } from '@fluidframework/core-interfaces';
|
|
6
|
+
import { IChannelFactory } from '@fluidframework/datastore-definitions';
|
|
7
|
+
import { ICodeDetailsLoader } from '@fluidframework/container-definitions';
|
|
8
|
+
import { IConfigProviderBase } from '@fluidframework/core-interfaces';
|
|
9
|
+
import { IContainer } from '@fluidframework/container-definitions';
|
|
10
|
+
import { IContainerContext } from '@fluidframework/container-definitions';
|
|
11
|
+
import { IContainerRuntime } from '@fluidframework/container-runtime-definitions';
|
|
12
|
+
import { IContainerRuntimeOptions } from '@fluidframework/container-runtime';
|
|
13
|
+
import { IDataStore } from '@fluidframework/runtime-definitions';
|
|
14
|
+
import { IDocumentService } from '@fluidframework/driver-definitions';
|
|
15
|
+
import { IDocumentServiceFactory } from '@fluidframework/driver-definitions';
|
|
16
|
+
import { IDocumentStorageService } from '@fluidframework/driver-definitions';
|
|
17
|
+
import { IFluidCodeDetails } from '@fluidframework/container-definitions';
|
|
18
|
+
import { IFluidDataStoreChannel } from '@fluidframework/runtime-definitions';
|
|
19
|
+
import { IFluidDataStoreContext } from '@fluidframework/runtime-definitions';
|
|
20
|
+
import { IFluidDataStoreFactory } from '@fluidframework/runtime-definitions';
|
|
21
|
+
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
|
|
22
|
+
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
23
|
+
import { IFluidLoadable } from '@fluidframework/core-interfaces';
|
|
24
|
+
import { IFluidModule } from '@fluidframework/container-definitions';
|
|
25
|
+
import { IFluidModuleWithDetails } from '@fluidframework/container-definitions';
|
|
26
|
+
import { IHostLoader } from '@fluidframework/container-definitions';
|
|
27
|
+
import { ILoaderOptions } from '@fluidframework/container-definitions';
|
|
28
|
+
import { ILoaderProps } from '@fluidframework/container-loader';
|
|
29
|
+
import { IOnDemandSummarizeOptions } from '@fluidframework/container-runtime';
|
|
30
|
+
import { IProvideFluidCodeDetailsComparer } from '@fluidframework/container-definitions';
|
|
31
|
+
import { IProvideFluidDataStoreFactory } from '@fluidframework/runtime-definitions';
|
|
32
|
+
import { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions';
|
|
33
|
+
import { IProvideRuntimeFactory } from '@fluidframework/container-definitions';
|
|
34
|
+
import { IRequest } from '@fluidframework/core-interfaces';
|
|
1
35
|
import { IRequestHeader } from '@fluidframework/core-interfaces';
|
|
36
|
+
import { IResolvedUrl } from '@fluidframework/driver-definitions';
|
|
37
|
+
import { IResponse } from '@fluidframework/core-interfaces';
|
|
38
|
+
import { IRuntime } from '@fluidframework/container-definitions';
|
|
39
|
+
import { ISharedMap } from '@fluidframework/map';
|
|
40
|
+
import { ISummarizer } from '@fluidframework/container-runtime';
|
|
41
|
+
import { ISummaryContext } from '@fluidframework/driver-definitions';
|
|
2
42
|
import { ISummaryTree } from '@fluidframework/protocol-definitions';
|
|
43
|
+
import { ITelemetryBaseEvent } from '@fluidframework/core-interfaces';
|
|
44
|
+
import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
45
|
+
import { ITelemetryGenericEvent } from '@fluidframework/core-interfaces';
|
|
46
|
+
import { ITestDriver } from '@fluidframework/test-driver-definitions';
|
|
47
|
+
import { IUrlResolver } from '@fluidframework/driver-definitions';
|
|
48
|
+
import { Loader } from '@fluidframework/container-loader';
|
|
49
|
+
import { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-definitions';
|
|
50
|
+
import { RuntimeRequestHandler } from '@fluidframework/request-handler';
|
|
3
51
|
|
|
4
52
|
/* Excluded from this release type: ChannelFactoryRegistry */
|
|
5
53
|
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { ConfigTypes } from '@fluidframework/core-interfaces';
|
|
2
2
|
import { ContainerRuntime } from '@fluidframework/container-runtime';
|
|
3
|
+
import { ContainerRuntimeFactoryWithDefaultDataStore } from '@fluidframework/aqueduct';
|
|
3
4
|
import { FluidDataStoreRuntime } from '@fluidframework/datastore';
|
|
4
5
|
import { FluidObject } from '@fluidframework/core-interfaces';
|
|
5
6
|
import { IChannelFactory } from '@fluidframework/datastore-definitions';
|
|
7
|
+
import { ICodeDetailsLoader } from '@fluidframework/container-definitions';
|
|
6
8
|
import { IConfigProviderBase } from '@fluidframework/core-interfaces';
|
|
7
9
|
import { IContainer } from '@fluidframework/container-definitions';
|
|
8
10
|
import { IContainerContext } from '@fluidframework/container-definitions';
|
|
@@ -20,6 +22,7 @@ import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
|
|
|
20
22
|
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
21
23
|
import { IFluidLoadable } from '@fluidframework/core-interfaces';
|
|
22
24
|
import { IFluidModule } from '@fluidframework/container-definitions';
|
|
25
|
+
import { IFluidModuleWithDetails } from '@fluidframework/container-definitions';
|
|
23
26
|
import { IHostLoader } from '@fluidframework/container-definitions';
|
|
24
27
|
import { ILoaderOptions } from '@fluidframework/container-definitions';
|
|
25
28
|
import { ILoaderProps } from '@fluidframework/container-loader';
|
|
@@ -33,19 +36,21 @@ import { IRequestHeader } from '@fluidframework/core-interfaces';
|
|
|
33
36
|
import { IResolvedUrl } from '@fluidframework/driver-definitions';
|
|
34
37
|
import { IResponse } from '@fluidframework/core-interfaces';
|
|
35
38
|
import { IRuntime } from '@fluidframework/container-definitions';
|
|
39
|
+
import { ISharedMap } from '@fluidframework/map';
|
|
40
|
+
import { ISummarizer } from '@fluidframework/container-runtime';
|
|
36
41
|
import { ISummaryContext } from '@fluidframework/driver-definitions';
|
|
37
42
|
import { ISummaryTree } from '@fluidframework/protocol-definitions';
|
|
38
43
|
import { ITelemetryBaseEvent } from '@fluidframework/core-interfaces';
|
|
39
44
|
import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
40
45
|
import { ITelemetryGenericEvent } from '@fluidframework/core-interfaces';
|
|
46
|
+
import { ITestDriver } from '@fluidframework/test-driver-definitions';
|
|
41
47
|
import { IUrlResolver } from '@fluidframework/driver-definitions';
|
|
42
48
|
import { Loader } from '@fluidframework/container-loader';
|
|
43
49
|
import { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-definitions';
|
|
50
|
+
import { RuntimeRequestHandler } from '@fluidframework/request-handler';
|
|
44
51
|
|
|
45
52
|
/* Excluded from this release type: ChannelFactoryRegistry */
|
|
46
53
|
|
|
47
|
-
/* Excluded from this release type: ContainerRuntimeFactoryWithDefaultDataStore */
|
|
48
|
-
|
|
49
54
|
/* Excluded from this release type: createAndAttachContainer */
|
|
50
55
|
|
|
51
56
|
/* Excluded from this release type: createContainerRuntimeFactoryWithDefaultDataStore */
|
|
@@ -84,8 +89,6 @@ import { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-defi
|
|
|
84
89
|
|
|
85
90
|
/* Excluded from this release type: IProvideTestFluidObject */
|
|
86
91
|
|
|
87
|
-
/* Excluded from this release type: ISharedMap */
|
|
88
|
-
|
|
89
92
|
/* Excluded from this release type: ISummarizer */
|
|
90
93
|
|
|
91
94
|
/* Excluded from this release type: ITestContainerConfig */
|
|
@@ -104,8 +107,6 @@ import { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-defi
|
|
|
104
107
|
|
|
105
108
|
/* Excluded from this release type: retryWithEventualValue */
|
|
106
109
|
|
|
107
|
-
/* Excluded from this release type: RuntimeRequestHandler */
|
|
108
|
-
|
|
109
110
|
/* Excluded from this release type: summarizeNow */
|
|
110
111
|
|
|
111
112
|
/* Excluded from this release type: SupportedExportInterfaces */
|
package/lib/test-utils-beta.d.ts
CHANGED
|
@@ -1,5 +1,53 @@
|
|
|
1
|
+
import { ConfigTypes } from '@fluidframework/core-interfaces';
|
|
2
|
+
import { ContainerRuntime } from '@fluidframework/container-runtime';
|
|
3
|
+
import { ContainerRuntimeFactoryWithDefaultDataStore } from '@fluidframework/aqueduct';
|
|
4
|
+
import { FluidDataStoreRuntime } from '@fluidframework/datastore';
|
|
5
|
+
import { FluidObject } from '@fluidframework/core-interfaces';
|
|
6
|
+
import { IChannelFactory } from '@fluidframework/datastore-definitions';
|
|
7
|
+
import { ICodeDetailsLoader } from '@fluidframework/container-definitions';
|
|
8
|
+
import { IConfigProviderBase } from '@fluidframework/core-interfaces';
|
|
9
|
+
import { IContainer } from '@fluidframework/container-definitions';
|
|
10
|
+
import { IContainerContext } from '@fluidframework/container-definitions';
|
|
11
|
+
import { IContainerRuntime } from '@fluidframework/container-runtime-definitions';
|
|
12
|
+
import { IContainerRuntimeOptions } from '@fluidframework/container-runtime';
|
|
13
|
+
import { IDataStore } from '@fluidframework/runtime-definitions';
|
|
14
|
+
import { IDocumentService } from '@fluidframework/driver-definitions';
|
|
15
|
+
import { IDocumentServiceFactory } from '@fluidframework/driver-definitions';
|
|
16
|
+
import { IDocumentStorageService } from '@fluidframework/driver-definitions';
|
|
17
|
+
import { IFluidCodeDetails } from '@fluidframework/container-definitions';
|
|
18
|
+
import { IFluidDataStoreChannel } from '@fluidframework/runtime-definitions';
|
|
19
|
+
import { IFluidDataStoreContext } from '@fluidframework/runtime-definitions';
|
|
20
|
+
import { IFluidDataStoreFactory } from '@fluidframework/runtime-definitions';
|
|
21
|
+
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
|
|
22
|
+
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
23
|
+
import { IFluidLoadable } from '@fluidframework/core-interfaces';
|
|
24
|
+
import { IFluidModule } from '@fluidframework/container-definitions';
|
|
25
|
+
import { IFluidModuleWithDetails } from '@fluidframework/container-definitions';
|
|
26
|
+
import { IHostLoader } from '@fluidframework/container-definitions';
|
|
27
|
+
import { ILoaderOptions } from '@fluidframework/container-definitions';
|
|
28
|
+
import { ILoaderProps } from '@fluidframework/container-loader';
|
|
29
|
+
import { IOnDemandSummarizeOptions } from '@fluidframework/container-runtime';
|
|
30
|
+
import { IProvideFluidCodeDetailsComparer } from '@fluidframework/container-definitions';
|
|
31
|
+
import { IProvideFluidDataStoreFactory } from '@fluidframework/runtime-definitions';
|
|
32
|
+
import { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions';
|
|
33
|
+
import { IProvideRuntimeFactory } from '@fluidframework/container-definitions';
|
|
34
|
+
import { IRequest } from '@fluidframework/core-interfaces';
|
|
1
35
|
import { IRequestHeader } from '@fluidframework/core-interfaces';
|
|
36
|
+
import { IResolvedUrl } from '@fluidframework/driver-definitions';
|
|
37
|
+
import { IResponse } from '@fluidframework/core-interfaces';
|
|
38
|
+
import { IRuntime } from '@fluidframework/container-definitions';
|
|
39
|
+
import { ISharedMap } from '@fluidframework/map';
|
|
40
|
+
import { ISummarizer } from '@fluidframework/container-runtime';
|
|
41
|
+
import { ISummaryContext } from '@fluidframework/driver-definitions';
|
|
2
42
|
import { ISummaryTree } from '@fluidframework/protocol-definitions';
|
|
43
|
+
import { ITelemetryBaseEvent } from '@fluidframework/core-interfaces';
|
|
44
|
+
import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
45
|
+
import { ITelemetryGenericEvent } from '@fluidframework/core-interfaces';
|
|
46
|
+
import { ITestDriver } from '@fluidframework/test-driver-definitions';
|
|
47
|
+
import { IUrlResolver } from '@fluidframework/driver-definitions';
|
|
48
|
+
import { Loader } from '@fluidframework/container-loader';
|
|
49
|
+
import { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-definitions';
|
|
50
|
+
import { RuntimeRequestHandler } from '@fluidframework/request-handler';
|
|
3
51
|
|
|
4
52
|
/* Excluded from this release type: ChannelFactoryRegistry */
|
|
5
53
|
|
|
@@ -1,5 +1,53 @@
|
|
|
1
|
+
import { ConfigTypes } from '@fluidframework/core-interfaces';
|
|
2
|
+
import { ContainerRuntime } from '@fluidframework/container-runtime';
|
|
3
|
+
import { ContainerRuntimeFactoryWithDefaultDataStore } from '@fluidframework/aqueduct';
|
|
4
|
+
import { FluidDataStoreRuntime } from '@fluidframework/datastore';
|
|
5
|
+
import { FluidObject } from '@fluidframework/core-interfaces';
|
|
6
|
+
import { IChannelFactory } from '@fluidframework/datastore-definitions';
|
|
7
|
+
import { ICodeDetailsLoader } from '@fluidframework/container-definitions';
|
|
8
|
+
import { IConfigProviderBase } from '@fluidframework/core-interfaces';
|
|
9
|
+
import { IContainer } from '@fluidframework/container-definitions';
|
|
10
|
+
import { IContainerContext } from '@fluidframework/container-definitions';
|
|
11
|
+
import { IContainerRuntime } from '@fluidframework/container-runtime-definitions';
|
|
12
|
+
import { IContainerRuntimeOptions } from '@fluidframework/container-runtime';
|
|
13
|
+
import { IDataStore } from '@fluidframework/runtime-definitions';
|
|
14
|
+
import { IDocumentService } from '@fluidframework/driver-definitions';
|
|
15
|
+
import { IDocumentServiceFactory } from '@fluidframework/driver-definitions';
|
|
16
|
+
import { IDocumentStorageService } from '@fluidframework/driver-definitions';
|
|
17
|
+
import { IFluidCodeDetails } from '@fluidframework/container-definitions';
|
|
18
|
+
import { IFluidDataStoreChannel } from '@fluidframework/runtime-definitions';
|
|
19
|
+
import { IFluidDataStoreContext } from '@fluidframework/runtime-definitions';
|
|
20
|
+
import { IFluidDataStoreFactory } from '@fluidframework/runtime-definitions';
|
|
21
|
+
import { IFluidDataStoreRuntime } from '@fluidframework/datastore-definitions';
|
|
22
|
+
import { IFluidHandle } from '@fluidframework/core-interfaces';
|
|
23
|
+
import { IFluidLoadable } from '@fluidframework/core-interfaces';
|
|
24
|
+
import { IFluidModule } from '@fluidframework/container-definitions';
|
|
25
|
+
import { IFluidModuleWithDetails } from '@fluidframework/container-definitions';
|
|
26
|
+
import { IHostLoader } from '@fluidframework/container-definitions';
|
|
27
|
+
import { ILoaderOptions } from '@fluidframework/container-definitions';
|
|
28
|
+
import { ILoaderProps } from '@fluidframework/container-loader';
|
|
29
|
+
import { IOnDemandSummarizeOptions } from '@fluidframework/container-runtime';
|
|
30
|
+
import { IProvideFluidCodeDetailsComparer } from '@fluidframework/container-definitions';
|
|
31
|
+
import { IProvideFluidDataStoreFactory } from '@fluidframework/runtime-definitions';
|
|
32
|
+
import { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions';
|
|
33
|
+
import { IProvideRuntimeFactory } from '@fluidframework/container-definitions';
|
|
34
|
+
import { IRequest } from '@fluidframework/core-interfaces';
|
|
1
35
|
import { IRequestHeader } from '@fluidframework/core-interfaces';
|
|
36
|
+
import { IResolvedUrl } from '@fluidframework/driver-definitions';
|
|
37
|
+
import { IResponse } from '@fluidframework/core-interfaces';
|
|
38
|
+
import { IRuntime } from '@fluidframework/container-definitions';
|
|
39
|
+
import { ISharedMap } from '@fluidframework/map';
|
|
40
|
+
import { ISummarizer } from '@fluidframework/container-runtime';
|
|
41
|
+
import { ISummaryContext } from '@fluidframework/driver-definitions';
|
|
2
42
|
import { ISummaryTree } from '@fluidframework/protocol-definitions';
|
|
43
|
+
import { ITelemetryBaseEvent } from '@fluidframework/core-interfaces';
|
|
44
|
+
import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
|
|
45
|
+
import { ITelemetryGenericEvent } from '@fluidframework/core-interfaces';
|
|
46
|
+
import { ITestDriver } from '@fluidframework/test-driver-definitions';
|
|
47
|
+
import { IUrlResolver } from '@fluidframework/driver-definitions';
|
|
48
|
+
import { Loader } from '@fluidframework/container-loader';
|
|
49
|
+
import { NamedFluidDataStoreRegistryEntries } from '@fluidframework/runtime-definitions';
|
|
50
|
+
import { RuntimeRequestHandler } from '@fluidframework/request-handler';
|
|
3
51
|
|
|
4
52
|
/* Excluded from this release type: ChannelFactoryRegistry */
|
|
5
53
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/test-utils",
|
|
3
|
-
"version": "2.0.0-dev.7.4.0.
|
|
3
|
+
"version": "2.0.0-dev.7.4.0.221926",
|
|
4
4
|
"description": "Utilities for Fluid tests",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -34,37 +34,38 @@
|
|
|
34
34
|
"temp-directory": "nyc/.nyc_output"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@fluidframework/aqueduct": "2.0.0-dev.7.4.0.
|
|
38
|
-
"@fluidframework/container-definitions": "2.0.0-dev.7.4.0.
|
|
39
|
-
"@fluidframework/container-loader": "2.0.0-dev.7.4.0.
|
|
40
|
-
"@fluidframework/container-runtime": "2.0.0-dev.7.4.0.
|
|
41
|
-
"@fluidframework/container-runtime-definitions": "2.0.0-dev.7.4.0.
|
|
42
|
-
"@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.
|
|
43
|
-
"@fluidframework/core-utils": "2.0.0-dev.7.4.0.
|
|
44
|
-
"@fluidframework/datastore": "2.0.0-dev.7.4.0.
|
|
45
|
-
"@fluidframework/datastore-definitions": "2.0.0-dev.7.4.0.
|
|
46
|
-
"@fluidframework/driver-definitions": "2.0.0-dev.7.4.0.
|
|
47
|
-
"@fluidframework/driver-utils": "2.0.0-dev.7.4.0.
|
|
48
|
-
"@fluidframework/local-driver": "2.0.0-dev.7.4.0.
|
|
49
|
-
"@fluidframework/map": "2.0.0-dev.7.4.0.
|
|
37
|
+
"@fluidframework/aqueduct": "2.0.0-dev.7.4.0.221926",
|
|
38
|
+
"@fluidframework/container-definitions": "2.0.0-dev.7.4.0.221926",
|
|
39
|
+
"@fluidframework/container-loader": "2.0.0-dev.7.4.0.221926",
|
|
40
|
+
"@fluidframework/container-runtime": "2.0.0-dev.7.4.0.221926",
|
|
41
|
+
"@fluidframework/container-runtime-definitions": "2.0.0-dev.7.4.0.221926",
|
|
42
|
+
"@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.221926",
|
|
43
|
+
"@fluidframework/core-utils": "2.0.0-dev.7.4.0.221926",
|
|
44
|
+
"@fluidframework/datastore": "2.0.0-dev.7.4.0.221926",
|
|
45
|
+
"@fluidframework/datastore-definitions": "2.0.0-dev.7.4.0.221926",
|
|
46
|
+
"@fluidframework/driver-definitions": "2.0.0-dev.7.4.0.221926",
|
|
47
|
+
"@fluidframework/driver-utils": "2.0.0-dev.7.4.0.221926",
|
|
48
|
+
"@fluidframework/local-driver": "2.0.0-dev.7.4.0.221926",
|
|
49
|
+
"@fluidframework/map": "2.0.0-dev.7.4.0.221926",
|
|
50
50
|
"@fluidframework/protocol-definitions": "^3.0.0",
|
|
51
|
-
"@fluidframework/request-handler": "2.0.0-dev.7.4.0.
|
|
52
|
-
"@fluidframework/routerlicious-driver": "2.0.0-dev.7.4.0.
|
|
53
|
-
"@fluidframework/runtime-definitions": "2.0.0-dev.7.4.0.
|
|
54
|
-
"@fluidframework/runtime-utils": "2.0.0-dev.7.4.0.
|
|
55
|
-
"@fluidframework/telemetry-utils": "2.0.0-dev.7.4.0.
|
|
56
|
-
"@fluidframework/test-driver-definitions": "2.0.0-dev.7.4.0.
|
|
57
|
-
"@fluidframework/test-runtime-utils": "2.0.0-dev.7.4.0.
|
|
51
|
+
"@fluidframework/request-handler": "2.0.0-dev.7.4.0.221926",
|
|
52
|
+
"@fluidframework/routerlicious-driver": "2.0.0-dev.7.4.0.221926",
|
|
53
|
+
"@fluidframework/runtime-definitions": "2.0.0-dev.7.4.0.221926",
|
|
54
|
+
"@fluidframework/runtime-utils": "2.0.0-dev.7.4.0.221926",
|
|
55
|
+
"@fluidframework/telemetry-utils": "2.0.0-dev.7.4.0.221926",
|
|
56
|
+
"@fluidframework/test-driver-definitions": "2.0.0-dev.7.4.0.221926",
|
|
57
|
+
"@fluidframework/test-runtime-utils": "2.0.0-dev.7.4.0.221926",
|
|
58
58
|
"best-random": "^1.0.0",
|
|
59
59
|
"debug": "^4.3.4",
|
|
60
60
|
"uuid": "^9.0.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
+
"@arethetypeswrong/cli": "^0.13.3",
|
|
63
64
|
"@fluid-tools/build-cli": "^0.28.0",
|
|
64
65
|
"@fluidframework/build-common": "^2.0.3",
|
|
65
66
|
"@fluidframework/build-tools": "^0.28.0",
|
|
66
67
|
"@fluidframework/eslint-config-fluid": "^3.1.0",
|
|
67
|
-
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.
|
|
68
|
+
"@fluidframework/mocha-test-setup": "2.0.0-dev.7.4.0.221926",
|
|
68
69
|
"@fluidframework/test-utils-previous": "npm:@fluidframework/test-utils@2.0.0-internal.7.2.0",
|
|
69
70
|
"@microsoft/api-extractor": "^7.38.3",
|
|
70
71
|
"@types/debug": "^4.1.5",
|
|
@@ -119,6 +120,7 @@
|
|
|
119
120
|
"build:docs": "fluid-build . --task api",
|
|
120
121
|
"build:genver": "gen-version",
|
|
121
122
|
"build:test": "tsc --project ./src/test/tsconfig.json",
|
|
123
|
+
"check:are-the-types-wrong": "attw --pack",
|
|
122
124
|
"check:release-tags": "api-extractor run --local --config ./api-extractor-lint.json",
|
|
123
125
|
"ci:build:docs": "api-extractor run",
|
|
124
126
|
"clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" _api-extractor-temp nyc",
|
package/src/packageVersion.ts
CHANGED