keycloakify 10.0.0-rc.125 → 10.0.0-rc.126
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/440.index.js
CHANGED
@@ -421,7 +421,8 @@ function generateFtlFilesCodeFactory(params) {
|
|
421
421
|
});
|
422
422
|
[
|
423
423
|
["link", "href"],
|
424
|
-
["script", "src"]
|
424
|
+
["script", "src"],
|
425
|
+
["script", "data-src"]
|
425
426
|
].forEach(([selector, attrName]) => $(selector).each((...[, element]) => {
|
426
427
|
var _a;
|
427
428
|
const href = $(element).attr(attrName);
|
package/package.json
CHANGED