serverlessworkflow / sdk-typescript

Typescript SDK for Serverless Workflow
https://serverlessworkflow.io/
Apache License 2.0
62 stars 16 forks source link

NPM package directory structure broke in the 3.0.0 release #149

Closed paulovmr closed 2 years ago

paulovmr commented 2 years ago

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 commented 2 years ago

thanks @paulovmr , I will have a look

antmendoza commented 2 years ago

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

I have "fixed" it, will investigate later.

https://github.com/serverlessworkflow/sdk-typescript/pull/150