Skip to content

Commit

Permalink
0.5.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lula committed Sep 1, 2018
1 parent b4314e4 commit 4b48395
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/ngx-soap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-soap",
"version": "0.5.0-beta.5",
"version": "0.5.0-beta.6",
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0",
Expand Down
4 changes: 3 additions & 1 deletion projects/ngx-soap/src/lib/ngx-soap.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ export {
ISoapMethodResponse,
BasicAuthSecurity,
BearerSecurity,
WSSecurityCert,
// WSSecurityCert,
WSSecurity,
NTLMSecurity
} from './soap/interfaces';

export { security } from './soap/security'

@Injectable({
providedIn: 'root'
})
Expand Down

0 comments on commit 4b48395

Please sign in to comment.