Skip to content

Commit

Permalink
Export RestServiceClient (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuzmin authored Mar 19, 2020
1 parent 29f0ea9 commit 713742d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
AzcollectC : require('./azcollectc').AzcollectC,
EndpointsC : require('./al_servicec').EndpointsC,
AlLog : require('./al_log'),
Parse: require('./parse')
Parse: require('./parse'),
RestServiceClient: require('./al_util').RestServiceClient
};

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alertlogic/al-collector-js",
"version": "1.4.4",
"version": "1.4.5",
"license": "MIT",
"description": "Alert Logic Collector Common Library",
"repository": {
Expand Down

0 comments on commit 713742d

Please sign in to comment.