Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM package directory structure broke in the 3.0.0 release #149

Closed
paulovmr opened this issue Dec 3, 2021 · 2 comments · Fixed by #150
Closed

NPM package directory structure broke in the 3.0.0 release #149

paulovmr opened this issue Dec 3, 2021 · 2 comments · Fixed by #150

Comments

@paulovmr
Copy link

paulovmr commented Dec 3, 2021

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:
sdk-typescript_2_0_0

3.0.0:
sdk-typescript_3_0_0

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

@antmendoza
Copy link
Member

thanks @paulovmr , I will have a look

@antmendoza
Copy link
Member

still don't know from where this change is coming. Maybe from a transitive dependency.

I have "fixed" it, will investigate later.

#150

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants