@fluidframework/test-utils 2.70.0-360753 → 2.70.0-361092
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/containerRuntimeFactories.d.ts +2 -2
- package/dist/containerRuntimeFactories.d.ts.map +1 -1
- package/dist/containerRuntimeFactories.js.map +1 -1
- package/dist/packageVersion.d.ts +1 -1
- package/dist/packageVersion.js +1 -1
- package/dist/packageVersion.js.map +1 -1
- package/dist/testContainerRuntimeFactory.d.ts +2 -2
- package/dist/testContainerRuntimeFactory.d.ts.map +1 -1
- package/dist/testContainerRuntimeFactory.js.map +1 -1
- package/dist/testObjectProvider.d.ts +2 -1
- package/dist/testObjectProvider.d.ts.map +1 -1
- package/dist/testObjectProvider.js.map +1 -1
- package/lib/containerRuntimeFactories.d.ts +2 -2
- package/lib/containerRuntimeFactories.d.ts.map +1 -1
- package/lib/containerRuntimeFactories.js.map +1 -1
- package/lib/packageVersion.d.ts +1 -1
- package/lib/packageVersion.js +1 -1
- package/lib/packageVersion.js.map +1 -1
- package/lib/testContainerRuntimeFactory.d.ts +2 -2
- package/lib/testContainerRuntimeFactory.d.ts.map +1 -1
- package/lib/testContainerRuntimeFactory.js.map +1 -1
- package/lib/testObjectProvider.d.ts +2 -1
- package/lib/testObjectProvider.d.ts.map +1 -1
- package/lib/testObjectProvider.js.map +1 -1
- package/package.json +24 -24
- package/src/containerRuntimeFactories.ts +1 -1
- package/src/packageVersion.ts +1 -1
- package/src/testContainerRuntimeFactory.ts +1 -1
- package/src/testObjectProvider.ts +2 -4
|
@@ -8,7 +8,6 @@ import {
|
|
|
8
8
|
ContainerRuntime,
|
|
9
9
|
DefaultSummaryConfiguration,
|
|
10
10
|
type IContainerRuntimeOptionsInternal,
|
|
11
|
-
type MinimumVersionForCollab,
|
|
12
11
|
} from "@fluidframework/container-runtime/internal";
|
|
13
12
|
import {
|
|
14
13
|
IContainerRuntime,
|
|
@@ -27,6 +26,7 @@ import {
|
|
|
27
26
|
import {
|
|
28
27
|
IFluidDataStoreFactory,
|
|
29
28
|
NamedFluidDataStoreRegistryEntries,
|
|
29
|
+
type MinimumVersionForCollab,
|
|
30
30
|
} from "@fluidframework/runtime-definitions/internal";
|
|
31
31
|
import { RequestParser, RuntimeFactoryHelper } from "@fluidframework/runtime-utils/internal";
|
|
32
32
|
|
|
@@ -15,10 +15,7 @@ import {
|
|
|
15
15
|
Loader,
|
|
16
16
|
waitContainerToCatchUp as waitContainerToCatchUp_original,
|
|
17
17
|
} from "@fluidframework/container-loader/internal";
|
|
18
|
-
import {
|
|
19
|
-
type IContainerRuntimeOptionsInternal,
|
|
20
|
-
type MinimumVersionForCollab,
|
|
21
|
-
} from "@fluidframework/container-runtime/internal";
|
|
18
|
+
import { type IContainerRuntimeOptionsInternal } from "@fluidframework/container-runtime/internal";
|
|
22
19
|
import {
|
|
23
20
|
IRequestHeader,
|
|
24
21
|
ITelemetryBaseEvent,
|
|
@@ -33,6 +30,7 @@ import {
|
|
|
33
30
|
IUrlResolver,
|
|
34
31
|
} from "@fluidframework/driver-definitions/internal";
|
|
35
32
|
import { isOdspResolvedUrl } from "@fluidframework/odsp-driver/internal";
|
|
33
|
+
import type { MinimumVersionForCollab } from "@fluidframework/runtime-definitions/internal";
|
|
36
34
|
import {
|
|
37
35
|
type ITelemetryGenericEventExt,
|
|
38
36
|
createChildLogger,
|