fix(tests): Update testing setup and bump deps; add deno.lock and combined Node/Deno/Bun test

This commit is contained in:
2025-10-17 10:23:57 +00:00
parent d0686ecfe8
commit d9d318f8c7
6 changed files with 8623 additions and 20 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-10-17 - 2.0.3 - fix(tests)
Update testing setup and bump deps; add deno.lock and combined Node/Deno/Bun test
- Bump dev dependency @git.zone/tstest from ^2.6.1 to ^2.6.2 and dependency @push.rocks/smartrequest from ^4.3.1 to ^4.3.2 in package.json
- Add deno.lock with resolved dependency tree (new lockfile checked in)
- Introduce test/test.node+deno+bun.ts — consolidated tests for Node/Deno/Bun using Qenv and Mailgun integration flows
- Remove the old test/test.ts (replaced by the new multi-runtime test file)
## 2025-10-13 - 2.0.2 - fix(mailgun)
Normalize package scope and modernize Mailgun client: rename package to @apiclient.xyz/mailgun, update dependencies, refactor HTTP handling, fix types, update TS config and CI, refresh docs and tests