@hpcc-js/comms 2.99.3 → 2.99.4

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/dist/index.js CHANGED
@@ -648,8 +648,8 @@
648
648
  }
649
649
 
650
650
  var PKG_NAME = "@hpcc-js/comms";
651
- var PKG_VERSION = "2.99.3";
652
- var BUILD_VERSION = "2.107.5";
651
+ var PKG_VERSION = "2.99.4";
652
+ var BUILD_VERSION = "2.107.6";
653
653
 
654
654
  /******************************************************************************
655
655
  Copyright (c) Microsoft Corporation.
@@ -6797,9 +6797,11 @@
6797
6797
  case "cost":
6798
6798
  props[scopeProperty.Name] = +scopeProperty.RawValue / 1000000;
6799
6799
  break;
6800
+ case "node":
6801
+ props[scopeProperty.Name] = +scopeProperty.RawValue;
6802
+ break;
6800
6803
  case "cpu":
6801
6804
  case "skw":
6802
- case "node":
6803
6805
  case "ppm":
6804
6806
  case "ip":
6805
6807
  case "cy":