stomp-js / rx-stomp

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

Use another library than angular2-uuid #461

Closed rain0r closed 1 year ago

rain0r commented 2 years ago

When building my Angular 14 application, I noticed this warning:

Warning: node_modules/@stomp/rx-stomp/esm6/rx-stomp-rpc.js depends on 'angular2-uuid'. CommonJS or AMD dependencies can cause optimization bailouts. For more info see: https://angular.io/guide/build#configuring-commonjs-dependencies

Maybe rx-stomp could use another library to generate UUIDs? For example @types/uuid.

kum-deepak commented 1 year ago

Committed to develop branch. It now uses https://github.com/uuidjs/uuid

kum-deepak commented 1 year ago

I just now released @stomp/rx-stomp@2.0.0-beta1.