Redocly / swagger-repo

CLI tool to help you manage your OpenAPI(fka Swagger) repo.
MIT License
18 stars 29 forks source link

Update sway dep #10

Closed dschniepp closed 5 years ago

dschniepp commented 5 years ago

In order to fix the "potential security vulnerabilities" due to the deep-extend package issue https://github.com/Rebilly/generator-openapi-repo/issues/32 we need to push sway to the next version. As far as I see the change does not break anything.

https://github.com/apigee-127/sway/compare/v1.0.0...v2.x

RomanHotsiy commented 5 years ago

I am working on the big update to generator-openapi-repo which should be published early next week which will have a few breaking changes.

As a part of this effort, I did a major update to this repo with dependencies already updated (started working on it a few days ago).

I published swagger-repo@2.0.0-rc.0 which I think should be backward compatible with the old repo structure but may require a few changes (I think you will have to rename all occurrences of swagger.json, swagger.yaml to openapi.json and openapi.yaml). But if you can wait till the next week you'll be able to use the new generator. (I will create migration guide).