@fluidframework/test-utils 2.0.0-dev.7.4.0.217212 → 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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/test-utils
2
2
 
3
+ ## 2.0.0-internal.7.4.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.0.0-internal.7.3.0
4
8
 
5
9
  Dependency updates only.
@@ -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
@@ -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.217212";
8
+ export declare const pkgVersion = "2.0.0-dev.7.4.0.221926";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -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.217212";
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.217212\";\n"]}
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,33 +1,56 @@
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';
1
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';
2
9
  import { IContainer } from '@fluidframework/container-definitions';
3
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';
4
14
  import { IDocumentService } from '@fluidframework/driver-definitions';
5
15
  import { IDocumentServiceFactory } from '@fluidframework/driver-definitions';
6
16
  import { IDocumentStorageService } from '@fluidframework/driver-definitions';
7
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';
8
24
  import { IFluidModule } from '@fluidframework/container-definitions';
25
+ import { IFluidModuleWithDetails } from '@fluidframework/container-definitions';
26
+ import { IHostLoader } from '@fluidframework/container-definitions';
9
27
  import { ILoaderOptions } from '@fluidframework/container-definitions';
28
+ import { ILoaderProps } from '@fluidframework/container-loader';
29
+ import { IOnDemandSummarizeOptions } from '@fluidframework/container-runtime';
10
30
  import { IProvideFluidCodeDetailsComparer } from '@fluidframework/container-definitions';
