notum-cz / strapi-plugin-record-locking

This plugin provides the functionality to prevent data loss in cases where multiple users are simultaneously editing the same record within STRAPI v4.
20 stars 8 forks source link

Publish new version supporting node v18 #18

Closed edlefebvre closed 1 year ago

edlefebvre commented 1 year ago

I can see that master branch supports node v18.

Is it possible to publish a new release so that we can use this version via npm?

Thanks

nicolashefti commented 1 year ago

@martincapek is it possible to release a minor version with the last commits of the repo ? This would allow node engine > 16.

Thanks in advance

nicolashefti commented 1 year ago

@edlefebvre you can still install the main branch like this:

yarn add https://github.com/notum-cz/strapi-plugin-record-locking#main

omikulcik commented 1 year ago

Hi, we have published a beta version that supports node v18 https://www.npmjs.com/package/@notum-cz/strapi-plugin-record-locking/v/0.3.2 There is still some a regarding the content security policies being logged to the console and we are working on fixing it and then we will publish new version

omikulcik commented 1 year ago

We have just published new production version of this plugin that supports Node v18 so I am closing this issue.