dcp-worker 4.3.6 → 4.3.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.
@@ -510,7 +510,7 @@ async function requestTask(dummyWorker, opts)
510
510
  sandbox: dummyWorker.config.maxSandboxes,
511
511
  },
512
512
  jobQuanta: [ 1 ]/* this.quanta.calculateJobQuanta() */,
513
- capabilities: require('dcp/capabilities').toBits(dummyWorker.config.capabilities),
513
+ capabilities: require('dcp/constants').scheduler.capabilities.toBits(dummyWorker.config.capabilities),
514
514
  paymentAddress: dummyWorker.config.paymentAddress,
515
515
  jobIds: dummyWorker.config.jobIds || [],
516
516
  minimumWage: dummyWorker.config.minimumWage,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcp-worker",
3
- "version": "4.3.6",
3
+ "version": "4.3.7",
4
4
  "description": "Node.js Worker for Distributive Compute Platform",
5
5
  "main": "bin/dcp-worker",
6
6
  "keywords": [