regexp-range
Advanced tools
Comparing version 1.0.18 to 1.0.20
@@ -6,2 +6,24 @@ # Change Log | ||
## [1.0.20](https://github.com/bluelovers/ws-regexp/compare/regexp-range@1.0.19...regexp-range@1.0.20) (2020-07-19) | ||
### 🔖 Miscellaneous | ||
* . ([c3c7f7f](https://github.com/bluelovers/ws-regexp/commit/c3c7f7fc30adc9cd3fc116cc5cf11a0cc0911e16)) | ||
## [1.0.19](https://github.com/bluelovers/ws-regexp/compare/regexp-range@1.0.18...regexp-range@1.0.19) (2020-07-19) | ||
### 🛠 Build System | ||
* update typescript ([0906138](https://github.com/bluelovers/ws-regexp/commit/09061382af8b98173cadd92adf736d744c74575d)) | ||
## [1.0.18](https://github.com/bluelovers/ws-regexp/compare/regexp-range@1.0.17...regexp-range@1.0.18) (2020-07-02) | ||
@@ -8,0 +30,0 @@ |
{ | ||
"name": "regexp-range", | ||
"version": "1.0.18", | ||
"version": "1.0.20", | ||
"description": "create regex class range string `[一-十]` `[⓪-㊿]` ...", | ||
@@ -49,7 +49,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@lazy-cjk/japanese": "^1.2.6", | ||
"@lazy-cjk/japanese": "^1.2.8", | ||
"array-hyper-unique": "^1.1.9", | ||
"fill-range": "^7.0.1" | ||
}, | ||
"gitHead": "54e5b8b2afa04b4314bf9d3fa4011a25e2f85777" | ||
"gitHead": "c9a0537568a54bd4608ced691ae10fe0f8fc4824" | ||
} |
@@ -20,3 +20,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -23,0 +23,0 @@ return result; |
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
31996
+ Added@types/node@22.9.3(transitive)
+ Addedundici-types@6.19.8(transitive)
- Removed@types/node@22.10.0(transitive)
- Removedundici-types@6.20.0(transitive)
Updated@lazy-cjk/japanese@^1.2.8