You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🔧 Add .js extensions to relative imports in provider and script modules
Extend the ESM compliance fix to include provider and script components
that were missing explicit .js file extensions.
This completes the module resolution fix for native ESM consumers where
Node.js requires explicit extensions for relative imports.
0 commit comments