Compare View

switch
from
...
to
 
Commits (2)

Changes

Showing 3 changed files Side-by-side Diff

... ... @@ -334,7 +334,8 @@ function report(data) {
334 334 raw: data.raw,
335 335 misc: data.misc,
336 336 product: data.product || ( (data.misc && data.misc.task && typeof data.misc.task.product === 'string') ? data.misc.task.product : null ),
337   - remote_product: data.remote_product || ( (data.misc && data.misc.task && typeof data.misc.task.remote_product === 'string') ? data.misc.task.remote_product : null )
  337 + remote_product: data.remote_product || ( (data.misc && data.misc.task && typeof data.misc.task.remote_product === 'string') ? data.misc.task.remote_product : null ),
  338 + detail: data.detail || null,
338 339 }
339 340 }
340 341  
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.39.1",
  3 + "version": "1.40.0",
4 4 "lockfileVersion": 1,
5 5 "requires": true,
6 6 "dependencies": {
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.39.1",
  3 + "version": "1.40.0",
4 4 "description": "SDK for Komodo",
5 5 "main": "index.js",
6 6 "scripts": {