feat: 升级依赖;文件结构优化;异常处理优化;

This commit is contained in:
guanhongfu
2022-04-27 10:20:40 +08:00
parent f99560aa94
commit 46370aa1f7
14 changed files with 2319 additions and 21475 deletions

View File

@@ -1,11 +1,11 @@
{
"name": "action-wechat-work",
"version": "1.0.6",
"version": "1.0.7",
"description": "GitHub Action that sends a WeChat Work notification.",
"private": true,
"scripts": {
"test": "npm test",
"build": "ncc build entrypoint.js"
"build": "ncc build src/entrypoint.js"
},
"repository": {
"type": "git",
@@ -25,9 +25,9 @@
},
"homepage": "https://github.com/chf007/action-wechat-work#readme",
"dependencies": {
"@vercel/ncc": "^0.33.1",
"axios": "^0.24.0",
"lodash": "^4.17.21",
"yargs": "^17.3.1"
"axios": "^0.27.1"
},
"devDependencies": {
"@vercel/ncc": "^0.33.4"
}
}