okdv / insomnia-plugin-copy-path

Automatically copy response data based on its path in Insomnia REST Client. Use a request header to specify the respective XPath or JSONPath.
MIT License
0 stars 0 forks source link

Insomnia-xpath is no longer published #1

Open filfreire opened 1 year ago

filfreire commented 1 year ago

Hi @okdv, just a heads up, since this will affect your plugin - Insomnia packages are no longer published on npmjs.com

For now it will default to the last published version on npm.

Your plugin uses insomnia-xpath - and this was ported from the package into insomnia on this PR: https://github.com/Kong/insomnia/pull/5388/

If you wish, it should be possible to use the one from internal utils after the PR above gets merged, in one of our upcoming beta releases.

okdv commented 1 year ago

Thank you for the heads up @filfreire , I'll get this updated to use internal utils instead then