mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
chore: 1
This commit is contained in:
@@ -59,5 +59,5 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/publishlab/node-acme-client/issues"
|
||||
},
|
||||
"gitHead": "c2650d308c7f64af60f1658ea4844b0f2b13351b"
|
||||
"gitHead": "03ce69dbfb317db7a3688d33ccc17ef06fd68393"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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()) {
|
||||
|
||||
@@ -36,5 +36,5 @@
|
||||
"tslib": "^2.5.2",
|
||||
"typescript": "^4.8.4"
|
||||
},
|
||||
"gitHead": "c2650d308c7f64af60f1658ea4844b0f2b13351b"
|
||||
"gitHead": "03ce69dbfb317db7a3688d33ccc17ef06fd68393"
|
||||
}
|
||||
|
||||
@@ -24,5 +24,5 @@
|
||||
"url": "^0.11.0",
|
||||
"uuid": "^3.1.0"
|
||||
},
|
||||
"gitHead": "c2650d308c7f64af60f1658ea4844b0f2b13351b"
|
||||
"gitHead": "03ce69dbfb317db7a3688d33ccc17ef06fd68393"
|
||||
}
|
||||
|
||||
@@ -37,5 +37,5 @@
|
||||
"tslib": "^2.5.2",
|
||||
"typescript": "^4.8.4"
|
||||
},
|
||||
"gitHead": "c2650d308c7f64af60f1658ea4844b0f2b13351b"
|
||||
"gitHead": "03ce69dbfb317db7a3688d33ccc17ef06fd68393"
|
||||
}
|
||||
|
||||
@@ -53,5 +53,5 @@
|
||||
"typeorm": "^0.3.11",
|
||||
"typescript": "~5.1.0"
|
||||
},
|
||||
"gitHead": "c2650d308c7f64af60f1658ea4844b0f2b13351b"
|
||||
"gitHead": "03ce69dbfb317db7a3688d33ccc17ef06fd68393"
|
||||
}
|
||||
|
||||
@@ -53,5 +53,5 @@
|
||||
"vite": "^3.1.0",
|
||||
"vue-tsc": "^0.38.9"
|
||||
},
|
||||
"gitHead": "c2650d308c7f64af60f1658ea4844b0f2b13351b"
|
||||
"gitHead": "03ce69dbfb317db7a3688d33ccc17ef06fd68393"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user