Skip to main content

Is there a way to get the current integration version (as specified in package.json) from JavaScript code, e.g. in authentication.js?

Hey @Tytila , 

To my knowledge, it’s not currently possible to dynamically access the version number within the integration.

The closest alternative I’m aware of would be to manually set an environment variable for each version, which could be referenced elsewhere in the integration.


Good to know, thanks.