dcp-worker 3.3.15 → 3.3.16

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
@@ -545,7 +545,7 @@ z */
545
545
  console.throb('log', ' ! Waiting for dcp-evaluator to start...');
546
546
  for (let i=0; !webgpuInfo; i++)
547
547
  {
548
- webgpuInfo = await require('../lib/webgpu-info').checkWebGPU();
548
+ webgpuInfo = await require('../lib/webgpu-info').checkWebGPU(sawOptions);
549
549
  if (webgpuInfo)
550
550
  break;
551
551
  console.throb();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcp-worker",
3
- "version": "3.3.15",
3
+ "version": "3.3.16",
4
4
  "description": "Node.js Worker for Distributive Compute Platform",
5
5
  "main": "bin/dcp-worker",
6
6
  "keywords": [
@@ -40,7 +40,7 @@
40
40
  "blessed": "^0.1.81",
41
41
  "blessed-contrib": "4.11.0",
42
42
  "chalk": "^4.1.0",
43
- "dcp-client": "^4.4.18",
43
+ "dcp-client": "^4.4.21",
44
44
  "kvin": "^1.2.7",
45
45
  "posix-getopt": "^1.2.1",
46
46
  "semver": "^7.3.8",