Compare View

switch
from
...
to
 
Commits (3)

Changes

Showing 2 changed files Side-by-side Diff

... ... @@ -6,7 +6,8 @@ const machineid = require('node-machine-id');
6 6 const sha1 = require('sha1');
7 7  
8 8 const matrix = {
9   - host_id: {}
  9 + //host_id: {}
  10 + machineid_hashed: sha1('KOMODO' + machineid.machineIdSync())
10 11 };
11 12  
12 13 // get active git version
... ... @@ -33,6 +34,4 @@ matrix.host_id.machineid = machineid.machineIdSync();
33 34 matrix.host_id_hash = sha1('KOMODO' + matrix.host_id.machineid + matrix.host_id.mac);
34 35 */
35 36  
36   -matrix.machineid_hashed = sha1('KOMODO' + machineid.machineIdSync());
37   -
38 37 module.exports = matrix;
1 1 {
2 2 "name": "komodo-sdk",
3   - "version": "1.16.0",
  3 + "version": "1.16.1",
4 4 "description": "SDK for Komodo",
5 5 "main": "index.js",
6 6 "scripts": {