@fluidframework/protocol-base
Advanced tools
Comparing version
@@ -7,3 +7,3 @@ ## API Report File for "@fluidframework/protocol-base" | ||
import * as git from '@fluidframework/gitresources'; | ||
import type * as git from '@fluidframework/gitresources'; | ||
import { ICommittedProposal } from '@fluidframework/protocol-definitions'; | ||
@@ -13,4 +13,4 @@ import { IDocumentAttributes } from '@fluidframework/protocol-definitions'; | ||
import { IQuorum } from '@fluidframework/protocol-definitions'; | ||
import { IQuorumClients } from '@fluidframework/protocol-definitions'; | ||
import { IQuorumProposals } from '@fluidframework/protocol-definitions'; | ||
import type { IQuorumClients } from '@fluidframework/protocol-definitions'; | ||
import type { IQuorumProposals } from '@fluidframework/protocol-definitions'; | ||
import { ISequencedClient } from '@fluidframework/protocol-definitions'; | ||
@@ -17,0 +17,0 @@ import { ISequencedDocumentMessage } from '@fluidframework/protocol-definitions'; |
@@ -5,4 +5,4 @@ /*! | ||
*/ | ||
import * as git from "@fluidframework/gitresources"; | ||
import { ISnapshotTreeEx, SummaryObject } from "@fluidframework/protocol-definitions"; | ||
import type * as git from "@fluidframework/gitresources"; | ||
import { type ISnapshotTreeEx, type SummaryObject } from "@fluidframework/protocol-definitions"; | ||
/** | ||
@@ -9,0 +9,0 @@ * Take a summary object and returns its git mode. |
@@ -6,4 +6,4 @@ /*! | ||
export { buildGitTreeHierarchy, getGitMode, getGitType } from "./gitHelper"; | ||
export { IProtocolHandler, IScribeProtocolState, ProtocolOpHandler } from "./protocol"; | ||
export { IQuorumSnapshot, Quorum, QuorumClients, QuorumClientsSnapshot, QuorumProposals, QuorumProposalsSnapshot, } from "./quorum"; | ||
export { type IProtocolHandler, type IScribeProtocolState, ProtocolOpHandler } from "./protocol"; | ||
export { type IQuorumSnapshot, Quorum, QuorumClients, type QuorumClientsSnapshot, QuorumProposals, type QuorumProposalsSnapshot, } from "./quorum"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,4 +5,4 @@ /*! | ||
*/ | ||
import { IDocumentAttributes, ICommittedProposal, IProcessMessageResult, IQuorum, ISequencedClient, ISequencedDocumentMessage, ISequencedProposal } from "@fluidframework/protocol-definitions"; | ||
import { IQuorumSnapshot, Quorum } from "./quorum"; | ||
import { type IDocumentAttributes, type ICommittedProposal, type IProcessMessageResult, type IQuorum, type ISequencedClient, type ISequencedDocumentMessage, type ISequencedProposal } from "@fluidframework/protocol-definitions"; | ||
import { type IQuorumSnapshot, Quorum } from "./quorum"; | ||
/** | ||
@@ -9,0 +9,0 @@ * @alpha |
@@ -6,3 +6,3 @@ /*! | ||
import { TypedEventEmitter } from "@fluidframework/common-utils"; | ||
import { ICommittedProposal, IQuorum, IQuorumClients, IQuorumProposals, ISequencedClient, ISequencedDocumentMessage, ISequencedProposal } from "@fluidframework/protocol-definitions"; | ||
import type { ICommittedProposal, IQuorum, IQuorumClients, IQuorumProposals, ISequencedClient, ISequencedDocumentMessage, ISequencedProposal } from "@fluidframework/protocol-definitions"; | ||
/** | ||
@@ -9,0 +9,0 @@ * Snapshot format for a QuorumClients |
@@ -5,4 +5,4 @@ /*! | ||
*/ | ||
import * as git from "@fluidframework/gitresources"; | ||
import { ISnapshotTreeEx, SummaryObject } from "@fluidframework/protocol-definitions"; | ||
import type * as git from "@fluidframework/gitresources"; | ||
import { type ISnapshotTreeEx, type SummaryObject } from "@fluidframework/protocol-definitions"; | ||
/** | ||
@@ -9,0 +9,0 @@ * Take a summary object and returns its git mode. |
@@ -6,4 +6,4 @@ /*! | ||
export { buildGitTreeHierarchy, getGitMode, getGitType } from "./gitHelper"; | ||
export { IProtocolHandler, IScribeProtocolState, ProtocolOpHandler } from "./protocol"; | ||
export { IQuorumSnapshot, Quorum, QuorumClients, QuorumClientsSnapshot, QuorumProposals, QuorumProposalsSnapshot, } from "./quorum"; | ||
export { type IProtocolHandler, type IScribeProtocolState, ProtocolOpHandler } from "./protocol"; | ||
export { type IQuorumSnapshot, Quorum, QuorumClients, type QuorumClientsSnapshot, QuorumProposals, type QuorumProposalsSnapshot, } from "./quorum"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -5,4 +5,4 @@ /*! | ||
*/ | ||
import { IDocumentAttributes, ICommittedProposal, IProcessMessageResult, IQuorum, ISequencedClient, ISequencedDocumentMessage, ISequencedProposal } from "@fluidframework/protocol-definitions"; | ||
import { IQuorumSnapshot, Quorum } from "./quorum"; | ||
import { type IDocumentAttributes, type ICommittedProposal, type IProcessMessageResult, type IQuorum, type ISequencedClient, type ISequencedDocumentMessage, type ISequencedProposal } from "@fluidframework/protocol-definitions"; | ||
import { type IQuorumSnapshot, Quorum } from "./quorum"; | ||
/** | ||
@@ -9,0 +9,0 @@ * @alpha |
@@ -6,3 +6,3 @@ /*! | ||
import { TypedEventEmitter } from "@fluidframework/common-utils"; | ||
import { ICommittedProposal, IQuorum, IQuorumClients, IQuorumProposals, ISequencedClient, ISequencedDocumentMessage, ISequencedProposal } from "@fluidframework/protocol-definitions"; | ||
import type { ICommittedProposal, IQuorum, IQuorumClients, IQuorumProposals, ISequencedClient, ISequencedDocumentMessage, ISequencedProposal } from "@fluidframework/protocol-definitions"; | ||
/** | ||
@@ -9,0 +9,0 @@ * Snapshot format for a QuorumClients |
{ | ||
"name": "@fluidframework/protocol-base", | ||
"version": "7.0.0", | ||
"version": "8.0.0-347501", | ||
"description": "Fluid protocol base", | ||
@@ -63,3 +63,3 @@ "homepage": "https://fluidframework.com", | ||
"@fluidframework/common-utils": "^3.1.0", | ||
"@fluidframework/gitresources": "7.0.0", | ||
"@fluidframework/gitresources": "8.0.0-347501", | ||
"@fluidframework/protocol-definitions": "^3.2.0", | ||
@@ -72,4 +72,4 @@ "events_pkg": "npm:events@^3.1.0" | ||
"@fluidframework/build-tools": "^0.56.0", | ||
"@fluidframework/eslint-config-fluid": "^5.7.4", | ||
"@fluidframework/protocol-base-previous": "npm:@fluidframework/protocol-base@5.0.0", | ||
"@fluidframework/eslint-config-fluid": "^5.8.0", | ||
"@fluidframework/protocol-base-previous": "npm:@fluidframework/protocol-base@7.0.0", | ||
"@microsoft/api-extractor": "^7.45.1", | ||
@@ -76,0 +76,0 @@ "@types/assert": "^1.5.1", |
@@ -7,8 +7,8 @@ /*! | ||
import { unreachableCase } from "@fluidframework/common-utils"; | ||
import * as git from "@fluidframework/gitresources"; | ||
import type * as git from "@fluidframework/gitresources"; | ||
import { | ||
FileMode, | ||
ISnapshotTreeEx, | ||
type ISnapshotTreeEx, | ||
SummaryType, | ||
SummaryObject, | ||
type SummaryObject, | ||
} from "@fluidframework/protocol-definitions"; | ||
@@ -15,0 +15,0 @@ |
@@ -7,10 +7,10 @@ /*! | ||
export { buildGitTreeHierarchy, getGitMode, getGitType } from "./gitHelper"; | ||
export { IProtocolHandler, IScribeProtocolState, ProtocolOpHandler } from "./protocol"; | ||
export { type IProtocolHandler, type IScribeProtocolState, ProtocolOpHandler } from "./protocol"; | ||
export { | ||
IQuorumSnapshot, | ||
type IQuorumSnapshot, | ||
Quorum, | ||
QuorumClients, | ||
QuorumClientsSnapshot, | ||
type QuorumClientsSnapshot, | ||
QuorumProposals, | ||
QuorumProposalsSnapshot, | ||
type QuorumProposalsSnapshot, | ||
} from "./quorum"; |
@@ -7,16 +7,16 @@ /*! | ||
import { | ||
IDocumentAttributes, | ||
IClientJoin, | ||
ICommittedProposal, | ||
IProcessMessageResult, | ||
IProposal, | ||
IQuorum, | ||
ISequencedClient, | ||
ISequencedDocumentMessage, | ||
ISequencedDocumentSystemMessage, | ||
ISequencedProposal, | ||
type IDocumentAttributes, | ||
type IClientJoin, | ||
type ICommittedProposal, | ||
type IProcessMessageResult, | ||
type IProposal, | ||
type IQuorum, | ||
type ISequencedClient, | ||
type ISequencedDocumentMessage, | ||
type ISequencedDocumentSystemMessage, | ||
type ISequencedProposal, | ||
MessageType, | ||
} from "@fluidframework/protocol-definitions"; | ||
import { IQuorumSnapshot, Quorum } from "./quorum"; | ||
import { type IQuorumSnapshot, Quorum } from "./quorum"; | ||
@@ -23,0 +23,0 @@ /** |
@@ -7,3 +7,3 @@ /*! | ||
import { TypedEventEmitter } from "@fluidframework/common-utils"; | ||
import { | ||
import type { | ||
ICommittedProposal, | ||
@@ -10,0 +10,0 @@ IQuorum, |
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
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
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
214619
0.32%1
Infinity%+ Added
- Removed