Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiviljami committed Nov 4, 2023
1 parent 7f4b67b commit 0220f4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 18 deletions.
20 changes: 5 additions & 15 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": "openapicmd",
"description": "OpenAPI Command Line Tool",
"version": "2.0.0-rc17",
"version": "2.0.0",
"author": "Viljami Kuosmanen <[email protected]>",
"bin": {
"openapi": "./bin/run.js"
Expand Down Expand Up @@ -39,6 +39,7 @@
"koa-static": "^5.0.0",
"openapi-backend": "^5.6.2",
"openapi-client-axios": "^7.1.1",
"openapi-client-axios-typegen": "*",
"swagger-editor-dist": "^4.11.2",
"swagger-ui-dist": "^5.9.0",
"swagger2openapi": "^7.0.8",
Expand All @@ -65,7 +66,6 @@
"globby": "^11.0.0",
"nock": "^13.3.0",
"oclif": "^4.0.2",
"openapi-client-axios-typegen": "*",
"openapi-types": "^12.1.0",
"prettier": "^2.0.4",
"rimraf": "^3.0.2",
Expand Down Expand Up @@ -113,4 +113,4 @@
"version": "oclif-dev readme && git add README.md"
},
"types": "lib/index.d.ts"
}
}

0 comments on commit 0220f4a

Please sign in to comment.