Skip to content

Commit

Permalink
Updated to support newest runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
mishushakov committed Jan 22, 2024
1 parent 81b9587 commit a168992
Show file tree
Hide file tree
Showing 5 changed files with 4,536 additions and 2,022 deletions.
90 changes: 23 additions & 67 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "stepci",
"version": "2.7.2",
"description": "API Testing and Monitoring made simple",
"version": "3.0.0",
"description": "Automated API Testing and Quality Assurance",
"main": "index.js",
"bin": {
"stepci": "dist/index.js"
Expand All @@ -11,7 +11,7 @@
],
"dependencies": {
"@stepci/plugin-openapi": "^0.3.5",
"@stepci/runner": "^1.11.6",
"@stepci/runner": "^2.0.0",
"chalk": "^4.1.2",
"ci-info": "^3.5.0",
"cli-highlight": "^2.1.11",
Expand Down

0 comments on commit a168992

Please sign in to comment.