Skip to content

Commit 4152b8b

Browse files
committed
Add migration note at top of page
1 parent 49d57c5 commit 4152b8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fern/products/sdks/overview/typescript/publishing-to-npm.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Publish your public-facing Fern TypeScript SDK to the [npmjs
77
registry](https://www.npmjs.com/). After following the steps on this page,
88
you'll have a versioned package published on npm.
99

10+
<Warning title="Already publishing to npm?">
11+
If you're currently using token-based authentication, npmjs is deprecating long-lived tokens in early 2025. See [Migrating from token-based to OpenID Connect (OIDC) publishing](#migrating-from-token-based-to-oidc-publishing) to upgrade to the more secure OIDC authentication.
12+
</Warning>
13+
1014
<Frame>
1115
<img src="assets/npm-packages.png" alt="Versioned package published on npmjs.com" />
1216
</Frame>

0 commit comments

Comments
 (0)