asian-regexps
Advanced tools
Comparing version 4.0.1 to 4.1.1
{ | ||
"name": "asian-regexps", | ||
"description": "Chinese, Japanese, Korean convenient RegExp ESM Node.js module", | ||
"version": "4.0.1", | ||
"version": "4.1.1", | ||
"author": "Valentin Degenne <vdegenne@gmail.com>", | ||
"main": "asian-regexps.js", | ||
"module": "asian-regexps-esm.js", | ||
"main": "asian-regexps.cjs", | ||
"module": "asian-regexps.js", | ||
"type": "module", | ||
"keywords": [ | ||
@@ -16,7 +17,12 @@ "regexp", | ||
"devDependencies": { | ||
"esbuild": "^0.14.13" | ||
"esbuild": "^0.14.13", | ||
"typescript": "^4.5.5" | ||
}, | ||
"scripts": { | ||
"build": "esbuild asian-regexps-esm.js --format=cjs > asian-regexps.js" | ||
} | ||
"build": "npm run clean && npm run build:cjs && npm run build:esm", | ||
"build:cjs": "tsc src/asian-regexps.ts --outDir . --declaration && mv ./asian-regexps.js ./asian-regexps.cjs", | ||
"build:esm": "tsc src/asian-regexps.ts --outDir . --module esnext", | ||
"clean": "rm -rf asian-regexps.js asian-regexps.d.ts" | ||
}, | ||
"typings": "asian-regexps.d.ts" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16178
5
134
Yes
2
1