@fluidframework/runtime-definitions
Advanced tools
Comparing version 0.28.5 to 0.28.6
@@ -35,4 +35,7 @@ /*! | ||
* Defaults to false. | ||
* | ||
* BUG BUG: Default to true while we investigate problem | ||
* with differential summaries | ||
*/ | ||
readonly throwOnFailure?: boolean; | ||
readonly throwOnFailure?: true; | ||
} | ||
@@ -39,0 +42,0 @@ export declare enum CreateSummarizerNodeSource { |
{ | ||
"name": "@fluidframework/runtime-definitions", | ||
"version": "0.28.5", | ||
"version": "0.28.6", | ||
"description": "Fluid Runtime definitions", | ||
@@ -31,5 +31,5 @@ "homepage": "https://fluidframework.com", | ||
"@fluidframework/common-utils": "^0.25.0", | ||
"@fluidframework/container-definitions": "^0.28.5", | ||
"@fluidframework/core-interfaces": "^0.28.5", | ||
"@fluidframework/driver-definitions": "^0.28.5", | ||
"@fluidframework/container-definitions": "^0.28.6", | ||
"@fluidframework/core-interfaces": "^0.28.6", | ||
"@fluidframework/driver-definitions": "^0.28.6", | ||
"@fluidframework/protocol-definitions": "^0.1014.1", | ||
@@ -36,0 +36,0 @@ "@types/node": "^10.17.24" |
@@ -47,4 +47,7 @@ /*! | ||
* Defaults to false. | ||
* | ||
* BUG BUG: Default to true while we investigate problem | ||
* with differential summaries | ||
*/ | ||
readonly throwOnFailure?: boolean, | ||
readonly throwOnFailure?: true, | ||
} | ||
@@ -51,0 +54,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
101534
1414