Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .talismanrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fileignoreconfig:
- filename: package-lock.json
checksum: 1cba2ff4ea6e6f725f6d22bc8c2e04e46c30923986124ef7b4689c705a0397f1
checksum: 2fc255eb635e2385c96f781fc17a304a3f062d9f2ba2967e1a84799fe3fc4eef
version: ""
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Change log

### Version: 1.5.2
#### Date: August-12-2026
- Fix: Bump axios to ^1.19.0, qs to 6.15.3, and @types/lodash to ^4.17.25

### Version: 1.5.1
#### Date: August-05-2026
- Fix: Resolve `require()` incompatibility that broke bundled and native ESM builds. The keep-alive agent setup used a dynamic `require(moduleName)`, which bundlers (webpack/Turbopack, e.g. Next.js) cannot statically analyze — producing `MODULE_NOT_FOUND` / "expression is too dynamic" build failures. It now uses statically analyzable `require('http')`/`require('https')` calls.
Expand Down
Loading
Loading