This commit is contained in:
xiaojunnuo
2024-09-26 14:27:04 +08:00
parent e9fda44bf0
commit be13390b3a
22 changed files with 76 additions and 32 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@certd/pipeline",
"private": false,
"version": "1.25.4",
"version": "1.25.5",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -27,7 +27,6 @@
"qs": "^6.11.2"
},
"devDependencies": {
"rimraf": "^5.0.5",
"@rollup/plugin-commonjs": "^23.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
@@ -52,6 +51,7 @@
"mocha": "^10.2.0",
"prettier": "^2.8.8",
"reflect-metadata": "^0.1.13",
"rimraf": "^5.0.5",
"rollup": "^3.7.4",
"rollup-plugin-typescript2": "^0.34.1",
"rollup-plugin-visualizer": "^5.8.2",