Closed paulovmr closed 2 years ago
thanks @paulovmr , I will have a look
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
What happened: In the 3.0.0 release artifacts, the
lib
directory is inside asrc
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.