parse-pinyin 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "parse-pinyin",
|
|
3
|
-
"version": "1.3.
|
|
4
|
-
"description": "一个高效的汉字拼音查询库,兼容浏览器和nodejs,提供ESM、commonjs、iife
|
|
3
|
+
"version": "1.3.3",
|
|
4
|
+
"description": "一个高效的汉字拼音查询库,兼容浏览器和nodejs,提供ESM、commonjs、iife格式的构建,支持拼音反查,解析获取中文拼音、韵母、声母、声调、前后鼻音等",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"module": "dist/index.mjs",
|