ipa-hangul 1.2.1 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -187,10 +187,14 @@ var VOWEL_TO_JUNGSEONG = {
187
187
  "w\u026A": [JUNGSEONG.WI],
188
188
  "wi": [JUNGSEONG.WI],
189
189
  "we\u026A": [JUNGSEONG.WE],
190
+ "w\u025B": [JUNGSEONG.WE],
191
+ "we": [JUNGSEONG.WE],
192
+ "w\xE6": [JUNGSEONG.WAE],
190
193
  "ju\u02D0": [JUNGSEONG.YU],
191
194
  "ju": [JUNGSEONG.YU],
192
195
  "j\u0259": [JUNGSEONG.YEO],
193
- "j\u025B": [JUNGSEONG.YEO],
196
+ "j\u025B": [JUNGSEONG.YE],
197
+ "je": [JUNGSEONG.YE],
194
198
  "j\u0251\u02D0": [JUNGSEONG.YA],
195
199
  "j\u0251": [JUNGSEONG.YA],
196
200
  "j\u0254\u02D0": [JUNGSEONG.YO],
package/dist/index.mjs CHANGED
@@ -163,10 +163,14 @@ var VOWEL_TO_JUNGSEONG = {
163
163
  "w\u026A": [JUNGSEONG.WI],
164
164
  "wi": [JUNGSEONG.WI],
165
165
  "we\u026A": [JUNGSEONG.WE],
166
+ "w\u025B": [JUNGSEONG.WE],
167
+ "we": [JUNGSEONG.WE],
168
+ "w\xE6": [JUNGSEONG.WAE],
166
169
  "ju\u02D0": [JUNGSEONG.YU],
167
170
  "ju": [JUNGSEONG.YU],
168
171
  "j\u0259": [JUNGSEONG.YEO],
169
- "j\u025B": [JUNGSEONG.YEO],
172
+ "j\u025B": [JUNGSEONG.YE],
173
+ "je": [JUNGSEONG.YE],
170
174
  "j\u0251\u02D0": [JUNGSEONG.YA],
171
175
  "j\u0251": [JUNGSEONG.YA],
172
176
  "j\u0254\u02D0": [JUNGSEONG.YO],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ipa-hangul",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Convert IPA (International Phonetic Alphabet) pronunciation to Korean Hangul",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",