This commit is contained in:
xiaojunnuo
2025-10-14 22:50:33 +08:00
parent cd21f2d1d7
commit e1daaf07ce
28 changed files with 134 additions and 44 deletions

View File

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