@next-level/base
Advanced tools
Comparing version 1.5.5 to 1.6.0
@@ -6,2 +6,21 @@ # Change Log | ||
# 1.6.0 (2023-01-22) | ||
### Features | ||
* new feat ([b50ddc2](https://github.com/ilhan007/npmnext-sample/commit/b50ddc2187910f2d0c52ff8b9b909fe1c8b644a0)) | ||
## 1.5.3 (2023-01-22) | ||
**Note:** Version bump only for package @next-level/base | ||
## 1.5.2 (2023-01-22) | ||
@@ -8,0 +27,0 @@ |
@@ -14,7 +14,11 @@ class MyElement extends HTMLElement { | ||
isBaseElement() { | ||
get baseElement() { | ||
return true; | ||
} | ||
get hasContent() { | ||
return false; | ||
} | ||
} | ||
export default MyElement; |
{ | ||
"name": "@next-level/base", | ||
"version": "1.5.5", | ||
"version": "1.6.0", | ||
"private": false, | ||
@@ -17,3 +17,4 @@ "repository": { | ||
"author": "", | ||
"license": "ISC" | ||
} | ||
"license": "ISC", | ||
"gitHead": "3d68711d61dad4242eb7945963fe9b2edbb3b91c" | ||
} |
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
2903
4
18
1
80