microsoft / applicationinsights-angularplugin-js

MIT License
30 stars 17 forks source link

Missing type declarations in 15.1.1 #153

Closed Adrii77 closed 5 months ago

Adrii77 commented 5 months ago

Since version 15.1.1, the package dosesn't include TS type declarations anymore.

Capture d’écran 2024-03-19 à 09 45 47

It works with 15.1.0

SteveW94 commented 5 months ago

I can confirm this issue...breaked our pipeline today :/

MSNev commented 5 months ago

We have now deprecated and marked 15.1.1 as invalid and promoted 15.1.0 back to the latest.

We have an internal infrastructure change in the way the packages are published, and this caused the generated *.tgz to be created from the wrong folder causing the generated package to be invalid.

So we will need to publish a v15.1.2, however, there is another internal infrastructure issue that is blocking our validation / generation pipeline, we are investigating but currently, can't provide a timeline on when this might be fixed so that we can publish a 15.1.2 :-(

siyuniu-ms commented 5 months ago

15.1.2 is released, please check in the new version for bug fix

SteveW94 commented 5 months ago

Thanks a lot for the fast fix!

As far as I can see, everything is compiling again as it should. Also (at least so far as pipelines are still running^^) automated tests look good again.

I think from my side this can be closed :)

Adrii77 commented 5 months ago

Thank you very much, it's ok for me too ! :)