regexp-cjk
Advanced tools
Comparing version
@@ -6,2 +6,13 @@ # Change Log | ||
## [3.3.84](https://github.com/bluelovers/ws-regexp/compare/regexp-cjk@3.3.83...regexp-cjk@3.3.84) (2020-08-31) | ||
### ♻️ Chores | ||
* update type ([9cd7eaf](https://github.com/bluelovers/ws-regexp/commit/9cd7eaf420141e5545075abab5996f92d578c7ae)) | ||
## [3.3.83](https://github.com/bluelovers/ws-regexp/compare/regexp-cjk@3.3.82...regexp-cjk@3.3.83) (2020-08-26) | ||
@@ -8,0 +19,0 @@ |
@@ -6,3 +6,3 @@ /** | ||
import { INodeInput } from 'regexp-parser-event'; | ||
export declare function customizer(objValue: any, srcValue: any): any[]; | ||
export declare function customizer<T extends any[], U extends any[]>(objValue: T, srcValue: U): [...T, ...U]; | ||
export interface IGetSettingOptions<S extends IRegExpUserInput = IRegExpUserInput> { | ||
@@ -9,0 +9,0 @@ str: S; |
{ | ||
"name": "regexp-cjk", | ||
"version": "3.3.83", | ||
"version": "3.3.84", | ||
"description": "Generate JavaScript-compatible regular expressions with chinese/jp/zh/cn", | ||
@@ -93,3 +93,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@lazy-cjk/zh-table-list": "^1.0.56", | ||
"@lazy-cjk/zh-table-list": "^1.0.57", | ||
"array-hyper-unique": "^1.1.9", | ||
@@ -103,3 +103,3 @@ "lodash": "^4.17.20", | ||
}, | ||
"gitHead": "45a3cbfeb73ab8901792471b030ec258f7f5c9da" | ||
"gitHead": "d370c581b6b4021d40addaa12c657ebba9746247" | ||
} |
Sorry, the diff of this file is not supported yet
116818
0.27%