Skip to content

Commit

Permalink
feat: sqlite3 依赖调整为 better-sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
yangmingming committed Oct 26, 2024
1 parent e945f6f commit abe18ba
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 206 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
3. 所有请求一律自动重试5次
4. 运行完毕后默认进行重试
5. 显式提示抓取错误解决方案: 重新登录或者等待6小时后重试
6. sqlite3 依赖调整为 better-sqlite3

# 3.4.0

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"request-promise": "^4.2.6",
"sharp": "^0.33.5",
"shelljs": "^0.8.5",
"sqlite3": "^5.0.10"
"better-sqlite3": "^11.5.0"
},
"devDependencies": {
"@babel/cli": "^7.18.6",
Expand Down Expand Up @@ -139,4 +139,4 @@
"typescript": "^4.7.4",
"watch": "^1.0.2"
}
}
}
Loading

0 comments on commit abe18ba

Please sign in to comment.