Since 1.19.4, URI.min.js is throwing does not have either property: href, src, action, cite
Upon investigation, it appears that the npm package dist folder contains a URI.min.js that suddenly includes jquery.URI.js.
Looking back to 1.19.2 (and presuming prior builds), the min version did not include jquery.URI.js, which we'd think is the expected behavior.
Since 1.19.4, URI.min.js is throwing
does not have either property: href, src, action, citeUpon investigation, it appears that the npm package dist folder contains a URI.min.js that suddenly includes jquery.URI.js.
Looking back to 1.19.2 (and presuming prior builds), the min version did not include jquery.URI.js, which we'd think is the expected behavior.