We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a42d3 commit f17b0d9Copy full SHA for f17b0d9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "wechat-api-next",
3
- "version": "3.4.0",
+ "version": "3.4.1",
4
"author": "lblblong <[email protected]>",
5
"homepage": "https://github.com/lblblong/wechat-api-next",
6
"description": "wechat-api-next 是一个类型提示友好,响应友好的微信服务端 API Node.js 封装。",
@@ -14,6 +14,7 @@
14
"test": "tsdx test",
15
"lint": "tsdx lint",
16
"prepare": "tsdx build --target node",
17
+ "prepublishOnly": "tsdx build --target node",
18
"size": "size-limit",
19
"doc:serve": "dumi dev",
20
"doc:build": "dumi build",
0 commit comments