Closed stuartc closed 2 years ago
Yeah this is fine - hadn't realised it hadn't been merged yet!
Just to note that adaptors
has been fixed to deal with this and will export it's package json now. Here's the unit test on main to prove it.
They should be released tomorrow.
Some (if not all) adaptors at present that have been migrated to ESM modules don't currently export their package.json files.
While we add that to the packages, to maintain compatibility the
getModuleDetails
function has been changed to not userequire.resolve
.