ollixx / node-red-contrib-components

reusable flows with a well defined api
MIT License
8 stars 9 forks source link

Using a component node with a jsonata expression is not compatible with Node-RED 3.1 #60

Closed objt-sb closed 1 day ago

objt-sb commented 7 months ago

When using the "use comp" node with a jsonata expression a warning is triggered in the logs:

image

See: https://nodered.org/blog/2023/09/06/version-3-1-released#deprecating-synchronous-access-to-jsonata

ollixx commented 7 months ago

Hi Sander, thanks for reporting this.

this package was not updated for quite a while. Obviously it's time to do so.

I will try to take a look at that as soon as I have some spare time.

Cheers :ollix

evervondel commented 5 days ago

In node-red 3.1 not using the callback was a warning. But now in the new 4.0, it is a clear ERROR >> making this usefull node useless.

@ollixx, I can understand you have no spare time to fix this.... is it an option to give me publish rights to be able to update this myself? If not, I will make a fork

ollixx commented 1 day ago

Hi evervondel, I added you here and as a maintainer in npm. It's the first time I do this, so let me know, if you need more. Thanks a lot for taking the initiative, I appreciate it!

evervondel commented 1 day ago

hi, just as a quick check... the releases and publish are done via the 'master' branch I presume? -------- Oorspronkelijk bericht --------Van: ollixx @.> Datum: 6/07/2024 10:44 (GMT+01:00) Aan: ollixx/node-red-contrib-components @.> Cc: evervondel @.>, Comment @.> Onderwerp: Re: [ollixx/node-red-contrib-components] Using a component node with a jsonata expression is not compatible with Node-RED 3.1 (Issue #60) Hi evervondel, I added you here and as a maintainer in npm. It's the first time I do this, so let me know, if you need more. Thanks a lot for taking the initiative, I appreciate it!

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

ollixx commented 1 day ago

yes. I have no scripts for publishing. I did it manually.

evervondel commented 1 day ago

I have just published v0.3.6it is now 3.5.1 and 4.x compatible thanks for giving me access!Erwin  -------- Oorspronkelijk bericht --------Van: ollixx @.> Datum: 6/07/2024 12:37 (GMT+01:00) Aan: ollixx/node-red-contrib-components @.> Cc: evervondel @.>, Comment @.> Onderwerp: Re: [ollixx/node-red-contrib-components] Using a component node with a jsonata expression is not compatible with Node-RED 3.1 (Issue #60) yes. I have no scripts for publishing. I did it manually.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

ollixx commented 1 day ago

thanks a lot