chore: package

This commit is contained in:
xiaojunnuo
2026-05-26 11:55:04 +08:00
parent 7198e24945
commit c87bc22a5f
5 changed files with 16 additions and 16 deletions
+4 -4
View File
@@ -18,10 +18,10 @@
"compile": "tsc --skipLibCheck --watch"
},
"dependencies": {
"@certd/acme-client": "workspace:^1.40.4",
"@certd/basic": "workspace:^1.40.4",
"@certd/pipeline": "workspace:^1.40.4",
"@certd/plugin-lib": "workspace:^1.40.4",
"@certd/acme-client": "^1.40.4",
"@certd/basic": "^1.40.4",
"@certd/pipeline": "^1.40.4",
"@certd/plugin-lib": "^1.40.4",
"psl": "^1.9.0",
"punycode.js": "^2.3.1"
},