mirror of
https://github.com/certd/certd.git
synced 2026-04-26 13:48:07 +08:00
chore: lib-server
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
"dependencies": {
|
||||
"@certd/basic": "^1.25.9",
|
||||
"@certd/plus-core": "^1.25.9",
|
||||
"nanoid": "^5.0.7",
|
||||
"axios": "^1.7.2",
|
||||
"fix-path": "^4.0.0",
|
||||
"http-proxy-agent": "^7.0.2",
|
||||
|
||||
@@ -8,6 +8,7 @@ export * from "./util.promise.js";
|
||||
export * from "./util.hash.js";
|
||||
export * from "./util.merge.js";
|
||||
export * from "./util.cache.js";
|
||||
import { nanoid } from "nanoid";
|
||||
import { mergeUtils } from "./util.merge.js";
|
||||
import { sp } from "./util.sp.js";
|
||||
import { hashUtils } from "./util.hash.js";
|
||||
@@ -25,4 +26,5 @@ export const utils = {
|
||||
_,
|
||||
mergeUtils,
|
||||
cache,
|
||||
nanoid,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user