What happened:
In the 3.0.0 release artifacts, the lib directory is inside a src directory, which didn't existed before. This breaks the compilation of typescript files that imported artifacts from this dependency.
2.0.0:

3.0.0:

What you expected to happen:
The directory structure in 3.0.0 should be the same as 2.0.0.