This commit is contained in:
xiaojunnuo
2026-01-13 23:26:42 +08:00
parent 31c8de5bbe
commit a218cd0ffb
30 changed files with 196 additions and 57 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-cert",
"private": false,
"version": "1.37.17",
"version": "1.38.0",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -17,12 +17,12 @@
"compile": "tsc --skipLibCheck --watch"
},
"dependencies": {
"@certd/acme-client": "^1.37.17",
"@certd/basic": "^1.37.17",
"@certd/pipeline": "^1.37.17",
"@certd/plugin-lib": "^1.37.17",
"punycode.js": "^2.3.1",
"psl": "^1.9.0"
"@certd/acme-client": "^1.38.0",
"@certd/basic": "^1.38.0",
"@certd/pipeline": "^1.38.0",
"@certd/plugin-lib": "^1.38.0",
"psl": "^1.9.0",
"punycode.js": "^2.3.1"
},
"devDependencies": {
"@types/chai": "^4.3.3",