@ui5/webcomponents-base
Advanced tools
Comparing version 1.24.3 to 1.24.4
@@ -34,2 +34,3 @@ import whenDOMReady from "./util/whenDOMReady.js"; | ||
const bootExecutor = async (resolve) => { | ||
registerCurrentRuntime(); | ||
if (typeof document === "undefined") { | ||
@@ -40,3 +41,2 @@ resolve(); | ||
attachThemeRegistered(onThemeRegistered); | ||
registerCurrentRuntime(); | ||
const openUI5Support = getFeature("OpenUI5Support"); | ||
@@ -43,0 +43,0 @@ const isOpenUI5Loaded = openUI5Support ? openUI5Support.isOpenUI5Detected() : false; |
const VersionInfo = { | ||
version: "1.24.3", | ||
version: "1.24.4", | ||
major: 1, | ||
minor: 24, | ||
patch: 3, | ||
patch: 4, | ||
suffix: "", | ||
isNext: false, | ||
buildTime: 1715671022, | ||
buildTime: 1717161052, | ||
}; | ||
export default VersionInfo; | ||
//# sourceMappingURL=VersionInfo.js.map |
{ | ||
"name": "@ui5/webcomponents-base", | ||
"version": "1.24.3", | ||
"version": "1.24.4", | ||
"description": "UI5 Web Components: webcomponents.base", | ||
@@ -49,3 +49,3 @@ "author": "SAP SE (https://www.sap.com)", | ||
"@ui5/webcomponents-tools": "1.24.3", | ||
"chromedriver": "^123.0.3", | ||
"chromedriver": "^124.0.4", | ||
"clean-css": "^5.2.2", | ||
@@ -59,3 +59,3 @@ "copy-and-watch": "^0.1.5", | ||
}, | ||
"gitHead": "648717aabe3e9e1570ea54100edd5e922cd1b651" | ||
"gitHead": "c8d5269148eab5aeda3166663b0d2fc0eb6d7a13" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1699261