@fluidframework/container-runtime 0.54.1 → 0.54.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.map +1 -1
- package/dist/containerRuntime.js +1 -0
- 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.map +1 -1
- package/lib/containerRuntime.js +1 -0
- 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 +11 -11
- package/src/containerRuntime.ts +1 -0
- 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 = "0.54.
|
|
8
|
+
export declare const pkgVersion = "0.54.2";
|
|
9
9
|
//# sourceMappingURL=packageVersion.d.ts.map
|
package/lib/packageVersion.js
CHANGED
|
@@ -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,QAAQ,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 = \"0.54.
|
|
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,QAAQ,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 = \"0.54.2\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/container-runtime",
|
|
3
|
-
"version": "0.54.
|
|
3
|
+
"version": "0.54.2",
|
|
4
4
|
"description": "Fluid container runtime",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": "https://github.com/microsoft/FluidFramework",
|
|
@@ -59,26 +59,26 @@
|
|
|
59
59
|
"@fluidframework/common-definitions": "^0.20.1",
|
|
60
60
|
"@fluidframework/common-utils": "^0.32.1",
|
|
61
61
|
"@fluidframework/container-definitions": "^0.44.0",
|
|
62
|
-
"@fluidframework/container-runtime-definitions": "^0.54.
|
|
63
|
-
"@fluidframework/container-utils": "^0.54.
|
|
62
|
+
"@fluidframework/container-runtime-definitions": "^0.54.2",
|
|
63
|
+
"@fluidframework/container-utils": "^0.54.2",
|
|
64
64
|
"@fluidframework/core-interfaces": "^0.41.0",
|
|
65
|
-
"@fluidframework/datastore": "^0.54.
|
|
65
|
+
"@fluidframework/datastore": "^0.54.2",
|
|
66
66
|
"@fluidframework/driver-definitions": "^0.43.0",
|
|
67
|
-
"@fluidframework/driver-utils": "^0.54.
|
|
68
|
-
"@fluidframework/garbage-collector": "^0.54.
|
|
67
|
+
"@fluidframework/driver-utils": "^0.54.2",
|
|
68
|
+
"@fluidframework/garbage-collector": "^0.54.2",
|
|
69
69
|
"@fluidframework/protocol-base": "^0.1034.0",
|
|
70
70
|
"@fluidframework/protocol-definitions": "^0.1026.0",
|
|
71
|
-
"@fluidframework/runtime-definitions": "^0.54.
|
|
72
|
-
"@fluidframework/runtime-utils": "^0.54.
|
|
73
|
-
"@fluidframework/telemetry-utils": "^0.54.
|
|
71
|
+
"@fluidframework/runtime-definitions": "^0.54.2",
|
|
72
|
+
"@fluidframework/runtime-utils": "^0.54.2",
|
|
73
|
+
"@fluidframework/telemetry-utils": "^0.54.2",
|
|
74
74
|
"double-ended-queue": "^2.1.0-0",
|
|
75
75
|
"uuid": "^8.3.1"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@fluidframework/build-common": "^0.23.0",
|
|
79
79
|
"@fluidframework/eslint-config-fluid": "^0.24.0",
|
|
80
|
-
"@fluidframework/mocha-test-setup": "^0.54.
|
|
81
|
-
"@fluidframework/test-runtime-utils": "^0.54.
|
|
80
|
+
"@fluidframework/mocha-test-setup": "^0.54.2",
|
|
81
|
+
"@fluidframework/test-runtime-utils": "^0.54.2",
|
|
82
82
|
"@microsoft/api-extractor": "^7.16.1",
|
|
83
83
|
"@types/double-ended-queue": "^2.1.0",
|
|
84
84
|
"@types/mocha": "^8.2.2",
|
package/src/containerRuntime.ts
CHANGED
|
@@ -1666,6 +1666,7 @@ export class ContainerRuntime extends TypedEventEmitter<IContainerRuntimeEvents>
|
|
|
1666
1666
|
this.setFlushMode(savedFlushMode);
|
|
1667
1667
|
} catch(error) {
|
|
1668
1668
|
this.closeFn(CreateProcessingError(error, "orderSequentially"));
|
|
1669
|
+
throw error; // throw the original error for the consumer of the runtime
|
|
1669
1670
|
}
|
|
1670
1671
|
}
|
|
1671
1672
|
|
package/src/packageVersion.ts
CHANGED