@fluidframework/protocol-base
Advanced tools
Comparing version 0.1037.2000-91174 to 0.1037.2000
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/protocol-base"; | ||
export declare const pkgVersion = "0.1037.2000-91174"; | ||
export declare const pkgVersion = "0.1037.2000"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -11,3 +11,3 @@ "use strict"; | ||
exports.pkgName = "@fluidframework/protocol-base"; | ||
exports.pkgVersion = "0.1037.2000-91174"; | ||
exports.pkgVersion = "0.1037.2000"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -82,2 +82,7 @@ "use strict"; | ||
case protocol_definitions_1.MessageType.Propose: | ||
// back-compat: ADO #1385: This should become unconditional eventually. | ||
// Can be done only after Container.processRemoteMessage() stops parsing content! | ||
if (typeof message.contents === "string") { | ||
message.contents = JSON.parse(message.contents); | ||
} | ||
const proposal = message.contents; | ||
@@ -84,0 +89,0 @@ this._quorum.addProposal(proposal.key, proposal.value, message.sequenceNumber, local, message.clientSequenceNumber); |
@@ -8,3 +8,3 @@ /*! | ||
export declare const pkgName = "@fluidframework/protocol-base"; | ||
export declare const pkgVersion = "0.1037.2000-91174"; | ||
export declare const pkgVersion = "0.1037.2000"; | ||
//# sourceMappingURL=packageVersion.d.ts.map |
@@ -8,3 +8,3 @@ /*! | ||
export const pkgName = "@fluidframework/protocol-base"; | ||
export const pkgVersion = "0.1037.2000-91174"; | ||
export const pkgVersion = "0.1037.2000"; | ||
//# sourceMappingURL=packageVersion.js.map |
@@ -78,2 +78,7 @@ /*! | ||
case MessageType.Propose: | ||
// back-compat: ADO #1385: This should become unconditional eventually. | ||
// Can be done only after Container.processRemoteMessage() stops parsing content! | ||
if (typeof message.contents === "string") { | ||
message.contents = JSON.parse(message.contents); | ||
} | ||
const proposal = message.contents; | ||
@@ -80,0 +85,0 @@ this._quorum.addProposal(proposal.key, proposal.value, message.sequenceNumber, local, message.clientSequenceNumber); |
{ | ||
"name": "@fluidframework/protocol-base", | ||
"version": "0.1037.2000-91174", | ||
"version": "0.1037.2000", | ||
"description": "Fluid protocol base", | ||
@@ -62,3 +62,3 @@ "homepage": "https://fluidframework.com", | ||
"@fluidframework/common-utils": "^1.0.0", | ||
"@fluidframework/gitresources": "0.1037.2000-91174", | ||
"@fluidframework/gitresources": "^0.1037.2000", | ||
"@fluidframework/protocol-definitions": "^1.0.0", | ||
@@ -68,4 +68,4 @@ "lodash": "^4.17.21" | ||
"devDependencies": { | ||
"@fluidframework/build-common": "^0.24.0", | ||
"@fluidframework/eslint-config-fluid": "^0.28.2000", | ||
"@fluidframework/build-common": "^1.0.0", | ||
"@fluidframework/eslint-config-fluid": "^1.0.0", | ||
"@microsoft/api-extractor": "^7.22.2", | ||
@@ -72,0 +72,0 @@ "@rushstack/eslint-config": "^2.5.1", |
@@ -9,2 +9,2 @@ /*! | ||
export const pkgName = "@fluidframework/protocol-base"; | ||
export const pkgVersion = "0.1037.2000-91174"; | ||
export const pkgVersion = "0.1037.2000"; |
@@ -146,2 +146,7 @@ /*! | ||
case MessageType.Propose: | ||
// back-compat: ADO #1385: This should become unconditional eventually. | ||
// Can be done only after Container.processRemoteMessage() stops parsing content! | ||
if (typeof message.contents === "string") { | ||
message.contents = JSON.parse(message.contents); | ||
} | ||
const proposal = message.contents as IProposal; | ||
@@ -148,0 +153,0 @@ this._quorum.addProposal( |
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
254281
3220
+ Added@fluidframework/gitresources@0.1037.2001(transitive)
- Removed@fluidframework/gitresources@0.1037.2000-91174(transitive)