@fluidframework/protocol-base
Advanced tools
Comparing version 0.1025.0 to 0.1025.1
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/protocol-base"; | ||
export declare const pkgVersion = "0.1025.0"; | ||
export declare const pkgVersion = "0.1025.1"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -11,3 +11,3 @@ "use strict"; | ||
exports.pkgName = "@fluidframework/protocol-base"; | ||
exports.pkgVersion = "0.1025.0"; | ||
exports.pkgVersion = "0.1025.1"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -286,2 +286,4 @@ "use strict"; | ||
pendingCommit.commitSequenceNumber = message.sequenceNumber; | ||
// clear the values cache | ||
this.snapshotCache.values = undefined; | ||
this.emit("commitProposal", pendingCommit.sequenceNumber, pendingCommit.key, pendingCommit.value, pendingCommit.approvalSequenceNumber, pendingCommit.commitSequenceNumber); | ||
@@ -288,0 +290,0 @@ this.pendingCommit.delete(pendingCommit.key); |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/protocol-base"; | ||
export declare const pkgVersion = "0.1025.0"; | ||
export declare const pkgVersion = "0.1025.1"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -8,3 +8,3 @@ /*! | ||
export const pkgName = "@fluidframework/protocol-base"; | ||
export const pkgVersion = "0.1025.0"; | ||
export const pkgVersion = "0.1025.1"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -280,2 +280,4 @@ /*! | ||
pendingCommit.commitSequenceNumber = message.sequenceNumber; | ||
// clear the values cache | ||
this.snapshotCache.values = undefined; | ||
this.emit("commitProposal", pendingCommit.sequenceNumber, pendingCommit.key, pendingCommit.value, pendingCommit.approvalSequenceNumber, pendingCommit.commitSequenceNumber); | ||
@@ -282,0 +284,0 @@ this.pendingCommit.delete(pendingCommit.key); |
{ | ||
"name": "@fluidframework/protocol-base", | ||
"version": "0.1025.0", | ||
"version": "0.1025.1", | ||
"description": "Fluid protocol base", | ||
@@ -58,3 +58,3 @@ "homepage": "https://fluidframework.com", | ||
"@fluidframework/common-utils": "^0.30.0", | ||
"@fluidframework/gitresources": "^0.1025.0", | ||
"@fluidframework/gitresources": "^0.1025.1", | ||
"@fluidframework/protocol-definitions": "^0.1024.0", | ||
@@ -61,0 +61,0 @@ "assert": "^2.0.0", |
@@ -9,2 +9,2 @@ /*! | ||
export const pkgName = "@fluidframework/protocol-base"; | ||
export const pkgVersion = "0.1025.0"; | ||
export const pkgVersion = "0.1025.1"; |
@@ -390,2 +390,5 @@ /*! | ||
// clear the values cache | ||
this.snapshotCache.values = undefined; | ||
this.emit( | ||
@@ -392,0 +395,0 @@ "commitProposal", |
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
230721
2840