From ecb83f338f358dcccb0fef0815d30fb10ffb8f0a Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Sun, 3 Oct 2021 19:25:18 +0800 Subject: [PATCH 1/2] Ugprade unicode dataset and 7 new emoji --- dist/emoji-en-US.json | 36 ++++++++++++++++++++++++++++++++++++ package-lock.json | 14 +++++++------- package.json | 2 +- 3 files changed, 44 insertions(+), 8 deletions(-) diff --git a/dist/emoji-en-US.json b/dist/emoji-en-US.json index 8d4b4d0..20376c5 100644 --- a/dist/emoji-en-US.json +++ b/dist/emoji-en-US.json @@ -12443,5 +12443,41 @@ "🏳️‍⚧️": [ "transgender flag", "lgbtq" + ], + "😶‍🌫️": [ + "face in clouds", + "shower", + "steam", + "dream" + ], + "😮‍💨": [ + "face exhaling", + "relieve", + "sigh" + ], + "😵‍💫": [ + "face with spiral eyes", + "sick", + "ill", + "confused" + ], + "❤️‍🔥": [ + "heart on fire", + "passionate", + "enthusiastic" + ], + "❤️‍🩹": [ + "mending heart", + "broken heart", + "bandage", + "wounded" + ], + "🧔‍♂️": [ + "man beard", + "facial hair" + ], + "🧔‍♀️": [ + "woman beard", + "facial hair" ] } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index c4fd430..0b87a86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "prettier": "^1.18.2", "promptly": "^3.2.0", "tape": "^5.1.1", - "unicode-emoji-json": "^0.2.1", + "unicode-emoji-json": "^0.3.0", "xml2json": "^0.12.0" } }, @@ -797,9 +797,9 @@ "dev": true }, "node_modules/unicode-emoji-json": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/unicode-emoji-json/-/unicode-emoji-json-0.2.1.tgz", - "integrity": "sha512-4X736t5oVw33kPIPo9F0UUQqUY2gEtAwVFFnE7LXfExhPeWO64FahKw6yFb6gps7Ex7cat5LJPemVEzdk8pWug==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/unicode-emoji-json/-/unicode-emoji-json-0.3.0.tgz", + "integrity": "sha512-yImheILedqhZtVEEenRELu9AnX347ZTA3bVMWAU5WMUv7pdU2hcfpwo2mKN8Rns9uHLmOZP90/4B4SPS5aF/iw==", "dev": true }, "node_modules/which-boxed-primitive": { @@ -1572,9 +1572,9 @@ } }, "unicode-emoji-json": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/unicode-emoji-json/-/unicode-emoji-json-0.2.1.tgz", - "integrity": "sha512-4X736t5oVw33kPIPo9F0UUQqUY2gEtAwVFFnE7LXfExhPeWO64FahKw6yFb6gps7Ex7cat5LJPemVEzdk8pWug==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/unicode-emoji-json/-/unicode-emoji-json-0.3.0.tgz", + "integrity": "sha512-yImheILedqhZtVEEenRELu9AnX347ZTA3bVMWAU5WMUv7pdU2hcfpwo2mKN8Rns9uHLmOZP90/4B4SPS5aF/iw==", "dev": true }, "which-boxed-primitive": { diff --git a/package.json b/package.json index 4b6c277..984f468 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "prettier": "^1.18.2", "promptly": "^3.2.0", "tape": "^5.1.1", - "unicode-emoji-json": "^0.2.1", + "unicode-emoji-json": "^0.3.0", "xml2json": "^0.12.0" } } From 089e0de192a1f6a46a18a5e5937e6301a9392368 Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Thu, 3 Feb 2022 22:46:09 +0800 Subject: [PATCH 2/2] Add suggested keywords Co-authored-by: Madeline Miller --- dist/emoji-en-US.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dist/emoji-en-US.json b/dist/emoji-en-US.json index 20376c5..1f9c8b1 100644 --- a/dist/emoji-en-US.json +++ b/dist/emoji-en-US.json @@ -12453,13 +12453,17 @@ "😮‍💨": [ "face exhaling", "relieve", + "relief", + "tired", "sigh" ], "😵‍💫": [ "face with spiral eyes", "sick", "ill", - "confused" + "confused", + "nauseous", + "nausea" ], "❤️‍🔥": [ "heart on fire",