fix(core_node): support agentkeepalive default export fallback and bump dependency to ^4.6.0

This commit is contained in:
2026-05-01 16:49:59 +00:00
parent 8622ee78d1
commit 47bd335f4f
6 changed files with 49 additions and 55 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 2026-05-01 - 5.0.3 - fix(core_node)
support agentkeepalive default export fallback and bump dependency to ^4.6.0
- Adds a fallback to use the default agentkeepalive export when HttpAgent is not exposed directly.
- Updates agentkeepalive from ^4.5.0 to ^4.6.0 to align with the compatibility fix.
## 2026-05-01 - 5.0.2 - fix(core-node)
update agentkeepalive import usage and align package metadata with smartconfig