@hpcc-js/comms 2.99.4 → 2.99.5

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.4";
652
- var BUILD_VERSION = "2.107.6";
651
+ var PKG_VERSION = "2.99.5";
652
+ var BUILD_VERSION = "2.107.7";
653
653
 
654
654
  /******************************************************************************
655
655
  Copyright (c) Microsoft Corporation.
@@ -6800,8 +6800,10 @@
6800
6800
  case "node":
6801
6801
  props[scopeProperty.Name] = +scopeProperty.RawValue;
6802
6802
  break;
6803
- case "cpu":
6804
6803
  case "skw":
6804
+ props[scopeProperty.Name] = +scopeProperty.RawValue;
6805
+ break;
6806
+ case "cpu":
6805
6807
  case "ppm":
6806
6808
  case "ip":
6807
6809
  case "cy":