Comparing version 1.0.5 to 1.0.6
@@ -44,2 +44,4 @@ "use strict"; | ||
["誰", "誰", "谁"], | ||
["鶏", "雞", "鸡"], | ||
["宮", "宮", "宫"], | ||
].forEach(function ([jp, zht, zhs]) { | ||
@@ -46,0 +48,0 @@ addNew(exports.TABLE, jp, zht, zhs); |
@@ -54,2 +54,6 @@ /** | ||
["鶏", "雞", "鸡"], | ||
["宮", "宮", "宫"], | ||
].forEach(function ([jp, zht, zhs]) | ||
@@ -56,0 +60,0 @@ { |
@@ -18,2 +18,3 @@ export declare let _table_tw: { | ||
'鬥': string[]; | ||
'鶏': string[]; | ||
}; | ||
@@ -20,0 +21,0 @@ export interface ISimpleTable { |
@@ -61,2 +61,8 @@ "use strict"; | ||
], | ||
'鶏': [ | ||
'鶏', | ||
'鷄', | ||
'雞', | ||
'鸡', | ||
], | ||
}; | ||
@@ -63,0 +69,0 @@ Object.keys(exports.table_plus) |
@@ -64,2 +64,8 @@ /** | ||
], | ||
'鶏': [ | ||
'鶏', | ||
'鷄', | ||
'雞', | ||
'鸡', | ||
], | ||
}; | ||
@@ -66,0 +72,0 @@ |
{ | ||
"name": "cjk-conv", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "convert chinese, japanese 簡繁日漢字轉換 ( merge/split submodule from node-novel, regexp-cjk, str-util )", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
430280
37697