@fluidframework/protocol-base
Advanced tools
Comparing version 5.0.0-256582 to 5.0.0-259221
@@ -15,2 +15,5 @@ "use strict"; | ||
class ProtocolOpHandler { | ||
get quorum() { | ||
return this._quorum; | ||
} | ||
constructor(minimumSequenceNumber, sequenceNumber, members, proposals, values, sendProposal) { | ||
@@ -21,5 +24,2 @@ this.minimumSequenceNumber = minimumSequenceNumber; | ||
} | ||
get quorum() { | ||
return this._quorum; | ||
} | ||
get attributes() { | ||
@@ -26,0 +26,0 @@ return { |
@@ -11,3 +11,3 @@ /*! | ||
*/ | ||
export declare type QuorumClientsSnapshot = [string, ISequencedClient][]; | ||
export type QuorumClientsSnapshot = [string, ISequencedClient][]; | ||
/** | ||
@@ -17,3 +17,3 @@ * Snapshot format for a QuorumProposals | ||
*/ | ||
export declare type QuorumProposalsSnapshot = { | ||
export type QuorumProposalsSnapshot = { | ||
proposals: [number, ISequencedProposal, string[]][]; | ||
@@ -20,0 +20,0 @@ values: [string, ICommittedProposal][]; |
@@ -26,2 +26,5 @@ "use strict"; | ||
class QuorumClients extends common_utils_1.TypedEventEmitter { | ||
get disposed() { | ||
return this.isDisposed; | ||
} | ||
constructor(snapshot) { | ||
@@ -33,5 +36,2 @@ super(); | ||
} | ||
get disposed() { | ||
return this.isDisposed; | ||
} | ||
/** | ||
@@ -90,2 +90,5 @@ * Snapshots the current state of the QuorumClients | ||
class QuorumProposals extends common_utils_1.TypedEventEmitter { | ||
get disposed() { | ||
return this.isDisposed; | ||
} | ||
constructor(snapshot, sendProposal) { | ||
@@ -107,5 +110,2 @@ super(); | ||
} | ||
get disposed() { | ||
return this.isDisposed; | ||
} | ||
/** | ||
@@ -310,2 +310,5 @@ * Snapshots the current state of the QuorumProposals | ||
class Quorum extends common_utils_1.TypedEventEmitter { | ||
get disposed() { | ||
return this.isDisposed; | ||
} | ||
constructor(members, proposals, values, sendProposal) { | ||
@@ -329,5 +332,2 @@ super(); | ||
} | ||
get disposed() { | ||
return this.isDisposed; | ||
} | ||
close() { | ||
@@ -334,0 +334,0 @@ this.removeAllListeners(); |
@@ -12,2 +12,5 @@ /*! | ||
export class ProtocolOpHandler { | ||
get quorum() { | ||
return this._quorum; | ||
} | ||
constructor(minimumSequenceNumber, sequenceNumber, members, proposals, values, sendProposal) { | ||
@@ -18,5 +21,2 @@ this.minimumSequenceNumber = minimumSequenceNumber; | ||
} | ||
get quorum() { | ||
return this._quorum; | ||
} | ||
get attributes() { | ||
@@ -23,0 +23,0 @@ return { |
@@ -11,3 +11,3 @@ /*! | ||
*/ | ||
export declare type QuorumClientsSnapshot = [string, ISequencedClient][]; | ||
export type QuorumClientsSnapshot = [string, ISequencedClient][]; | ||
/** | ||
@@ -17,3 +17,3 @@ * Snapshot format for a QuorumProposals | ||
*/ | ||
export declare type QuorumProposalsSnapshot = { | ||
export type QuorumProposalsSnapshot = { | ||
proposals: [number, ISequencedProposal, string[]][]; | ||
@@ -20,0 +20,0 @@ values: [string, ICommittedProposal][]; |
@@ -23,2 +23,5 @@ /*! | ||
export class QuorumClients extends TypedEventEmitter { | ||
get disposed() { | ||
return this.isDisposed; | ||
} | ||
constructor(snapshot) { | ||
@@ -30,5 +33,2 @@ super(); | ||
} | ||
get disposed() { | ||
return this.isDisposed; | ||
} | ||
/** | ||
@@ -86,2 +86,5 @@ * Snapshots the current state of the QuorumClients | ||
export class QuorumProposals extends TypedEventEmitter { | ||
get disposed() { | ||
return this.isDisposed; | ||
} | ||
constructor(snapshot, sendProposal) { | ||
@@ -103,5 +106,2 @@ super(); | ||
} | ||
get disposed() { | ||
return this.isDisposed; | ||
} | ||
/** | ||
@@ -305,2 +305,5 @@ * Snapshots the current state of the QuorumProposals | ||
export class Quorum extends TypedEventEmitter { | ||
get disposed() { | ||
return this.isDisposed; | ||
} | ||
constructor(members, proposals, values, sendProposal) { | ||
@@ -324,5 +327,2 @@ super(); | ||
} | ||
get disposed() { | ||
return this.isDisposed; | ||
} | ||
close() { | ||
@@ -329,0 +329,0 @@ this.removeAllListeners(); |
{ | ||
"name": "@fluidframework/protocol-base", | ||
"version": "5.0.0-256582", | ||
"version": "5.0.0-259221", | ||
"description": "Fluid protocol base", | ||
@@ -63,3 +63,3 @@ "homepage": "https://fluidframework.com", | ||
"@fluidframework/common-utils": "^3.1.0", | ||
"@fluidframework/gitresources": "5.0.0-256582", | ||
"@fluidframework/gitresources": "5.0.0-259221", | ||
"@fluidframework/protocol-definitions": "^3.2.0", | ||
@@ -85,3 +85,3 @@ "events": "^3.1.0" | ||
"rimraf": "^4.4.0", | ||
"typescript": "~4.5.5" | ||
"typescript": "~5.1.6" | ||
}, | ||
@@ -88,0 +88,0 @@ "typeValidation": { |
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
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
210851
+ Added@fluidframework/gitresources@5.0.0-259221(transitive)
- Removed@fluidframework/gitresources@5.0.0-256582(transitive)