Skip to content

Commit 313ef55

Browse files
committed
some possible zhuyin errors should be fixed
1 parent f1c2018 commit 313ef55

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

bun.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"name": "mdx-yomitan",
66
"dependencies": {
77
"cheerio": "^1.1.2",
8-
"pinyin-to-zhuyin": "[email protected]:logicmason/pinyin-zhuyin.git",
9-
"pinyin-tone-tool": "^1.0.2",
8+
"pinyin-to-zhuyin": "^1.0.1",
9+
"pinyin-tone-tool": "^1.0.4",
1010
"ramda": "^0.32.0",
1111
"yomichan-dict-builder": "^2.10.0",
1212
},
@@ -77,9 +77,9 @@
7777

7878
"parse5-parser-stream": ["[email protected]", "", { "dependencies": { "parse5": "^7.0.0" } }, "sha512-JyeQc9iwFLn5TbvvqACIF/VXG6abODeB3Fwmv/TGdLk2LfbWkaySGY72at4+Ty7EkPZj854u4CrICqNk2qIbow=="],
7979

80-
"pinyin-to-zhuyin": ["pinyin-to-zhuyin@git+ssh://[email protected]:logicmason/pinyin-zhuyin.git#3ea078be334fb52287362f5d4b65e2c3ddec9d4f", { "bin": { "p2z": "./p2z.js", "z2p": "./z2p.js" } }, "3ea078be334fb52287362f5d4b65e2c3ddec9d4f"],
80+
"pinyin-to-zhuyin": ["pinyin-to-zhuyin@1.0.1", "", { "bin": { "p2z": "p2z.js", "z2p": "z2p.js" } }, "sha512-OCqOre/zS5aksip/gpTOb2ccDnY2puSbYEkhNUL3ggdmdRvva9oyKypouAnM2h6LZJw2VxxywnLCfrZT5TkZrA=="],
8181

82-
"pinyin-tone-tool": ["[email protected].3", "", { "bin": { "markTones": "markTones.js", "numberTones": "numberTones.js", "segmentWord": "segmentWord.js" } }, "sha512-KglQxxFPidBn6TuEWKNwCvdR4Vl41mccVaNK/WCthd5rENNx+eJyf3KcXR+vZJws/2NmP3Ayq07R1TSnJQKU9w=="],
82+
"pinyin-tone-tool": ["[email protected].4", "", { "bin": { "markTones": "markTones.js", "numberTones": "numberTones.js", "segmentWord": "segmentWord.js" } }, "sha512-k5vWo0ZAct45urDf4XBsZKYz8Dp1sfe4iNr3fOOivxqYHax5WSMK1yJI5OlqpHXLFq/a9QdsJmaSpvrOBOgRgA=="],
8383

8484
"process-nextick-args": ["[email protected]", "", {}, "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="],
8585

export.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { processGuifan } from "./dics/guifan/guifan.ts";
44
import { processHanyu7 } from "./dics/hanyu7/hanyu7.ts";
55

66
const versions = {
7-
guifan: "2025/12/17.2",
8-
hanyu7: "2025/12/20.3",
7+
guifan: "2025/12/26.1",
8+
hanyu7: "2025/12/26.1",
99
};
1010

1111
const guifanPinyinDic = new Dictionary({ fileName: "guifan-pinyin.zip" });

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"dependencies": {
1515
"cheerio": "^1.1.2",
16-
"pinyin-to-zhuyin": "[email protected]:logicmason/pinyin-zhuyin.git",
17-
"pinyin-tone-tool": "^1.0.3",
16+
"pinyin-to-zhuyin": "^1.0.1",
17+
"pinyin-tone-tool": "^1.0.4",
1818
"ramda": "^0.32.0",
1919
"yomichan-dict-builder": "^2.10.0"
2020
}

0 commit comments

Comments
 (0)