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
Your last tag is 3.4.1, and yet in NPM we are at 3.4.3.
Meanwhile, the package.json in git is in fact at 3.4.1. It seems any audit-related version bumps simply don't make it into the git tags or the package.json.
Similarly, the dependencies currently in your package.json (3.4.1) don't match up with whats in npm (3.4.3).
I came across this because not too long ago svgo downsized their dependency tree. In master, you use this new smaller version. In npm you do not, you use the old larger one still. and yet the published package is meant to be newer, and somehow goes backwards..
On a related side note, where does 4.x come from? is master 4.x? as that does seem to have the matching package versions.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.
Just a question around versions and tags.
Your last tag is 3.4.1, and yet in NPM we are at 3.4.3.
Meanwhile, the
package.json
in git is in fact at 3.4.1. It seems any audit-related version bumps simply don't make it into the git tags or the package.json.Similarly, the dependencies currently in your
package.json
(3.4.1) don't match up with whats in npm (3.4.3).I came across this because not too long ago svgo downsized their dependency tree. In master, you use this new smaller version. In npm you do not, you use the old larger one still. and yet the published package is meant to be newer, and somehow goes backwards..
On a related side note, where does 4.x come from? is master 4.x? as that does seem to have the matching package versions.
The text was updated successfully, but these errors were encountered: