Skip to content

Commit 721fd98

Browse files
committed
feat: 增加更新检查
1 parent 11b4ebe commit 721fd98

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"plugins": [
3838
"@oclif/plugin-help",
3939
"@oclif/plugin-not-found",
40-
"@oclif/plugin-version"
40+
"@oclif/plugin-version",
41+
"@oclif/plugin-warn-if-update-available"
4142
]
4243
},
4344
"dependencies": {
@@ -47,6 +48,7 @@
4748
"@oclif/plugin-help": "^6.0.21",
4849
"@oclif/plugin-not-found": "^3.1.6",
4950
"@oclif/plugin-version": "^2.0.17",
51+
"@oclif/plugin-warn-if-update-available": "^3.0.16",
5052
"chalk": "^5.3.0",
5153
"langchain": "^0.1.36",
5254
"ora": "^8.0.1"

pnpm-lock.yaml

+7-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)