exegesis-express
Advanced tools
Comparing version 1.0.0 to 2.0.0
{ | ||
"name": "exegesis-express", | ||
"version": "1.0.0", | ||
"version": "2.0.0", | ||
"description": "Express middleware to handle OpenAPI 3.x.", | ||
@@ -55,3 +55,2 @@ "main": "dist/index.js", | ||
"hooks": { | ||
"commit-msg": "commitlint -e $GIT_PARAMS", | ||
"pre-commit": "npm run precommit:test" | ||
@@ -61,24 +60,24 @@ } | ||
"dependencies": { | ||
"@types/chai": "^4.1.3", | ||
"exegesis": "^1.0.0" | ||
"exegesis": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/express": "^4.11.1", | ||
"@types/mocha": "^5.2.0", | ||
"@types/node": "^6.0.109", | ||
"chai": "^4.1.2", | ||
"@jwalton/semantic-release-config": "^1.0.0", | ||
"@types/chai": "^4.1.7", | ||
"@types/express": "^4.16.1", | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^12.0.2", | ||
"chai": "^4.2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"commitlint": "^6.2.0", | ||
"coveralls": "^3.0.1", | ||
"express": "^4.16.3", | ||
"husky": "^1.0.0-rc.4", | ||
"lint-staged": "^7.1.0", | ||
"markdownlint-cli": "^0.9.0", | ||
"mocha": "^5.1.1", | ||
"nyc": "^11.7.2", | ||
"semantic-release": "^15.4.0", | ||
"supertest-fetch": "^1.0.4", | ||
"ts-node": "^6.0.3", | ||
"tslint": "^5.10.0", | ||
"typescript": "^2.8.3" | ||
"coveralls": "^3.0.3", | ||
"express": "^4.16.4", | ||
"husky": "^2.3.0", | ||
"lint-staged": "^8.1.5", | ||
"markdownlint-cli": "^0.16.0", | ||
"mocha": "^6.0.2", | ||
"nyc": "^14.0.0", | ||
"semantic-release": "^15.13.3", | ||
"supertest-fetch": "^1.2.4", | ||
"ts-node": "^8.0.3", | ||
"tslint": "^5.14.0", | ||
"typescript": "^3.4.1" | ||
}, | ||
@@ -85,0 +84,0 @@ "greenkeeper": { |
@@ -7,2 +7,3 @@ # exegesis-express | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/exegesis-js/exegesis-express.svg)](https://greenkeeper.io/) | ||
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) | ||
@@ -9,0 +10,0 @@ > ## *exegesis* |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11772
1
6
136
19
+ Added@apidevtools/json-schema-ref-parser@9.1.2(transitive)
+ Added@jsdevtools/ono@7.1.3(transitive)
+ Added@types/json-schema@7.0.15(transitive)
+ Addedargparse@2.0.1(transitive)
+ Addedexegesis@2.5.7(transitive)
+ Addedjs-yaml@4.1.0(transitive)
+ Addedjson-ptr@2.2.0(transitive)
+ Addedjson-schema-traverse@1.0.0(transitive)
+ Addedopenapi3-ts@2.0.2(transitive)
+ Addedpromise-breaker@5.0.0(transitive)
+ Addedsemver@7.6.3(transitive)
+ Addedyaml@1.10.2(transitive)
- Removed@types/chai@^4.1.3
- Removed@types/chai@4.3.20(transitive)
- Removedargparse@1.0.10(transitive)
- Removedesprima@4.0.1(transitive)
- Removedexegesis@1.4.2(transitive)
- Removedformat-util@1.0.5(transitive)
- Removedjs-yaml@3.14.1(transitive)
- Removedjson-ptr@1.3.2(transitive)
- Removedjson-schema-ref-parser@6.1.0(transitive)
- Removedono@4.0.11(transitive)
- Removedopenapi3-ts@1.4.0(transitive)
- Removedpromise-breaker@4.1.13(transitive)
- Removedsemver@6.3.1(transitive)
- Removedsprintf-js@1.0.3(transitive)
Updatedexegesis@^2.0.0