v4.2.1
fix: Fix issue where validate isn't exported correctly due to Babel
Babel referencing validateImpl.default which didn't exist as the validate/index file doesn't export a default value.
Couldn't locate a babel update to correct, so changed the way the module is imported.