Comparing version 1.0.32 to 1.0.33
@@ -37,2 +37,3 @@ "use strict"; | ||
'啰': '囉', | ||
'国': '國', | ||
}); | ||
@@ -54,2 +55,3 @@ exports.table_tw2cn = Object.assign(_table_tw2cn, { | ||
'囉': '啰', | ||
'國': '国', | ||
}); | ||
@@ -56,0 +58,0 @@ exports.REGEXP_TEST = /[\u4E00-\u9FFF]/g; |
@@ -53,2 +53,3 @@ /** | ||
'啰': '囉', | ||
'国': '國', | ||
}); | ||
@@ -71,2 +72,3 @@ | ||
'囉': '啰', | ||
'國': '国', | ||
}); | ||
@@ -73,0 +75,0 @@ |
@@ -65,2 +65,3 @@ /** | ||
'労': string[]; | ||
'国': string[]; | ||
}; | ||
@@ -67,0 +68,0 @@ export interface ISimpleTable { |
@@ -247,2 +247,7 @@ "use strict"; | ||
], | ||
'国': [ | ||
'国', | ||
'囯', | ||
'國', | ||
], | ||
}; | ||
@@ -249,0 +254,0 @@ Object.keys(exports.table_plus) |
@@ -263,2 +263,8 @@ /** | ||
'国': [ | ||
'国', | ||
'囯', | ||
'國', | ||
], | ||
}; | ||
@@ -265,0 +271,0 @@ |
{ | ||
"name": "cjk-conv", | ||
"version": "1.0.32", | ||
"version": "1.0.33", | ||
"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
412029
38294