@syncot/anonymous-auth-service
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.11](https://github.com/SyncOT/SyncOT/compare/@syncot/anonymous-auth-service@0.0.10...@syncot/anonymous-auth-service@0.0.11) (2019-12-04) | ||
**Note:** Version bump only for package @syncot/anonymous-auth-service | ||
## [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) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,4 @@ | ||
import { assert, generateId, SyncOtEmitter } from '@syncot/util'; | ||
import { SyncOtEmitter } from '@syncot/events'; | ||
import { generateId } from '@syncot/id'; | ||
import { assert } from '@syncot/util'; | ||
/** | ||
@@ -3,0 +5,0 @@ * Creates a new AuthService which allows full anonymous access. |
{ | ||
"name": "@syncot/anonymous-auth-service", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "A server auth module providing anonymous read-write access to all data.", | ||
@@ -31,9 +31,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@syncot/auth": "^0.0.21", | ||
"@syncot/connection": "^0.1.2", | ||
"@syncot/presence": "^0.0.19", | ||
"@syncot/util": "^0.1.1", | ||
"@syncot/auth": "^0.0.22", | ||
"@syncot/connection": "^0.1.3", | ||
"@syncot/events": "^0.1.0", | ||
"@syncot/id": "^0.1.0", | ||
"@syncot/util": "^1.0.0", | ||
"tslib": "^1.9.3" | ||
}, | ||
"gitHead": "bd58370fcc52c67d0e8508170266ea7d66341c54" | ||
"gitHead": "826d566f85342309a513529839aca7a5aeb5815e" | ||
} |
6595
100
6
+ Added@syncot/events@^0.1.0
+ Added@syncot/id@^0.1.0
+ Added@syncot/auth@0.0.22(transitive)
+ Added@syncot/error@0.1.00.2.1(transitive)
+ Added@syncot/id@0.1.3(transitive)
+ Added@syncot/presence@0.0.20(transitive)
- Removed@syncot/presence@^0.0.19
- Removed@syncot/auth@0.0.21(transitive)
- Removed@syncot/presence@0.0.19(transitive)
- Removed@syncot/util@0.1.1(transitive)
Updated@syncot/auth@^0.0.22
Updated@syncot/connection@^0.1.3
Updated@syncot/util@^1.0.0