@syncot/auth
Advanced tools
Comparing version 0.0.25 to 0.1.0
@@ -6,2 +6,23 @@ # Change Log | ||
# [0.1.0](https://github.com/SyncOT/SyncOT/compare/@syncot/auth@0.0.25...@syncot/auth@0.1.0) (2020-11-16) | ||
### Bug Fixes | ||
* replace SyncOt with SyncOT everywhere ([1643d98](https://github.com/SyncOT/SyncOT/commit/1643d98d22a811444a8992cbfb26598a583a5afd)) | ||
### Features | ||
* add AuthError ([d99dcc2](https://github.com/SyncOT/SyncOT/commit/d99dcc277d4bb25896d969d12d6db65d7167ab0c)) | ||
### BREAKING CHANGES | ||
* "SyncOt" replaced with "SyncOT" in the whole codebase | ||
## [0.0.25](https://github.com/SyncOT/SyncOT/compare/@syncot/auth@0.0.24...@syncot/auth@0.0.25) (2020-11-10) | ||
@@ -8,0 +29,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { EmitterInterface, SyncOtEmitter } from '@syncot/events'; | ||
import { EmitterInterface, SyncOTEmitter } from '@syncot/util'; | ||
import { Presence } from '@syncot/presence'; | ||
@@ -19,3 +19,3 @@ /** | ||
*/ | ||
export interface AuthClient extends EmitterInterface<SyncOtEmitter<AuthEvents>> { | ||
export interface AuthClient extends EmitterInterface<SyncOTEmitter<AuthEvents>> { | ||
/** | ||
@@ -42,3 +42,3 @@ * If a user is authenticated, then `true`, otherwise `false`. | ||
*/ | ||
export interface AuthService extends EmitterInterface<SyncOtEmitter<AuthEvents>> { | ||
export interface AuthService extends EmitterInterface<SyncOTEmitter<AuthEvents>> { | ||
/** | ||
@@ -45,0 +45,0 @@ * If a user is authenticated, then `true`, otherwise `false`. |
export * from './auth'; | ||
export * from './error'; |
export * from './auth'; | ||
export * from './error'; |
{ | ||
"name": "@syncot/auth", | ||
"version": "0.0.25", | ||
"version": "0.1.0", | ||
"description": "Interfaces and type definitions related to authentication and authorization.", | ||
@@ -30,7 +30,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@syncot/events": "^0.1.3", | ||
"@syncot/presence": "^0.0.23", | ||
"@syncot/presence": "^0.1.0", | ||
"@syncot/util": "^2.0.0", | ||
"tslib": "^2.0.3" | ||
}, | ||
"gitHead": "5ba3e377863fb1d00a2c1fb556ae6832f9950ada" | ||
"gitHead": "d44ea483c2be41defaa32738e82ec3a9e1e58492" | ||
} |
7106
9
92
+ Added@syncot/util@^2.0.0
+ Added@syncot/presence@0.1.0(transitive)
+ Added@syncot/util@2.0.0(transitive)
+ Added@types/node@22.12.0(transitive)
+ Addedbase64-js@1.5.1(transitive)
+ Addedundici-types@6.20.0(transitive)
- Removed@syncot/events@^0.1.3
- Removed@syncot/error@0.3.0(transitive)
- Removed@syncot/events@0.1.3(transitive)
- Removed@syncot/presence@0.0.23(transitive)
- Removed@syncot/util@1.0.3(transitive)
- Removed@types/node@14.18.63(transitive)
Updated@syncot/presence@^0.1.0