Skip to content

Commit

Permalink
Updated version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Fernando Planella Gonzalez committed Jul 26, 2019
1 parent cc1b58e commit 67328b4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-openapi-gen",
"version": "0.5.0",
"version": "0.5.1",
"license": "MIT",
"author": "Cyclos development team",
"description": "An OpenAPI 3 codegen for Angular 6+",
Expand All @@ -24,22 +24,22 @@
"build": "npm run tslint && npm run compile && npm test"
},
"dependencies": {
"@loopback/openapi-v3-types": "^1.2.0",
"@loopback/openapi-v3-types": "^1.2.1",
"@types/argparse": "^1.0.36",
"@types/fs-extra": "^7.0.0",
"@types/jsesc": "^0.4.29",
"@types/json-schema": "^7.0.3",
"@types/lodash": "^4.14.136",
"@types/mkdirp": "^0.5.2",
"@types/node": "^10.14.12",
"@types/node": "^10.14.13",
"argparse": "^1.0.10",
"esm": "^3.2.25",
"fs-extra": "^8.1.0",
"handlebars": "^4.1.2",
"jsesc": "^2.5.2",
"json-schema": "^0.2.3",
"json-schema-ref-parser": "^5.1.3",
"lodash": "^4.17.14",
"lodash": "^4.17.15",
"mkdirp": "^0.5.1",
"ts-node": "^7.0.1",
"typescript": "^3.5.3"
Expand All @@ -49,7 +49,7 @@
"rxjs": ">=6.0.0"
},
"devDependencies": {
"@types/jasmine": "^3.3.13",
"@types/jasmine": "^3.3.15",
"jasmine": "^3.4.0",
"jasmine-spec-reporter": "^4.2.1",
"jasmine-ts": "^0.3.0",
Expand Down

0 comments on commit 67328b4

Please sign in to comment.