31
+ import { IProvideFluidDataStoreFactory } from '@fluidframework/runtime-definitions';
32
+ import { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions';
11
33
  import { IProvideRuntimeFactory } from '@fluidframework/container-definitions';
12
34
  import { IRequest } from '@fluidframework/core-interfaces';
13
35
  import { IRequestHeader } from '@fluidframework/core-interfaces';
14
36
  import { IResolvedUrl } from '@fluidframework/driver-definitions';
15
37
  import { IResponse } from '@fluidframework/core-interfaces';
16
38
  import { IRuntime } from '@fluidframework/container-definitions';
39
+ import { ISharedMap } from '@fluidframework/map';
40
+ import { ISummarizer } from '@fluidframework/container-runtime';
17
41
  import { ISummaryContext } from '@fluidframework/driver-definitions';
18
42
  import { ISummaryTree } from '@fluidframework/protocol-definitions';
19
43
  import { ITelemetryBaseEvent } from '@fluidframework/core-interfaces';
20
44
  import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
45
+ import { ITelemetryGenericEvent } from '@fluidframework/core-interfaces';
46
+ import { ITestDriver } from '@fluidframework/test-driver-definitions';
21
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';
22
51
 
23
52
  /* Excluded from this release type: ChannelFactoryRegistry */
24
53
 
25
- /* Excluded from this release type: ConfigTypes */
26
-
27
- /* Excluded from this release type: ContainerRuntime */
28
-
29
- /* Excluded from this release type: ContainerRuntimeFactoryWithDefaultDataStore */
30
-
31
54
  /* Excluded from this release type: createAndAttachContainer */
32
55
 
33
56
  /* Excluded from this release type: createContainerRuntimeFactoryWithDefaultDataStore */
@@ -48,8 +71,6 @@ import { IUrlResolver } from '@fluidframework/driver-definitions';
48
71
 
49
72
  /* Excluded from this release type: EventAndErrorTrackingLogger */
50
73
 
51
- /* Excluded from this release type: FluidDataStoreRuntime */
52
-
53
74
  /* Excluded from this release type: fluidEntryPoint */
54
75
 
55
76
  /* Excluded from this release type: getContainerEntryPointBackCompat */
@@ -58,54 +79,18 @@ import { IUrlResolver } from '@fluidframework/driver-definitions';
58
79
 
59
80
  /* Excluded from this release type: getUnexpectedLogErrorException */
60
81
 
61
- /* Excluded from this release type: IChannelFactory */
62
-
63
82
  /* Excluded from this release type: ICodeDetailsLoader */
64
83
 
65
- /* Excluded from this release type: IConfigProviderBase */
66
-
67
- /* Excluded from this release type: IContainerRuntime */
68
-
69
- /* Excluded from this release type: IContainerRuntimeOptions */
70
-
71
- /* Excluded from this release type: IDataStore */
72
-
73
84
  /* Excluded from this release type: IDocumentIdStrategy */
74
85
 
75
- /* Excluded from this release type: IFluidDataStoreChannel */
76
-
77
- /* Excluded from this release type: IFluidDataStoreContext */
78
-
79
- /* Excluded from this release type: IFluidDataStoreFactory */
80
-
81
- /* Excluded from this release type: IFluidDataStoreRuntime */
82
-
83
- /* Excluded from this release type: IFluidHandle */
84
-
85
- /* Excluded from this release type: IFluidLoadable */
86
-
87
86
  /* Excluded from this release type: IFluidModuleWithDetails */
88
87
 
89
- /* Excluded from this release type: IHostLoader */
90
-
91
- /* Excluded from this release type: ILoaderProps */
92
-
93
- /* Excluded from this release type: IOnDemandSummarizeOptions */
94
-
95
88
  /* Excluded from this release type: IOpProcessingController */
96
89
 
97
- /* Excluded from this release type: IProvideFluidDataStoreFactory */
98
-
99
- /* Excluded from this release type: IProvideFluidDataStoreRegistry */
100
-
101
90
  /* Excluded from this release type: IProvideTestFluidObject */
102
91
 
103
- /* Excluded from this release type: ISharedMap */
104
-
105
92
  /* Excluded from this release type: ISummarizer */
106
93
 
107
- /* Excluded from this release type: ITelemetryGenericEvent */
108
-
109
94
  /* Excluded from this release type: ITestContainerConfig */
110
95
 
111
96
  /* Excluded from this release type: ITestDriver */
@@ -114,20 +99,14 @@ import { IUrlResolver } from '@fluidframework/driver-definitions';
114
99
 
115
100
  /* Excluded from this release type: ITestObjectProvider */
116
101
 
117
- /* Excluded from this release type: Loader */
118
-
119
102
  /* Excluded from this release type: LoaderContainerTracker */
120
103
 
121
104
  /* Excluded from this release type: LocalCodeLoader */
122
105
 
123
106
  /* Excluded from this release type: mockConfigProvider */
124
107
 
125
- /* Excluded from this release type: NamedFluidDataStoreRegistryEntries */
126
-
127
108
  /* Excluded from this release type: retryWithEventualValue */
128
109
 
129
- /* Excluded from this release type: RuntimeRequestHandler */
130
-
131
110
  /* Excluded from this release type: summarizeNow */
132
111
 
133
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,33 +1,56 @@
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';
1
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';
2
9
  import { IContainer } from '@fluidframework/container-definitions';
3
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';
4
14
  import { IDocumentService } from '@fluidframework/driver-definitions';
5
15
  import { IDocumentServiceFactory } from '@fluidframework/driver-definitions';
6
16
  import { IDocumentStorageService } from '@fluidframework/driver-definitions';
7
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';
8
24
  import { IFluidModule } from '@fluidframework/container-definitions';
25
+ import { IFluidModuleWithDetails } from '@fluidframework/container-definitions';
26
+ import { IHostLoader } from '@fluidframework/container-definitions';
9
27
  import { ILoaderOptions } from '@fluidframework/container-definitions';
28
+ import { ILoaderProps } from '@fluidframework/container-loader';
29
+ import { IOnDemandSummarizeOptions } from '@fluidframework/container-runtime';
10
30
  import { IProvideFluidCodeDetailsComparer } from '@fluidframework/container-definitions';
31
+ import { IProvideFluidDataStoreFactory } from '@fluidframework/runtime-definitions';
32
+ import { IProvideFluidDataStoreRegistry } from '@fluidframework/runtime-definitions';
11
33
  import { IProvideRuntimeFactory } from '@fluidframework/container-definitions';
12
34
  import { IRequest } from '@fluidframework/core-interfaces';
13
35
  import { IRequestHeader } from '@fluidframework/core-interfaces';
14
36
  import { IResolvedUrl } from '@fluidframework/driver-definitions';
15
37
  import { IResponse } from '@fluidframework/core-interfaces';
16
38
  import { IRuntime } from '@fluidframework/container-definitions';
39
+ import { ISharedMap } from '@fluidframework/map';
40
+ import { ISummarizer } from '@fluidframework/container-runtime';
17
41
  import { ISummaryContext } from '@fluidframework/driver-definitions';
18
42
  import { ISummaryTree } from '@fluidframework/protocol-definitions';
19
43
  import { ITelemetryBaseEvent } from '@fluidframework/core-interfaces';
20
44
  import { ITelemetryBaseLogger } from '@fluidframework/core-interfaces';
45
+ import { ITelemetryGenericEvent } from '@fluidframework/core-interfaces';
46
+ import { ITestDriver } from '@fluidframework/test-driver-definitions';
21
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';
22
51
 
23
52
  /* Excluded from this release type: ChannelFactoryRegistry */
24
53
 
25
- /* Excluded from this release type: ConfigTypes */
26
-
27
- /* Excluded from this release type: ContainerRuntime */
28
-
29
- /* Excluded from this release type: ContainerRuntimeFactoryWithDefaultDataStore */
30
-
31
54
  /* Excluded from this release type: createAndAttachContainer */
32
55
 
33
56
  /* Excluded from this release type: createContainerRuntimeFactoryWithDefaultDataStore */
@@ -48,8 +71,6 @@ import { IUrlResolver } from '@fluidframework/driver-definitions';
48
71
 
49
72
  /* Excluded from this release type: EventAndErrorTrackingLogger */
50
73
 
51
- /* Excluded from this release type: FluidDataStoreRuntime */
52
-
53
74
  /* Excluded from this release type: fluidEntryPoint */
54
75
 
55
76
  /* Excluded from this release type: getContainerEntryPointBackCompat */
@@ -58,54 +79,18 @@ import { IUrlResolver } from '@fluidframework/driver-definitions';
58
79
 
59
80
  /* Excluded from this release type: getUnexpectedLogErrorException */
60
81
 
61
- /* Excluded from this release type: IChannelFactory */
62
-
63
82
  /* Excluded from this release type: ICodeDetailsLoader */
64
83
 
65
- /* Excluded from this release type: IConfigProviderBase */
66
-
67
- /* Excluded from this release type: IContainerRuntime */
68
-
69
- /* Excluded from this release type: IContainerRuntimeOptions */
70
-
71
- /* Excluded from this release type: IDataStore */
72
-
73
84
  /* Excluded from this release type: IDocumentIdStrategy */
74
85
 
75
- /* Excluded from this release type: IFluidDataStoreChannel */
76
-
77
- /* Excluded from this release type: IFluidDataStoreContext */
78
-
79
- /* Excluded from this release type: IFluidDataStoreFactory */
80
-
81
- /* Excluded from this release type: IFluidDataStoreRuntime */
82
-
83
- /* Excluded from this release type: IFluidHandle */
84
-
85
- /* Excluded from this release type: IFluidLoadable */
86
-
87
86
  /* Excluded from this release type: IFluidModuleWithDetails */
88
87
 
89
- /* Excluded from this release type: IHostLoader */
90
-
91
- /* Excluded from this release type: ILoaderProps */
92
-
93
- /* Excluded from this release type: IOnDemandSummarizeOptions */
94
-
95
88
  /* Excluded from this release type: IOpProcessingController */
96
89
 
97
- /* Excluded from this release type: IProvideFluidDataStoreFactory */
98
-
99
- /* Excluded from this release type: IProvideFluidDataStoreRegistry */
100
-
101
90
  /* Excluded from this release type: IProvideTestFluidObject */
102
91
 
103
- /* Excluded from this release type: ISharedMap */
104
-
105
92
  /* Excluded from this release type: ISummarizer */
106
93
 
107
- /* Excluded from this release type: ITelemetryGenericEvent */
108
-
109
94
  /* Excluded from this release type: ITestContainerConfig */
110
95
 
111
96
  /* Excluded from this release type: ITestDriver */
@@ -114,20 +99,14 @@ import { IUrlResolver } from '@fluidframework/driver-definitions';
114
99
 
115
100
  /* Excluded from this release type: ITestObjectProvider */
116
101
 
117
- /* Excluded from this release type: Loader */
118
-
119
102
  /* Excluded from this release type: LoaderContainerTracker */
120
103
 
121
104
  /* Excluded from this release type: LocalCodeLoader */
122
105
 
123
106
  /* Excluded from this release type: mockConfigProvider */
124
107
 
125
- /* Excluded from this release type: NamedFluidDataStoreRegistryEntries */
126
-
127
108
  /* Excluded from this release type: retryWithEventualValue */
128
109
 
129
- /* Excluded from this release type: RuntimeRequestHandler */
130
-
131
110
  /* Excluded from this release type: summarizeNow */
132
111
 
133
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
 
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.217212",
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,43 +34,44 @@
34
34
  "temp-directory": "nyc/.nyc_output"
35
35
  },
