@vaadin/component-base
Advanced tools
Comparing version 24.4.0-rc1 to 24.4.0-rc2
{ | ||
"name": "@vaadin/component-base", | ||
"version": "24.4.0-rc1", | ||
"version": "24.4.0-rc2", | ||
"publishConfig": { | ||
@@ -45,3 +45,3 @@ "access": "public" | ||
}, | ||
"gitHead": "a81e3b927d44c56613fa4e1307494a2acc81005f" | ||
"gitHead": "ea3d99e8cf67a337e959d5cab849f80464c7c7e5" | ||
} |
@@ -12,3 +12,3 @@ /** | ||
get() { | ||
return '24.4.0-rc1'; | ||
return '24.4.0-rc2'; | ||
}, | ||
@@ -15,0 +15,0 @@ }); |
@@ -114,3 +114,2 @@ /** | ||
} | ||
this.node = node; | ||
this.defaultNode = node; | ||
@@ -121,2 +120,3 @@ } | ||
if (node) { | ||
this.node = node; | ||
host.appendChild(node); | ||
@@ -123,0 +123,0 @@ } |
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
214284