notification-processor 4.15.0 → 4.15.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.node-version ADDED
@@ -0,0 +1 @@
1
+ 8.11.1
@@ -100,7 +100,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
100
100
  request = response.request;
101
101
 
102
102
  message = _.get(error, "message");
103
- error = _.get(error, "error");
103
+ error = _.get(error, "type");
104
104
  __makeRequest = function __makeRequest() {
105
105
  return _this2._makeRequest({
106
106
  statusCode: statusCode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notification-processor",
3
- "version": "4.15.0",
3
+ "version": "4.15.1",
4
4
  "description": "notification-processor",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -20,8 +20,7 @@
20
20
  "bluebird-retry": "~0.10.1",
21
21
  "convert-units": "^2.1.0",
22
22
  "error-to-json": "^1.1.0",
23
- "grunt": "^1.6.1",
24
- "grunt-cli": "^1.4.3",
23
+ "grunt": "^1.0.3",
25
24
  "lodash": "^4.17.10",
26
25
  "moment": "^2.18.1",
27
26
  "node-cache": "^5.1.2",