@cloudinary/url-gen
Version:
You are invited to influence our new SDK [Click here to view github discussion](https://github.com/cloudinary/js-url-gen/discussions/602) =========================
9 lines (8 loc) • 320 B
JavaScript
const packageVersion = '1.22.0';
/**
* Export package version (injected during our build).
* Reason for this is that If we import values from from package.json,
* it will cause an error for users who do not have an 'import from json' plugin
* as part of their build process / bundler.
*/
export { packageVersion };