Jordan

Results 4 issues of Jordan

### Description Libraries are loaded in the API Provider in a for loop and then on resolution of each library set into state. This causes lots of re-renders of all...

enhancement

## 🐛 Bug Report In cli.js there is a snippet of code like ![image](https://github.com/user-attachments/assets/65a60a2c-8041-4f6a-84de-6abb7e38c854) Globally catching all errors and outputting a string of text like `Config file does not exist...`...

**Describe the bug** Tree-shaking does not work as expected when using validator.js with modern bundlers (esbuild, webpack, etc). Even when only a single function `isEmail` is imported, the entire library...

🐛 bug

Fixes: #2587 Modifies the exports inside index.js so that instead of importing all the code into the file and exporting it as a single object it just exports the functions...