@fluidframework/protocol-definitions
Advanced tools
Comparing version 0.1024.0 to 0.1024.1
@@ -77,2 +77,7 @@ /*! | ||
timestamp: number; | ||
/** | ||
* Experimental field for storing the rolling hash at sequence number. | ||
* @alpha | ||
*/ | ||
expHash1?: string; | ||
} | ||
@@ -79,0 +84,0 @@ export interface ISequencedDocumentSystemMessage extends ISequencedDocumentMessage { |
@@ -77,2 +77,7 @@ /*! | ||
timestamp: number; | ||
/** | ||
* Experimental field for storing the rolling hash at sequence number. | ||
* @alpha | ||
*/ | ||
expHash1?: string; | ||
} | ||
@@ -79,0 +84,0 @@ export interface ISequencedDocumentSystemMessage extends ISequencedDocumentMessage { |
{ | ||
"name": "@fluidframework/protocol-definitions", | ||
"version": "0.1024.0", | ||
"version": "0.1024.1", | ||
"description": "Fluid protocol definitions", | ||
@@ -5,0 +5,0 @@ "homepage": "https://fluidframework.com", |
@@ -166,2 +166,8 @@ /*! | ||
timestamp: number; | ||
/** | ||
* Experimental field for storing the rolling hash at sequence number. | ||
* @alpha | ||
*/ | ||
expHash1?: string; | ||
} | ||
@@ -168,0 +174,0 @@ |
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
149049
2372