Skip to content

Commit 02ea822

Browse files
authored
Update changelogs from fern repo (#4351)
1 parent af2ae69 commit 02ea822

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

fern/products/sdks/overview/typescript/changelog/2026-03-18.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
110
## 3.59.2
211
**`(fix):`** Fix passthrough `fetch()` method failing when no environment is explicitly set on
312
multi-URL environment SDKs. When the user relies on the default environment,

0 commit comments

Comments
 (0)