fix(core-node): update agentkeepalive import usage and align package metadata with smartconfig

This commit is contained in:
2026-05-01 16:46:03 +00:00
parent 980675ea05
commit c08e8b9132
7 changed files with 103 additions and 10 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2026-05-01 - 5.0.2 - fix(core-node)
update agentkeepalive import usage and align package metadata with smartconfig
- Switches the Node plugin integration to use the default agentkeepalive export and map HttpAgent/HttpsAgent from it.
- Adds .smartconfig.json and includes it together with the license file in the published package.
- Updates npmextra.json to the new scoped configuration keys and expands project release metadata and keywords.
- Adjusts package metadata to include the author email address.
## 2025-11-17 - 5.0.1 - fix(test)
Enable --logfile in test script and bump @git.zone/tstest to ^2.8.2