The SDK uses packages with deprecated dependencies.
It uses tough-cookie v4 as a dependency which still uses punycode, which causes the deprecation error in node:
"(node:2) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
(Use node --trace-deprecation ... to show where the warning was created)"
Punycode was removed from tough-cookie in v5, so the SDK needs updating to use the newer versions.
The SDK uses packages with deprecated dependencies.
It uses tough-cookie v4 as a dependency which still uses punycode, which causes the deprecation error in node:
"(node:2) [DEP0040] DeprecationWarning: The
punycodemodule is deprecated. Please use a userland alternative instead.(Use
node --trace-deprecation ...to show where the warning was created)"Punycode was removed from tough-cookie in v5, so the SDK needs updating to use the newer versions.