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
+1 -1
View File
@@ -18,7 +18,7 @@
"types"
],
"dependencies": {
"@certd/basic": "workspace:^1.40.4",
"@certd/basic": "^1.40.4",
"@peculiar/x509": "^1.11.0",
"asn1js": "^3.0.5",
"axios": "^1.9.0",
+2 -2
View File
@@ -19,8 +19,8 @@
"compile": "tsc --skipLibCheck --watch"
},
"dependencies": {
"@certd/basic": "workspace:^1.40.4",
"@certd/plus-core": "workspace:^1.40.4",
"@certd/basic": "^1.40.4",
"@certd/plus-core": "^1.40.4",
"dayjs": "^1.11.7",
"lodash-es": "^4.17.21",
"reflect-metadata": "^0.1.13"