regexp-range
Advanced tools
Comparing version 2.0.4 to 2.0.5
@@ -6,2 +6,12 @@ # Change Log | ||
## [2.0.5](https://github.com/bluelovers/ws-regexp/compare/regexp-range@2.0.4...regexp-range@2.0.5) (2024-03-01) | ||
### 📌 Dependencies | ||
* update deps ([e9a581a](https://github.com/bluelovers/ws-regexp/commit/e9a581a6e0532881e0950c5b296946744737aad6)) | ||
## [2.0.4](https://github.com/bluelovers/ws-regexp/compare/regexp-range@2.0.3...regexp-range@2.0.4) (2024-01-29) | ||
@@ -8,0 +18,0 @@ |
@@ -1,6 +0,3 @@ | ||
export declare const TABLE_RANGE: { | ||
readonly chinese: string[][]; | ||
readonly chinese2: string[][]; | ||
readonly circle: string[][]; | ||
}; | ||
import { TABLE_RANGE } from '@lazy-cjk/regexp-range-table'; | ||
export type IOptions = { | ||
@@ -37,2 +34,3 @@ /** | ||
export { | ||
TABLE_RANGE, | ||
matchRange as default, | ||
@@ -39,0 +37,0 @@ }; |
{ | ||
"name": "regexp-range", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "create regex class range string `[一-十]` `[⓪-㊿]` ...", | ||
@@ -55,2 +55,3 @@ "keywords": [ | ||
"test:jest": "jest --passWithNoTests", | ||
"test:jest:coverage": "yarn run test:jest -- --coverage", | ||
"test:jest:snapshot": "yarn run test:jest -- -u", | ||
@@ -87,7 +88,7 @@ "test:snapshot": "yarn run test -- -u", | ||
"@bluelovers/fill-range": "^7.0.2", | ||
"@lazy-cjk/regexp-range-table": "^1.0.5", | ||
"@lazy-cjk/regexp-range-table": "^1.0.6", | ||
"array-hyper-unique": "^2.1.4" | ||
}, | ||
"packageManager": "yarn@1.22.19", | ||
"gitHead": "3da68f8abe92eaa77bb13b8cc1b852b1f831c735" | ||
"gitHead": "e905ea55dc6433024806ea9db77147b282b5566d" | ||
} |
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
64632
544