I have made an extension of a Joi type and successfully tested it on a test Node.js application. I am trying now to incorporate this extension in Foxx, since it supports Joi, but it doesn't seem to work: calling "Joi.extend(extension)", which works in the test application fails in Foxx.
Is there a difference in the versions of Joi on NPM and Joi in Foxx? Is it actually possible to make extensions in the Foxx version of Joi?