fix(test & plugins): Rename test client variable and export smartrequest in client plugins

This commit is contained in:
2025-05-27 11:39:22 +00:00
parent 1e6d59b5b2
commit f9aa961e01
6 changed files with 26 additions and 15 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-05-27 - 7.0.1 - fix(test & plugins)
Rename test client variable and export smartrequest in client plugins
- Renamed variable 'testDnsly' to 'testDnsClient' in test/test.client.ts for better clarity.
- Added @push.rocks/smartrequest dependency in package.json and updated ts_client/plugins.ts to export it.
## 2025-05-27 - 7.0.0 - BREAKING CHANGE(core)
Refactor module entry point and update plugin imports; remove deprecated dnsly.plugins, update dependency versions, and adjust test imports