This commit is contained in:
xiaojunnuo
2024-09-25 10:18:43 +08:00
parent 2d86fa254c
commit a943a41d2e
9 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -59,5 +59,5 @@
"bugs": {
"url": "https://github.com/publishlab/node-acme-client/issues"
},
"gitHead": "c2650d308c7f64af60f1658ea4844b0f2b13351b"
"gitHead": "03ce69dbfb317db7a3688d33ccc17ef06fd68393"
}
+2 -2
View File
@@ -14,7 +14,7 @@
"test": "mocha --loader=ts-node/esm"
},
"dependencies": {
"@certd/plus": "^1.25.1",
"@certd/plus-core": "^1.25.4",
"axios": "^1.7.2",
"fix-path": "^4.0.0",
"http-proxy-agent": "^7.0.2",
@@ -60,5 +60,5 @@
"vite": "^4.3.8",
"vue-tsc": "^1.6.5"
},
"gitHead": "c2650d308c7f64af60f1658ea4844b0f2b13351b"
"gitHead": "03ce69dbfb317db7a3688d33ccc17ef06fd68393"
}
+2 -2
View File
@@ -1,7 +1,7 @@
import { logger } from "../utils/index.js";
import { setLogger, isPlus } from "@certd/plus";
import { setLogger, isPlus } from "@certd/plus-core";
setLogger(logger);
export * from "@certd/plus";
export * from "@certd/plus-core";
export function checkPlus() {
if (!isPlus()) {