@vercel/oidc
Advanced tools
+6
-0
| # @vercel/oidc | ||
| ## 2.0.2 | ||
| ### Patch Changes | ||
| - fix "Cannot find module" error caused by dynamically importing files without their extensions ([#13815](https://github.com/vercel/vercel/pull/13815)) | ||
| ## 2.0.1 | ||
@@ -4,0 +10,0 @@ |
@@ -47,4 +47,4 @@ "use strict"; | ||
| const [{ getTokenPayload, isExpired }, { refreshToken }] = await Promise.all([ | ||
| await import("./token-util"), | ||
| await import("./token") | ||
| await import("./token-util.js"), | ||
| await import("./token.js") | ||
| ]); | ||
@@ -51,0 +51,0 @@ if (!token || isExpired(getTokenPayload(token))) { |
+1
-1
@@ -17,3 +17,3 @@ { | ||
| }, | ||
| "version": "2.0.1", | ||
| "version": "2.0.2", | ||
| "repository": { | ||
@@ -20,0 +20,0 @@ "directory": "packages/oidc", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
42568
0.44%1
-50%