@fluidframework/protocol-definitions
Advanced tools
Comparing version 0.1019.0-14154 to 0.1019.0-14166
@@ -41,2 +41,7 @@ /*! | ||
nonce?: string; | ||
/** | ||
* Represents the version of document at client. It should match the version on server | ||
* for connection to be successful. | ||
*/ | ||
epoch?: string; | ||
} | ||
@@ -43,0 +48,0 @@ /** |
@@ -41,2 +41,7 @@ /*! | ||
nonce?: string; | ||
/** | ||
* Represents the version of document at client. It should match the version on server | ||
* for connection to be successful. | ||
*/ | ||
epoch?: string; | ||
} | ||
@@ -43,0 +48,0 @@ /** |
{ | ||
"name": "@fluidframework/protocol-definitions", | ||
"version": "0.1019.0-14154", | ||
"version": "0.1019.0-14166", | ||
"description": "Fluid protocol definitions", | ||
@@ -5,0 +5,0 @@ "homepage": "https://fluidframework.com", |
@@ -49,2 +49,8 @@ /*! | ||
nonce?: string; | ||
/** | ||
* Represents the version of document at client. It should match the version on server | ||
* for connection to be successful. | ||
*/ | ||
epoch?: string; | ||
} | ||
@@ -51,0 +57,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
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
145853
2347