emoji-picker-element
Advanced tools
Comparing version 1.22.1 to 1.22.2
@@ -231,3 +231,3 @@ function assertNonEmptyString (str) { | ||
...(shortcodes || []).map(extractTokens).flat(), | ||
...tags.map(extractTokens).flat(), | ||
...(tags || []).map(extractTokens).flat(), | ||
...extractTokens(annotation), | ||
@@ -719,3 +719,2 @@ emoticon | ||
'order', | ||
'tags', | ||
'version' | ||
@@ -722,0 +721,0 @@ ]; |
{ | ||
"name": "emoji-picker-element", | ||
"version": "1.22.1", | ||
"version": "1.22.2", | ||
"description": "Lightweight emoji picker distributed as a web component", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -6,3 +6,2 @@ const requiredKeys = [ | ||
'order', | ||
'tags', | ||
'version' | ||
@@ -21,3 +20,3 @@ ]; | ||
const optionalKeys = ['skins', 'emoticon', 'shortcodes']; | ||
const optionalKeys = ['skins', 'emoticon', 'shortcodes', 'tags']; | ||
const allKeys = [...requiredKeys, ...optionalKeys]; | ||
@@ -24,0 +23,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
408474
3517