@fluidframework/container-utils
Advanced tools
Comparing version 2.0.0-internal.4.4.0 to 2.0.0-internal.5.0.0
# @fluidframework/container-utils | ||
## 2.0.0-internal.5.0.0 | ||
Dependency updates only. | ||
## 2.0.0-internal.4.4.0 | ||
@@ -4,0 +8,0 @@ |
@@ -6,4 +6,4 @@ /*! | ||
import { ContainerErrorType, IGenericError, IErrorBase, IThrottlingWarning, IUsageError } from "@fluidframework/container-definitions"; | ||
import { LoggingError, IFluidErrorBase } from "@fluidframework/telemetry-utils"; | ||
import { ITelemetryLogger, ITelemetryProperties } from "@fluidframework/common-definitions"; | ||
import { LoggingError, IFluidErrorBase, ITelemetryLoggerExt } from "@fluidframework/telemetry-utils"; | ||
import { ITelemetryProperties } from "@fluidframework/common-definitions"; | ||
import { ISequencedDocumentMessage } from "@fluidframework/protocol-definitions"; | ||
@@ -35,3 +35,3 @@ /** | ||
*/ | ||
static wrap(error: unknown, retryAfterSeconds: number, logger: ITelemetryLogger): IThrottlingWarning; | ||
static wrap(error: unknown, retryAfterSeconds: number, logger: ITelemetryLoggerExt): IThrottlingWarning; | ||
} | ||
@@ -38,0 +38,0 @@ /** Error indicating an API is being used improperly resulting in an invalid operation. */ |
@@ -6,4 +6,4 @@ /*! | ||
import { ContainerErrorType, IGenericError, IErrorBase, IThrottlingWarning, IUsageError } from "@fluidframework/container-definitions"; | ||
import { LoggingError, IFluidErrorBase } from "@fluidframework/telemetry-utils"; | ||
import { ITelemetryLogger, ITelemetryProperties } from "@fluidframework/common-definitions"; | ||
import { LoggingError, IFluidErrorBase, ITelemetryLoggerExt } from "@fluidframework/telemetry-utils"; | ||
import { ITelemetryProperties } from "@fluidframework/common-definitions"; | ||
import { ISequencedDocumentMessage } from "@fluidframework/protocol-definitions"; | ||
@@ -35,3 +35,3 @@ /** | ||
*/ | ||
static wrap(error: unknown, retryAfterSeconds: number, logger: ITelemetryLogger): IThrottlingWarning; | ||
static wrap(error: unknown, retryAfterSeconds: number, logger: ITelemetryLoggerExt): IThrottlingWarning; | ||
} | ||
@@ -38,0 +38,0 @@ /** Error indicating an API is being used improperly resulting in an invalid operation. */ |
{ | ||
"name": "@fluidframework/container-utils", | ||
"version": "2.0.0-internal.4.4.0", | ||
"version": "2.0.0-internal.5.0.0", | ||
"description": "Fluid container utils", | ||
@@ -40,5 +40,5 @@ "homepage": "https://fluidframework.com", | ||
"@fluidframework/common-utils": "^1.1.1", | ||
"@fluidframework/container-definitions": ">=2.0.0-internal.4.4.0 <2.0.0-internal.4.5.0", | ||
"@fluidframework/container-definitions": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0", | ||
"@fluidframework/protocol-definitions": "^1.1.0", | ||
"@fluidframework/telemetry-utils": ">=2.0.0-internal.4.4.0 <2.0.0-internal.4.5.0" | ||
"@fluidframework/telemetry-utils": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0" | ||
}, | ||
@@ -51,4 +51,4 @@ "devDependencies": { | ||
"@fluidframework/eslint-config-fluid": "^2.0.0", | ||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.4.4.0 <2.0.0-internal.4.5.0", | ||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.4.4.0 <2.0.0-internal.4.5.0", | ||
"@fluidframework/mocha-test-setup": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0", | ||
"@fluidframework/test-runtime-utils": ">=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0", | ||
"@microsoft/api-extractor": "^7.34.4", | ||
@@ -55,0 +55,0 @@ "@types/mocha": "^9.1.1", |
@@ -21,4 +21,5 @@ /*! | ||
NORMALIZED_ERROR_TYPE, | ||
ITelemetryLoggerExt, | ||
} from "@fluidframework/telemetry-utils"; | ||
import { ITelemetryLogger, ITelemetryProperties } from "@fluidframework/common-definitions"; | ||
import { ITelemetryProperties } from "@fluidframework/common-definitions"; | ||
import { ISequencedDocumentMessage } from "@fluidframework/protocol-definitions"; | ||
@@ -65,3 +66,3 @@ | ||
retryAfterSeconds: number, | ||
logger: ITelemetryLogger, | ||
logger: ITelemetryLoggerExt, | ||
): IThrottlingWarning { | ||
@@ -68,0 +69,0 @@ const newErrorFn = (errMsg: string) => new ThrottlingWarning(errMsg, retryAfterSeconds); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
91395
2333
1007
+ Added@fluidframework/container-definitions@2.0.0-internal.5.0.1(transitive)
+ Added@fluidframework/core-interfaces@2.0.0-internal.5.0.1(transitive)
+ Added@fluidframework/driver-definitions@2.0.0-internal.5.0.1(transitive)
+ Added@fluidframework/telemetry-utils@2.0.0-internal.5.0.1(transitive)
- Removed@fluidframework/container-definitions@2.0.0-internal.4.4.4(transitive)
- Removed@fluidframework/core-interfaces@2.0.0-internal.4.4.4(transitive)
- Removed@fluidframework/driver-definitions@2.0.0-internal.4.4.4(transitive)
- Removed@fluidframework/telemetry-utils@2.0.0-internal.4.4.4(transitive)
Updated@fluidframework/container-definitions@>=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0
Updated@fluidframework/telemetry-utils@>=2.0.0-internal.5.0.0 <2.0.0-internal.5.1.0