@lazy-cjk/zh-table-list
Advanced tools
Comparing version 1.0.87 to 1.0.88
@@ -6,2 +6,12 @@ # Change Log | ||
## [1.0.88](https://github.com/bluelovers/ws-regexp/compare/@lazy-cjk/zh-table-list@1.0.87...@lazy-cjk/zh-table-list@1.0.88) (2024-08-24) | ||
### 🛠 Build System | ||
* update build ([ce24c2b](https://github.com/bluelovers/ws-regexp/commit/ce24c2bae947f88098fe6501eb117ae74a331149)) | ||
## [1.0.87](https://github.com/bluelovers/ws-regexp/compare/@lazy-cjk/zh-table-list@1.0.86...@lazy-cjk/zh-table-list@1.0.87) (2024-03-01) | ||
@@ -8,0 +18,0 @@ |
@@ -6,3 +6,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.auto = exports.jp = exports.cn = exports.tw = void 0; | ||
exports.jp = exports.cn = exports.tw = void 0; | ||
exports.auto = auto; | ||
const tslib_1 = require("tslib"); | ||
@@ -72,4 +73,3 @@ const jp_table_convert_1 = require("@lazy-cjk/jp-table-convert"); | ||
} | ||
exports.auto = auto; | ||
exports.default = exports; | ||
//# sourceMappingURL=index.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports._wrapFn = exports._get = void 0; | ||
exports._get = _get; | ||
exports._wrapFn = _wrapFn; | ||
const tslib_1 = require("tslib"); | ||
@@ -12,3 +13,2 @@ const array_hyper_unique_1 = require("array-hyper-unique"); | ||
} | ||
exports._get = _get; | ||
function _wrapFn(fn) { | ||
@@ -28,3 +28,2 @@ return function (char, options = {}) { | ||
} | ||
exports._wrapFn = _wrapFn; | ||
//# sourceMappingURL=util.js.map |
@@ -6,3 +6,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.arrCjk = exports.textList = exports.charTableList = void 0; | ||
exports.charTableList = charTableList; | ||
exports.textList = textList; | ||
exports.arrCjk = arrCjk; | ||
const tslib_1 = require("tslib"); | ||
@@ -36,3 +38,2 @@ const index_1 = tslib_1.__importDefault(require("./index")); | ||
} | ||
exports.charTableList = charTableList; | ||
/** | ||
@@ -76,3 +77,2 @@ * | ||
} | ||
exports.textList = textList; | ||
/** | ||
@@ -102,4 +102,3 @@ * @example | ||
} | ||
exports.arrCjk = arrCjk; | ||
exports.default = exports; | ||
//# sourceMappingURL=list.js.map |
{ | ||
"name": "@lazy-cjk/zh-table-list", | ||
"version": "1.0.87", | ||
"version": "1.0.88", | ||
"description": "", | ||
@@ -81,6 +81,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@lazy-cjk/jp-table-convert": "^1.0.48", | ||
"@lazy-cjk/zh-convert": "^1.0.51", | ||
"@lazy-cjk/zh-table-alias": "^1.0.65", | ||
"@lazy-cjk/zh-table-greedy": "^1.0.92", | ||
"@lazy-cjk/jp-table-convert": "^1.0.49", | ||
"@lazy-cjk/zh-convert": "^1.0.52", | ||
"@lazy-cjk/zh-table-alias": "^1.0.66", | ||
"@lazy-cjk/zh-table-greedy": "^1.0.93", | ||
"tslib": ">=2", | ||
@@ -92,3 +92,3 @@ "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
Sorry, the diff of this file is not supported yet
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
43599
271