@vercel/oidc@3.7.1
📦 vercel-cliView on GitHub →
⚡ 1 deprecations🔧 2 symbols
Summary
This patch introduces a deprecation for the synchronous Vercel OIDC token retrieval function, encouraging the use of its asynchronous counterpart.
Migration Steps
- Replace calls to `getVercelOidcTokenSync` with `getVercelOidcToken`.
Affected Symbols
⚡ Deprecations
- `getVercelOidcTokenSync` is deprecated in favor of `getVercelOidcToken`.