Antonio-Maranhao opened a new pull request, #1525: URL: https://github.com/apache/couchdb-fauxton/pull/1525
## Overview Fauxton only uses v4 uuid which can be generated with the built-in crypto.randomUUID(), so using the external uuid package is no longer necessary. Also, the uuid package has been ESM-only since v12 which causes problems with the Jest tests. ## Testing recommendations No change in behavior so it's enough the CI tests pass. ## GitHub issue number n/a ## Related Pull Requests n/a ## Checklist - [x] Code is written and works correctly; - [x] Changes are covered by tests; - [ ] Documentation reflects the changes; - [ ] Update [rebar.config.script](https://github.com/apache/couchdb/blob/main/rebar.config.script) with the correct tag once a new Fauxton release is made -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
