Skip to content

Commit

Permalink
Update deps for status reporting (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuzmin authored Mar 18, 2020
1 parent c3d0d89 commit 3b8993a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@alertlogic/paws-collector",
"version": "1.1.4",
"version": "1.1.5",
"license": "MIT",
"description": "Alert Logic AWS based API Poll Log Collector Library",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"yargs": "^15.0.2"
},
"dependencies": {
"@alertlogic/al-aws-collector-js": "2.0.9",
"@alertlogic/al-aws-collector-js": "2.0.10",
"async": "3.1.0",
"debug": "4.1.1",
"moment": "2.24.0"
Expand Down
2 changes: 1 addition & 1 deletion paws_collector.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class PawsCollector extends AlAwsCollector {
return Object.assign(pawsProps, baseProps);
};

prepareErrorStatus(errorString, streamName = 'error') {
prepareErrorStatus(errorString, streamName = 'none') {
return super.prepareErrorStatus(errorString, streamName, this.pawsCollectorType);
}

Expand Down

0 comments on commit 3b8993a

Please sign in to comment.