This commit is contained in:
xiaojunnuo
2026-06-04 12:25:23 +08:00
parent ee50458333
commit d368f9666a
32 changed files with 211 additions and 54 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"name": "@certd/pipeline",
"private": false,
"version": "1.40.5",
"version": "1.41.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
@@ -19,8 +19,8 @@
"compile": "tsc --skipLibCheck --watch"
},
"dependencies": {
"@certd/basic": "^1.40.5",
"@certd/plus-core": "^1.40.5",
"@certd/basic": "^1.41.0",
"@certd/plus-core": "^1.41.0",
"dayjs": "^1.11.7",
"lodash-es": "^4.17.21",
"reflect-metadata": "^0.1.13"