feat: 支持模板卡片类型消息;升级依赖;异常处理优化;

This commit is contained in:
guanhongfu
2022-09-14 11:49:45 +08:00
parent 46370aa1f7
commit 07415b7499
11 changed files with 493 additions and 510 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "action-wechat-work",
"version": "1.0.7",
"version": "1.0.8",
"description": "GitHub Action that sends a WeChat Work notification.",
"private": true,
"scripts": {
@@ -25,9 +25,9 @@
},
"homepage": "https://github.com/chf007/action-wechat-work#readme",
"dependencies": {
"axios": "^0.27.1"
"axios": "^0.27.2"
},
"devDependencies": {
"@vercel/ncc": "^0.33.4"
"@vercel/ncc": "^0.34.0"
}
}