deep-foundation / npm-packager

NPM packager package for Deep. It handles installation and publication of deep packages.
https://www.npmjs.com/package/@deep-foundation/npm-packager
The Unlicense
8 stars 1 forks source link

Replace/Update package version (Delete + Insert) #73

Open Konard opened 1 year ago

Konard commented 1 year ago

We should be able to delete a package, if there are dependencies, in this case we should be able to replace the old package version with new package version.

We also should be able to replace any old package version by new package version. This is exactly the same as complete deletion of old package version and installation of new package version.

May be based on https://github.com/deep-foundation/npm-packager/issues/74