Open truumahn opened 4 years ago
Sorry about that, I've just submitted a fix in https://github.com/Kong/httpsnippet/pull/184.
@erunion nice to see this fixed. Is a patch planned to distribute the fix?
@ErikWittern I don't manage or use this project but a new release of HTTPSnippet was pushed out with my fix for this issue so it should be able to be pulled in here to resolve the problem.
Sorry yeah you're right. My fix for this is in https://github.com/Kong/httpsnippet/commit/0fc7f4a42cafadf00d1f2c0463ac93f9a8e7258b which hasn't been released yet.
Log:
Explanation:
A recent change in the httpsnippet package - introduced in v1.23.0 - broke builds when using
openapi-snippet
.Workaround:
Force
openapi-snippet
to use the 1.22.0 version. With yarn: https://classic.yarnpkg.com/en/docs/selective-version-resolutions/