bump-sh / cli

Bump.sh CLI - Deploy your OpenAPI & AsyncAPI documentations from your CI
https://bump.sh
MIT License
39 stars 2 forks source link

fix(overlay): backport of an upstream fix for remove action #576

Closed paulRbr closed 1 month ago

paulRbr commented 1 month ago

This commit is a backport of https://github.com/lornajane/openapi-overlays-js/pull/13/files.

To fix the issue of applying remove action on a target which is a list. Before the fix it would remove only the first occurence of the target. With this fix it removes all the occurences of the target JSONPath.

Thanks @lcawl for reporting the issue!