notification-processor 4.14.1 → 4.15.0

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.
@@ -1,3 +1,3 @@
1
- [Finishes #ID](https://www.pivotaltracker.com/story/show/ID)
1
+ [Finishes #ID](https://producteca.monday.com/boards/427697446/pulses/ID)
2
2
 
3
3
  - [ ] App levantada, probada y con los tests corridos! [👌](https://c.tenor.com/joILBoleQeoAAAAC/ricky-fort.gif)
@@ -100,11 +100,13 @@ 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
104
  __makeRequest = function __makeRequest() {
104
105
  return _this2._makeRequest({
105
106
  statusCode: statusCode,
106
107
  success: false,
107
108
  message: message,
109
+ error: error,
108
110
  request: request
109
111
  }, options);
110
112
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "notification-processor",
3
- "version": "4.14.1",
3
+ "version": "4.15.0",
4
4
  "description": "notification-processor",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -20,7 +20,8 @@
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.0.3",
23
+ "grunt": "^1.6.1",
24
+ "grunt-cli": "^1.4.3",
24
25
  "lodash": "^4.17.10",
25
26
  "moment": "^2.18.1",
26
27
  "node-cache": "^5.1.2",