channel-worker 2.3.1 → 2.3.2

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.
@@ -1293,6 +1293,7 @@ class CommandPoller {
1293
1293
  profileId: renderer.nst_profile_id,
1294
1294
  workerToken: this.config.worker_token || '',
1295
1295
  workerType: 'veo3',
1296
+ daemonUrl: this.config.daemon_url || '',
1296
1297
  }));
1297
1298
  extensionPath = uniqueExtPath;
1298
1299
  } catch (e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "channel-worker",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "Channel Manager worker daemon — runs on remote machines to execute video pipeline jobs",
5
5
  "main": "lib/daemon.js",
6
6
  "bin": {