This commit is contained in:
xiaojunnuo
2024-11-08 23:50:14 +08:00
parent 7bd40c94c7
commit 3a0178b294
24 changed files with 143 additions and 60 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-cert",
"private": false,
"version": "1.27.1",
"version": "1.27.2",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -15,15 +15,15 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/acme-client": "^1.27.1",
"@certd/basic": "^1.27.1",
"@certd/pipeline": "^1.27.1",
"@certd/acme-client": "^1.27.2",
"@certd/basic": "^1.27.2",
"@certd/pipeline": "^1.27.2",
"@google-cloud/publicca": "^1.3.0",
"dayjs": "^1.11.7",
"jszip": "^3.10.1",
"lodash-es": "^4.17.21",
"psl": "^1.9.0",
"rimraf": "^5.0.5",
"lodash-es": "^4.17.21"
"rimraf": "^5.0.5"
},
"devDependencies": {
"@types/chai": "^4.3.3",
@@ -37,8 +37,8 @@
"eslint-plugin-prettier": "^4.2.1",
"mocha": "^10.1.0",
"prettier": "^2.8.8",
"typescript": "^5.4.2",
"tslib": "^2.8.1"
"tslib": "^2.8.1",
"typescript": "^5.4.2"
},
"gitHead": "1d8515bce0b3ce5ece84db53ca57cfbd0c3f4d5a"
}