This commit is contained in:
xiaojunnuo
2024-08-04 02:53:50 +08:00
parent bf63b0d73f
commit 3bbbc41062
16 changed files with 82 additions and 18 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@certd/pipeline",
"private": false,
"version": "1.22.5",
"version": "1.22.6",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -22,13 +22,13 @@
"qs": "^6.11.2"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@rollup/plugin-commonjs": "^23.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.0.0",
"@types/chai": "^4.3.10",
"@types/lodash-es": "^4.17.12",
"@types/mocha": "^10.0.1",
"@types/node-forge": "^1.3.2",
"@types/uuid": "^9.0.2",