We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af2ae69 commit 02ea822Copy full SHA for 02ea822
1 file changed
fern/products/sdks/overview/typescript/changelog/2026-03-18.mdx
@@ -1,3 +1,12 @@
1
+## 3.59.3
2
+**`(fix):`** Fix npm publish authentication failing when the registry URL includes a port number.
3
+The `.npmrc` auth token key was constructed using `URL.hostname` (which strips the port)
4
+instead of `URL.host` (which preserves it). For example, a registry at
5
+`http://host.docker.internal:4873` would write the token under
6
+`//host.docker.internal/:_authToken` instead of the correct
7
+`//host.docker.internal:4873/:_authToken`.
8
+
9
10
## 3.59.2
11
**`(fix):`** Fix passthrough `fetch()` method failing when no environment is explicitly set on
12
multi-URL environment SDKs. When the user relies on the default environment,
0 commit comments