36
36
  "dependencies": {
37
- "@fluidframework/aqueduct": "2.0.0-dev.7.4.0.217212",
38
- "@fluidframework/container-definitions": "2.0.0-dev.7.4.0.217212",
39
- "@fluidframework/container-loader": "2.0.0-dev.7.4.0.217212",
40
- "@fluidframework/container-runtime": "2.0.0-dev.7.4.0.217212",
41
- "@fluidframework/container-runtime-definitions": "2.0.0-dev.7.4.0.217212",
42
- "@fluidframework/core-interfaces": "2.0.0-dev.7.4.0.217212",
43
- "@fluidframework/core-utils": "2.0.0-dev.7.4.0.217212",
44
- "@fluidframework/datastore": "2.0.0-dev.7.4.0.217212",
45
- "@fluidframework/datastore-definitions": "2.0.0-dev.7.4.0.217212",
46
- "@fluidframework/driver-definitions": "2.0.0-dev.7.4.0.217212",
47
- "@fluidframework/driver-utils": "2.0.0-dev.7.4.0.217212",
48
- "@fluidframework/local-driver": "2.0.0-dev.7.4.0.217212",
49
- "@fluidframework/map": "2.0.0-dev.7.4.0.217212",
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.217212",
52
- "@fluidframework/routerlicious-driver": "2.0.0-dev.7.4.0.217212",
53
- "@fluidframework/runtime-definitions": "2.0.0-dev.7.4.0.217212",
54
- "@fluidframework/runtime-utils": "2.0.0-dev.7.4.0.217212",
55
- "@fluidframework/telemetry-utils": "2.0.0-dev.7.4.0.217212",
56
- "@fluidframework/test-driver-definitions": "2.0.0-dev.7.4.0.217212",
57
- "@fluidframework/test-runtime-utils": "2.0.0-dev.7.4.0.217212",
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.217212",
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",
71
72
  "@types/diff": "^3.5.1",
72
73
  "@types/mocha": "^9.1.1",
73
- "@types/node": "^16.18.38",
74
+ "@types/node": "^18.19.0",
74
75
  "@types/uuid": "^9.0.2",
75
76
  "c8": "^7.7.1",
76
77
  "copyfiles": "^2.4.1",
@@ -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",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/test-utils";
9
- export const pkgVersion = "2.0.0-dev.7.4.0.217212";
9
+ export const pkgVersion = "2.0.0-dev.7.4.0.221926";