stomp-js / rx-stomp

STOMP adaptor for RxJS
Apache License 2.0
110 stars 21 forks source link

make rx-stomp-rpc ESM conform #549

Open Michael-Stade opened 5 months ago

Michael-Stade commented 5 months ago

Including @stomp into an Angular17 project is leading to following warning:

kum-deepak commented 5 months ago

Thank you for your report. I need clarification about your changes. Please let me know the older version and what you replaced it with. Better yet, please submit a PR (even if you directly update the files in the esm6 folder).

Michael-Stade commented 5 months ago

@kum-deepak Because the token I created didn't got accepted, here what I did: In rx-stomp project: file esm6/rx-stomp-rpc.js:

import { filter, first, Observable } from 'rxjs'; //import { v4 as uuid } from 'uuid';

/**