@next-level/fiori
Advanced tools
Comparing version 1.0.0-rc.5.6d9e91960 to 1.0.0-rc.5.826b502
@@ -9,3 +9,3 @@ /** | ||
*/ | ||
class Field extends HTMLElement { | ||
class MyField extends HTMLElement { | ||
constructor() { | ||
@@ -27,4 +27,4 @@ super(); | ||
window.customElements.define("my-field", Field); | ||
window.customElements.define("my-field", MyField); | ||
export default Field; | ||
export default MyField; |
{ | ||
"name": "@next-level/fiori", | ||
"version": "1.0.0-rc.5.6d9e91960", | ||
"version": "1.0.0-rc.5.826b502", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "repository": { |
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
1124