@fluidframework/protocol-definitions
Advanced tools
Comparing version 0.1024.0-22909 to 0.1024.0-23019
@@ -75,2 +75,3 @@ /*! | ||
id?: string; | ||
unreferenced?: true; | ||
} | ||
@@ -77,0 +78,0 @@ export interface ISnapshotTree { |
@@ -75,2 +75,3 @@ /*! | ||
id?: string; | ||
unreferenced?: true; | ||
} | ||
@@ -77,0 +78,0 @@ export interface ISnapshotTree { |
{ | ||
"name": "@fluidframework/protocol-definitions", | ||
"version": "0.1024.0-22909", | ||
"version": "0.1024.0-23019", | ||
"description": "Fluid protocol definitions", | ||
@@ -5,0 +5,0 @@ "homepage": "https://fluidframework.com", |
@@ -92,6 +92,7 @@ /*! | ||
entries: ITreeEntry[]; | ||
// Unique ID representing all entries in the tree. Can be used to optimize snapshotting in the case | ||
// it is known that the ITree has already been created and stored | ||
id?: string; | ||
// Indicates that this tree is unreferenced. If this is not present, the tree is considered referenced. | ||
unreferenced?: true; | ||
} | ||
@@ -98,0 +99,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
151113
2404