File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ngx-fusio-sdk" ,
3
- "version" : " 6.0.1 " ,
3
+ "version" : " 6.0.2 " ,
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 @@ -11,8 +11,11 @@ export * from './lib/component/account/account.component';
11
11
export * from './lib/component/account-container/account-container.component' ;
12
12
export * from './lib/component/bootstrap/bootstrap.component' ;
13
13
export * from './lib/component/empty/empty.component' ;
14
+ export * from './lib/component/form/autocomplete/form-autocomplete.component' ;
15
+ export * from './lib/component/form/checkbox-list/form-checkbox-list.component' ;
14
16
export * from './lib/component/form/list/form-list.component' ;
15
17
export * from './lib/component/form/map/form-map.component' ;
18
+ export * from './lib/component/form/select/form-select.component' ;
16
19
export * from './lib/component/help/help.component' ;
17
20
export * from './lib/component/login/login.component' ;
18
21
export * from './lib/component/login/provider/provider.component' ;
You can’t perform that action at this time.
0 commit comments