[Update] node-red-contrib-uibuilder - bugfix release v1.2.2

Some annoying bugs squashed while you wait for the big v2 release.

  • FIXED POST API call was not adding bearer authorisation token so not working if adminAuth used. Now working. Fixes Issue #51, many thanks to ElGranLoky for reporting.

  • FIXED Move examples folder to the right place so that Node-RED admin ui will pick it up.

  • FIXED In uibuilderfe.js, provide a polyfill for String.prototype.endsWith to be kind to folk who are forced to live with Microsoft Internet Explorer or other outdated browsers. Referenced in Issue #49