移除cv,请使用@yizhi/cv包

This commit is contained in:
2025-03-17 12:24:30 +08:00
parent b48d2daffb
commit 6bf7db1f4c
22 changed files with 72 additions and 355 deletions

View File

@ -1,10 +1,11 @@
{
"name": "@yizhi/ai",
"version": "1.0.5",
"version": "1.0.6",
"releaseVersion": "1.0.6",
"main": "dist/index.js",
"types": "typing/index.d.ts",
"scripts": {
"build": "tsc",
"build": "rm -rf dist typing && tsc",
"watch": "tsc -w --inlineSourceMap"
},
"keywords": [],
@ -17,5 +18,8 @@
"compressing": "^1.10.1",
"node-addon-api": "^8.3.1",
"unbzip2-stream": "^1.4.3"
},
"dependencies": {
"@yizhi/cv": "^1.0.2"
}
}