@syncot/anonymous-auth-service
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.10](https://github.com/SyncOT/SyncOT/compare/@syncot/anonymous-auth-service@0.0.9...@syncot/anonymous-auth-service@0.0.10) (2019-11-29) | ||
**Note:** Version bump only for package @syncot/anonymous-auth-service | ||
## [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) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@syncot/anonymous-auth-service", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "A server auth module providing anonymous read-write access to all data.", | ||
@@ -31,9 +31,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" | ||
} |
6286
+ 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