This commit is contained in:
xiaojunnuo
2026-07-08 23:47:40 +08:00
parent 97cf5e127b
commit a6ef6996c3
28 changed files with 102 additions and 42 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-cert",
"private": false,
"version": "1.42.2",
"version": "1.42.3",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -20,7 +20,7 @@
"lint": "eslint --fix"
},
"dependencies": {
"@certd/plugin-lib": "^1.42.2"
"@certd/plugin-lib": "^1.42.3"
},
"devDependencies": {
"@types/chai": "^4.3.12",