Skip to content

Commit

Permalink
Automation: main-next integrate
Browse files Browse the repository at this point in the history
  • Loading branch information
msfluid-bot committed Jul 31, 2023
2 parents e43927f + 3df223e commit b688032
Show file tree
Hide file tree
Showing 23 changed files with 1,037 additions and 357 deletions.
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

0 comments on commit b688032

Please sign in to comment.