@fluidframework/container-definitions
Advanced tools
Comparing version
@@ -398,3 +398,3 @@ ## Alpha API Report File for "@fluidframework/container-definitions" | ||
setAttachState(attachState: AttachState.Attaching | AttachState.Attached): void; | ||
setConnectionState(connected: boolean, clientId?: string): any; | ||
setConnectionState(canSendOps: boolean, clientId?: string): any; | ||
} | ||
@@ -401,0 +401,0 @@ |
# @fluidframework/container-definitions | ||
## 2.42.0 | ||
Dependency updates only. | ||
## 2.41.0 | ||
@@ -4,0 +8,0 @@ |
@@ -43,4 +43,6 @@ /*! | ||
* Notifies the runtime of a change in the connection state | ||
* @param canSendOps - true if the runtime is allowed to send ops | ||
* @param clientId - the ID of the client that is connecting or disconnecting | ||
*/ | ||
setConnectionState(connected: boolean, clientId?: string): any; | ||
setConnectionState(canSendOps: boolean, clientId?: string): any; | ||
/** | ||
@@ -47,0 +49,0 @@ * Processes the given op (message) |
@@ -43,4 +43,6 @@ /*! | ||
* Notifies the runtime of a change in the connection state | ||
* @param canSendOps - true if the runtime is allowed to send ops | ||
* @param clientId - the ID of the client that is connecting or disconnecting | ||
*/ | ||
setConnectionState(connected: boolean, clientId?: string): any; | ||
setConnectionState(canSendOps: boolean, clientId?: string): any; | ||
/** | ||
@@ -47,0 +49,0 @@ * Processes the given op (message) |
{ | ||
"name": "@fluidframework/container-definitions", | ||
"version": "2.41.0", | ||
"version": "2.42.0", | ||
"description": "Fluid container definitions", | ||
@@ -50,4 +50,4 @@ "homepage": "https://fluidframework.com", | ||
"dependencies": { | ||
"@fluidframework/core-interfaces": "~2.41.0", | ||
"@fluidframework/driver-definitions": "~2.41.0" | ||
"@fluidframework/core-interfaces": "~2.42.0", | ||
"@fluidframework/driver-definitions": "~2.42.0" | ||
}, | ||
@@ -60,3 +60,3 @@ "devDependencies": { | ||
"@fluidframework/build-tools": "^0.55.0", | ||
"@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.40.0", | ||
"@fluidframework/container-definitions-previous": "npm:@fluidframework/container-definitions@2.41.0", | ||
"@fluidframework/eslint-config-fluid": "^5.7.4", | ||
@@ -63,0 +63,0 @@ "@microsoft/api-extractor": "7.52.8", |
@@ -66,4 +66,6 @@ /*! | ||
* Notifies the runtime of a change in the connection state | ||
* @param canSendOps - true if the runtime is allowed to send ops | ||
* @param clientId - the ID of the client that is connecting or disconnecting | ||
*/ | ||
setConnectionState(connected: boolean, clientId?: string); | ||
setConnectionState(canSendOps: boolean, clientId?: string); | ||
@@ -70,0 +72,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
467057
0.17%5648
0.11%+ Added
+ Added
- Removed
- Removed