@vaadin/component-base
Advanced tools
Comparing version 24.6.0-rc1 to 24.6.0
{ | ||
"name": "@vaadin/component-base", | ||
"version": "24.6.0-rc1", | ||
"version": "24.6.0", | ||
"publishConfig": { | ||
@@ -41,7 +41,7 @@ "access": "public" | ||
"devDependencies": { | ||
"@vaadin/chai-plugins": "24.6.0-rc1", | ||
"@vaadin/chai-plugins": "~24.6.0", | ||
"@vaadin/testing-helpers": "^1.0.0", | ||
"sinon": "^18.0.0" | ||
}, | ||
"gitHead": "d62ba309e3286777ad3ea7e015d50a2c4976bb42" | ||
"gitHead": "c0b38aa981494d04fac64da35aa3890ad72551ea" | ||
} |
@@ -16,3 +16,3 @@ /** | ||
export function defineCustomElement(CustomElement, version = '24.6.0-rc1') { | ||
export function defineCustomElement(CustomElement, version = '24.6.0') { | ||
Object.defineProperty(CustomElement, 'version', { | ||
@@ -19,0 +19,0 @@ get() { |
@@ -223,2 +223,6 @@ /** | ||
if (this.constructor.__complexObservers) { | ||
this.__runComplexObservers(props, this.constructor.__complexObservers); | ||
} | ||
if (this.__dynamicPropertyObservers) { | ||
@@ -228,6 +232,2 @@ this.__runDynamicObservers(props, this.__dynamicPropertyObservers); | ||
if (this.constructor.__complexObservers) { | ||
this.__runComplexObservers(props, this.constructor.__complexObservers); | ||
} | ||
if (this.__dynamicMethodObservers) { | ||
@@ -234,0 +234,0 @@ this.__runComplexObservers(props, this.__dynamicMethodObservers); |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
220564