Open juliancarrivick opened 1 year ago
I just found the mjs
releases - this seems to make the warning go away (install with npm install breeze-client@mjs
. This only downside to this is npm outdated
says it is outdated (wants to upgrade from 2.1.4-mjs
to 2.1.4
).
At some point, we will switch it: the mjs version will get the latest
tag, and the non-mjs version will get a umd
tag.
View engine libraries are no longer going to be supported in Angular 16 (see here). When this is released BreezeJs users are going to be stuck on Angular 15, which is obviously not ideal.
When compiling at the moment there is a warning saying that the library needs to be updated:
Happy to help with a PR if you can direct me to the changes that will need to occur.