@ui5/webcomponents-base
Advanced tools
Comparing version 1.24.7 to 1.24.8
@@ -28,6 +28,5 @@ /** | ||
["render", "renderer", "template", "staticAreaTemplate", "styles", "staticAreaStyles", "dependencies"].forEach((customElementEntity) => { | ||
const _customElementEntity = customElementEntity === "render" ? "renderer" : customElementEntity; | ||
const customElementEntityValue = tagNameOrComponentSettings[_customElementEntity]; | ||
const customElementEntityValue = tagNameOrComponentSettings[customElementEntity]; | ||
customElementEntityValue && Object.defineProperty(target, customElementEntity, { | ||
get: () => customElementEntityValue, | ||
get: () => tagNameOrComponentSettings[customElementEntity], | ||
}); | ||
@@ -34,0 +33,0 @@ }); |
const VersionInfo = { | ||
version: "1.24.7", | ||
version: "1.24.8", | ||
major: 1, | ||
minor: 24, | ||
patch: 7, | ||
patch: 8, | ||
suffix: "", | ||
isNext: false, | ||
buildTime: 1720430613, | ||
buildTime: 1722581209, | ||
}; | ||
export default VersionInfo; | ||
//# sourceMappingURL=VersionInfo.js.map |
{ | ||
"name": "@ui5/webcomponents-base", | ||
"version": "1.24.7", | ||
"version": "1.24.8", | ||
"description": "UI5 Web Components: webcomponents.base", | ||
@@ -47,4 +47,4 @@ "author": "SAP SE (https://www.sap.com)", | ||
"devDependencies": { | ||
"@openui5/sap.ui.core": "1.120.5", | ||
"@ui5/webcomponents-tools": "1.24.7", | ||
"@openui5/sap.ui.core": "1.120.17", | ||
"@ui5/webcomponents-tools": "1.24.8", | ||
"chromedriver": "^126.0.2", | ||
@@ -59,3 +59,3 @@ "clean-css": "^5.2.2", | ||
}, | ||
"gitHead": "af146ee80d4b7f01e8945abc82be5e725eae0c7a" | ||
"gitHead": "37426a3fb7ae5a017cfed420cca7649c5c64eef8" | ||
} |
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
Sorry, the diff of this file is too big to display
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
1703960
22825