This commit is contained in:
xiaojunnuo
2026-01-22 12:30:59 +08:00
parent 0040b76a19
commit f92dc6a1ad
34 changed files with 202 additions and 91 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@certd/pipeline",
"private": false,
"version": "1.38.1",
"version": "1.38.2",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
@@ -18,8 +18,8 @@
"compile": "tsc --skipLibCheck --watch"
},
"dependencies": {
"@certd/basic": "^1.38.1",
"@certd/plus-core": "^1.38.1",
"@certd/basic": "^1.38.2",
"@certd/plus-core": "^1.38.2",
"dayjs": "^1.11.7",
"lodash-es": "^4.17.21",
"reflect-metadata": "^0.1.13"