You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This link should trigger update of old package with new. It is actually a replacement, old package is deleted in the result.
We need to find how all links from old package are used and replace them with corresponding link from new package (if the same name exists) using deep.update operation. If new package does not have all links that are used in old package, the error should be thrown. Error checking should be done before any changes.
PackageQuery |-- Update --> PackageQuery
This link should trigger update of old package with new. It is actually a replacement, old package is deleted in the result.
We need to find how all links from old package are used and replace them with corresponding link from new package (if the same name exists) using
deep.update
operation. If new package does not have all links that are used in old package, the error should be thrown. Error checking should be done before any changes.Forked from deep-foundation/deep-packages#27 by https://github.com/konard/gh-org-migrator
The text was updated successfully, but these errors were encountered: