@fluidframework/driver-definitions
Advanced tools
Comparing version 2.10.0-305357 to 2.10.0-306579
@@ -87,3 +87,2 @@ ## Beta API Report File for "@fluidframework/driver-definitions" | ||
groupId?: string; | ||
// (undocumented) | ||
tree: { | ||
@@ -90,0 +89,0 @@ [path: string]: SummaryObject; |
@@ -603,3 +603,2 @@ ## Alpha API Report File for "@fluidframework/driver-definitions" | ||
groupId?: string; | ||
// (undocumented) | ||
tree: { | ||
@@ -606,0 +605,0 @@ [path: string]: SummaryObject; |
@@ -87,3 +87,2 @@ ## Public API Report File for "@fluidframework/driver-definitions" | ||
groupId?: string; | ||
// (undocumented) | ||
tree: { | ||
@@ -90,0 +89,0 @@ [path: string]: SummaryObject; |
@@ -87,3 +87,2 @@ ## Public API Report File for "@fluidframework/driver-definitions" | ||
groupId?: string; | ||
// (undocumented) | ||
tree: { | ||
@@ -90,0 +89,0 @@ [path: string]: SummaryObject; |
@@ -149,2 +149,7 @@ /*! | ||
type: SummaryType.Tree; | ||
/** | ||
* The object containing all the tree's {@link SummaryObject} children. | ||
* | ||
* @param path - The key to store the SummaryObject at in the current summary tree being generated. Should not contain any "/" characters and should not change when encodeURIComponent is called on it. | ||
*/ | ||
tree: { | ||
@@ -151,0 +156,0 @@ [path: string]: SummaryObject; |
@@ -149,2 +149,7 @@ /*! | ||
type: SummaryType.Tree; | ||
/** | ||
* The object containing all the tree's {@link SummaryObject} children. | ||
* | ||
* @param path - The key to store the SummaryObject at in the current summary tree being generated. Should not contain any "/" characters and should not change when encodeURIComponent is called on it. | ||
*/ | ||
tree: { | ||
@@ -151,0 +156,0 @@ [path: string]: SummaryObject; |
{ | ||
"name": "@fluidframework/driver-definitions", | ||
"version": "2.10.0-305357", | ||
"version": "2.10.0-306579", | ||
"description": "Fluid driver definitions", | ||
@@ -50,3 +50,3 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/core-interfaces": "2.10.0-305357" | ||
"@fluidframework/core-interfaces": "2.10.0-306579" | ||
}, | ||
@@ -53,0 +53,0 @@ "devDependencies": { |
@@ -170,3 +170,7 @@ /*! | ||
// TODO type I can infer from SummaryObject. File mode I may want to directly specify so have symlink+exec access | ||
/** | ||
* The object containing all the tree's {@link SummaryObject} children. | ||
* | ||
* @param path - The key to store the SummaryObject at in the current summary tree being generated. Should not contain any "/" characters and should not change when encodeURIComponent is called on it. | ||
*/ | ||
tree: { [path: string]: SummaryObject }; | ||
@@ -173,0 +177,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
556392
8626
+ Added@fluidframework/core-interfaces@2.10.0-306579(transitive)
- Removed@fluidframework/core-interfaces@2.10.0-305357(transitive)