Skip to content

Commit

Permalink
Changed the version to 0.8.1 and updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
luisfpg committed Mar 2, 2020
1 parent aca300c commit 7d48732
Show file tree
Hide file tree
Showing 5 changed files with 1,335 additions and 62,837 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-openapi-gen",
"version": "0.8.0",
"version": "0.8.1",
"license": "MIT",
"author": "Cyclos development team",
"description": "An OpenAPI 3 codegen for Angular 7+",
Expand Down Expand Up @@ -31,7 +31,7 @@
"@types/json-schema": "^7.0.4",
"@types/lodash": "^4.14.149",
"@types/mkdirp": "^0.5.2",
"@types/node": "^12.12.27",
"@types/node": "^12.12.29",
"@types/rimraf": "^2.0.3",
"argparse": "^1.0.10",
"esm": "^3.2.25",
Expand All @@ -44,14 +44,14 @@
"mkdirp": "^0.5.1",
"rimraf": "^2.7.1",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
"typescript": "^3.8.3"
},
"peerDependencies": {
"@angular/core": ">=7.0.0",
"rxjs": ">=6.0.0"
},
"devDependencies": {
"@types/jasmine": "^3.5.5",
"@types/jasmine": "^3.5.7",
"jasmine": "^3.5.0",
"jasmine-spec-reporter": "^4.2.1",
"jasmine-ts": "^0.3.0",
Expand Down
Loading

0 comments on commit 7d48732

Please sign in to comment.