regexp-range
Advanced tools
Comparing version 1.0.21 to 1.0.22
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.0.22](https://github.com/bluelovers/ws-regexp/compare/regexp-range@1.0.21...regexp-range@1.0.22) (2020-11-10) | ||
### ♻️ Chores | ||
* **deps:** update deps ([37d1a64](https://github.com/bluelovers/ws-regexp/commit/37d1a64a224cce19d5a738d1f64f45c60f8af31a)) | ||
## [1.0.21](https://github.com/bluelovers/ws-regexp/compare/regexp-range@1.0.20...regexp-range@1.0.21) (2020-08-17) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "regexp-range", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "create regex class range string `[一-十]` `[⓪-㊿]` ...", | ||
@@ -49,7 +49,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@lazy-cjk/japanese": "^1.2.9", | ||
"@lazy-cjk/japanese": "^1.2.10", | ||
"array-hyper-unique": "^1.1.9", | ||
"fill-range": "^7.0.1" | ||
}, | ||
"gitHead": "8d9d66e5c50ff4553d05a8b74c8ad1a88df2c72c" | ||
"gitHead": "28bfe8c18ca5ffc7623f9f40ebb69c298ca2a57b" | ||
} |
@@ -37,2 +37,3 @@ "use strict"; | ||
['chineseMilitary'], | ||
//['vietnam'], | ||
].forEach(function (key) { | ||
@@ -39,0 +40,0 @@ let ls = numbers_1.predefineedTranscriptionConfigs.digits[key[0]]; |
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
32470
402
Updated@lazy-cjk/japanese@^1.2.10