dcp-worker 3.2.18 → 3.2.19

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
@@ -295,7 +295,7 @@ async function startWorking(cliArgs) {
295
295
  dcpWorkerOptions.watchdogInterval = cliArgs.watchdogInterval;
296
296
 
297
297
 
298
- worker = new DCPWorker(dcpWorkerOptions);
298
+ worker = new DCPWorker(/*identityKeystore, */dcpWorkerOptions);
299
299
 
300
300
  /**
301
301
  * NOTE: In Supervisor2 this function is a NOOP.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcp-worker",
3
- "version": "3.2.18",
3
+ "version": "3.2.19",
4
4
  "description": "JavaScript portion of DCP Workers for Node.js",
5
5
  "main": "bin/dcp-worker",
6
6
  "keywords": [
@@ -36,7 +36,7 @@
36
36
  "blessed-contrib": "^4.11.0",
37
37
  "bravojs": "^1.0.16",
38
38
  "chalk": "^4.1.0",
39
- "dcp-client": "^4.2.23",
39
+ "dcp-client": "^4.2.24",
40
40
  "semver": "^7.3.8"
41
41
  },
42
42
  "optionalDependencies": {