Skip to content

Commit

Permalink
Changed the version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfpg committed Feb 19, 2020
1 parent 5d1e4ba commit 6915684
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
84 changes: 42 additions & 42 deletions package-lock.json

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

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-openapi-gen",
"version": "0.7.2",
"version": "0.8.0",
"license": "MIT",
"author": "Cyclos development team",
"description": "An OpenAPI 3 codegen for Angular 6+",
Expand All @@ -25,33 +25,33 @@
},
"dependencies": {
"@loopback/openapi-v3-types": "^1.2.1",
"@types/argparse": "^1.0.36",
"@types/fs-extra": "^8.0.1",
"@types/argparse": "^1.0.38",
"@types/fs-extra": "^8.1.0",
"@types/jsesc": "^0.4.29",
"@types/json-schema": "^7.0.3",
"@types/json-schema": "^7.0.4",
"@types/lodash": "^4.14.149",
"@types/mkdirp": "^0.5.2",
"@types/node": "^12.12.21",
"@types/node": "^12.12.27",
"@types/rimraf": "^2.0.3",
"argparse": "^1.0.10",
"esm": "^3.2.25",
"fs-extra": "^8.1.0",
"handlebars": "^4.5.3",
"handlebars": "^4.7.3",
"jsesc": "^2.5.2",
"json-schema": "^0.2.5",
"json-schema-ref-parser": "^7.1.2",
"json-schema-ref-parser": "^7.1.3",
"lodash": "^4.17.15",
"mkdirp": "^0.5.1",
"rimraf": "^2.7.1",
"ts-node": "^8.5.4",
"typescript": "^3.7.3"
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"peerDependencies": {
"@angular/core": ">=6.0.0",
"rxjs": ">=6.0.0"
},
"devDependencies": {
"@types/jasmine": "^3.5.0",
"@types/jasmine": "^3.5.5",
"jasmine": "^3.5.0",
"jasmine-spec-reporter": "^4.2.1",
"jasmine-ts": "^0.3.0",
Expand Down

0 comments on commit 6915684

Please sign in to comment.