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
package.json fix exports['.'].import so that the ESM module can be imported correctly
by using import * as sri4node from 'sri4node';
(was pointing to ./dist/sri4node.esm.js instead of ./dist/sri4node.esm.mjs)