regexp-range
Advanced tools
Comparing version 1.0.26 to 1.0.29
@@ -6,2 +6,40 @@ # Change Log | ||
## [1.0.29](https://github.com/bluelovers/ws-regexp/compare/regexp-range@1.0.28...regexp-range@1.0.29) (2021-07-09) | ||
### 🔖 Miscellaneous | ||
* . ([8e85c04](https://github.com/bluelovers/ws-regexp/commit/8e85c04a9cb7622ef865a383107dbc9ec2f512b4)) | ||
## [1.0.28](https://github.com/bluelovers/ws-regexp/compare/regexp-range@1.0.26...regexp-range@1.0.28) (2021-07-09) | ||
### 🛠 Build System | ||
* update .js ([26829bc](https://github.com/bluelovers/ws-regexp/commit/26829bcd9557c28497ac40f4b5c7648593ebaca4)) | ||
### 🔖 Miscellaneous | ||
* . ([27bb17d](https://github.com/bluelovers/ws-regexp/commit/27bb17d92d4e39c46f04ab7de9b357fce9667642)) | ||
## [1.0.27](https://github.com/bluelovers/ws-regexp/compare/regexp-range@1.0.26...regexp-range@1.0.27) (2021-07-09) | ||
### 🛠 Build System | ||
* update .js ([26829bc](https://github.com/bluelovers/ws-regexp/commit/26829bcd9557c28497ac40f4b5c7648593ebaca4)) | ||
## [1.0.26](https://github.com/bluelovers/ws-regexp/compare/regexp-range@1.0.24...regexp-range@1.0.26) (2021-06-21) | ||
@@ -8,0 +46,0 @@ |
@@ -8,3 +8,3 @@ "use strict"; | ||
// @ts-ignore | ||
return core_1.matchRange(...argv); | ||
return (0, core_1.matchRange)(...argv); | ||
} | ||
@@ -11,0 +11,0 @@ matchRange.matchRange = matchRange; |
{ | ||
"name": "regexp-range", | ||
"version": "1.0.26", | ||
"version": "1.0.29", | ||
"description": "create regex class range string `[一-十]` `[⓪-㊿]` ...", | ||
@@ -49,3 +49,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@lazy-cjk/japanese": "^1.2.15", | ||
"@lazy-cjk/japanese": "^1.2.18", | ||
"array-hyper-unique": "^1.1.9", | ||
@@ -55,3 +55,3 @@ "fill-range": "^7.0.1", | ||
}, | ||
"gitHead": "1aa0f123c804bfd33203716a9c7d11804c2e411e" | ||
"gitHead": "d4ccd0aff0bccb9666c3c771822048644d37c177" | ||
} |
@@ -8,4 +8,4 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const fill_range_1 = tslib_1.__importDefault(require("fill-range")); | ||
const table_1 = tslib_1.__importDefault(require("./table")); | ||
const fill_range_1 = (0, tslib_1.__importDefault)(require("fill-range")); | ||
const table_1 = (0, tslib_1.__importDefault)(require("./table")); | ||
exports.TABLE_RANGE = table_1.default; | ||
@@ -40,3 +40,3 @@ const array_hyper_unique_1 = require("array-hyper-unique"); | ||
} | ||
array_hyper_unique_1.array_unique_overwrite(ret); | ||
(0, array_hyper_unique_1.array_unique_overwrite)(ret); | ||
if (options.createRegExpString) { | ||
@@ -73,3 +73,3 @@ return toRegExpString(ret, options.createRegExpClass); | ||
if (_ok) { | ||
ret = fill_range_1.default(s, e); | ||
ret = (0, fill_range_1.default)(s, e); | ||
} | ||
@@ -76,0 +76,0 @@ if (!ret || !ret.length) { |
@@ -8,4 +8,4 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const chinese_1 = tslib_1.__importStar(require("./table/chinese")); | ||
const circle_1 = tslib_1.__importDefault(require("./table/circle")); | ||
const chinese_1 = (0, tslib_1.__importStar)(require("./table/chinese")); | ||
const circle_1 = (0, tslib_1.__importDefault)(require("./table/circle")); | ||
exports.table_range = { | ||
@@ -12,0 +12,0 @@ chinese: chinese_1.default, |
@@ -47,4 +47,4 @@ "use strict"; | ||
]; | ||
exports.list_range = util_1.listRawToRange(exports.list_range_raw); | ||
exports.list_range = (0, util_1.listRawToRange)(exports.list_range_raw); | ||
exports.default = exports.list_range; | ||
//# sourceMappingURL=circle.js.map |
@@ -16,4 +16,4 @@ "use strict"; | ||
]; | ||
exports.list_range = util_1.listRawToRange(exports.list_range_raw); | ||
exports.list_range = (0, util_1.listRawToRange)(exports.list_range_raw); | ||
exports.default = exports.list_range; | ||
//# sourceMappingURL=roman.js.map |
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
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
33511
Updated@lazy-cjk/japanese@^1.2.18