@pinyin-pro/data
Advanced tools
Comparing version 1.2.0-beta.0 to 1.2.0-beta.1
{ | ||
"name": "@pinyin-pro/data", | ||
"version": "1.2.0-beta.0", | ||
"version": "1.2.0-beta.1", | ||
"description": "The data directory for pinyin-pro", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "tsc && vite build" | ||
}, | ||
@@ -16,3 +17,13 @@ "repository": { | ||
"./modern.json": "./json/modern.json", | ||
"./package.json": "./json/package.json" | ||
"./package.json": "./json/package.json", | ||
"./*": { | ||
"import": { | ||
"types": "./types/index.d.ts", | ||
"default": "./dist/src/*.mjs" | ||
}, | ||
"require": { | ||
"types": "./types/index.d.ts", | ||
"default": "./dist/src/*.js" | ||
} | ||
} | ||
}, | ||
@@ -28,3 +39,8 @@ "publishConfig": { | ||
}, | ||
"homepage": "https://github.com/chinese-data/pinyin-pro-data#readme" | ||
"homepage": "https://github.com/chinese-data/pinyin-pro-data#readme", | ||
"devDependencies": { | ||
"rollup-plugin-terser": "^7.0.2", | ||
"typescript": "^5.5.4", | ||
"vite": "^5.4.0" | ||
} | ||
} |
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
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
59507041
31
364171
3