orchestrix-yuri 4.5.3 → 4.5.5

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.
@@ -23,8 +23,8 @@ function getProxyConfig() {
23
23
  compress: true,
24
24
  },
25
25
  };
26
- } catch {
27
- log.warn('https-proxy-agent not available, proxy env vars will be ignored');
26
+ } catch (err) {
27
+ log.warn(`Proxy configured but https-proxy-agent unavailable: ${err.message}`);
28
28
  return {};
29
29
  }
30
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orchestrix-yuri",
3
- "version": "4.5.3",
3
+ "version": "4.5.5",
4
4
  "description": "Yuri — Meta-Orchestrator for Orchestrix. Drive your entire project lifecycle with natural language.",
5
5
  "main": "lib/installer.js",
6
6
  "bin": {
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "@larksuiteoapi/node-sdk": "^1.60.0",
36
36
  "grammy": "^1.41.1",
37
- "https-proxy-agent": "^8.0.0",
37
+ "https-proxy-agent": "^7.0.6",
38
38
  "js-yaml": "^4.1.1"
39
39
  }
40
40
  }