diff --git a/.codecheck/check.yml b/.codecheck/check.yml new file mode 100644 index 0000000000000000000000000000000000000000..6da5994ddf5bf5ad47a52b0c7354587f5d1f97dd --- /dev/null +++ b/.codecheck/check.yml @@ -0,0 +1,10 @@ +version: 2.0 + +steps: + pre_codecheck: + - checkout + +tool_params: + secsolar: + compile_root_dir: + compile_script: diff --git a/dist/index.js b/dist/index.js index b5ecbd8aa071bb8b29bd7a6178fd65c8b8dc47f7..5a436150387be7ba303c59d3ae31ed2124280822 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index 2d0bf99969b2684704a95c1b29e2870358901dbc..6747c1fd40a4c52764142409120da52cf0f84622 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/package.json b/package.json index dec4b00c855ad8164921fcf3dbcdbfc58eec85a2..a870cd30aafef94d2a1815576dce48b2f09458f1 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@types/uuid": "^8.3.4", "fs-extra": "^10.0.1", "mime": "^3.0.0", - "semver": "^6.1.1" + "semver": "^7.3.5" }, "devDependencies": { "@cloud/eslint-config-cbc": "^1.7.2", @@ -52,6 +52,6 @@ "nock": "^10.0.6", "prettier": "^1.17.1", "ts-jest": "^27.0.5", - "typescript": "^3.8.3" + "typescript": "^4.5.0" } }