You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(deps): replace url-parse with native URL API
Remove the `url-parse` dependency in favor of the native `URL` class,
which has been available since Node.js v10 (the SDK's minimum supported
version). This eliminates an unnecessary dependency and reduces bundle
size.
Fixes#106
0 commit comments