channel-worker 1.6.13 → 1.6.14

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.
@@ -170,7 +170,7 @@ class NstManager {
170
170
  // Pass proxy as URL string in connect config (Nstbrowser API format)
171
171
  if (options.proxy) {
172
172
  connectConfig.proxy = options.proxy;
173
- connectConfig.args['--proxy-bypass-list'] = 'api.channel.tunasm.art,localhost,127.0.0.1';
173
+ connectConfig.args['--proxy-bypass-list'] = 'api.channel.tunasm.art,*.amazonaws.com,localhost,127.0.0.1';
174
174
  console.log(`[nst] Proxy: ${options.proxy} (bypass: api.channel.tunasm.art)`);
175
175
  }
176
176
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "channel-worker",
3
- "version": "1.6.13",
3
+ "version": "1.6.14",
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": {