Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automation: main-next integrate #16616

Merged
merged 5 commits into from
Jul 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api-report/driver-definitions.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ export interface IDriverBasicError extends IDriverErrorBase {
// @public
export interface IDriverErrorBase {
canRetry: boolean;
endpointReached?: boolean;
readonly errorType: DriverErrorType;
readonly message: string;
online?: string;
Expand Down
3 changes: 3 additions & 0 deletions api-report/driver-utils.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ export class BlobTreeEntry {
// @public
export function buildSnapshotTree(entries: ITreeEntry[], blobMap: Map<string, ArrayBufferLike>): ISnapshotTree;

// @public
export function calculateMaxWaitTime(error: unknown): number;

// @public (undocumented)
export function canBeCoalescedByService(message: ISequencedDocumentMessage | IDocumentMessage): boolean;

Expand Down
3 changes: 1 addition & 2 deletions build-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@
"@commitlint/config-conventional": "^17.6.6",
"@commitlint/cz-commitlint": "^17.5.0",
"@fluidframework/build-common": "^2.0.0",
"@fluidframework/build-tools": "^0.20.0",
"@fluidframework/test-tools": "^0.2.158186",
"@fluidframework/build-tools": "workspace:*",
"@microsoft/api-documenter": "^7.22.24",
"@microsoft/api-extractor": "^7.36.1",
"c8": "^7.14.0",
Expand Down
Loading
Loading