openapi-diff
Advanced tools
Comparing version 0.20.0 to 0.21.0
@@ -0,1 +1,11 @@ | ||
<a name="0.21.0"></a> | ||
# [0.21.0](https://bitbucket.org/atlassian/openapi-diff/compare/0.20.0...0.21.0) (2019-02-28) | ||
### Features | ||
* add support for the items keyword in request and response body schemas ([8636fa3](https://bitbucket.org/atlassian/openapi-diff/commits/8636fa3)) | ||
<a name="0.20.0"></a> | ||
@@ -2,0 +12,0 @@ # [0.20.0](https://bitbucket.org/atlassian/openapi-diff/compare/0.19.0...0.20.0) (2019-02-07) |
{ | ||
"name": "openapi-diff", | ||
"version": "0.20.0", | ||
"version": "0.21.0", | ||
"description": "A CLI tool to identify differences between Swagger/OpenAPI specs.", | ||
@@ -15,3 +15,3 @@ "bin": { | ||
"watch": "./node_modules/.bin/gulp watch", | ||
"watch-e2e": "./node_modules/.bin/gulp watch-e2e" | ||
"watch-e2e": "./node_modules/.bin/gulp watchE2e" | ||
}, | ||
@@ -39,3 +39,3 @@ "repository": { | ||
"@types/express": "^4.16.0", | ||
"@types/jasmine": "^2.8.8", | ||
"@types/jasmine": "^3.3.9", | ||
"@types/js-yaml": "^3.11.2", | ||
@@ -50,16 +50,15 @@ "@types/lodash": "^4.14.116", | ||
"express": "^4.16.3", | ||
"gulp": "^3.9.1", | ||
"gulp": "^4.0.0", | ||
"gulp-clean": "^0.4.0", | ||
"gulp-conventional-changelog": "^1.1.24", | ||
"gulp-conventional-changelog": "^2.0.10", | ||
"gulp-filter": "^5.1.0", | ||
"gulp-git": "^2.8.0", | ||
"gulp-jasmine": "^3.0.0", | ||
"gulp-jasmine": "^4.0.0", | ||
"gulp-tslint": "^8.1.2", | ||
"gulp-typescript": "^3.2.2", | ||
"jasmine": "^2.8.0", | ||
"gulp-typescript": "^5.0.0", | ||
"jasmine": "^3.3.1", | ||
"json-schema-spec-types": "^0.1.2", | ||
"minimist": "^1.2.0", | ||
"run-sequence": "^2.1.0", | ||
"tslint": "^5.11.0", | ||
"typescript": "^2.9.2" | ||
"tslint": "5.13.0", | ||
"typescript": "3.3.3333" | ||
}, | ||
@@ -69,3 +68,3 @@ "dependencies": { | ||
"js-yaml": "^3.12.0", | ||
"json-schema-diff": "^0.9.0", | ||
"json-schema-diff": "^0.10.0", | ||
"jsonpointer": "^4.0.1", | ||
@@ -75,3 +74,3 @@ "lodash": "^4.17.10", | ||
"request": "^2.87.0", | ||
"swagger-parser": "5.0.2", | ||
"swagger-parser": "^6.0.5", | ||
"verror": "^1.10.0" | ||
@@ -78,0 +77,0 @@ }, |
@@ -5,4 +5,4 @@ # OpenAPI Diff | ||
## Requirements | ||
- nodejs 6.x or higher (tested using 6.x, 8.x and 10.x) | ||
- npm 3.x or higher (tested using 3.x and 5x) | ||
- nodejs 6.x or higher (tested using 6.x, 8.x, 10.x and 11.x) | ||
- npm 3.x or higher (tested using 3.x and 6.x) | ||
@@ -9,0 +9,0 @@ ## Installation |
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
98137
24
+ Addedjson-schema-diff@0.10.0(transitive)
+ Addedjson-schema-ref-parser@6.1.0(transitive)
+ Addedswagger-parser@6.0.5(transitive)
- Removedjson-schema-diff@0.9.0(transitive)
- Removedswagger-parser@5.0.2(transitive)
Updatedjson-schema-diff@^0.10.0
Updatedswagger-parser@^6.0.5