swagger-jsdoc
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -68,5 +68,2 @@ #!/usr/bin/env node | ||
console.log('You must provide sources for reading API files.'); | ||
console.log( | ||
'Either add filenames as arguments, or add an "apis" key in your configuration.' | ||
); | ||
process.exit(); | ||
@@ -73,0 +70,0 @@ } |
## Change Log | ||
### v6.0.1 (2021/01/07 06:22 +00:00) | ||
### v6.0.2 (2021/01/29 11:01 +00:00) | ||
- [#241](https://github.com/Surnet/swagger-jsdoc/pull/241) Issue with error message when using deprecated "apis" key (#241) (@CleyFaye) | ||
### v6.0.1 (2021/01/07 06:23 +00:00) | ||
- [92d51ba](https://github.com/Surnet/swagger-jsdoc/commit/92d51bacae77f4bc3d421872dea33ce366b7a108) update version (@kalinchernev) | ||
- [#238](https://github.com/Surnet/swagger-jsdoc/pull/238) fix: yaml export format (#238) (@kalinchernev) | ||
@@ -152,3 +157,3 @@ | ||
- [3563890](https://github.com/Surnet/swagger-jsdoc/commit/35638903cd84c11b58d0f980b3e3aeb0ee70e22f) Release 3.2.6 (@kalinchernev) | ||
- [#147](https://github.com/Surnet/swagger-jsdoc/pull/147) Adding specification configuration documentation to GETTING-STARTED.md (#147) (@masonheverett) | ||
- [#147](https://github.com/Surnet/swagger-jsdoc/pull/147) Adding specification configuration documentation to GETTING-STARTED.md (#147) (Mason Everett) | ||
@@ -155,0 +160,0 @@ ### v3.2.5 (2018/11/26 18:44 +00:00) |
{ | ||
"name": "swagger-jsdoc", | ||
"description": "Generates swagger doc based on JSDoc", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"engines": { | ||
@@ -6,0 +6,0 @@ "node": ">=12.0.0" |
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
68655
464