@umbraco-ui/uui-badge
Advanced tools
Comparing version 1.8.0 to 1.9.0-rc.0
@@ -12,4 +12,3 @@ import { defineElement } from '@umbraco-ui/uui-base/lib/registration'; | ||
result = (kind ? decorator(target, key, result) : decorator(result)) || result; | ||
if (kind && result) | ||
__defProp(target, key, result); | ||
if (kind && result) __defProp(target, key, result); | ||
return result; | ||
@@ -16,0 +15,0 @@ }; |
{ | ||
"name": "@umbraco-ui/uui-badge", | ||
"version": "1.8.0", | ||
"version": "1.9.0-rc.0", | ||
"license": "MIT", | ||
@@ -33,3 +33,3 @@ "description": "A badge to notify that there is something that requires attention of the user.", | ||
"dependencies": { | ||
"@umbraco-ui/uui-base": "1.8.0" | ||
"@umbraco-ui/uui-base": "1.9.0-rc.0" | ||
}, | ||
@@ -44,3 +44,3 @@ "scripts": { | ||
}, | ||
"gitHead": "53021762a52dc54a46f0c5ef829c1cbaabde1160" | ||
"gitHead": "e3e398e07b6ff9874aa0656cb7767df42f58a4ce" | ||
} |
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
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
11821
242
2
+ Added@umbraco-ui/uui-base@1.9.0-rc.0(transitive)
- Removed@umbraco-ui/uui-base@1.8.0(transitive)