@fluidframework/container-runtime 2.0.0-internal.6.3.0 → 2.0.0-internal.6.3.2
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/containerRuntime.d.ts +2 -6
- package/dist/containerRuntime.d.ts.map +1 -1
- package/dist/containerRuntime.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/lib/containerRuntime.d.ts +2 -6
- package/lib/containerRuntime.d.ts.map +1 -1
- package/lib/containerRuntime.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/package.json +17 -21
- package/src/containerRuntime.ts +10 -24
- package/src/packageVersion.ts +1 -1
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-internal.6.3.
|
|
8
|
+
export declare const pkgVersion = "2.0.0-internal.6.3.2";
|
|
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-internal.6.3.
|
|
8
|
+
export const pkgVersion = "2.0.0-internal.6.3.2";
|
|
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,sBAAsB,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-internal.6.3.
|
|
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,sBAAsB,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-internal.6.3.2\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/container-runtime",
|
|
3
|
-
"version": "2.0.0-internal.6.3.
|
|
3
|
+
"version": "2.0.0-internal.6.3.2",
|
|
4
4
|
"description": "Fluid container runtime",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
"temp-directory": "nyc/.nyc_output"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@fluid-internal/client-utils": ">=2.0.0-internal.6.3.
|
|
39
|
-
"@fluidframework/container-definitions": ">=2.0.0-internal.6.3.
|
|
40
|
-
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.6.3.
|
|
41
|
-
"@fluidframework/core-interfaces": ">=2.0.0-internal.6.3.
|
|
42
|
-
"@fluidframework/core-utils": ">=2.0.0-internal.6.3.
|
|
43
|
-
"@fluidframework/datastore": ">=2.0.0-internal.6.3.
|
|
44
|
-
"@fluidframework/driver-definitions": ">=2.0.0-internal.6.3.
|
|
45
|
-
"@fluidframework/driver-utils": ">=2.0.0-internal.6.3.
|
|
38
|
+
"@fluid-internal/client-utils": ">=2.0.0-internal.6.3.2 <2.0.0-internal.6.4.0",
|
|
39
|
+
"@fluidframework/container-definitions": ">=2.0.0-internal.6.3.2 <2.0.0-internal.6.4.0",
|
|
40
|
+
"@fluidframework/container-runtime-definitions": ">=2.0.0-internal.6.3.2 <2.0.0-internal.6.4.0",
|
|
41
|
+
"@fluidframework/core-interfaces": ">=2.0.0-internal.6.3.2 <2.0.0-internal.6.4.0",
|
|
42
|
+
"@fluidframework/core-utils": ">=2.0.0-internal.6.3.2 <2.0.0-internal.6.4.0",
|
|
43
|
+
"@fluidframework/datastore": ">=2.0.0-internal.6.3.2 <2.0.0-internal.6.4.0",
|
|
44
|
+
"@fluidframework/driver-definitions": ">=2.0.0-internal.6.3.2 <2.0.0-internal.6.4.0",
|
|
45
|
+
"@fluidframework/driver-utils": ">=2.0.0-internal.6.3.2 <2.0.0-internal.6.4.0",
|
|
46
46
|
"@fluidframework/protocol-definitions": "^1.1.0",
|
|
47
|
-
"@fluidframework/runtime-definitions": ">=2.0.0-internal.6.3.
|
|
48
|
-
"@fluidframework/runtime-utils": ">=2.0.0-internal.6.3.
|
|
49
|
-
"@fluidframework/telemetry-utils": ">=2.0.0-internal.6.3.
|
|
47
|
+
"@fluidframework/runtime-definitions": ">=2.0.0-internal.6.3.2 <2.0.0-internal.6.4.0",
|
|
48
|
+
"@fluidframework/runtime-utils": ">=2.0.0-internal.6.3.2 <2.0.0-internal.6.4.0",
|
|
49
|
+
"@fluidframework/telemetry-utils": ">=2.0.0-internal.6.3.2 <2.0.0-internal.6.4.0",
|
|
50
50
|
"double-ended-queue": "^2.1.0-0",
|
|
51
51
|
"events": "^3.1.0",
|
|
52
52
|
"lz4js": "^0.2.0",
|
|
@@ -54,15 +54,15 @@
|
|
|
54
54
|
"uuid": "^9.0.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@fluid-internal/stochastic-test-utils": ">=2.0.0-internal.6.3.
|
|
57
|
+
"@fluid-internal/stochastic-test-utils": ">=2.0.0-internal.6.3.2 <2.0.0-internal.6.4.0",
|
|
58
58
|
"@fluid-tools/benchmark": "^0.48.0",
|
|
59
59
|
"@fluid-tools/build-cli": "^0.22.0",
|
|
60
60
|
"@fluidframework/build-common": "^2.0.0",
|
|
61
61
|
"@fluidframework/build-tools": "^0.22.0",
|
|
62
|
-
"@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.0.0-internal.6.
|
|
62
|
+
"@fluidframework/container-runtime-previous": "npm:@fluidframework/container-runtime@2.0.0-internal.6.3.1",
|
|
63
63
|
"@fluidframework/eslint-config-fluid": "^2.1.0",
|
|
64
|
-
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.6.3.
|
|
65
|
-
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.6.3.
|
|
64
|
+
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.6.3.2 <2.0.0-internal.6.4.0",
|
|
65
|
+
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.6.3.2 <2.0.0-internal.6.4.0",
|
|
66
66
|
"@microsoft/api-extractor": "^7.34.4",
|
|
67
67
|
"@types/double-ended-queue": "^2.1.0",
|
|
68
68
|
"@types/events": "^3.0.0",
|
|
@@ -83,11 +83,7 @@
|
|
|
83
83
|
"typescript": "~4.5.5"
|
|
84
84
|
},
|
|
85
85
|
"typeValidation": {
|
|
86
|
-
"broken": {
|
|
87
|
-
"ClassDeclaration_ContainerRuntime": {
|
|
88
|
-
"backCompat": false
|
|
89
|
-
}
|
|
90
|
-
}
|
|
86
|
+
"broken": {}
|
|
91
87
|
},
|
|
92
88
|
"scripts": {
|
|
93
89
|
"build": "fluid-build . --task build",
|
package/src/containerRuntime.ts
CHANGED
|
@@ -725,30 +725,16 @@ export class ContainerRuntime
|
|
|
725
725
|
* - initializeEntryPoint - Promise that resolves to an object which will act as entryPoint for the Container.
|
|
726
726
|
* This object should provide all the functionality that the Container is expected to provide to the loader layer.
|
|
727
727
|
*/
|
|
728
|
-
public static async loadRuntime(
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
requestHandler?: (
|
|
739
|
-
request: IRequest,
|
|
740
|
-
runtime: IContainerRuntime,
|
|
741
|
-
) => Promise<IResponse>;
|
|
742
|
-
initializeEntryPoint?: undefined;
|
|
743
|
-
}
|
|
744
|
-
| {
|
|
745
|
-
requestHandler?: undefined;
|
|
746
|
-
initializeEntryPoint: (
|
|
747
|
-
containerRuntime: IContainerRuntime,
|
|
748
|
-
) => Promise<FluidObject>;
|
|
749
|
-
}
|
|
750
|
-
),
|
|
751
|
-
): Promise<ContainerRuntime> {
|
|
728
|
+
public static async loadRuntime(params: {
|
|
729
|
+
context: IContainerContext;
|
|
730
|
+
registryEntries: NamedFluidDataStoreRegistryEntries;
|
|
731
|
+
existing: boolean;
|
|
732
|
+
runtimeOptions?: IContainerRuntimeOptions;
|
|
733
|
+
containerScope?: FluidObject;
|
|
734
|
+
containerRuntimeCtor?: typeof ContainerRuntime;
|
|
735
|
+
requestHandler?: (request: IRequest, runtime: IContainerRuntime) => Promise<IResponse>;
|
|
736
|
+
initializeEntryPoint?: (containerRuntime: IContainerRuntime) => Promise<FluidObject>;
|
|
737
|
+
}): Promise<ContainerRuntime> {
|
|
752
738
|
const {
|
|
753
739
|
context,
|
|
754
740
|
registryEntries,
|
package/src/packageVersion.ts
CHANGED