@syncot/anonymous-auth-service
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.0.9](https://github.com/SyncOT/SyncOT/compare/@syncot/anonymous-auth-service@0.0.8...@syncot/anonymous-auth-service@0.0.9) (2019-10-31) | ||
### Bug Fixes | ||
* scheduling of request processing ([a962339](https://github.com/SyncOT/SyncOT/commit/a962339f7c8f13367b9e2c23a09f9fad7616dffd)) | ||
## [0.0.8](https://github.com/SyncOT/SyncOT/compare/@syncot/anonymous-auth-service@0.0.7...@syncot/anonymous-auth-service@0.0.8) (2019-10-21) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@syncot/anonymous-auth-service", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "A server auth module providing anonymous read-write access to all data.", | ||
@@ -31,9 +31,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@syncot/auth": "^0.0.19", | ||
"@syncot/connection": "^0.1.0", | ||
"@syncot/presence": "^0.0.17", | ||
"@syncot/auth": "^0.0.20", | ||
"@syncot/connection": "^0.1.1", | ||
"@syncot/presence": "^0.0.18", | ||
"@syncot/util": "^0.1.0", | ||
"tslib": "^1.9.3" | ||
}, | ||
"gitHead": "5ddb4179d53c84ccf7929fddeb5447d30890812e" | ||
"gitHead": "5818b8da0797e211da295d133817448730d39d5d" | ||
} |
6064
+ Added@syncot/auth@0.0.20(transitive)
+ Added@syncot/presence@0.0.18(transitive)
- Removed@syncot/auth@0.0.19(transitive)
- Removed@syncot/presence@0.0.17(transitive)
Updated@syncot/auth@^0.0.20
Updated@syncot/connection@^0.1.1
Updated@syncot/presence@^0.0.18