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
Currently, when updating the version for a package manifest, we do not do a good job of preserving the original version of the manifest. First, readManifestDependencyFields includes dependency fields that aren't in the original manifest, and second, readManifest only includes manifest fields that we care about and discards the rest. Obviously, this is no bueno, and we should fix this.