dcp-worker 4.2.5 → 4.2.7

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.
Files changed (2) hide show
  1. package/bin/dcp-worker +1 -1
  2. package/package.json +2 -2
package/bin/dcp-worker CHANGED
@@ -208,7 +208,7 @@ function processCliOptsPhase1(argv, operatingMode)
208
208
  };
209
209
  const evaluatorOptions = {
210
210
  hostname: dcpConfig.evaluator?.location?.hostname,
211
- port: dcpConfig.evaluator?.location?.hostname,
211
+ port: dcpConfig.evaluator?.location?.port,
212
212
  };
213
213
  const remainArgv = argv.slice(0, 2);
214
214
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcp-worker",
3
- "version": "4.2.5",
3
+ "version": "4.2.7",
4
4
  "description": "Node.js Worker for Distributive Compute Platform",
5
5
  "main": "bin/dcp-worker",
6
6
  "keywords": [
@@ -39,7 +39,7 @@
39
39
  "blessed": "0.1.81",
40
40
  "blessed-contrib": "4.11.0",
41
41
  "chalk": "^4.1.0",
42
- "dcp-client": "^5.1.7",
42
+ "dcp-client": "5.1.9",
43
43
  "kvin": "^1.2.7",
44
44
  "posix-getopt": "^1.2.1",
45
45
  "semver": "^7.3.8",