@syncot/presence
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -18,4 +18,2 @@ import { EmitterInterface, SyncOtEmitter, Validator } from '@syncot/util'; | ||
export interface PresenceServiceEvents { | ||
outOfSync: void; | ||
inSync: void; | ||
error: Error; | ||
@@ -71,4 +69,2 @@ } | ||
* | ||
* @event outOfSync The managed presence is out of sync across the presence system. | ||
* @event inSync The managed presence is in sync across the presence system. | ||
* @event error A presence-related error has occurred. | ||
@@ -75,0 +71,0 @@ * @event destroy The PresenceClient has been destroyed. |
{ | ||
"name": "@syncot/presence", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Interfaces and type definitions related to global presence management.", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@syncot/util": "^0.0.10", | ||
"@syncot/util": "^0.0.11", | ||
"@types/readable-stream": "^2.3.1", | ||
@@ -36,3 +36,3 @@ "readable-stream": "^3.3.0", | ||
}, | ||
"gitHead": "5c7ad0bf43495567d9fc857718802b7ea52d37bb" | ||
"gitHead": "70a5ae5f5ddb507b3b7ced84f0e0a591f25db627" | ||
} |
6758
124
+ Added@syncot/util@0.0.11(transitive)
- Removed@syncot/util@0.0.10(transitive)
Updated@syncot/util@^0.0.11