File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-fusio-sdk" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " SDK to integrate Fusio into an Angular app" ,
5
5
"keywords" : [
6
6
" Fusio" ,
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ export * from './lib/abstract/detail';
6
6
export * from './lib/abstract/list' ;
7
7
export * from './lib/abstract/modal' ;
8
8
9
+ export * from './lib/component/account/account.component' ;
9
10
export * from './lib/component/empty/empty.component' ;
10
11
export * from './lib/component/help/help.component' ;
11
12
export * from './lib/component/login/login.component' ;
@@ -18,6 +19,7 @@ export * from './lib/component/register/register.component';
18
19
export * from './lib/component/register/activate/activate.component' ;
19
20
export * from './lib/component/scopes/scopes.component' ;
20
21
export * from './lib/component/search/search.component' ;
22
+ export * from './lib/component/security/security.component' ;
21
23
export * from './lib/component/sidebar/sidebar.component' ;
22
24
23
25
export * from './lib/guard/authentication.guard' ;
You can’t perform that action at this time.
0 commit comments