Comparing version 1.2.146 to 1.2.147
@@ -6,2 +6,12 @@ # Change Log | ||
## [1.2.147](https://github.com/bluelovers/ws-regexp/compare/cjk-conv@1.2.146...cjk-conv@1.2.147) (2024-08-24) | ||
### 🛠 Build System | ||
* update build ([ce24c2b](https://github.com/bluelovers/ws-regexp/commit/ce24c2bae947f88098fe6501eb117ae74a331149)) | ||
## [1.2.146](https://github.com/bluelovers/ws-regexp/compare/cjk-conv@1.2.145...cjk-conv@1.2.146) (2024-03-01) | ||
@@ -8,0 +18,0 @@ |
@@ -5,15 +5,13 @@ "use strict"; | ||
*/ | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.novelFilename = exports.cjk2jp = exports.cjk2zhs = exports.cjk2zht = exports.jp2zhs = exports.jp2zht = exports.zh2jp = exports.jpConvert = exports.zhTable = exports.cn2tw = exports.tw2cn = exports.zhConvert = void 0; | ||
const tslib_1 = require("tslib"); | ||
var index_1 = require("./zh/convert/index"); | ||
Object.defineProperty(exports, "zhConvert", { enumerable: true, get: function () { return __importDefault(index_1).default; } }); | ||
Object.defineProperty(exports, "zhConvert", { enumerable: true, get: function () { return tslib_1.__importDefault(index_1).default; } }); | ||
Object.defineProperty(exports, "tw2cn", { enumerable: true, get: function () { return index_1.tw2cn; } }); | ||
Object.defineProperty(exports, "cn2tw", { enumerable: true, get: function () { return index_1.cn2tw; } }); | ||
var index_2 = require("./zh/table/index"); | ||
Object.defineProperty(exports, "zhTable", { enumerable: true, get: function () { return __importDefault(index_2).default; } }); | ||
Object.defineProperty(exports, "zhTable", { enumerable: true, get: function () { return tslib_1.__importDefault(index_2).default; } }); | ||
var index_3 = require("./jp/index"); | ||
Object.defineProperty(exports, "jpConvert", { enumerable: true, get: function () { return __importDefault(index_3).default; } }); | ||
Object.defineProperty(exports, "jpConvert", { enumerable: true, get: function () { return tslib_1.__importDefault(index_3).default; } }); | ||
Object.defineProperty(exports, "zh2jp", { enumerable: true, get: function () { return index_3.zh2jp; } }); | ||
@@ -26,4 +24,4 @@ Object.defineProperty(exports, "jp2zht", { enumerable: true, get: function () { return index_3.jp2zht; } }); | ||
var filename_1 = require("./novel/filename"); | ||
Object.defineProperty(exports, "novelFilename", { enumerable: true, get: function () { return __importDefault(filename_1).default; } }); | ||
Object.defineProperty(exports, "novelFilename", { enumerable: true, get: function () { return tslib_1.__importDefault(filename_1).default; } }); | ||
exports.default = exports; | ||
//# sourceMappingURL=index.js.map |
@@ -6,3 +6,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.charCodeAt = exports.split = void 0; | ||
exports.split = split; | ||
exports.charCodeAt = charCodeAt; | ||
const uni_string_1 = require("uni-string"); | ||
@@ -25,3 +26,2 @@ /* | ||
} | ||
exports.split = split; | ||
function charCodeAt(str, cb) { | ||
@@ -49,3 +49,2 @@ let ret = []; | ||
} | ||
exports.charCodeAt = charCodeAt; | ||
//# sourceMappingURL=util.js.map |
{ | ||
"name": "cjk-conv", | ||
"version": "1.2.146", | ||
"version": "1.2.147", | ||
"description": "convert chinese, japanese 簡繁日漢字轉換 ( merge/split submodule from node-novel, regexp-cjk, str-util )", | ||
@@ -90,18 +90,18 @@ "keywords": [ | ||
"dependencies": { | ||
"@lazy-cjk/jp-table-alias": "^1.0.43", | ||
"@lazy-cjk/jp-table-comparison": "^1.0.30", | ||
"@lazy-cjk/jp-table-convert": "^1.0.48", | ||
"@lazy-cjk/jp-table-voice": "^1.0.38", | ||
"@lazy-cjk/novel-filename": "^1.0.53", | ||
"@lazy-cjk/util": "^1.0.19", | ||
"@lazy-cjk/zh-convert": "^1.0.51", | ||
"@lazy-cjk/zh-convert-table": "^1.0.25", | ||
"@lazy-cjk/zh-slugify": "^1.0.89", | ||
"@lazy-cjk/zh-table-alias": "^1.0.65", | ||
"@lazy-cjk/zh-table-greedy": "^1.0.92", | ||
"@lazy-cjk/zh-table-list": "^1.0.87", | ||
"@lazy-cjk/jp-table-alias": "^1.0.44", | ||
"@lazy-cjk/jp-table-comparison": "^1.0.31", | ||
"@lazy-cjk/jp-table-convert": "^1.0.49", | ||
"@lazy-cjk/jp-table-voice": "^1.0.39", | ||
"@lazy-cjk/novel-filename": "^1.0.54", | ||
"@lazy-cjk/util": "^1.0.20", | ||
"@lazy-cjk/zh-convert": "^1.0.52", | ||
"@lazy-cjk/zh-convert-table": "^1.0.26", | ||
"@lazy-cjk/zh-slugify": "^1.0.90", | ||
"@lazy-cjk/zh-table-alias": "^1.0.66", | ||
"@lazy-cjk/zh-table-greedy": "^1.0.93", | ||
"@lazy-cjk/zh-table-list": "^1.0.88", | ||
"tslib": ">=2", | ||
"uni-string": "^2.0.7" | ||
}, | ||
"gitHead": "e905ea55dc6433024806ea9db77147b282b5566d" | ||
"gitHead": "7804fe06cda102a7912e0955e38fd02687a1dd0f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
431902
36410
Updated@lazy-cjk/util@^1.0.20
Updated@lazy-cjk/zh-convert@^1.0.52
Updated@lazy-cjk/zh-slugify@^1.0.90