Skip to content

Commit 90cd20c

Browse files
fix: fix chinese to pinyin conversion error (#649)
1 parent 808e655 commit 90cd20c

File tree

5 files changed

+424
-324
lines changed

5 files changed

+424
-324
lines changed

.changeset/rude-foxes-cheer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'openapi-ts-request': patch
3+
---
4+
5+
fix: fix chinese to pinyin conversion error

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151
"minimatch": "^9.0.5",
5252
"mockjs": "^1.1.0",
5353
"nunjucks": "^3.2.4",
54+
"pinyin-pro": "^3.28.0",
5455
"prettier": "^3.3.2",
5556
"reserved-words": "^0.1.2",
5657
"rimraf": "^5.0.10",
5758
"swagger2openapi": "^7.0.8",
58-
"tiny-pinyin": "^1.3.2",
5959
"ts-morph": "^25.0.1",
6060
"tslib": "^2.6.3"
6161
},

0 commit comments

Comments
 (0)