@syncot/auth-client
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.1.2](https://github.com/SyncOT/SyncOT/compare/@syncot/auth-client@0.1.1...@syncot/auth-client@0.1.2) (2019-11-29) | ||
**Note:** Version bump only for package @syncot/auth-client | ||
## [0.1.1](https://github.com/SyncOT/SyncOT/compare/@syncot/auth-client@0.1.0...@syncot/auth-client@0.1.1) (2019-10-31) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@syncot/auth-client", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A generic client auth module.", | ||
@@ -30,9 +30,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@syncot/auth": "^0.0.20", | ||
"@syncot/connection": "^0.1.1", | ||
"@syncot/presence": "^0.0.18", | ||
"@syncot/util": "^0.1.0", | ||
"@syncot/auth": "^0.0.21", | ||
"@syncot/connection": "^0.1.2", | ||
"@syncot/presence": "^0.0.19", | ||
"@syncot/util": "^0.1.1", | ||
"tslib": "^1.9.3" | ||
}, | ||
"gitHead": "5818b8da0797e211da295d133817448730d39d5d" | ||
"gitHead": "bd58370fcc52c67d0e8508170266ea7d66341c54" | ||
} |
7562
+ Added@syncot/auth@0.0.21(transitive)
+ Added@syncot/presence@0.0.19(transitive)
- Removed@syncot/auth@0.0.20(transitive)
- Removed@syncot/presence@0.0.18(transitive)
Updated@syncot/auth@^0.0.21
Updated@syncot/connection@^0.1.2
Updated@syncot/presence@^0.0.19
Updated@syncot/util@^0.1.1