@fluidframework/protocol-base
Advanced tools
Comparing version
@@ -64,5 +64,3 @@ "use strict"; | ||
case protocol_definitions_1.MessageType.Propose: | ||
// This should become unconditional once (Loader LTS) DeltaManager.processInboundMessage() stops parsing content (ADO #12052) | ||
// Note: Until that change is made in the loader, this case will never be hit. | ||
// Then there will be a long time of needing both cases, until LTS catches up to the change. | ||
// TODO: Update callers to stop parsing the contents and do it here unconditionally | ||
if (typeof message.contents === "string") { | ||
@@ -69,0 +67,0 @@ message.contents = JSON.parse(message.contents); |
@@ -61,5 +61,3 @@ /*! | ||
case MessageType.Propose: | ||
// This should become unconditional once (Loader LTS) DeltaManager.processInboundMessage() stops parsing content (ADO #12052) | ||
// Note: Until that change is made in the loader, this case will never be hit. | ||
// Then there will be a long time of needing both cases, until LTS catches up to the change. | ||
// TODO: Update callers to stop parsing the contents and do it here unconditionally | ||
if (typeof message.contents === "string") { | ||
@@ -66,0 +64,0 @@ message.contents = JSON.parse(message.contents); |
{ | ||
"name": "@fluidframework/protocol-base", | ||
"version": "6.0.0-297163", | ||
"version": "6.0.0-300725", | ||
"description": "Fluid protocol base", | ||
@@ -63,3 +63,3 @@ "homepage": "https://fluidframework.com", | ||
"@fluidframework/common-utils": "^3.1.0", | ||
"@fluidframework/gitresources": "6.0.0-297163", | ||
"@fluidframework/gitresources": "6.0.0-300725", | ||
"@fluidframework/protocol-definitions": "^3.2.0", | ||
@@ -66,0 +66,0 @@ "events_pkg": "npm:events@^3.1.0" |
@@ -124,5 +124,3 @@ /*! | ||
case MessageType.Propose: | ||
// This should become unconditional once (Loader LTS) DeltaManager.processInboundMessage() stops parsing content (ADO #12052) | ||
// Note: Until that change is made in the loader, this case will never be hit. | ||
// Then there will be a long time of needing both cases, until LTS catches up to the change. | ||
// TODO: Update callers to stop parsing the contents and do it here unconditionally | ||
if (typeof message.contents === "string") { | ||
@@ -129,0 +127,0 @@ message.contents = JSON.parse(message.contents); |
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
212688
-0.58%2596
-0.23%+ Added
- Removed