worldsibu / convector-cli

Official Command-Line Interface for Convector Framework
https://github.com/worldsibu/convector-cli
Other
29 stars 7 forks source link

Convector dependencies should be locked to the specific version of the CLI #25

Open walmon opened 5 years ago

walmon commented 5 years ago

If dependencies are added with ^ unexpected errors will occur when new versions are published. Publish this along with the upcoming release of Convector core libs.

https://github.com/worldsibu/convector-cli/blob/ee01cb32fe2f3563a52f4089075c12c1c7628637/src/utils/package-structure.compiler.ts#L56

https://github.com/worldsibu/convector-cli/blob/ee01cb32fe2f3563a52f4089075c12c1c7628637/src/utils/project-structure.compiler.ts#L73

walmon commented 5 years ago

@diestrin I apply the fixes, so that you can publish them when releasing the new Convector version.