ngx-socket-io
ngx-socket-io copied to clipboard
Distribution with Ivy distribution version 4.2.0
I see version 4.2.0 updated to @angular/core@13 already. But the installed version on my project still using Legacy View Engine distribution . I've tried to build *ngx-socket-io" in local then output is good and Ivy compatible. Below pic, on the left shows ngx-socket-io under node_modules on the right show the result after run npm build

Even though 4.2.0 depends on Ng 13 already but I still see the compatible warning message..
> NX Angular CLI has been decorated to enable computation caching.
Processing legacy "View Engine" libraries:
- ngx-socket-io [es2015/esm2015] (git+ssh://[email protected]/rodgc/ngx-socket-io.git)
- ngx-socket-io [main/umd] (git+ssh://[email protected]/rodgc/ngx-socket-io.git)
Encourage the library authors to publish an Ivy distribution.
Could you detail what needs to be done to fix this, or submit a PR?