@syncot/auth-client
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1,3 +0,2 @@ | ||
import { createTaskRunner, SyncOtEmitter } from '@syncot/util'; | ||
import { strict as assert } from 'assert'; | ||
import { assert, createTaskRunner, SyncOtEmitter, } from '@syncot/util'; | ||
/** | ||
@@ -42,3 +41,3 @@ * Creates a new generic auth client. | ||
}; | ||
assert.ok(this.connection && !this.connection.destroyed, 'Argument "connection" must be a non-destroyed Connection.'); | ||
assert(this.connection && !this.connection.destroyed, 'Argument "connection" must be a non-destroyed Connection.'); | ||
this.taskRunner = createTaskRunner(async () => this.authService.logIn(await getLoginDetails()), { | ||
@@ -45,0 +44,0 @@ delayFactor, |
{ | ||
"name": "@syncot/auth-client", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A generic client auth module.", | ||
@@ -30,9 +30,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@syncot/auth": "^0.0.13", | ||
"@syncot/connection": "^0.0.14", | ||
"@syncot/presence": "^0.0.12", | ||
"@syncot/util": "^0.0.9", | ||
"@syncot/auth": "^0.0.14", | ||
"@syncot/connection": "^0.0.15", | ||
"@syncot/presence": "^0.0.13", | ||
"@syncot/util": "^0.0.10", | ||
"tslib": "^1.9.3" | ||
}, | ||
"gitHead": "59f7016cbffea18fc14049e00fd4351c08748887" | ||
"gitHead": "5c7ad0bf43495567d9fc857718802b7ea52d37bb" | ||
} |
6386
129
+ Added@syncot/auth@0.0.14(transitive)
+ Added@syncot/connection@0.0.15(transitive)
+ Added@syncot/presence@0.0.13(transitive)
+ Added@syncot/util@0.0.10(transitive)
- Removed@syncot/auth@0.0.13(transitive)
- Removed@syncot/connection@0.0.14(transitive)
- Removed@syncot/error@0.0.6(transitive)
- Removed@syncot/presence@0.0.12(transitive)
- Removed@syncot/util@0.0.9(transitive)
Updated@syncot/auth@^0.0.14
Updated@syncot/connection@^0.0.15
Updated@syncot/presence@^0.0.13
Updated@syncot/util@^0.0.10