@vaadin/hilla-frontend
Advanced tools
Comparing version 24.4.0-beta3 to 24.4.0-beta4
@@ -1,7 +0,6 @@ | ||
function __REGISTER__(feature) { | ||
window.Vaadin ??= {}; | ||
window.Vaadin.registrations ??= []; | ||
window.Vaadin.registrations.push({ | ||
function __REGISTER__(feature, vaadinObj = window.Vaadin ??= {}) { | ||
vaadinObj.registrations ??= []; | ||
vaadinObj.registrations.push({ | ||
is: feature ? `${"@vaadin/hilla-frontend"}/${feature}` : "@vaadin/hilla-frontend", | ||
version: "24.4.0-beta3" | ||
version: "24.4.0-beta4" | ||
}); | ||
@@ -8,0 +7,0 @@ } |
{ | ||
"name": "@vaadin/hilla-frontend", | ||
"version": "24.4.0-beta3", | ||
"version": "24.4.0-beta4", | ||
"description": "Hilla core frontend utils", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
105292
1080